Skip to main content

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

ShortLongRequiredDescription
-cn--catalogNameyesCatalog name
-m--modelIdyesModel ID (e.g., Industry.Energy-2.0.0)
-w--waitnoWait for a import job to complete