Usage: ccollab [global-options] set [<key>] [<value>]
set - Save a global option setting
Option
|
Required?
|
Description
|
<key>
|
N
|
Key to save
|
|
N
|
Value to save
|
Save a global option setting in a config file, so it will be set upon subsequent invocations of 'ccollab'. To clear a global option setting, set it to "". Global options saved by 'ccollab set' are overridden by options specified on the command-line.
Any global option can be saved using this command. For the list of global options run 'ccollab help global-options'.
Examples:
ccollab set url http://collab.mycompany.com
ccollab set user myusername
ccollab set password "" <-- clears 'password'
If the <value> argument is not supplied on the command-line, 'ccollab set' will prompt for it.
If no arguments are supplied on the command-line, 'ccollab set' will print the current values of all the global options.
|