Documentation
¶
Overview ¶
Package stack provides the command to stack.
Index ¶
- Constants
- func NewCommand(opts *options.TerragruntOptions) *cli.Command
- func NewFlags(opts *options.TerragruntOptions) cli.Flags
- func Run(ctx 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" OutputFormatEnvName = "TERRAGRUNT_STACK_OUTPUT_FORMAT" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
NewCommand builds the command for stack.
func NewFlags ¶
func NewFlags(opts *options.TerragruntOptions) cli.Flags
NewFlags builds the flags for stack.
func Run ¶ added in v0.72.2
func Run(ctx context.Context, opts *options.TerragruntOptions) error
Run execute stack command.
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.