github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/quota/list.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: quota list'
     4  sidebar_title: 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  ```plaintext
    19  nomad quota list
    20  ```
    21  
    22  ## General Options
    23  
    24  @include 'general_options.mdx'
    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  ```shell-sessionnomad quota list
    37  Name     Description
    38  default  Limit the shared default namespace
    39  ```