mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user