pcl-create-namespace(1)
Name
pcl-create-namespace - Create new namespace
Synopsis
pcl create-namespace [-hqV] [-a=<applicationName>] [-n=<namespaceName>] [-o=<outputFormat>] --project=<project> [--region=<region>] [-s=<subscriptionName>] --stage=<stage>
Options
- -a, --application=<applicationName>
-
Name of application to manage.
Not required for commands listed by
-n
option, as well aslist-applications
andupload
. - -h, --help
-
Show this help message and exit.
- -n, --namespace=<namespaceName>
-
Name of namespace to manage.
Required for all commands except
login
,list-namespaces
andcreate-namespace
. - -o, --output=<outputFormat>
-
Output format. Allowed values: TEXT, JSON.
- --project=<project>
-
The project the namespace will host
- -q, --quiet
-
Quiet output.
Only result of operations will be displayed to
stdout
, or error message tostderrr
. - --region=<region>
-
Cloud region the namespace should be deployed to. Default region may be selected when not specified.
- -s, --subscription=<subscriptionName>
-
Name of subscription to use. Only necessary when account has access to multiple subscriptions.
- --stage=<stage>
-
The stage or environment namespace will host
- -V, --version
-
Print version information and exit.