inspect
This commit is contained in:
parent
f8b9fc4124
commit
a271b8fc22
|
@ -24,7 +24,7 @@ General Options:
|
|||
Inspect Options:
|
||||
|
||||
-version <job version>
|
||||
Display only the history for the given job version.
|
||||
Display the job at the given job version.
|
||||
|
||||
-json
|
||||
Output the job in its JSON format.
|
||||
|
|
|
@ -32,7 +32,7 @@ allocations and information will be displayed.
|
|||
* `-short`: Display short output. Shows only the most recent task event.
|
||||
* `-verbose`: Show full information.
|
||||
* `-json` : Output the allocation in its JSON format.
|
||||
* `-t` : Format and display allocation using a Go template.
|
||||
* `-t` : Format and display the allocation using a Go template.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
|
@ -27,10 +27,11 @@ version of a job Nomad is running.
|
|||
|
||||
## Inspect Options
|
||||
|
||||
* `-short`: Display short output. Used only when a single node is being queried.
|
||||
Drops verbose node allocation data from the output.
|
||||
* `-version`: Display only the job at the given job version.
|
||||
|
||||
* `-verbose`: Show full information.
|
||||
* `-json` : Output the job in its JSON format.
|
||||
|
||||
* `-t` : Format and display the job using a Go template.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue