version

package
v0.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2018 License: Apache-2.0 Imports: 2 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL