chargelink verdict ================== Assign a final verdict to an operator-controlled run. Reference syntax ---------------- .. code-block:: text usage: chargelink verdict [-h] {set} ... positional arguments: {set} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``set`` - Set the top-level verdict on a run. set --- Set the top-level verdict on a run. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink verdict set [-h] [--runtime-root RUNTIME_ROOT] [--comment COMMENT] run_id verdict positional arguments: run_id verdict options: -h, --help show this help message and exit --runtime-root RUNTIME_ROOT --comment COMMENT Production examples ~~~~~~~~~~~~~~~~~~~ **Mark a run as passed with a short note.** .. code-block:: bash chargelink verdict set 'run_1' 'pass' --runtime-root '.tmp/runtime' --comment 'stable under ISO 15118-20 AC regression pack' **Mark a run as warning for operator follow-up.** .. code-block:: bash chargelink verdict set 'run_2' 'warn' --runtime-root '.tmp/runtime' --comment 'vendor proof still required'