Description
The ccollab set
command saves a global option setting in a config file, so it will be set upon subsequent invocations of ccollab
. For the list of global options see Command-line Global Options Reference topic or run ccollab help global-options
.
Command Line Syntax
ccollab [global-options] set [<key>] [<value>]
Command Options
Option |
Required? |
Description |
---|---|---|
No |
Key to save |
|
No |
Value to save. If the <value> argument is not supplied on the command-line, |
Remarks
- If no arguments are supplied on the command-line,
ccollab set
will print the current values of all the global options. - Global options saved by
ccollab set
are overridden by options specified on the command-line. - To clear a global option setting, set it to empty string "".
- In order to save the password global option, the user should first run the
ccollab login
command.
Examples
ccollab set url http://collab.mycompany.com
ccollab set user myusername