Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "development"
Version string for the `ec` CLI Set at build time using the output from hack/derive-version.sh Example values: v0.6.104, v0.5.167+redhat, v0.6.175-ci-fb5e4c83
Functions ¶
func CliShortName ¶ added in v0.6.182
func CliShortName() string
Types ¶
type ComponentInfo ¶
type VersionInfo ¶
type VersionInfo struct { Version string Commit string ChangedOn time.Time Components []ComponentInfo }
func ComputeInfo ¶
func ComputeInfo() (*VersionInfo, error)
func (VersionInfo) String ¶
func (v VersionInfo) String() string
Click to show internal directories.
Click to hide internal directories.