github.com/smintz/nomad@v0.8.3/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  # Command: deployment
    10   
    11  The `deployment` command is used to interact with deployments.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad deployment <subcommand> [options]`
    16  
    17  Run `nomad deployment <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  * [`deployment fail`][fail] - Manually fail a deployment
    21  * [`deployment list`][list] - List all deployments
    22  * [`deployment pause`][pause] - Pause a deployment
    23  * [`deployment promote`][promote] - Promote canaries in a deployment
    24  * [`deployment resume`][resume] - Resume a paused deployment
    25  * [`deployment status`][status] - Display the status of a deployment
    26  
    27  [fail]: /docs/commands/deployment/fail.html "Manually fail a deployment"
    28  [list]: /docs/commands/deployment/list.html "List all deployments"
    29  [pause]: /docs/commands/deployment/pause.html "Pause a deployment"
    30  [promote]: /docs/commands/deployment/promote.html "Promote canaries in a deployment"
    31  [resume]: /docs/commands/deployment/resume.html "Resume a paused deployment"
    32  [status]: /docs/commands/deployment/status.html "Display the status of a deployment"