divekit version
Show version information
Synopsis
Display version and build information for the divekit CLI.
Shows the current version number, git commit hash, build date, and Go version used to compile the binary.
Usage
divekit version [flags]
Examples
# Show version information
divekit version
# Short form (flag)
divekit --version
Inherited Flags
-l, --loglevel string log level (debug, info, warn, error, fatal) (default "info")
--no-index skip project index update
--non-interactive run in non-interactive mode (fails if interactive input is required)
-y, --yes assume yes/default for all prompts (non-interactive with automatic defaults)