helm

strong-opx helm

Manage Helm Charts

usage: strong-opx helm [-h] [--project PROJECT] [--env ENVIRONMENT] [-v {0,1,2,3}] [--traceback] {apply} ...

options

-h, --help

show this help message and exit

--project <project>

Select project by its name. If missing, strong-opx will attempt to auto-select project based on current working directory and its parents and looking for presence of configured project

--env <environment>

Environment name. If project has only one environment that will be auto selected

-v {0,1,2,3}, --verbosity {0,1,2,3}

Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.

--traceback

Raise instead of handling known exceptions

strong-opx helm apply

usage: strong-opx helm apply [-h] [--prune] [--upgrade] [chart ...]
chart

Specify charts to apply

-h, --help

show this help message and exit

--prune

Uninstall removed packages

--upgrade

Upgrade installed packages

Caution

apply command does not support additional arguments and will be silently ignored.

Caution

To run any helm command, specify that after the -- separator. For example, to run helm list, you would run strong-opx helm -- list. This is because the strong-opx command has its own subcommands and options that are separate from the Helm command.