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