Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "" Commit = "" Date = "" )
Version, Commit, and Date are set via -ldflags at build time.
Version falls back to Go module build info when the binary was produced without ldflags (e.g. `go install`, `go run`), and finally to "dev" for a working-copy build. Commit and Date have no useful runtime fallback — an empty string means "unknown" and callers render it as such.
The Makefile injects Version only; GoReleaser injects all three on tagged releases.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- cmd_add.go
- cmd_archive.go
- cmd_completion.go
- cmd_config.go
- cmd_cortex.go
- cmd_drift.go
- cmd_edit.go
- cmd_events.go
- cmd_federation.go
- cmd_get.go
- cmd_init.go
- cmd_list.go
- cmd_migrate.go
- cmd_purge.go
- cmd_recover.go
- cmd_remove.go
- cmd_resolve.go
- cmd_search.go
- cmd_serve.go
- cmd_sync.go
- cmd_tui.go
- cmd_use.go
- cmd_verify.go
- cmd_version.go
- input.go
- root.go
Click to show internal directories.
Click to hide internal directories.