physicalmodel import

The physicalmodel import command imports the specified physical model file and its metadata to Metadata Insights.

Usage

physicalmodel import --i physicalModelInputFile --u trueOrFalse
Required Argument Description
Yes --i physicalModelInputFile Specifies the physical model file to be imported.
No --u updateIfExists Specifies that the imported model is to update the existing model of same name.
true
updates the existing physical model.
false
Does not update the existing physical model.

Example

This example imports the physical model file "MyModel" and updates the already existing file with this one.

physicalmodel import --i MyModel --u true