pcl-list-applications(1)
Name
pcl-list-applications - List applications present in a namespace.
Synopsis
pcl list-applications [-hqV] [-a=<applicationName>] [-n=<namespaceName>] [-o=<outputFormat>] [-s=<subscriptionName>]
Description
List applications present in a namespace.
Returned application names can be used as values of argument --application
/ -a
for invocation of other commands along with same value of --namespace
/ -n
.
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.
- -q, --quiet
-
Quiet output.
Only result of operations will be displayed to
stdout
, or error message tostderrr
. - -s, --subscription=<subscriptionName>
-
Name of subscription to use. Only necessary when account has access to multiple subscriptions.
- -V, --version
-
Print version information and exit.