Skip to content

systemslab artifact download

Description Download an artifact.
Usage systemslab artifact download [OPTIONS] --artifact <ARTIFACT>

Description

The systemslab artifact download command downloads an artifact's data by its ID.

Options

OptionDefaultDescription
--artifact The artifact ID to download.
-o, --output Path to save the downloaded file to. If not provided or "-" then stdout will be used.

Common Options

OptionDefaultDescription
--systemslab-url The URL at which to access the systemslab server.
--colorauto Controls when color is used in the output. Possible values are auto, always, and never.
--output-formatlong Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts.

Environment Variables

VariableDescription
SYSTEMSLAB_URLSpecify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url.