WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx step create helmfile
list of jx commands
jx step create helmfile
Alpha command, expect this to change or be removed, created: Jan 28 2020
Synopsis
Alpha command, expect this to change or be removed, created: Jan 28 2020 ** EXPERIMENTAL COMMAND ** Generates a helmfile from a jx-apps.yml see enhancement https://github.com/jenkins-x/enhancements/pull/1
jx step create helmfile [flags]
Examples
# Create a new helmfile.yaml from a jx-apps.yaml
jx create helmfile
Options
--dir string the directory to look for a 'jx-apps.yml' file (default ".")
-h, --help help for helmfile
--outputDir string The directory to write the helmfile.yaml file
--values stringArray specify values in a YAML file or a URL(can specify multiple)
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx step create - create [command]
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: fix: Remove control characters (05c7a61ca8)