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
      • Reference syntax
      • Subcommands
      • generate
        • CLI help
        • Production examples
      • archive
        • CLI help
        • Production examples
      • comment
        • CLI help
        • Production examples
      • filter
        • CLI help
        • Production examples
    • 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 report
  • View page source

chargelink report

Generate, archive, comment, and filter human-readable run reports.

Reference syntax

usage: chargelink report [-h] {generate,archive,comment,filter} ...

positional arguments:
  {generate,archive,comment,filter}

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

Subcommands

Subcommand

Purpose

generate

Generate a run report from an artifact directory.

archive

Create an archive containing the report and related artifacts.

comment

Attach an operator comment to a run.

filter

Filter a run report by verdict or other criteria.

generate

Generate a run report from an artifact directory.

CLI help

usage: chargelink report generate [-h] [--output OUTPUT] path

positional arguments:
  path

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

Production examples

Generate a run report from a campaign root.

chargelink report generate 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' --output 'artifacts/reports/iso20_ac_negative_report.json'

Generate a report for a conformance run.

chargelink report generate 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed' --output 'artifacts/reports/iso2_dc_pnc_report.json'

archive

Create an archive containing the report and related artifacts.

CLI help

usage: chargelink report archive [-h] [--output OUTPUT] path

positional arguments:
  path

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

Production examples

Archive a run report and evidence bundle.

chargelink report archive 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' --output 'artifacts/reports/iso20_ac_negative_report.zip'

Archive a conformance run.

chargelink report archive 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed' --output 'artifacts/reports/iso2_dc_pnc_report.zip'

comment

Attach an operator comment to a run.

CLI help

usage: chargelink report comment [-h] [--author AUTHOR] path comment

positional arguments:
  path
  comment

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

Production examples

Attach a QA review comment.

chargelink report comment 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' 'looks good' --author 'qa'

Attach a commercialization comment.

chargelink report comment 'artifacts/suites/chargelink-production-release' 'vendor proof still pending' --author 'product'

filter

Filter a run report by verdict or other criteria.

CLI help

usage: chargelink report filter [-h] --verdict VERDICT path

positional arguments:
  path

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

Production examples

Filter a run for passing outcomes.

chargelink report filter 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' --verdict 'pass'

Filter a run for warnings.

chargelink report filter 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic' --verdict 'warn'
Previous Next

© Copyright 2026, devLink AB.

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