Documentation
¶
Overview ¶
Package version provides version information for the azd exec extension. Version information is set at build time via ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate = "unknown"
BuildDate is the build timestamp, set at build time via ldflags.
View Source
var GitCommit = "unknown"
GitCommit is the git commit hash, set at build time via ldflags.
View Source
var Info = coreversion.New("jongio.azd.exec", "azd exec")
Info provides the shared version information for this extension.
View Source
var Version = "0.0.0-dev"
Version is the semantic version of the extension, set at build time via ldflags.
go build -ldflags "-X github.com/jongio/azd-exec/cli/src/internal/version.Version=1.0.0 -X github.com/jongio/azd-exec/cli/src/internal/version.BuildDate=2025-01-09T12:00:00Z -X github.com/jongio/azd-exec/cli/src/internal/version.GitCommit=abc123"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.