regclient
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

regctl config get

Synopsis

Displays the configuration. Passwords are not included in the output.

regctl config get [flags]

Examples

# retrieve the full config
regctl config get

# display the filename of the config
regctl config get --format '{{.Filename}}'

Options

      --format string   format the output with Go template syntax (default "{{ printPretty . }}")

Options from parent commands

      --host stringArray     Registry hosts to add (reg=registry,user=username,pass=password,tls=enabled)
      --logopt stringArray   Log options
      --user-agent string    Override user agent
  -v, --verbosity string     Log level (trace, debug, info, warn, error) (default "WARN")