inklate files upload
Upload local files (presign → PUT → poll) and print reusable file ids
Upload local files (presign → PUT → poll) and print reusable file ids
inklate files upload <paths> [flags]Arguments
| Argument | Description |
|---|---|
paths | 1–10 local files (jpg/jpeg/png/gif/webp/mp4/mov) |
Flags
| Flag | Description |
|---|---|
--idempotency-key <value> | Dedupe key for the whole batch |
--no-wait | Return after the PUTs without polling readiness |
Output
Structured YAML on stdout (--json for JSON); progress and errors on stderr. Exit codes: 0 ok · 1 unexpected · 2 usage · 3 auth · 4 refusal · 5 not found · 6 conflict · 7 rate limited.
Global flags on every command: --org, --profile, --json, --quiet, --yes, --no-input, --base-url — see the CLI overview.
This command is a thin client over the REST API operation(s): filesUpload, filesList.