Merge pull request #9260 from hashicorp/b-fixup-scaling-policy-list-help

cli: update scaling policy list help to include job flag.
This commit is contained in:
James Rasell
2020-11-04 15:28:25 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ General Options:
Policy Info Options:
-job
Specifies the job ID to filter the scaling policies list by.
-type
Filter scaling policies by type.

View File

@@ -22,6 +22,8 @@ nomad scaling policy list [options]
## Policy List Options
- `-job` : Specifies the job ID to filter the scaling policies list by.
- `-type` : Filter scaling policies by type.
- `-json` : Output the scaling policy list in its JSON format.
- `-t` : Format and display the scaling policy list using a Go template.