open-nomad/website/content/docs/commands/deployment/index.mdx
Ashlee M Boyer 57f8ebfa26
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

32 lines
1.2 KiB
Plaintext

---
layout: docs
page_title: 'Commands: deployment'
description: |
The deployment command is used to interact with deployments.
---
# Command: deployment
The `deployment` command is used to interact with deployments.
## Usage
Usage: `nomad deployment <subcommand> [options]`
Run `nomad deployment <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`deployment fail`][fail] - Manually fail a deployment
- [`deployment list`][list] - List all deployments
- [`deployment pause`][pause] - Pause a deployment
- [`deployment promote`][promote] - Promote canaries in a deployment
- [`deployment resume`][resume] - Resume a paused deployment
- [`deployment status`][status] - Display the status of a deployment
[fail]: /nomad/docs/commands/deployment/fail 'Manually fail a deployment'
[list]: /nomad/docs/commands/deployment/list 'List all deployments'
[pause]: /nomad/docs/commands/deployment/pause 'Pause a deployment'
[promote]: /nomad/docs/commands/deployment/promote 'Promote canaries in a deployment'
[resume]: /nomad/docs/commands/deployment/resume 'Resume a paused deployment'
[status]: /nomad/docs/commands/deployment/status 'Display the status of a deployment'