Documentation ¶
Overview ¶
Package hclfmt provides the hclfmt command for formatting HCL files.
Index ¶
Constants ¶
View Source
const ( CommandName = "hclfmt" FlagNameTerragruntHCLFmt = "terragrunt-hclfmt-file" FlagNameTerragruntHCLFmtExcludeDir = "terragrunt-hclfmt-exclude-dir" FlagNameTerragruntCheck = "terragrunt-check" FlagNameTerragruntDiff = "terragrunt-diff" FlagNameTerragruntHCLFmtStdin = "terragrunt-hclfmt-stdin" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
func Run ¶
func Run(opts *options.TerragruntOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.