deployclone Deploy a clone of a model. All Names and IDs will be identical to the model in the package. Usage: MDSModelDeploy ...

deployclone
    Deploy a clone of a model. All Names and IDs will be identical to the model in the package.

Usage:

MDSModelDeploy deployclone
-package 
[-service ]

Options:
-package :
    The file name of the package to deploy

-service :
    Specifies the service name to connect to.
    This parameter is required if there are multiple instances of {0} installed.
    Use the "MDSModelDeploy listservices" command to list the available service instances.

All names that contain spaces must be enclosed in quotation marks.

Examples:

1. Deploy a clone of the model contained in the package samplemodel.pkg on the "MDS Website" service.

MDSModelDeploy deployclone -package samplemodel.pkg -service "MDS Website"