stack

package
v0.71.2-alpha2024122001 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	CommandName = "stack"
)

Variables

This section is empty.

Functions

func NewCommand

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

func NewFlags

func NewFlags(opts *options.TerragruntOptions) cli.Flags

func Run added in v0.72.2

func Run(ctx context.Context, opts *options.TerragruntOptions, subCommand string) error

Types

type CustomFileProvider

type CustomFileProvider struct {
	// contains filtered or unexported fields
}

func (*CustomFileProvider) ClientMode

func (p *CustomFileProvider) ClientMode(u *url.URL) (getter.ClientMode, error)

ClientMode determines if we're getting a directory or single file

func (*CustomFileProvider) Get

func (p *CustomFileProvider) Get(dst string, u *url.URL) error

Get implements downloading functionality

func (*CustomFileProvider) GetFile

func (p *CustomFileProvider) GetFile(dst string, u *url.URL) error

GetFile implements single file download

func (*CustomFileProvider) SetClient

func (p *CustomFileProvider) SetClient(c *getter.Client)

SetClient sets the client for this provider

Jump to

Keyboard shortcuts

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