| Command | Help |
|---|---|
| get | Variables get [--domain <domaintype>] [--name <domainname>] <name> Get the value of the variable called <name>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network. |
| set | Variables set [--domain <domaintype>] [--name <domainname>] <name> <value> Sets a variable called <name> to be <value>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network. |
| unset | Variables unset [--domain <domaintype>] [--name <domainname>] <name> Unsets a variable called <name>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network. |