diff --git a/command/scaling_policy_list.go b/command/scaling_policy_list.go index 1a15a8c51..769d9b841 100644 --- a/command/scaling_policy_list.go +++ b/command/scaling_policy_list.go @@ -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. diff --git a/website/pages/docs/commands/scaling/policy-list.mdx b/website/pages/docs/commands/scaling/policy-list.mdx index 97045e708..04b480411 100644 --- a/website/pages/docs/commands/scaling/policy-list.mdx +++ b/website/pages/docs/commands/scaling/policy-list.mdx @@ -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.