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" OutFlagName = "out" WithMetadataFlagName = "with-metadata" DisableDependentModulesFlagName = "disable-dependent-modules" DeprecatedJSONOutFlagName = "json-out" DeprecatedJSONDisableDependentModulesFlagName = "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.