Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add export functions
  • Loading branch information
remileblond67076 authored Jan 20, 2025
1 parent 26c6f78 commit 9d1b25b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ List of commands :
- `get org <id>` : organization details
- `get doc <id>` : document details
- `get doc <id> access` : list of document access rights
- `get doc <id> grist` : export document as a Grist file (Sqlite) in stdout
- `get doc <id> excel` : export document as an Excel file (xlsx) in stdout
- `get doc <id> table <tableName>` : export content of a document's table as a CSV file (xlsx) in stdout
- `purge doc <id> [<number of states to keep>]`: purges document history (retains last 3 operations by default)
- `get workspace <id>`: workspace details
- `get workspace <id> access`: list of workspace access rights
Expand Down

0 comments on commit 9d1b25b

Please sign in to comment.