Exports code review data to a specified file.
Usage: scm export code-review [options] <selectors><outputFile>
| selectors | Query ID (--queryId) or list of workitem IDs (--workitemIds) to generate the code review report. |
| outputFile | The name of the file including the location. |
Options:
| --certificate | The file that contains the user's login certificate. |
| --integratedWindows | Authenticate with Windows user credentials using Integrated Windows Authentication. |
| --kerberos | Authenticate with Windows user credentials using Kerberos/SPNeGO. |
| --password-file | File that contains the user's password. |
| --smartCard | Use the connected smart card for authentication. |
| -c [--includeCsDeliveryInfo] | Include delivery information for the associated change sets. |
| -j [--json] | Enable JSON output. |
| -P [--password] | The password for the repository. |
| -Q [--queryId] | Indicates that the selector refers to a work item query ID. You can specify only one query ID. To specify a work item query ID, use its UUID as selector. |
| -r [--repository-uri] | The URI that specifies the location of the repository. |
| -u [--username] | The user name for the repository. |
| -W [--workitemIds] | Indicates that the selectors refer to work items. To specify a list of work items, use work item IDs, separated by commas. |
| -x [--xml] | Enable XML output. |
Example