github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/deployment/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: deployment'
     4  sidebar_title: 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 'Manually fail a deployment'
    28  [list]: /docs/commands/deployment/list 'List all deployments'
    29  [pause]: /docs/commands/deployment/pause 'Pause a deployment'
    30  [promote]: /docs/commands/deployment/promote 'Promote canaries in a deployment'
    31  [resume]: /docs/commands/deployment/resume 'Resume a paused deployment'
    32  [status]: /docs/commands/deployment/status 'Display the status of a deployment'