Description
The ccollab project addreviews
command adds reviews to project.
Command Line Syntax
ccollab [global-options] project addreviews <project-id> <reviews-ids>
Command Options
Option |
Required? |
Description |
---|---|---|
[global-options] |
No |
A number of global options. See Command-line Global Options Reference. |
<project-id> |
Yes |
Id of a project, that we want to add review(s) to |
<reviews-ids> |
Yes |
List of review IDs (separated by empty space) that we want to add to the specified project |
Remarks
- All or no reviews could be added as a result of command excution. For example, if command is trying to add three reviews to a project, and one of review ID is incorrect (review doesn’t exist) no reviews will be added.
Examples
ccollab project addreviews 15 124 127