open-nomad/website/pages/docs/commands/deployment/list.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

42 lines
953 B
Plaintext

---
layout: docs
page_title: 'Commands: deployment list'
sidebar_title: list
description: |
The deployment list command is used to list deployments.
---
# Command: deployment list
The `deployment list` command is used list all deployments.
## Usage
```plaintext
nomad deployment list [options]
```
The `deployment list` command requires no arguments.
## General Options
@include 'general_options.mdx'
## List Options
- `-json` : Output the deployments in their JSON format.
- `-t` : Format and display the deployments using a Go template.
- `-verbose`: Show full information.
## Examples
List all tracked deployments:
```shell
$ nomad deployment list
ID Job ID Job Version Status Description
8990cfbc example 2 failed Deployment marked as failed
62eb607c example 1 successful Deployment completed successfully
5f271fe2 example 0 successful Deployment completed successfully
```