create

package
v0.14.7 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2025 License: MPL-2.0 Imports: 19 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 {
	Engine     *engine.Engine
	WorkingDir string
	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

	Printers printer.Printers
}

Spec represents the create stack specification.

func (*Spec) Exec

func (s *Spec) Exec(ctx context.Context) error

Exec executes the create stack command.

func (*Spec) Name

func (s *Spec) Name() string

Name returns the name of the create stack command.

Jump to

Keyboard shortcuts

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