From deca47087f11d42c71d73a2ee48b6cad41cd583c Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sun, 11 Sep 2022 11:11:53 +0800 Subject: [PATCH] update docs for cli Signed-off-by: yxxhero --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index e7aeee6b..83205421 100644 --- a/docs/index.md +++ b/docs/index.md @@ -527,10 +527,10 @@ Flags: -n, --namespace string Set namespace. Uses the namespace set in the context by default, and is available in templates as {{ .Namespace }} --no-color Output without color -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. - 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. - The name of a release can be used as a label. --selector name=myrelease + -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. + "--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" --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) -v, --version version for helmfile