Table of Contents
DumpProjects is a command-line sample that is able to display all visible projects recursively and optionally display the stories and/or defects within each project.
The application parameters maybe specified on the command-line or configured via an app.config file. The following details the options available in the config file.
Table 1. Configuration Parameters
| Parameter | Description |
|---|---|
| Url | URL to the VersionOne server you wish to connect to |
| UserName | A valid VersionOne user in the system specifed by Url. |
| Password | Password for this user |
The following command-line arguments are available:
Table 2. Command Line Arguments
| Switch | Description |
|---|---|
| /u:<URL> | URL to the VersionOne server you wish to connect to. Overrides the URL defined in the app.config. |
| /l:<UserName> | A valid VersionOne user in the system specifed by Url. Overrides the UserName defined in the app.config. |
| /p:<Password> | Password for this user. Overrides the Password defined in the app.config. |
| /s | Optional argument to display stories in each project. |
| /d | Optional argument to display defects in each project. |