94d7dddccd
These options are mutually exclusive but, since `-hcl2-strict` defaults to `true` users had to explicitily set it to `false` when using `-hcl1`. Also return `255` when job plan fails validation as this is the expected code in this situation.
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
```release-note:improvement
|
|
cli: ignore `-hcl2-strict` when -hcl1 is set.
|
|
```
|
|
|
|
```release-note:bug
|
|
cli: return exit code `255` when `nomad job plan` fails job validation.
|
|
```
|