Documentation ¶
Overview ¶
Package runall provides the `run-all` command that runs a terraform command against a 'stack' by running the specified command in each subfolder.
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 RunAllOnStack(ctx context.Context, opts *options.TerragruntOptions, stack *configstack.Stack) error
- type MissingCommand
- type RunAllDisabledErr
Constants ¶
View Source
const (
CommandName = "run-all"
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
func RunAllOnStack ¶
func RunAllOnStack(ctx context.Context, opts *options.TerragruntOptions, stack *configstack.Stack) error
Types ¶
type MissingCommand ¶
type MissingCommand struct{}
func (MissingCommand) Error ¶
func (err MissingCommand) Error() string
type RunAllDisabledErr ¶
type RunAllDisabledErr struct {
// contains filtered or unexported fields
}
func (RunAllDisabledErr) Error ¶
func (err RunAllDisabledErr) Error() string
Click to show internal directories.
Click to hide internal directories.