chargelink sessions
List or inspect runtime sessions by run ID.
Reference syntax
usage: chargelink sessions [-h] {list,inspect} ...
positional arguments:
{list,inspect}
options:
-h, --help show this help message and exit
Subcommands
Subcommand |
Purpose |
|---|---|
|
List runtime sessions. |
|
Inspect one runtime session. |
list
List runtime sessions.
CLI help
usage: chargelink sessions list [-h] [--runtime-root RUNTIME_ROOT] [--all]
options:
-h, --help show this help message and exit
--runtime-root RUNTIME_ROOT
--all
Production examples
List the current catalog.
chargelink sessions list
List the same catalog under an explicit runtime root.
chargelink sessions list --runtime-root '.tmp/runtime'
inspect
Inspect one runtime session.
CLI help
usage: chargelink sessions inspect [-h] [--runtime-root RUNTIME_ROOT] run_id
positional arguments:
run_id
options:
-h, --help show this help message and exit
--runtime-root RUNTIME_ROOT
Production examples
Inspect a representative target.
chargelink sessions inspect 'demo-run' --runtime-root '.tmp/runtime'
Inspect a second runtime session.
chargelink sessions inspect 'release-smoke' --runtime-root '.tmp/runtime'