Command Line Option Sequence

Only one command should be included in a single command line. If multiple commands are included in the command line, the only command that will execute is the command that is last in the order of precedence.

The following sequence is used for commands:

  1. COPYDB - Copy Database

  2. COPYTOFILE - Copy To File

  3. COPYFROMFILE - Copy From File

  4. COMPAREDB- Compare Database

  5. COMPAREFROMFILE - Compare From File

  6. BUILDPRJ - Build Project

  7. CONVERTPCODE - Convert PeopleCode

  8. CONVERTFIELDNAMES - Convert FieldNames

  9. CONVERTSEVENWORKFLOW - Convert Workflow

  10. CREATEPRJ - Create Project

  11. MERGEPRJ - Merge Project

  12. BULKEXPORT - Bulk Export

  13. SHADOWEXPORT - Shadow Export

  14. VALIDATEPROJ - Validate Project Integrity

  15. CMPALLPC - Compile All PeopleCode in the Database

  16. CMPPRJPC - Compile all PeopleCode in the project

  17. CMPDIRPC - Compile Directive PeopleCode in the Database

  18. CMPPRJDIRPC - Compile Directive PeopleCode in a project

For example, if the command line included PSIDE.exe . . . . -CMPDIRPC -CMPPRJDIRPC -VALIDATEPROJ...., CMPPRJDIRPC would process, as it comes last in the sequence order.