github.com/smintz/nomad@v0.8.3/website/source/docs/commands/quota.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: quota"
     4  sidebar_current: "docs-commands-quota"
     5  description: >
     6    The quota command is used to interact with quota specifications.
     7  ---
     8  
     9  # Command: quota
    10  
    11  The `quota` command is used to interact with quota specifications.
    12  
    13  ~> Quota commands are new in Nomad 0.7 and are only available with Nomad
    14  Enterprise.
    15  
    16  ## Usage
    17  
    18  Usage: `nomad quota <subcommand> [options]`
    19  
    20  Run `nomad quota <subcommand> -h` for help on that subcommand. The following
    21  subcommands are available:
    22  
    23  * [`quota apply`][quotaapply] - Create or update a quota specification
    24  * [`quota delete`][quotadelete] - Delete a quota specification
    25  * [`quota init`][quotainit] - Create an example quota specification file
    26  * [`quota inspect`][quotainspect] - Inspect a quota specification
    27  * [`quota list`][quotalist] - List quota specifications
    28  * [`quota status`][quotastatus] - Display a quota's status and current usage
    29  
    30  [quotaapply]: /docs/commands/quota/apply.html
    31  [quotadelete]: /docs/commands/quota/delete.html
    32  [quotainit]: /docs/commands/quota/init.html
    33  [quotainspect]: /docs/commands/quota/inspect.html
    34  [quotalist]: /docs/commands/quota/list.html
    35  [quotastatus]: /docs/commands/quota/status.html