The following commands interact with MegaZarf files, which contain the entire state of an environment.
The MegaZarf GetInfo
command displays information about the supplied MegaZarf file. The information includes the default name and location for the included environment, whether the name or location can be replaced, and the packages contained.
mz GetInfo [MegaZarf File]
ndicmd mz GetInfo MZ.megazarf |
The Export
command creates a MegaZarf from an indicated environment. The environment must already exist or the command will fail.
mz Export [EnvironmentName] [Destination]
ndicmd /i /gs mz Export MySDK C:\MegaZarf |
Environment Name - Name of the environment to be exported to a MegaZarf file.
Destination (Optional) - If entered, the MegaZarf is exported to the specified system location.
The MegaZarf Install
command installs the supplied MegaZarf file, creating a copy of the environment that was originally exported.
mz Install [MegaZarf File]
ndicmd mz Install MZ.megazarf |
CONFIDENTIAL