Skip to content

credctl version

Synopsis

Terminal window
credctl version

Description

credctl version prints the build version and git commit hash. Version and commit are set at build time via Go ldflags.

Flags

None.

Examples

Terminal window
credctl version
credctl v0.1.0 (commit: abc1234)

Development builds show:

credctl dev (commit: none)

Exit codes

CodeMeaning
0Version printed successfully

See also