Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" )
Version and Commit identify the running CLI build.
Only release binaries (GoReleaser) stamp these via ldflags (-X ...versioninfo.Version=...). Every other build -- `mise build`, `go install github.com/entireio/cli/cmd/entire@<version>`, and plain `go build`/`go install ./...` -- carries no ldflags, so Load() recovers them from Go's embedded build info instead and the CLI still self-reports a real version and commit.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.