Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is the main command RootCmd = &cobra.Command{ Use: "openshift-github-hooks", Short: "Manages GitHub hooks for OpenShift BuildConfig triggers", Long: `openshift-github-hooks helps you manage your GitHub hooks for OpenShift BuildConfig triggers`, Run: RunHelp, } )
Functions ¶
func FullName ¶
FullName returns the full name of the given command, which is the concatenation of all the names of all the parents commands example: "top-cmd sub-cmd sub-sub-cmd"
func GetenvWithDefault ¶
GetenvWithDefault wraps os.Getenv but allows to return a default value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.