mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * chore: updates link checker workflow hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
26 lines
703 B
Plaintext
26 lines
703 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: scaling'
|
|
description: |
|
|
The scaling command is used to interact with the scaling API.
|
|
---
|
|
|
|
# Command: scaling
|
|
|
|
The `scaling` command is used to interact with the scaling API.
|
|
|
|
~> Scaling commands are new in Nomad 1.0.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad scaling <subcommand> [options]`
|
|
|
|
Run `nomad scaling <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`policy info`][scalingpolicyinfo] - Display an individual Nomad scaling policy
|
|
- [`policy list`][scalingpolicylist] - List all Nomad scaling policies
|
|
|
|
[scalingpolicyinfo]: /nomad/docs/commands/scaling/policy-info
|
|
[scalingpolicylist]: /nomad/docs/commands/scaling/policy-list
|