Manage the org namespace orbs publish under

## Usage

`circleci namespace <command> [flags]`

## General Commands

| Command  | Description        |
| -------- | ------------------ |
| `create` | Create a namespace |

## Targeted Commands

| Command  | Description                         |
| -------- | ----------------------------------- |
| `delete` | Delete a namespace and all its orbs |
| `get`    | Get details of a namespace          |
| `rename` | Rename a namespace                  |

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

Work with CircleCI orb namespaces.

Namespaces are unique identifiers used to publish orbs.
Each organization may claim one namespace. Orbs are published
and referenced as `<namespace>/<orb>`. All published orbs are world-readable.

