global
zxsuite config global set|get|empty [param VALUE[,VALUE]]
PARAMETER LIST
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
command(M) |
String |
set|get|empty |
|
attribute(O) |
String |
||
value(O) |
String |
(M) == mandatory parameter, (O) == optional parameter
Example:
zxsuite config global get attribute debranded
Example:
zxsuite config global set attribute debranded value true
Example:
zxsuite config global empty attribute debranded
this command is deprecated use instead: zxsuite config get global [object Object] zxsuite config set global [object Object] [object Object] zxsuite config unset global [object Object] |