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.16" // 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" )
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 GenerateCLIReference ¶ added in v0.0.6
func GenerateCLIReference() string
Generates and returns a markdown-formatted CLI reference page for Odo
func GenerateCLIStructure ¶ added in v0.0.6
func GenerateCLIStructure() string
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.