Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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:

CodeDescription

0

Will be returned if the command was successful or unsuccessful.

1

Will be returned if the argument count is incorrect.

2Will be returned if the specified package does not exist
  • No labels