Skip to content

version

Display agent version information

Terminal window
conhive-agent version

Shows detailed version information for the installed Conhive agent. This typically includes the semantic version number (e.g., v1.2.3), the Git commit hash it was built from, and the build date, which is useful for reporting issues or checking compatibility.

Terminal window
conhive-agent version [flags]
Terminal window
-h, --help help for version
-f, --log-format string Specify the logging format (options: console,
json) (default "text")
-l, --log-level string Define the logging level (options: trace,
debug, info, warn, error, fatal, panic)
(default "info")
-o, --log-to-file Enable logging to a file (default true)
-p, --port int32 Port to run the server on (default 5050)
-w, --workdir string Set the working directory for agent operations
(default: $HOME/.conhive)