cmd

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

func Root

func Root() *cobra.Command

func StackStop

func StackStop(ctx context.Context, opts StackStopOptions) error

Types

type ExitCodeErr

type ExitCodeErr interface {
	// ExitCode returns the exit code to use when the program exits due to this
	// error.
	ExitCode() int
}

ExitCodeErr is an interface that can be implemented by errors to provide a custom exit code when the program exits due to them.

type StackStopOptions

type StackStopOptions struct {
	IncludeInfrastructure bool
	Exclude               []string
}

Jump to

Keyboard shortcuts

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