Skip to main content

sima-cli neat download

Download artifacts for REPO and branch or tag REF.

Parent command: sima-cli neat

Usage

sima-cli neat download [OPTIONS] [REPO] [REF]

Options

NameDescription
--devUse dev artifacts.
--stg, --stagingUse staging artifacts.
--prd, --prodUse production artifacts.
--envArtifact environment. Overrides the parent --env.
--base-urlOverride the artifact base URL. Overrides the parent --base-url.
-o, --outputOutput directory. (default: neat-downloads)
--artifactArtifact path glob to download from manifest.json. May be repeated.
--jsonPrint a machine-readable JSON summary.

Arguments

NameDescription
REPO
REF

Full Help

Usage: sima-cli neat download [OPTIONS] [REPO] [REF]

Download artifacts for REPO and branch or tag REF.

Options:
--dev Use dev artifacts.
--stg, --staging Use staging artifacts.
--prd, --prod Use production artifacts.
--env [dev|stg|staging|prd|prod|production]
Artifact environment. Overrides the parent
--env.
--base-url TEXT Override the artifact base URL. Overrides
the parent --base-url.
-o, --output DIRECTORY Output directory. [default: neat-downloads]
--artifact TEXT Artifact path glob to download from
manifest.json. May be repeated.
--json Print a machine-readable JSON summary.
--help Show this message and exit.