github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/quota/list.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: quota list" 4 sidebar_current: "docs-commands-quota-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 ## Usage 14 15 ``` 16 nomad quota list 17 ``` 18 19 ## General Options 20 21 <%= partial "docs/commands/_general_options" %> 22 23 ## List Options 24 25 * `-json`: Output the quota specifications in a JSON format. 26 27 * `-t`: Format and display the quotas specifications using a Go template. 28 29 ## Examples 30 31 List all quota specifications: 32 33 ``` 34 $ nomad quota list 35 Name Description 36 default Limit the shared default namespace 37 ```