Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildSha is used by the build to include the git sha in the --version output BuildSha = "BuildSha not set (use Makefile to set)" // BuildVersion is set by the Makefile with link flags for ouput in --version BuildVersion = "Build not set (use Makefile to set)" // BuildDate is used by the build to include the build date in the --version output BuildDate = "BuildDate not set (use Makefile to set)" )
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 ProjectCmdShCreate ¶
ProjectCmdShCreate constructs the 'sh' command line option available for each project.
func ProjectCmdUpCreate ¶
ProjectCmdUpCreate constructs the 'up' command line option available for each project.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.