exec

package
v0.71.2-alpha2024122002 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package exec provides the ability to execute a command using Terragrunt, via the `terragrunt exec -- command_name` command.

Index

Constants

View Source
const (
	CommandName = "exec"

	InDownloadDirFlagName = "in-download-dir"
)

Variables

This section is empty.

Functions

func NewCommand

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

func NewFlags

func NewFlags(opts *options.TerragruntOptions, cmdOpts *Options) cli.Flags

func Run

func Run(ctx context.Context, opts *options.TerragruntOptions, cmdOpts *Options, args cli.Args) error

Types

type Options

type Options struct {
	InDownloadDir bool
}

func NewOptions

func NewOptions() *Options

Jump to

Keyboard shortcuts

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