Show a list of executions for the project.
Usage
Usage: vh execution list [OPTIONS]
Options
status
:- Type: Choice([‘complete’, ‘crashed’, ‘created’, ‘error’, ‘incomplete’, ‘queued’, ‘started’, ‘stopped’, ‘stopping’])
- Default:
none
- Usage:
vh execution list --status
Filter by status (default: all)
count
:- Type: INT
- Default:
9001
- Usage:
vh execution list --count --limit -n
How many executions to show
deleted
:- Type: BOOL
- Default:
false
- Usage:
vh execution list --deleted -d
Show only deleted executions
owned
:- Type: BOOL
- Default:
false
- Usage:
vh execution list --owned -o
Show only executions that I’ve created
help
:- Type: BOOL
- Default:
false
- Usage:
vh execution list --help
Show this message and exit.
CLI Help
Usage: list [OPTIONS]
Show a list of executions for the project.
Options:
--status [complete|crashed|created|error|incomplete|queued|started|stopped|stopping]
Filter by status (default: all)
-n, --count, --limit INTEGER How many executions to show
-d, --deleted Show only deleted executions
-o, --owned Show only executions that I've created
--help Show this message and exit.