TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Eljakani/ward/llms.txt
Use this file to discover all available pages before exploring further.
ward version command prints version details about the Ward CLI installation.
Usage
Output
The command displays:- Version - The Ward release version (e.g.,
v0.3.0) - Commit - Git commit hash of the build
- Built - Build timestamp
Example
Version Detection
Ward automatically detects version information from multiple sources:- Build-time ldflags - When built with
go build -ldflags - Go module metadata - When installed via
go install github.com/eljakani/ward@v0.3.0 - VCS information - Git commit hash from build metadata
go install, the version will match the specified tag: