Documentation
¶
Overview ¶
Package stack provides the command to stack.
Index ¶
- Constants
- func FilterOutputs(outputs map[string]map[string]cty.Value, outputIndex string) map[string]cty.Value
- func NewCommand(opts *options.TerragruntOptions) *cli.Command
- func NewFlags(opts *options.TerragruntOptions, prefix flags.Prefix) cli.Flags
- func PrintJSONOutput(writer io.Writer, outputs map[string]map[string]cty.Value, outputIndex string) error
- func PrintOutputs(writer io.Writer, outputs map[string]map[string]cty.Value, outputIndex string) error
- func PrintRawOutputs(opts *options.TerragruntOptions, writer io.Writer, ...) error
- func Run(ctx context.Context, opts *options.TerragruntOptions) error
- func RunClean(_ context.Context, opts *options.TerragruntOptions) error
- func RunGenerate(ctx context.Context, opts *options.TerragruntOptions) error
- func RunOutput(ctx context.Context, opts *options.TerragruntOptions, index string) error
Constants ¶
View Source
const ( // CommandName stack command name. CommandName = "stack" OutputFormatFlagName = "format" JSONFormatFlagName = "json" RawFormatFlagName = "raw" )
View Source
const (
ManifestName = ".terragrunt-stack-manifest"
)
Variables ¶
This section is empty.
Functions ¶
func FilterOutputs ¶ added in v0.72.9
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
NewCommand builds the command for stack.
func PrintJSONOutput ¶ added in v0.72.9
func PrintOutputs ¶ added in v0.72.9
func PrintRawOutputs ¶ added in v0.72.9
func Run ¶ added in v0.72.2
func Run(ctx context.Context, opts *options.TerragruntOptions) error
Run execute stack command.
func RunClean ¶ added in v0.73.1
func RunClean(_ context.Context, opts *options.TerragruntOptions) error
RunClean cleans the stack directory
func RunGenerate ¶
func RunGenerate(ctx context.Context, opts *options.TerragruntOptions) error
RunGenerate runs the stack command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.