github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/deployment/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: deployment'
     4  description: |
     5    The deployment command is used to interact with deployments.
     6  ---
     7  
     8  # Command: deployment
     9  
    10  The `deployment` command is used to interact with deployments.
    11  
    12  ## Usage
    13  
    14  Usage: `nomad deployment <subcommand> [options]`
    15  
    16  Run `nomad deployment <subcommand> -h` for help on that subcommand. The following
    17  subcommands are available:
    18  
    19  - [`deployment fail`][fail] - Manually fail a deployment
    20  - [`deployment list`][list] - List all deployments
    21  - [`deployment pause`][pause] - Pause a deployment
    22  - [`deployment promote`][promote] - Promote canaries in a deployment
    23  - [`deployment resume`][resume] - Resume a paused deployment
    24  - [`deployment status`][status] - Display the status of a deployment
    25  
    26  [fail]: /docs/commands/deployment/fail 'Manually fail a deployment'
    27  [list]: /docs/commands/deployment/list 'List all deployments'
    28  [pause]: /docs/commands/deployment/pause 'Pause a deployment'
    29  [promote]: /docs/commands/deployment/promote 'Promote canaries in a deployment'
    30  [resume]: /docs/commands/deployment/resume 'Resume a paused deployment'
    31  [status]: /docs/commands/deployment/status 'Display the status of a deployment'