Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildTag holds the `git tag` if this is a tagged build/release BuildTag = "canary" // BuildSHA holds the git commit SHA at `make build` time. BuildSHA = "unset" // GitTreeState is the state of the git tree, either clean or dirty GitTreeState = "unset" )
Functions ¶
func NewRootCmd ¶
NewRootCmd returns the root command for ACS-Engine.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.