|
Description
The ccollab addurls command attaches arbitrary URLs to a review on the Collaborator server.
Command Line Syntax:
ccollab [global-options] addurls [--upload-comment <value>] <review> <urls> [<urls> ...]
Command Options
Option
|
Required?
|
Description
|
--upload-comment <value>
|
No
|
Comment used to attach URLs (default is "Attached URLs")
|
<review>
|
Yes
|
Identifier of the desired review (an integer number), or a new, ask, or last keyword. Where keywords define the following behaviour:
| • | new - the command will create a new review, |
| • | ask - the command will pause execution and prompt for the identifier of the desired review, |
| • | last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere). |
|
<urls> [<urls> ...]
|
Yes
|
URLs to attach
|
Remarks:
| • | The content of the URLs are not attached to the review and remain on the origin server. |
| • | URLs are not reviewed with differences, so adding the same URL more than once will have no practical effect. |
Examples:
To review the contents of a wiki page in a brand new review:
ccollab addurls new http://wiki/Topic_Page
To review the contents of a wiki page in review #62:
ccollab addurls 62 http://wiki/Topic_Page
|