Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • project - Project name or path
  • projectDescriptor -  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 server
  • password - 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=yourPassword or generateServerPassword without a password for the interactive prompt.
    • In order to use the password in plain text form argument encryptPassword needs to be provided and set to true.  (Not needed for 3DEXPERIENCE projects)
  • 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
  • enableSSL - To use SSL
  • encryptPassword - 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 password
  • version - Project version
  • branch - Project branch

...