app
Operations with applications
Usage
Operations with applications.
Commands:
Get application values
Install an app from a YAML file
List apps
Alias to list
Uninstall an app
get-values
Get application values
Usage
Get application values.
APP
_ID: Optional ID of the app to get values for.
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).
-o, --output TEXT
Output format (default: table).
--project PROJECT
Look on a specified project (the current project by default).
-t, --type TEXT
Filter by value type.
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).
list
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).
ls
Alias to list
Usage
Alias to list
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?