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

regsync version

Synopsis

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

regsync version [flags]

Examples

# display full version details
regsync version

# retrieve the version number
regsync 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")