...
project- Project name or pathprojectDescriptor- roject descriptor (The description is a copy of parameter name. Describe how to obtain it, add an example how it looks like. All cases.) Project descriptor. For a local project, it is a file URI in the format file:/<full encoded path>, for example file:/C:/Users/Public/Documents/activity%20diagram.mdzip. For Teamwork Cloud or 3DEXPERIENCE project, it is URI in format twcloud:/<project resource ID>/<project branch ID>, for example twcloud:/a8002c51-5e57-420e-9832-a0a54f600028/77cad478-cd51-4e4d-8666-b74a6ba95f9a. The descriptor of an already opened project can be found and copied from the menu File > Project Properties, or created manually.server- Server URL (Describe all cases(TWC, PowerBy). In TWC case it is a host:port which is not a URL). For 3DEXPERIENCE, it is the URL of the server. For Teamwork Cloud, it can be only the name of the server or name:port, where the name is a host name, or full host name with domain, or IP address of the server, for example, myserver1, myserver1:3579, myserver1.mydomain.com, myserver1.mydomain.com:3579, 192.168.42.42, 192.168.42.42:3579.username- Username on serverpassword- Password for the provided username- By default provided password should be encrypted. (3DEXPERIENCE projects accept only plain text passwords)
- To generate an encrypted password, run any command line launcher with a single argument
generateServerPassword=yourPasswordorgenerateServerPasswordwithout a password for the interactive prompt.
- To generate an encrypted password, run any command line launcher with a single argument
- In order to use the password in plain text form argument
encryptPasswordneeds to be provided and set totrue. (Not needed for 3DEXPERIENCE projects)
- By default provided password should be encrypted. (3DEXPERIENCE projects accept only plain text passwords)
serverType- If launching a project stored in the 3DEXPERIENCE platform, must specify the platform deployment type- OnPremise deployment
serverType=PLATFORM_ON_PREMISE - Cloud deployment
serverType=PLATFORM_CLOUD
- OnPremise deployment
enableSSL- To use SSLencryptPassword- Set to true if the provided password is in plain text (Not needed for 3DEXPERIENCE projects)properties- Path to a properties file containing properties. Multiple properties files can be provided "properties=prop1.properties;prop2.properties"projectPassword- Project passwordversion- Project versionbranch- Project branch
...