| Detail | Parameter |
|---|---|
| Help | "-h" |
| Gives parameter help | |
| Delete Project | "-delete <project-name" |
| "project-version>" | |
| e.g. -delete ''ExampleProject'' 1.0 3.25.2.1 | |
| Delete All | "-deleteall" |
| e.g. -deleteall 3.25.2.1 | |
| Keep test result summaries | "-keepsummary" (optional) |
| e.g. -keepsummary 3.25.2.1 | |
| Directory | "-directory <directory path>" |
| e.g. -directory '' | |
| The directory for imports and/or exports | |
| The directory must already exist | |
| Export Project | "-export <project-name" |
| "project-version>" | |
| e.g. -export ''ExampleProject'' ''1.0'' | |
| Existing files with the same name will be overwritten | |
| Export All | "-exportall" |
| e.g. -exportall | |
| The directory for the export all must be empty | |
| The directory must already exist | |
| Import Project | "-import <import-file>" |
| e.g. -import <ExampleProject.xml> | |
| Create Version | "-createVersion <project-name>" |
| "<old-version> <new-version>" | |
| e.g. -createVersion ''MyProject'' ''1.0'' ''1.1'' 3.25.2.2 | |
| Workspace | "-data <path to workspace>" |
| e.g. -data '' | |
| The ITE workspace with the preference | |
| settings for the Database connection | |
| This is optional if you enter the -dburl | |
| parameter | |
| Database scheme | "-dbscheme <scheme>" |
| e.g. -dbscheme ''Oracle'' | |
| This is optional if you enter the -dburl | |
| parameter | |
| Database username | "-dbuser <username>" |
| e.g. -dbuser ''username'' | |
| Use "sa" (without quotes) for | |
| the embedded Database . | |
| Database password | "-dbpw <password>" |
| e.g. -dbpw ''password'' | |
| Use <empty> ("''''" | |
| for the embedded Database ) | |
| Database URL (optional) | "-dburl <URL>" |
| e.g. -dburl ''db.example.de'' | |
| If no URL is given, the default will be used. | |
| If you enter this, you do not | |
| need to enter the -data or -dbscheme parameter | |
| You can find the dburl in the Database preferences | |