northflank get job
Gets information about the given job
Subcommands
Name | Description |
---|---|
runs | Fetches run history for the given job |
logs, log | Get log for the specified job |
metrics, metric | Get metrics for the specified job |
build-logs, build-log | Get log for the specified job |
build-metrics, build-metric | Get metrics for the specified job |
run | Returns data about the given job run |
health-checks | Lists the health checks for the given job |
builds | Lists builds for the given job |
build | Gets information about a build for the job |
build-arguments | Gets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed |
build-argument-details | Get details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read' |
runtime-environment | Returns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed |
runtime-environment-details | Get details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read' |
deployment | Gets information about the deployment of the given job |
containers | Gets a list of containers for the given job |
branches, branch, brn | Gets information about the branches of the given job |
pull-requests | Gets information about the pull-requests of the given job |
help | Display help for command |
Options
Name | Description |
---|---|
--verbose | Verbose output |
--quiet | No console output |
--job, --jobId <JOBID> | ID of the job, example: example-job |
--project, --projectId <PROJECTID> | ID of the project, example: default-project |
--noDefaults | OPTIONAL: Don't use context default values, explicitly use options or ask |
-o, --output <OUTPUT> | OPTIONAL: Output formatting, options: '--output json|yaml' |
-h, --help | Display help for command |