account

account#

carbonio config account _set|get|empty_ _accountName_ [param VALUE[,VALUE]]

Parameter List

NAME

TYPE

EXPECTED VALUES

DEFAULT

command (M)

String

set|get|empty

accountName (M)

Account Name/ID

attribute (O)

String

value (O)

String

(M) == mandatory parameter, (O) == optional parameter

Usage example

carbonio config account get accountName attribute debranded

Usage example

carbonio config account set accountName attribute debranded value true

Usage example

carbonio config account empty accountName attribute debranded

Warning

this command is deprecated

use instead:

carbonio config get account {account} {attribute}

carbonio config set account {account} {attribute} {value}

carbonio config unset account {account} {attribute}