Create a namespace
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]
circleci namespace create NamespaceName --org-id 00000000-0000-0000-0000-000000000000
<name> The name to give your new namespace
-h, --help help for create
--no-prompt Disable prompt to bypass interactive UI.
--org-id string The id of your organization.
--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