create

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package create provides the create stack command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Spec

type Spec struct {
	Path string

	AllTerraform   bool
	AllTerragrunt  bool
	EnsureStackIDs bool

	IgnoreExisting bool
	NoGenerate     bool
	Verbosity      int

	Imports []string

	StackID          string
	StackName        string
	StackDescription string
	StackTags        []string
	StackWatch       []string
	StackAfter       []string
	StackBefore      []string
	StackWants       []string
	StackWantedBy    []string
	// contains filtered or unexported fields
}

Spec represents the create stack specification.

func (*Spec) Exec

func (s *Spec) Exec(ctx context.Context, cli commands.CLI) error

Exec executes the create stack command.

func (*Spec) Name

func (s *Spec) Name() string

Name returns the name of the create stack command.

func (*Spec) Requirements added in v0.15.0

func (s *Spec) Requirements(context.Context, commands.CLI) any

Requirements returns the requirements of the command.

Jump to

Keyboard shortcuts

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