Overview
File attachments on items and annotations.Verbs
| Verb | Description |
|---|---|
list | List files on an entity (—item or —annotation, exactly one). |
get | Fetch a single file’s metadata by id. |
upload | Upload a file (positional path; —item or —annotation). Returns the new DataFile. |
download | Download a file by id (default: ./<original-filename>; —output - for stdout; —force overwrites). |
delete | Delete a file (DB record + blob; no recovery). |
Detailed help
Runekso directly to see flags and arguments — --help reflects the binary you have installed.
See also
- CLI overview
- Authentication
- Configuration
- API Reference — the underlying HTTP routes.