Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VERSION will be overwritten automatically by the build system VERSION = "devel" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD" )
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "Print the version of Kubeless", Long: ``, Run: func(cmd *cobra.Command, args []string) { fmt.Println("Kubeless version: " + VERSION + " (" + GITCOMMIT + ")") }, }
VersionCmd contains first-class command for version
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.