Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VERSION is version number that will be displayed when running ./odo version VERSION = "v0.0.5" // GITCOMMIT is hash of the commit that wil be displayed when running ./odo version // this will be overwritten when running build like this: go build -ldflags="-X github.com/redhat-developer/odo/cmd.GITCOMMIT=$(GITCOMMIT)" // HEAD is default indicating that this was not set during build GITCOMMIT = "HEAD" )
View Source
var (
GlobalVerbose bool
)
Global variables
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 GenerateCLIDocs ¶
func GenerateCLIDocs() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.