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

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: quota init"
     4  sidebar_current: "docs-commands-quota-init"
     5  description: >
     6    Generate an example quota specification.
     7  ---
     8  
     9  # Command: quota init
    10  
    11  The `quota init` command is used to create an example quota specification file
    12  that can be used as a starting point to customize further.
    13  
    14  ~> Quota commands are new in Nomad 0.7 and are only available with Nomad
    15  Enterprise.
    16  
    17  ## Usage
    18  
    19  ```
    20  nomad quota init
    21  ```
    22  
    23  ## Init Options
    24  
    25  * `-json`: Create an example JSON quota specification. 
    26  
    27  ## Examples
    28  
    29  Create an example quota specification:
    30  
    31  ```
    32  $ nomad quota init
    33  Example quota specification written to spec.hcl
    34  ```