Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2025 Changes in this version + const APIKeyAuth + const AppHelpTemplate + const AppVersionTemplate + const CacheProviderHTTPStatusCode + const CommandHelpTemplate + const CommandNameApplyAll + const CommandNameDestroyAll + const CommandNameOutputAll + const CommandNamePlanAll + const CommandNameSpinUp + const CommandNameTearDown + const CommandNameValidateAll + const TerragruntDisableLogFormattingEnvName + const TerragruntDisableLogFormattingFlagName + const TerragruntIncludeModulePrefixEnvName + const TerragruntIncludeModulePrefixFlagName + const TerragruntJSONLogEnvName + const TerragruntJSONLogFlagName + const TerragruntTfLogJSONEnvName + const TerragruntTfLogJSONFlagName + func DeprecatedCommands(opts *options.TerragruntOptions) cli.Commands + func ExitErrHandler(_ *cli.Context, err error) error + func NewDeprecatedFlags(opts *options.TerragruntOptions) cli.Flags + func OSExiter(exitCode int) + func TerragruntCommands(opts *options.TerragruntOptions) cli.Commands + func WrapWithTelemetry(opts *options.TerragruntOptions) func(ctx *cli.Context, action cli.ActionFunc) error + type App struct + func NewApp(opts *options.TerragruntOptions) *App + func (app *App) Run(args []string) error + func (app *App) RunContext(ctx context.Context, args []string) error + type ProviderCache struct + func InitProviderCacheServer(opts *options.TerragruntOptions) (*ProviderCache, error) + func (cache *ProviderCache) TerraformCommandHook(ctx context.Context, opts *options.TerragruntOptions, args cli.Args) (*util.CmdOutput, error)