Documentation ¶
Overview ¶
Package stack provides the command to stack.
Index ¶
Constants ¶
View Source
const (
// CommandName stack command name.
CommandName = "stack"
)
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(_ *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.