chargelink service ================== List service names and validate service behavior against a trace or run. Reference syntax ---------------- .. code-block:: text usage: chargelink service [-h] {list,validate,unsupported-check} ... positional arguments: {list,validate,unsupported-check} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``list`` - List services exposed by the CLI runtime. * - ``validate`` - Validate a run or case against service-level expectations. * - ``unsupported-check`` - Check unsupported-service handling. list ---- List services exposed by the CLI runtime. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink service list [-h] options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **List the current catalog.** .. code-block:: bash chargelink service list **List the same catalog under an explicit runtime root.** .. code-block:: bash chargelink service list validate -------- Validate a run or case against service-level expectations. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink service validate [-h] trace positional arguments: trace options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **Validate one production input.** .. code-block:: bash chargelink service validate 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic/case_1' **Validate a second representative input.** .. code-block:: bash chargelink service validate 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed/case_1' unsupported-check ----------------- Check unsupported-service handling. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink service unsupported-check [-h] options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **Run the unsupported-service check.** .. code-block:: bash chargelink service unsupported-check **Run the unsupported-service check before a release.** .. code-block:: bash chargelink service unsupported-check