open-nomad/website/pages/docs/commands/namespace/index.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

34 lines
1.1 KiB
Plaintext

---
layout: docs
page_title: 'Commands: namespace'
sidebar_title: namespace
description: |
The namespace command is used to interact with namespaces.
---
# Command: namespace
The `namespace` command is used to interact with namespaces.
~> Namespace commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
Usage: `nomad namespace <subcommand> [options]`
Run `nomad namespace <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`namespace apply`][apply] - Create or update a namespace
- [`namespace delete`][delete] - Delete a namespace
- [`namespace inspect`][inspect] - Inspect a namespace
- [`namespace list`][list] - List available namespaces
- [`namespace status`][status] - Display a namespace's status
[apply]: /docs/commands/namespace/apply 'Create or update a namespace'
[delete]: /docs/commands/namespace/delete 'Delete a namespace'
[inspect]: /docs/commands/namespace/inspect 'Inspect a namespace'
[list]: /docs/commands/namespace/list 'List available namespaces'
[status]: /docs/commands/namespace/status "Display a namespace's status"