ccollab set

Applies to Collaborator 11.5, last modified on December 21, 2021

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

<key>

No

Key to save

<value>

No

Value to save.

If the <value> argument is not supplied on the command-line, ccollab set will prompt for it.

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

See Also

ccollab
Command-line Global Options Reference

Highlight search results