cmd

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 21 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// IssueMSG is a default message to pass to the user
	IssueMSG = " Please open up a Github issue to report this error! https://github.com/karl-cardenas-coding/go-clean-lambda"
)

Variables

View Source
var (
	// VersionString is the version of the CLI
	VersionString string = "No version provided"
	// ProfileFlag is the AWS crendentials profile passed in
	ProfileFlag string
	// CredentialsFile is a boolean for the credentials provider logic
	CredentialsFile bool
	// RegionFlag is the AWS Region to target for the execution
	RegionFlag string
	// Retain is the number of versions to retain excluding $LATEST
	Retain int8
	// Verbose is to enable debug output
	Verbose bool
	// DryRun is to enable a preview of what an actual execution would do
	DryRun bool
	// LambdaListFile points a file that contains a listof Lambdas to delete
	LambdaListFile string
	// MoreLambdaDetails is to show information about the Lambda being worked on
	MoreLambdaDetails bool
	// SizeIEC is used to display the size in IEC units
	SizeIEC bool
	// CliConfig is the struct that holds the CLI configuration
	GlobalCliConfig cliConfig
)
View Source
var (
	CustomeDeleteList []string
)

Functions

func Execute

func Execute()

Execute is the main execution function

Types

This section is empty.

Jump to

Keyboard shortcuts

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