github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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 ## Usage 15 16 ``` 17 nomad quota init 18 ``` 19 20 ## Init Options 21 22 * `-json`: Create an example JSON quota specification. 23 24 ## Examples 25 26 Create an example quota specification: 27 28 ``` 29 $ nomad quota init 30 Example quota specification written to spec.hcl 31 ```