exec

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteComponentInit added in v0.2.1

func ExecuteComponentInit(ctx context.Context, options ComponentInitOptions) error

func ExecuteDescribeConfig

func ExecuteDescribeConfig(cmd *cobra.Command, options DescribeConfigOptions) error

ExecuteDescribeConfig executes `describe config` command

func ExecuteDescribeStacks

func ExecuteDescribeStacks(cmd *cobra.Command, options DescribeStackOptions) error

ExecuteDescribeStacks executes `describe stacks` command

func ExecuteStackComponentsInit added in v0.2.1

func ExecuteStackComponentsInit(ctx context.Context, stackName string, options ComponentInitOptions) error

Types

type ComponentInitOptions added in v0.2.1

type ComponentInitOptions struct {
	ComponentType string
	ComponentName string
	DryRun        bool
}

type DescribeConfigOptions

type DescribeConfigOptions struct {
	Format string
}

type DescribeStackOptions

type DescribeStackOptions struct {
	Format         string
	OutputFile     string
	Stack          string
	Components     []string
	ComponentTypes []string
	PrintSections  []string
}

Jump to

Keyboard shortcuts

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