update docs for cli

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2022-09-11 11:11:53 +08:00
parent 7eb23296e1
commit deca47087f
1 changed files with 4 additions and 4 deletions

View File

@ -529,8 +529,8 @@ Flags:
-q, --quiet Silence output. Equivalent to log-level warn -q, --quiet Silence output. Equivalent to log-level warn
-l, --selector stringArray Only run using the releases that match labels. Labels can take the form of foo=bar or foo!=bar. -l, --selector stringArray Only run using the releases that match labels. Labels can take the form of foo=bar or foo!=bar.
A release must match all labels in a group in order to be used. Multiple groups can be specified at once. A release must match all labels in a group in order to be used. Multiple groups can be specified at once.
--selector tier=frontend,tier!=proxy --selector tier=backend. Will match all frontend, non-proxy releases AND all backend releases. "--selector tier=frontend,tier!=proxy --selector tier=backend" will match all frontend, non-proxy releases AND all backend releases.
The name of a release can be used as a label. --selector name=myrelease The name of a release can be used as a label: "--selector name=myrelease"
--state-values-file stringArray specify state values in a YAML file --state-values-file stringArray specify state values in a YAML file
--state-values-set stringArray set state values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) --state-values-set stringArray set state values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
-v, --version version for helmfile -v, --version version for helmfile