- args4j report

com.docdoku.cli.commands.CheckInCommand

OptionAliasesMetaVarRequiredUsage
-P --port <port> false port number to use for connection; default is 80
-R --recursive false execute the command through the product structure hierarchy
-h --host <host> false host of the DocDokuPLM server to connect; default is docdokuplm.net
-n --no-upload false do not upload the native cad file of the part if any
-p --password <password> false password to log in
-u --user <user> false user for login
-v --version true specify revision of the part to check in ('A', 'B'...)
-w --workspace <workspace> true workspace on which operations occur

com.docdoku.cli.commands.CheckOutCommand

OptionAliasesMetaVarRequiredUsage
-P --port <port> false port number to use for connection; default is 80
-R --recursive false execute the command through the product structure hierarchy
-f --force false overwrite existing files even if they have been modified locally
-h --host <host> false host of the DocDokuPLM server to connect; default is docdokuplm.net
-n --no-download false do not download the native cad file of the part if any
-p --password <password> false password to log in
-u --user <user> false user for login
-v --version true specify revision of the part to check out ('A', 'B'...)
-w --workspace <workspace> true workspace on which operations occur

com.docdoku.cli.commands.GetCommand

OptionAliasesMetaVarRequiredUsage
-P --port <port> false port number to use for connection; default is 80
-R --recursive false execute the command through the product structure hierarchy
-f --force false overwrite existing files even if they have been modified locally
-h --host <host> false host of the DocDokuPLM server to connect; default is docdokuplm.net
-i --iteration <iteration> false specify iteration of the part to retrieve ('1','2', '24'...); default is the latest
-p --password <password> false password to log in
-u --user <user> false user for login
-v --version false specify revision of the part to retrieve ('A', 'B'...); default is the latest
-w --workspace <workspace> true workspace on which operations occur

com.docdoku.cli.commands.PutCommand

OptionAliasesMetaVarRequiredUsage
-P --port <port> false port number to use for connection; default is 80
-h --host <host> false host of the DocDokuPLM server to connect; default is docdokuplm.net
-p --password <password> false password to log in
-u --user <user> false user for login
-v --version true specify revision of the part to save ('A', 'B'...)
-w --workspace <workspace> true workspace on which operations occur

com.docdoku.cli.commands.UndoCheckOutCommand

OptionAliasesMetaVarRequiredUsage
-P --port <port> false port number to use for connection; default is 80
-R --recursive false execute the command through the product structure hierarchy
-d --download false download the previous native cad file of the part if any to revert the local copy
-f --force false overwrite existing files even if they have been modified locally
-h --host <host> false host of the DocDokuPLM server to connect; default is docdokuplm.net
-p --password <password> false password to log in
-u --user <user> false user for login
-v --version true specify revision of the part to undo check out ('A', 'B'...)
-w --workspace <workspace> true workspace on which operations occur