github.com/smintz/nomad@v0.8.3/website/source/docs/commands/quota/list.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: quota list"
     4  sidebar_current: "docs-commands-quota-list"
     5  description: >
     6    The quota list command is used to list available quota specifications.
     7  ---
     8  
     9  # Command: quota list
    10  
    11  The `quota list` command is used to list available quota specifications.
    12  
    13  ~> Quota commands are new in Nomad 0.7 and are only available with Nomad
    14  Enterprise.
    15  
    16  ## Usage
    17  
    18  ```
    19  nomad quota list
    20  ```
    21  
    22  ## General Options
    23  
    24  <%= partial "docs/commands/_general_options" %>
    25  
    26  ## List Options
    27  
    28  * `-json`: Output the quota specifications in a JSON format.
    29  
    30  * `-t`: Format and display the quotas specifications using a Go template.
    31  
    32  ## Examples
    33  
    34  List all quota specifications:
    35  
    36  ```
    37  $ nomad quota list
    38  Name     Description
    39  default  Limit the shared default namespace
    40  ```