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

41 lines
741 B
Plaintext

---
layout: docs
page_title: 'Commands: quota list'
sidebar_title: 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
@include 'general_options.mdx'
## 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
```