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

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