circleci namespace create

Create a namespace

Synopsis

Create a namespace. Please note that at this time all namespaces created in the registry are world-readable.

circleci namespace create <name> --org-id <your-organization-id> [flags]

Examples

circleci namespace create NamespaceName --org-id 00000000-0000-0000-0000-000000000000

Arguments

<name>      The name to give your new namespace

Flags

  -h, --help            help for create
      --no-prompt       Disable prompt to bypass interactive UI.
      --org-id string   The id of your organization.

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO