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.
Click to show internal directories.
Click to hide internal directories.