Command List for Sherpa Designer#
1. Update All Remote Packages#
- Command:
-updateremotepackages - Examples:
To update remote packages specifying the project:
DiagramDesigner.exe -updateremotepackages "myproject.sherpa"To update remote packages without specifying the project:
DiagramDesigner.exe -updateremotepackages
2. Update Blocks on All Palettes#
- Command:
-updateallpackages - Example:
DiagramDesigner.exe -updateallpackages "myproject.sherpa"
3. Update a Specific Palette#
- Command:
-updatepackage "palette name" - Example:
DiagramDesigner.exe -updatepackage "file system" "myproject.sherpa"
4. Update All Remote Packages on Startup#
- Command:
-updateremotepackages - Example:
DiagramDesigner.exe -updateremotepackages "myproject.sherpa"
5. Update All Blocks in the Project#
- Command:
-updateallpackages - Example:
DiagramDesigner.exe -updateallpackages "myproject.sherpa"
6. Update Only the Specified Package by Name#
- Command:
-updatepackage "package name" - Example:
DiagramDesigner.exe -updatepackage "file system" "myproject.sherpa"
Attention: After performing updates, Sherpa Designer does not automatically save the project. To save changes, you must manually click the "Save" button.
Using Multiple Commands Simultaneously#
- Example:
DiagramDesigner.exe -updateremotepackages -updateallpackages "myproject.sherpa"
After executing the commands, you must manually click "Publish" or "Save".