mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
In #18925 we added a `-json` flag to the `job status` command, but the argument handling had a bug where it would always set the `-json` flag if either the `-t` or `-json` flags were set, resulting in a misleading error. Instead, pass the `-json` flag value into the formatter. Fixes: https://github.com/hashicorp/nomad/issues/24050
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
```release-note:bug
|
|
cli: Fixed a bug in job status command where -t would act as though -json was also set
|
|
```
|