# commandDescription

Imports design contracts to the specified workspace.

# inputFlagDescription

Path to the Modeler Content Package (MCP) zip.

# coreFlagDescription

Use the flag to import only the core contracts (.core.xml) from a custom Modeler Content Package (MCP) zip. Custom
contracts are skipped during import. If this flag is not set, only the custom contracts (*.xml) are imported from the
custom MCP.zip.

# invalidFilePath

Invalid file path: %s. Make sure that the design contracts zip file exists at the specified location and has necessary
permissions to read.

# invalidWorkSpace

Invalid workspace at: %s. Ensure that a valid workspace exists at the specified location. To create a workspace, run:
modeler workspace create

# invalidContractsType

The src/manifest.json file is missing or src/version.xml file contains invalid attributes.
For the VS Code based Modeler design contracts, ensure that src/manifest.json exists.
For the Windows based Modeler contracts, ensure that these attributes are configured in src/version.xml:
- Mode="Complete"
- ModelerMode="Salesforce"
- Type="Cust" or "Core"

# importContractsSuccess

Successfully imported the design contracts.

# unexpectedError

Unexpected error occured while importing contracts.

# extractingInputMessage
Extracting input file

# importContractsMessage

Importing contracts

# cleanupMessage
Cleanup
