From 9d1b25b01cb73b9615301f7aa73fb814cedf9832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LEBLOND=20=28Eurom=C3=A9tropole=20de=20Strasbo?= =?UTF-8?q?urg=29?= <65656372+remileblond67076@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:48:56 +0100 Subject: [PATCH] Update README.md Add export functions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c4fa868..38ca6aa 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,9 @@ List of commands : - `get org ` : organization details - `get doc ` : document details - `get doc access` : list of document access rights +- `get doc grist` : export document as a Grist file (Sqlite) in stdout +- `get doc excel` : export document as an Excel file (xlsx) in stdout +- `get doc table ` : export content of a document's table as a CSV file (xlsx) in stdout - `purge doc []`: purges document history (retains last 3 operations by default) - `get workspace `: workspace details - `get workspace access`: list of workspace access rights