nais job run list
nais job run list JOB-NAME [flags]
This command lists all runs for a specific job in a given environment.
Options
-e,--environment- Filter by environment.
-o,--output- Format output (table or json).
Inherited options
--config- Specify the location for the configuration file.
--no-colors- Disable colors in the output.
-t,--team- Specify the team to use for this command. Overrides the default team from configuration.
-v,--verbose- Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.
Examples
# List all runs for a job named my-job in the dev environment.
$ nais job run list my-job --environment dev