cmd

package
v0.0.0-...-eafc989 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2021 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AwsCmd = &cobra.Command{
		Use:   "aws",
		Short: "Cleanup leftover AWS CI resources.",
		Run:   runAws,
	}
)
View Source
var (
	AzureCmd = &cobra.Command{
		Use:   "azure",
		Short: "Cleanup leftover Azure CI resources.",
		RunE:  runAzure,
	}
)
View Source
var (
	RootCmd = &cobra.Command{
		Use:   "ci-cleaner",
		Short: "Clean CI resources",
	}
)
View Source
var (
	// VersionCmd implements the 'version' command required by architect.
	VersionCmd = &cobra.Command{
		Use:   "version",
		Short: "Does nothing.",
		Run:   runVersionCmd,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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