github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  # Nomad Quota
    10  
    11  Command: `nomad quota`
    12  
    13  The `quota` command is used to interact with quota specifications.
    14  
    15  ## Usage
    16  
    17  Usage: `nomad quota <subcommand> [options]`
    18  
    19  Run `nomad quota <subcommand> -h` for help on that subcommand. The following
    20  subcommands are available:
    21  
    22  * [`quota apply`][quotaapply] - Create or update a quota specification
    23  * [`quota delete`][quotadelete] - Delete a quota specification
    24  * [`quota init`][quotainit] - Create an example quota specification file
    25  * [`quota inspect`][quotainspect] - Inspect a quota specification
    26  * [`quota list`][quotalist] - List quota specifications
    27  * [`quota status`][quotastatus] - Display a quota's status and current usage
    28  
    29  [quotaapply]: /docs/commands/quota/apply.html
    30  [quotadelete]: /docs/commands/quota/delete.html
    31  [quotainit]: /docs/commands/quota/init.html
    32  [quotainspect]: /docs/commands/quota/inspect.html
    33  [quotalist]: /docs/commands/quota/list.html
    34  [quotastatus]: /docs/commands/quota/status.html