2.2.16 pexport
usage: pexport <package name> <target directory>
This command is used to copy .mzp files from the codeserver to a specified target directory.
Note!
You must specify the package name argument is case-sensitive. Package names that contain spaces must be surrounded by quotes.
Example - Exporting packages
$ mzsh mzadmin/<password> pexport ultra /home/tmp/packages
$ mzsh mzadmin/<password> pexport "Ultra XML Support" /home/tmp/packages
Return Codes
Listed below are the different return codes for the pexport
command:
Code | Description |
---|---|
0 | Will be returned if the command was successful or unsuccessful. |
1 | Will be returned if the argument count is incorrect. |
2 | Will be returned if the specified package does not exist |
Next: