fix enable-live-output style
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
fa8dcc2c8f
commit
a1c8926a86
|
|
@ -115,7 +115,7 @@ A release must match all labels in a group in order to be used. Multiple groups
|
||||||
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"`)
|
||||||
fs.BoolVar(&globalOptions.AllowNoMatchingRelease, "allow-no-matching-release", false, `Do not exit with an error code if the provided selector has no matching releases.`)
|
fs.BoolVar(&globalOptions.AllowNoMatchingRelease, "allow-no-matching-release", false, `Do not exit with an error code if the provided selector has no matching releases.`)
|
||||||
fs.BoolVar(&globalOptions.EnableLiveOutput, "enable-live-output", globalOptions.EnableLiveOutput, `Show live output from the Helm binary Stdout/Stderr into Helmfile own Stdout/Stderr.
|
fs.BoolVar(&globalOptions.EnableLiveOutput, "enable-live-output", globalOptions.EnableLiveOutput, `Show live output from the Helm binary Stdout/Stderr into Helmfile own Stdout/Stderr.
|
||||||
It only applies for the Helm CLI commands, Stdout/Stderr for Hooks are still displayed only when it's execution finishes.`)
|
It only applies for the Helm CLI commands, Stdout/Stderr for Hooks are still displayed only when it's execution finishes.`)
|
||||||
fs.BoolVarP(&globalOptions.Interactive, "interactive", "i", false, "Request confirmation before attempting to modify clusters")
|
fs.BoolVarP(&globalOptions.Interactive, "interactive", "i", false, "Request confirmation before attempting to modify clusters")
|
||||||
// avoid 'pflag: help requested' error (#251)
|
// avoid 'pflag: help requested' error (#251)
|
||||||
fs.BoolP("help", "h", false, "help for helmfile")
|
fs.BoolP("help", "h", false, "help for helmfile")
|
||||||
|
|
|
||||||
|
|
@ -519,7 +519,7 @@ Flags:
|
||||||
--color Output with color
|
--color Output with color
|
||||||
--debug Enable verbose output for Helm and set log-level to debug, this disables --quiet/-q effect
|
--debug Enable verbose output for Helm and set log-level to debug, this disables --quiet/-q effect
|
||||||
--enable-live-output Show live output from the Helm binary Stdout/Stderr into Helmfile own Stdout/Stderr.
|
--enable-live-output Show live output from the Helm binary Stdout/Stderr into Helmfile own Stdout/Stderr.
|
||||||
It only applies for the Helm CLI commands, Stdout/Stderr for Hooks are still displayed only when it's execution finishes.
|
It only applies for the Helm CLI commands, Stdout/Stderr for Hooks are still displayed only when it's execution finishes.
|
||||||
-e, --environment string specify the environment name. defaults to "default"
|
-e, --environment string specify the environment name. defaults to "default"
|
||||||
-f, --file helmfile.yaml load config from file or directory. defaults to helmfile.yaml or `helmfile.d`(means `helmfile.d/*.yaml`) in this preference
|
-f, --file helmfile.yaml load config from file or directory. defaults to helmfile.yaml or `helmfile.d`(means `helmfile.d/*.yaml`) in this preference
|
||||||
-b, --helm-binary string Path to the helm binary (default "helm")
|
-b, --helm-binary string Path to the helm binary (default "helm")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue