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
      • Reference syntax
      • Subcommands
      • list
        • CLI help
        • Production examples
      • init
        • CLI help
        • Production examples
    • 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 template
  • View page source

chargelink template

Create starter JSON files for scenarios and campaigns.

Reference syntax

usage: chargelink template [-h] {list,init} ...

positional arguments:
  {list,init}

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

Subcommands

Subcommand

Purpose

list

List starter templates.

init

Write a starter scenario or campaign JSON file.

list

List starter templates.

CLI help

usage: chargelink template list [-h]

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

Production examples

List the current catalog.

chargelink template list

List the same catalog under an explicit runtime root.

chargelink template list

init

Write a starter scenario or campaign JSON file.

CLI help

usage: chargelink template init [-h] {scenario,campaign} output

positional arguments:
  {scenario,campaign}
  output

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

Production examples

Create a scenario template.

chargelink template init 'scenario' 'artifacts/templates/new_scenario.json'

Create a campaign template.

chargelink template init 'campaign' 'artifacts/templates/new_campaign.json'
Previous Next

© Copyright 2026, devLink AB.

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