Config Set

Set a config value by dot-notation path

Synopsis

Set a specific value in the config file and save it. The config is validated before writing; invalid configs are rejected.

Send SIGHUP to the running xodbox process to reload without a full restart.

xodbox config set <path> <value> [flags]

Examples

  xodbox config set defaults.server_name MyServer
  xodbox config set handlers.0.listener :8080
  xodbox config set notifiers.0.filter "^HTTP"

Options

  -h, --help   help for set

Options inherited from parent commands

      --config string   Config file path (default "xodbox.yaml")
      --debug           Debug mode
      --reset-db        Reset database

SEE ALSO

Auto generated by spf13/cobra on 16-Jul-2026