furyctl dump template
Renders the distribution's code from template files parametrized with the configuration file
Synopsis
Generates a folder with the parametrized version of the Terraform and Kustomization code for deploying the SIGHUP Distribution into a cluster. The command will dump into a 'distribution' folder in the working directory all the rendered files using the parameters set in the configuration file.
Usage
furyctl dump template [flags]
Options
-c, --config string Path to the configuration file (default "furyctl.yaml")
--distro-location string Location where to download schemas, defaults and the distribution manifest from. It can either be a local path(eg: /path/to/distribution) or a remote URL(eg: git::git@github.com:sighupio/distribution?ref=BRANCH_NAME&depth=1). Any format supported by hashicorp/go-getter can be used.
--distro-patches string Location where to download distribution's user-made patches from. Any format supported by hashicorp/go-getter can be used.
--dry-run Furyctl will try its best to generate the manifests despite the errors
-h, --help help for template
--no-overwrite Stop if target directory is not empty. WARNING: setting this to false will delete the folder and its content (default true)
--skip-validation Skip validation of the configuration file
Options inherited from parent commands
-D, --debug Enables furyctl debug output. This will greatly increase the verbosity. Notice that you can always access the debug output in the log file.
-d, --disable-analytics Disable analytics
-g, --git-protocol string Download repositories using the given protocol (options: https, ssh). Use when SSH traffic is being blocked or when SSH client has not been configured
set the GITHUB_TOKEN environment variable with your token to use authentication while downloading, for example for private repositories (default "https")
-H, --https DEPRECATED: by default furyctl uses https protocol to download repositories (default true)
-l, --log string Path to the log file or set to 'stdout' to log to standard output. Default is '<outdir>/.furyctl/furyctl.<timestamp>-<random number>.log'
-T, --no-tty Disable TTY making furyctl's output more friendly to non-interactive shells by disabling animations and colors
-o, --outdir string Path where to create the data directory (.furyctl). Default is the user's home.
-w, --workdir string Switch to a different working directory before executing the given subcommand
See Also
- furyctl dump - Dump rendered templates or other useful objects to the filesystem