|
Description
The ccollab project removereviews command removes reviews from project.
Command Line Syntax:
ccollab [global-options] project sub-command [sub-command-options]
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 remove review(s) from
|
<reviews-ids>
|
Yes
|
List of review IDs (separated by empty space) that we want to remove from the specified project
|
Remarks:
| • | All or no reviews could be removed as a result of command excution. For example, if command is trying to remove three reviews from a project, and one of review ID is incorrect (review doesn’t exist) no reviews will be removed. |
Examples:
ccollab project removereviews 15 127
|