Skip to main content

Overview

File attachments on items and annotations.

Verbs

VerbDescription
listList files on an entity (—item or —annotation, exactly one).
getFetch a single file’s metadata by id.
uploadUpload a file (positional path; —item or —annotation). Returns the new DataFile.
downloadDownload a file by id (default: ./<original-filename>; —output - for stdout; —force overwrites).
deleteDelete a file (DB record + blob; no recovery).

Detailed help

Run ekso directly to see flags and arguments — --help reflects the binary you have installed.
ekso file --help
ekso file list --help

See also