configuration

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(factory cmd.Factory) *cobra.Command

NewCommand returns a new instance of the get command

Types

type Command

type Command struct {
	cmd.Factory
	// EnableAutoApproval indicates we automatically approve the configuration
	EnableAutoApproval bool
	// EnableDriftDetection indicates we should detect drift in the configuration
	EnableDriftDetection bool
	// EnableDefaults indicates we keep variables with defaults in the configuration
	EnableDefaults bool
	// EnableSensitive prompts the user to place the variables in secrets when the
	// variable is highlighted as 'sensitive' in the terraform module.
	EnableSensitive bool
	// Name is the name of the configuration
	Name string
	// Namespace is the namespace for the configuration
	Namespace string
	// NoDelete is a flag to indicate if the package should be deleted after the build
	NoDelete bool
	// Provider is the name of the provider to use for the configuration
	Provider string
	// Source is the source of the terraform module
	Source string
	// Secret is name of the secret to hold any sensitive variables
	Secret string
	// Writer is the writer to use for output
	Writer io.Writer
}

Command returns the cobra command for the "build" sub-command.

func (*Command) Run

func (o *Command) Run(ctx context.Context) error

Run implements the command action

Jump to

Keyboard shortcuts

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