chargelink template =================== Create starter JSON files for scenarios and campaigns. Reference syntax ---------------- .. code-block:: text usage: chargelink template [-h] {list,init} ... positional arguments: {list,init} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``list`` - List starter templates. * - ``init`` - Write a starter scenario or campaign JSON file. list ---- List starter templates. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink template list [-h] options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **List the current catalog.** .. code-block:: bash chargelink template list **List the same catalog under an explicit runtime root.** .. code-block:: bash chargelink template list init ---- Write a starter scenario or campaign JSON file. CLI help ~~~~~~~~ .. code-block:: text 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.** .. code-block:: bash chargelink template init 'scenario' 'artifacts/templates/new_scenario.json' **Create a campaign template.** .. code-block:: bash chargelink template init 'campaign' 'artifacts/templates/new_campaign.json'