github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/namespace/index.mdx (about)

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