Documentation ¶
Index ¶
Constants ¶
View Source
const ( GAUserAgent = "backyards-cli" GACategoryCommand = "clicmd" GACategoryLicense = "clilicense" GAActionReject = "reject" AcceptLicense = "accept-license" LicenseLink = "https://banzaicloud.com/docs/backyards/evaluation-license" )
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "backyards", Short: "Install and manage Backyards", SilenceErrors: true, SilenceUsage: false, DisableAutoGenTag: true, }
RootCmd represents the root Cobra command
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately This is called by main.main(). It only needs to happen once to the RootCmd
func GetRootCommand ¶
GetRootCommand returns the cli root command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.