Files
nomad/website/content/docs/commands/scaling/index.mdx
Ashlee M Boyer 3444ece549 docs: Migrate link formats (#15779)
* 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>
2023-01-25 09:31:14 -08:00

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