Download
Download all files from an asset’s latest content into a local directory. Partial downloads resume automatically.| Flag | Description |
|---|---|
--asset | Asset UUID to download (required). |
--output | Directory to write files into (default: current directory). |
--server | Override the server (defaults to the one stored at login). |
Upload
Create or update an asset from a local file and a JSON metadata file.| Flag | Description |
|---|---|
--collection | Collection UUID to place the asset in (required). |
--metadata | Path to a JSON metadata file (required). |
--file | Local file to upload (omit for a metadata-only placeholder). |
--project | Project UUID (required if the metadata file doesn’t supply owner_id). |
Metadata
Read an asset’s metadata as JSON:title, description, alias, tags, and metadata:
Next steps
Python SDK
Drive the same operations from Python.
Node SDK
Drive the same operations from Node.js.