github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/quota/init.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: quota init' 4 sidebar_title: 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 ```plaintext 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 ```shell-sessionnomad quota init 32 Example quota specification written to spec.hcl 33 ```