chargelink artifacts
Inspect a run directory and export it as a bundle.
Reference syntax
usage: chargelink artifacts [-h] {export,inspect} ...
positional arguments:
{export,inspect}
options:
-h, --help show this help message and exit
Subcommands
Subcommand |
Purpose |
|---|---|
|
Archive a run directory into a bundle. |
|
Inspect the artifact set in a run directory. |
export
Archive a run directory into a bundle.
CLI help
usage: chargelink artifacts export [-h] path output
positional arguments:
path
output
options:
-h, --help show this help message and exit
Production examples
Export a run root as a ZIP bundle.
chargelink artifacts export 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' 'artifacts/exports/run_bundle.zip'
Export a second run root as a ZIP bundle.
chargelink artifacts export 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed' 'artifacts/exports/run_bundle_2.zip'
inspect
Inspect the artifact set in a run directory.
CLI help
usage: chargelink artifacts inspect [-h] path
positional arguments:
path
options:
-h, --help show this help message and exit
Production examples
Inspect a representative target.
chargelink artifacts inspect 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic'
Inspect a second artifact root.
chargelink artifacts inspect 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed'