obshare-cli list
Inspect locally saved upload history.
Available Subcommand
| Command | Purpose |
|---|---|
history |
Show previous uploads saved in local history |
Syntax
conda run -n obsd obshare-cli list history
conda run -n obsd obshare-cli --json list history
What History Contains
- Document title
- Feishu document token
- Feishu document URL
- Upload time
- Saved permission flags
Notes
- History is stored in
~/.obshare/history.json. - Use tokens from this output with
permission setordelete. --jsonis a global flag and must appear beforelist.