ImportFromCatalog
Imports a CK model from a catalog with all dependencies. Use -w to wait for completion.
Examples
Import with wait:
octo-cli -c ImportFromCatalog `
-cn "PublicGitHubCatalog" `
-m "Industry.Energy-2.0.0" `
-w
Import without waiting (returns job IDs):
octo-cli -c ImportFromCatalog -cn "PublicGitHubCatalog" -m "Industry.Energy-2.0.0"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-cn | --catalogName | yes | Catalog name |
-m | --modelId | yes | Model ID (e.g., Industry.Energy-2.0.0) |
-w | --wait | no | Wait for a import job to complete |