Config
Config Management
.config <load/save/share/info/list/loadpublic/loadshared>
This is used to manage saved configs.
.config listwould show the list of your saved configs..config save watchdogwould save your current config as "watchdog" You will be able to load the config back using.config load watchdog..config load watchdogwould load the config named "watchdog", and apply the settings.'.config share watchdogwould share the config named "watchdog". It will give you an command, that you can share for anyone else to load.

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 watchdogwould 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.