Files
nomad/.changelog/23699.txt
Tim Gross e684636aed cli: add option to return original HCL in job inspect command (#23699)
In 1.6.0 we shipped the ability to review the original HCL in the web UI, but
didn't follow-up with an equivalent in the command line. Add a `-hcl` flag to
the `job inspect` command.

Closes: https://github.com/hashicorp/nomad/issues/6778
2024-08-05 15:35:18 -04:00

4 lines
98 B
Plaintext

```release-note:improvement
cli: Added option to return original HCL in `job inspect` command
```