Skip to Content

CLI

Generated from agentdeck/cli.py by capturing each subcommand’s own --help output — the same rendering a terminal would show, not a second hand-written copy of it. make check regenerates this page and fails if the result differs (scripts/generate_docs_reference.py).

agentdeck

usage: agentdeck [-h] {runs} ... positional arguments: {runs} options: -h, --help show this help message and exit

agentdeck runs

usage: agentdeck runs [-h] {signal} ... positional arguments: {signal} options: -h, --help show this help message and exit

agentdeck runs signal

usage: agentdeck runs signal [-h] --control-db CONTROL_DB [--reason REASON] run_id {cancel,pause,resume} positional arguments: run_id the run to signal {cancel,pause,resume} the verb — see Run Control for what each does options: -h, --help show this help message and exit --control-db CONTROL_DB path to the ControlPort's SQLite file --reason REASON why, recorded in the run's log with the request
Last updated on