open-nomad/.changelog/15997.txt
Daniel Bennett dc9c8d4e47
Change job init default to example.nomad.hcl and recommend in docs (#15997)
recommend .nomad.hcl for job files instead of .nomad (without .hcl)
* nomad job init -> example.nomad.hcl
* update docs
2023-02-02 11:47:47 -06:00

4 lines
130 B
Plaintext

```release-note:improvement
cli: we now recommend .nomad.hcl extension for job files, so `job init` creates example.nomad.hcl
```