open-nomad/website/pages/docs/commands/quota/list.mdx
2020-05-18 16:53:06 -04:00

41 lines
749 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-session
$ nomad quota list
Name Description
default Limit the shared default namespace
```