github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/docs/commands/scaling/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: scaling'
     4  sidebar_title: scaling
     5  description: |
     6    The scaling command is used to interact with the scaling API.
     7  ---
     8  
     9  # Command: scaling
    10  
    11  The `scaling` command is used to interact with the scaling API.
    12  
    13  ~> Scaling commands are new in Nomad 1.0.
    14  
    15  ## Usage
    16  
    17  Usage: `nomad scaling <subcommand> [options]`
    18  
    19  Run `nomad scaling <subcommand> -h` for help on that subcommand. The following
    20  subcommands are available:
    21  
    22  - [`policy info`][scalingpolicyinfo] - Display an individual Nomad scaling policy
    23  - [`policy list`][scalingpolicylist] - List all Nomad scaling policies
    24  
    25  [scalingpolicyinfo]: /docs/commands/scaling/policy-info
    26  [scalingpolicylist]: /docs/commands/scaling/policy-list