chargelink library ================== Validate catalog or library directories. Reference syntax ---------------- .. code-block:: text usage: chargelink library [-h] {validate} ... positional arguments: {validate} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``validate`` - Validate a directory containing scenarios, campaigns, or support content. validate -------- Validate a directory containing scenarios, campaigns, or support content. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink library validate [-h] path positional arguments: path options: -h, --help show this help message and exit Production examples ~~~~~~~~~~~~~~~~~~~ **Validate one production input.** .. code-block:: bash chargelink library validate 'campaigns/interoperability/iso15118_20/ac/cl_int_iso20_ac_negative_realistic.json' **Validate a second representative input.** .. code-block:: bash chargelink library validate 'scenarios/sample_scenario.json'