ExportRtByDeepGraph
Schedules a job to export runtime model graph by providing RtId's and type as starting point. File is specified using -f argument. The file is downloaded in ZIP-format after job is finished.
Examples
Basic usage:
octo-cli -c ExportRtByDeepGraph `
-f "./export.zip" `
-id "rtId1;rtId2;rtId3" `
-t "MyNamespace/MyType-1"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-f | --file | yes | File to export |
-id | --runtime-identifiers | yes | A semicolon separated list of RtIds to be used as starting point. |
-t | --ckTypeId | yes | The construction kit type id to be used as starting point. |