arguments

package
v1.2.37 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DeprecatedDefaultMPLabelsFlag = "default-mp-labels"
	NewDefaultMPLabelsFlag        = "worker-mp-labels"
	DeprecatedControlPlaneIAMRole = "controlplane-iam-role"
	NewControlPlaneIAMRole        = "controlplane-iam-role-arn"
	DeprecatedWorkerIAMRole       = "worker-iam-role"
	NewWorkerIAMRole              = "worker-iam-role-arn"
	DeprecatedEnvFlag             = "env"
	NewEnvFlag                    = "url"
)

Variables

This section is empty.

Functions

func AddDebugFlag

func AddDebugFlag(fs *pflag.FlagSet)

AddDebugFlag adds the '--debug' flag to the given set of command line flags.

func AddProfileFlag

func AddProfileFlag(fs *pflag.FlagSet)

AddProfileFlag adds the '--profile' flag to the given set of command line flags.

func AddRegionFlag added in v0.1.10

func AddRegionFlag(fs *pflag.FlagSet)

AddRegionFlag adds the '--region' flag to the given set of command line flags.

func AddStringFlag added in v1.2.4

func AddStringFlag(cmd *cobra.Command, flagName string)

func GetProfile added in v0.1.10

func GetProfile() string

func GetRegion added in v0.1.10

func GetRegion() string

func HasUnknownFlags added in v1.0.0

func HasUnknownFlags() bool

HasUnknownFlags returns whether the flag parser detected any unknown flags

func IsValidMode added in v1.1.6

func IsValidMode(modes []string, mode string) bool

func MarkRegionHidden added in v1.2.11

func MarkRegionHidden(parentCmd *cobra.Command, childrenCmds []*cobra.Command)

func NormalizeFlags added in v1.2.35

func NormalizeFlags(_ *pflag.FlagSet, name string) pflag.NormalizedName

func ParseKnownFlags added in v1.2.4

func ParseKnownFlags(cmd *cobra.Command, argv []string, failOnUnknown bool) error

Parse known flags will take the command line arguments and map the ones that fit with known flags.

func ParseUnknownFlags added in v1.0.0

func ParseUnknownFlags(cmd *cobra.Command, argv []string) error

ParseUnknownFlags parses all flags from the CLI, including unknown ones, and adds them to the current command tree

func PreprocessUnknownFlagsWithId added in v1.2.36

func PreprocessUnknownFlagsWithId(cmd *cobra.Command, argv []string) error

PreprocessUnknownFlagsWithId Parses known and unknown flags will take the command line arguments and map the ones that fit with known flags.

Types

This section is empty.

Jump to

Keyboard shortcuts

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