Name
qube-list-namespaces - List namespaces available in a subscription.
Synopsis
qube list-namespaces [-hqV] [-a=<applicationName>] [--endpoint=<baseUri>] [-n=<namespaceName>] [-o=<outputFormat>] [-s=<subscriptionName>]
Description
List namespaces available in a subscription.
Returned namespace names can be used as value for option -n / --namespace.
Options
- -a, --application=<applicationName>
-
Name of application to manage.
Not required for commands listed by
-noption, as well aslist-applicationsandupload. - --endpoint=<baseUri>
-
Management endpoint. Defaults to https://manage.payara.cloud. Set it to management endpoint of your Payara Qube instance if that’s your target. Also settable with environment variable QUBE_ENDPOINT
- -h, --help
-
Show this help message and exit.
- -n, --namespace=<namespaceName>
-
Name of namespace to manage.
Required for all commands except
login,list-namespacesandcreate-namespace. - -o, --output=<outputFormat>
-
Set the output format. Allowed values: TEXT, JSON.
- -q, --quiet
-
Enable quiet output.
Only result of operations will be displayed to
stdout, or error message tostderr. - -s, --subscription=<subscriptionName>
-
Specify the name of the subscription to use. This is only necessary when your account has access to multiple subscriptions.
- -V, --version
-
Print version information and exit.