open-nomad/website/source/docs/commands/quota/list.html.md.erb
Charlie Voiselle 870e3f58a6 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

41 lines
784 B
Plaintext

---
layout: "docs"
page_title: "Commands: quota list"
sidebar_current: "docs-commands-quota-list"
description: >
The quota list command is used to list available quota specifications.
---
# Command: quota list
The `quota list` command is used to list available quota specifications.
~> Quota commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad quota list
```
## General Options
<%= partial "docs/commands/_general_options" %>
## List Options
- `-json`: Output the quota specifications in a JSON format.
- `-t`: Format and display the quotas specifications using a Go template.
## Examples
List all quota specifications:
```shell
$ nomad quota list
Name Description
default Limit the shared default namespace
```