Export
Arguments for exporting
Following commands can be used during an export:
Argument | Description | Required |
---|---|---|
--PolarionProject | The Polarion project name | required |
--License | Path to a folder or file with a license | |
--ServerUrl | The Url to the Server | required |
--Username | Username | required |
--Password | Password | |
--Token | Personal Access Token | |
--Model | The source 'Model' used to export from Server | required |
--PackageGuid | The guid of the 'Package' configured for export | required |
--PolarionMapping | The mapping file used for export | required |
--UseNewProjectSchema | Polarion server is Polarion V22 R1 or newer | |
--help | Display the help screen |
Powershell Example:
LemonTree.Connect.Polarion.Automation.exe export \
--Model model.qeax \
--PackageGuid {B62E2AC1-DFE5-44b2-95A8-052F7499585E} \
--PolarionMapping Mapping\PolarionExportMapping.xml \
--ServerUrl http://<server>/polarion/ \
--PolarionProject ExportProject \
--Username username \
--Password password \
--License license.lic