ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
    • chargelink campaign-stress
    • chargelink service
      • Reference syntax
      • Subcommands
      • list
        • CLI help
        • Production examples
      • validate
        • CLI help
        • Production examples
      • unsupported-check
        • CLI help
        • Production examples
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink service
  • View page source

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

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

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
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.