Files
nomad/website/content/docs/commands/quota/init.mdx
Aimee Ukasick 23fd87d9c9 Docs: Commands section move "General options" to page bottom (#26001)
* sectionless files plus acl section

* alloc section

* config, deployment sections

* job section

* licence, namespace

* node, node-pool

* operator

* plugin, quota, recommendation

* scaling, sentinel, server, service, system, var, volume

* Add "ENT" label to left nav for enterprise commands

* job tag break into separate folder and files; update options header
2025-06-12 14:31:38 -05:00

35 lines
766 B
Plaintext

---
layout: docs
page_title: 'nomad quota init command reference'
description: |
The `nomad quota init` command generates an example quota specification that you can customize for your Nomad Enterprise quota specification.
---
# `nomad quota init` command reference
The `quota init` command is used to create an example [quota specification][]
file that can be used as a starting point to customize further.
<EnterpriseAlert product="nomad"/>
## Usage
```plaintext
nomad quota init
```
## Options
- `-json`: Create an example JSON quota specification.
## Examples
Create an example quota specification:
```shell-session
$ nomad quota init
Example quota specification written to spec.hcl
```
[quota specification]: /nomad/docs/other-specifications/quota