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
      • Reference syntax
      • Subcommands
      • run
        • CLI help
        • Production examples
      • validate
        • CLI help
        • Production examples
      • dry-run
        • CLI help
        • Production examples
    • 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
    • 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 scenario
  • View page source

chargelink scenario

Validate and execute single JSON scenarios.

Reference syntax

usage: chargelink scenario [-h] {run,validate,dry-run} ...

positional arguments:
  {run,validate,dry-run}

options:
  -h, --help            show this help message and exit

Subcommands

Subcommand

Purpose

run

Execute one scenario file and write artifacts for the resulting run.

validate

Validate the schema and content of a scenario JSON file.

dry-run

Resolve a scenario without running the session, useful for authoring and review.

run

Execute one scenario file and write artifacts for the resulting run.

CLI help

usage: chargelink scenario run [-h] [--artifact-root ARTIFACT_ROOT] scenario

positional arguments:
  scenario

options:
  -h, --help            show this help message and exit
  --artifact-root ARTIFACT_ROOT

Production examples

Execute the sample scenario and store its artifacts.

chargelink scenario run 'scenarios/sample_scenario.json' --artifact-root 'artifacts/scenario_runs'

Run the same scenario as part of a pre-release acceptance pass.

chargelink scenario run 'scenarios/sample_scenario.json' --artifact-root 'artifacts/release_smoke/scenario_runs'

validate

Validate the schema and content of a scenario JSON file.

CLI help

usage: chargelink scenario validate [-h] scenario

positional arguments:
  scenario

options:
  -h, --help  show this help message and exit

Production examples

Validate one production input.

chargelink scenario validate 'scenarios/sample_scenario.json'

Validate a second representative input.

chargelink scenario validate 'scenarios/sample_scenario.json'

dry-run

Resolve a scenario without running the session, useful for authoring and review.

CLI help

usage: chargelink scenario dry-run [-h] [--artifact-root ARTIFACT_ROOT]
                                   scenario

positional arguments:
  scenario

options:
  -h, --help            show this help message and exit
  --artifact-root ARTIFACT_ROOT

Production examples

Resolve the sample scenario without running it.

chargelink scenario dry-run 'scenarios/sample_scenario.json'

Resolve the sample scenario for release review.

chargelink scenario dry-run 'scenarios/sample_scenario.json' --artifact-root 'artifacts/scenario_preview'
Previous Next

© Copyright 2026, devLink AB.

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