Part III: Version 9.5.1 > Changes to Metadata Manager (9.5.1) > mmcmd Command Changes
  

mmcmd Command Changes

Effective in version 9.5.1 HotFix 1, some mmcmd commands have changes.
The following table lists the changed mmcmd commands:
Command
Description
Comments
createLinkRuleSet
Creates a linking rule set for a pair of resources, a rule set definition for a pair of models, or a rule set parameter definition for a pair of resources in the Metadata Manager repository.
The -file option is changed. You can create linking rules from a rule set file, a rule set definition file, or a rule set parameter file. Previously, you could create linking rules from a rule set file only.
createResource
Creates a resource using the properties in the specified resource configuration file.
The -rcf option is changed. You can create a resource from a resource configuration file (.rcf file). Alternately, you can create a resource from a resource configuration file that also contains the rule sets and rule set parameter definitions associated with the resource (.rcz file). Previously, you could create a resource from a resource configuration file (.rcf file) only.
deleteLinkRuleSet
Removes a linking rule set for a pair of resources or a rule set definition for a pair of models from the Metadata Manager repository.
The -force option is added. You can delete a rule set definition and all parameters associated with it.
exportLinkRuleSetDefs
Exports all linking rule set definitions for a model to XML files.
New command.
exportLinkRuleSets
Exports all linking rule sets for a resource to XML files.
The -includeDefs option is added. You can export rule set parameter definitions in addition to rule set definitions.
exportModel
Exports a model from the Metadata Manager repository.
The -includeRuleSets option is added. You can export all rule set definitions associated with the model.
getResource
Writes all properties for the specified resource to a resource configuration file.
The -includeRuleSets option is added. You can export the resource configuration file with all rule sets and rule set parameter definitions associated with the resource.
importModel
Imports a model from a file into the Metadata Manager repository.
The --file option is changed. The import file can be a model export XML file or a zip file that contains the model export XML file plus the associated rule set definitions. Previously, the import file could be a model export XML file only.
updateLinkRuleSet
Updates a linking rule set for a pair of resources or a rule set definition for a pair of models in the Metadata Manager repository.
The -file option is changed. You can update linking rules from a rule set file, a rule set definition file, or a rule set parameter file. Previously, you could update linking rules from a rule set file only.