github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/deployment.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: deployment" 4 sidebar_current: "docs-commands-deployment" 5 description: > 6 The deployment command is used to interact with deployments. 7 --- 8 9 # Nomad Deployment 10 11 Command: `nomad deployment` 12 13 The `deployment` command is used to interact with deployments. 14 15 ## Usage 16 17 Usage: `nomad deployment <subcommand> [options]` 18 19 Run `nomad deployment <subcommand> -h` for help on that subcommand. The following 20 subcommands are available: 21 22 * [`deployment fail`][fail] - Manually fail a deployment 23 * [`deployment list`][list] - List all deployments 24 * [`deployment pause`][pause] - Pause a deployment 25 * [`deployment promote`][promote] - Promote canaries in a deployment 26 * [`deployment resume`][resume] - Resume a paused deployment 27 * [`deployment status`][status] - Display the status of a deployment 28 29 [fail]: /docs/commands/deployment/fail.html "Manually fail a deployment" 30 [list]: /docs/commands/deployment/list.html "List all deployments" 31 [pause]: /docs/commands/deployment/pause.html "Pause a deployment" 32 [promote]: /docs/commands/deployment/promote.html "Promote canaries in a deployment" 33 [resume]: /docs/commands/deployment/resume.html "Resume a paused deployment" 34 [status]: /docs/commands/deployment/status.html "Display the status of a deployment"