|
Description
Use this command to copy participants from one review to another.
Command Line Syntax:
ccollab [global-options] admin review copy-participants <from-review> <to-review>
Command Options
Option
|
Required?
|
Description
|
<from-review>
|
Yes
|
Review to copy participants from.
Identifier of the desired review (an integer number), or an ask, or last keyword. Where keywords define the following behaviour:
| • | 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). |
|
<to-review>
|
Yes
|
Review to copy participants to.
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). |
|
Remarks:
| • | Participant roles remain the same as in the original review. |
| • | New participants are appended to existing participants of the "to-review". |
Examples:
To create a new review and initialize it with participants used in the last review:
ccollab admin review copy-participants last new
|