Documentation
¶
Overview ¶
Package version contains build time configuration for the CLI, such as version information.
Index ¶
Constants ¶
View Source
const Name = "tfctl"
Name is the application name used throughout the CLI.
Variables ¶
View Source
var ( // Version defines what version this application is currently running as. It // is the publicly used version, which will be prefixed with a `v` if it is // a SemVer version. Version = publicVersion(version) // CommitTime is the exposed time.Time version of the commitTime. It's // introduced so we can do time comparison as desired. CommitTime = mustParseTime(committedTime) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.