stack

package
v0.73.6-beta2025021401 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2025 License: MIT Imports: 20 Imported by: 1

Documentation

Overview

Package stack provides the command to stack.

Index

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 FilterOutputs(outputs map[string]map[string]cty.Value, outputIndex string) map[string]cty.Value

func NewCommand

func NewCommand(opts *options.TerragruntOptions) *cli.Command

NewCommand builds the command for stack.

func NewFlags

func NewFlags(opts *options.TerragruntOptions, prefix flags.Prefix) cli.Flags

NewFlags builds the flags for stack.

func PrintJSONOutput added in v0.72.9

func PrintJSONOutput(writer io.Writer, outputs map[string]map[string]cty.Value, outputIndex string) error

func PrintOutputs added in v0.72.9

func PrintOutputs(writer io.Writer, outputs map[string]map[string]cty.Value, outputIndex string) error

func PrintRawOutputs added in v0.72.9

func PrintRawOutputs(opts *options.TerragruntOptions, writer io.Writer, outputs map[string]map[string]cty.Value, outputIndex string) error

func Run added in v0.72.2

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.

func RunOutput added in v0.72.9

func RunOutput(ctx context.Context, opts *options.TerragruntOptions, index string) error

RunOutput stack output.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL