Documentation ¶
Overview ¶
Package renderjson provides the command to render the final terragrunt config, with all variables, includes, and functions resolved, as json.
Index ¶
Constants ¶
View Source
const ( CommandName = "render-json" FlagNameTerragruntJSONOut = "terragrunt-json-out" FlagNameWithMetadata = "with-metadata" FlagNameDisableDependentModules = "terragrunt-json-disable-dependent-modules" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.