Skip to main content
regclient
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

regbot version

Synopsis

Show the version of regbot. Note that docker image builds will always be marked “dirty”.

regbot version [flags]

Examples

# display full version details
regbot version

# retrieve the version number
regbot version --format '{{.VCSTag}}'

Options

      --format string   Format output with go template syntax (default "{{printPretty .}}")

Options from parent commands

      --logopt stringArray   Log options
  -v, --verbosity string     Log level (trace, debug, info, warn, error) (default "INFO")