Files
nomad/.changelog/24054.txt
Tim Gross 65ec00da1d cli: fix -t flag on job status command (#24054)
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
2024-09-25 09:12:52 -04:00

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
```