github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/quota/init.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: quota init'
     4  description: |
     5    Generate an example quota specification.
     6  ---
     7  
     8  # Command: quota init
     9  
    10  The `quota init` command is used to create an example quota specification file
    11  that can be used as a starting point to customize further.
    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 init
    20  ```
    21  
    22  ## Init Options
    23  
    24  - `-json`: Create an example JSON quota specification.
    25  
    26  ## Examples
    27  
    28  Create an example quota specification:
    29  
    30  ```shell-session
    31  $ nomad quota init
    32  Example quota specification written to spec.hcl
    33  ```