dataset list
n
Page size.
c
Resume from a page cursor.
keys | all | help
Choose and order columns, comma-separated.
help lists the keys.Print only ids, one per line, for piping.
Full cell content instead of one-line truncation.
Omit the header row in piped (TSV) output.
text
Free-text filter over name and description.
dataset show
--json, where the same fact is the upstream field.
n
Task-list page size.
c
Resume the task list from a cursor.
dataset check
dataset publish
import_too_large.
A directory upload prints upload <sent>/<total> (P%) once per 10% of the archive; with --json --watch the same steps are upload.progress events (sent_bytes, total_bytes, elapsed_sec). A large upload prints Registered import <id> early and reads QUEUED (receiving) until the corpus has arrived. Once the build settles, --watch prints every task’s outcome and ends with built N of M tasks.
url
Git repository URL. With
--ref.ref
Pinned git ref: a full 40-hex commit sha, or a tag, resolved to its commit at publish and verified at import. Branch names are refused as
unpinned_git_ref. With --git.subfolder
Repository subfolder holding the corpus. With
--git; only that folder is imported.path
Local corpus directory, tarred and uploaded. Pre-flighted first; see
--skip-preflight.url | hub:org/name[@ref]
Fetchable source the server pulls itself, with no local bytes: a public https tarball URL, or
hub:org/name[@ref], a public Harbor hub package. The ref is the latest tag by default, a revision number, or sha256:<digest>; it is resolved and digest-pinned when the publish is accepted.dataset
Catalog dataset name to create or extend. Optional with
--dir when the corpus carries a dataset.toml manifest, and with --from hub:…, which defaults to the package’s short name. Required with --git and --from <url>.v
Version label for the published version. Optional with
--dir when dataset.toml declares one, and with --from hub:…, which defaults to the resolved revision. Required with --git and --from <url>.Poll until the publish settles: the version
READY (built and active) or FAILED.Upload without the pre-flight check. A refused task then lands
FAILED at import instead of being caught here.dataset watch
READY or FAILED, the same follow dataset publish --watch renders. Works after the CLI exited, or from another machine. A name with no live publish is refused, naming the newest settled import. With --json the same events stream, opened with import.attached; the transfer’s own upload.progress lines belong to the publishing process and never appear here.
dataset download
dir
Directory to save into. Defaults to the current directory.
dataset activate
READY version the dataset’s active version.
Global options
Machine-readable JSON output.
key
API key. Defaults to
$EVOLVE_API_KEY.url
API base URL. Defaults to the Evolve dashboard API.

