chargelink artifacts ==================== Inspect a run directory and export it as a bundle. Reference syntax ---------------- .. code-block:: text usage: chargelink artifacts [-h] {export,inspect} ... positional arguments: {export,inspect} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``export`` - Archive a run directory into a bundle. * - ``inspect`` - Inspect the artifact set in a run directory. export ------ Archive a run directory into a bundle. CLI help ~~~~~~~~ .. code-block:: text 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.** .. code-block:: bash 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.** .. code-block:: bash 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 ~~~~~~~~ .. code-block:: text usage: chargelink artifacts inspect [-h] path positional arguments: path options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **Inspect a representative target.** .. code-block:: bash chargelink artifacts inspect 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' **Inspect a second artifact root.** .. code-block:: bash chargelink artifacts inspect 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed'