Skip to main content

Config

Config Management

.config <load/save/share/info/list/loadpublic/loadshared>

This is used to manage saved configs.

  • .config list would show the list of your saved configs.
  • .config save watchdog would save your current config as "watchdog" You will be able to load the config back using .config load watchdog.
  • .config load watchdog would load the config named "watchdog", and apply the settings.'
  • .config share watchdog would share the config named "watchdog". It will give you an command, that you can share for anyone else to load.

Config Share

note

The config is not made public. It is only a way to share.

  • .config loadshared <uuid> would load the shared config with the <uuid> identifier.
  • .config info watchdog would show you the information about the config.
  • .config loadpublic <uuid> would load the public config with the <uuid> identifier. You can get the identifier from the Config Hub (if available).
warning

Binds are separated from configs. see Binds

note

The config names are case insensitive.