app
Operations with applications
Usage
Operations with applications.
Commands:
Install an app from a YAML file
List apps
Uninstall an app
install
Install an app from a YAML file
Usage
Install an app from a YAML
file.
Options
--help
Show this message and exit.
--cluster CLUSTER
Specify the cluster (the current cluster by default).
-f, --file TEXT
Path to the app YAML file. [required]
--org ORG
Specify the org (the current org by default).
--project PROJECT
Specify the project (the current project by default).
ls
List apps
Usage
List apps.
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
uninstall
Uninstall an app
Usage
Uninstall an app.
APP
_ID: ID of the app to uninstall
Options
--help
Show this message and exit.
--cluster CLUSTER
Look on a specified cluster (the current cluster by default).
--org ORG
Look on a specified org (the current org by default).
--project PROJECT
Look on a specified project (the current project by default).
Last updated
Was this helpful?