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
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
      • Reference syntax
      • Subcommands
      • list
        • CLI help
        • Production examples
      • inspect
        • CLI help
        • Production examples
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink sessions
  • View page source

chargelink sessions

List or inspect runtime sessions by run ID.

Reference syntax

usage: chargelink sessions [-h] {list,inspect} ...

positional arguments:
  {list,inspect}

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

Subcommands

Subcommand

Purpose

list

List runtime sessions.

inspect

Inspect one runtime session.

list

List runtime sessions.

CLI help

usage: chargelink sessions list [-h] [--runtime-root RUNTIME_ROOT] [--all]

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT
  --all

Production examples

List the current catalog.

chargelink sessions list

List the same catalog under an explicit runtime root.

chargelink sessions list --runtime-root '.tmp/runtime'

inspect

Inspect one runtime session.

CLI help

usage: chargelink sessions inspect [-h] [--runtime-root RUNTIME_ROOT] run_id

positional arguments:
  run_id

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT

Production examples

Inspect a representative target.

chargelink sessions inspect 'demo-run' --runtime-root '.tmp/runtime'

Inspect a second runtime session.

chargelink sessions inspect 'release-smoke' --runtime-root '.tmp/runtime'
Previous Next

© Copyright 2026, devLink AB.

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