ExportRtByQuery
Schedules a job to export runtime models using a query. File is specified using -f argument. The file is downloaded in ZIP-format after job is finished.
Examples
Basic usage:
octo-cli -c ExportRtByQuery -f "./export.zip" -q "query-id"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-f | --file | yes | File to export |
-q | --queryId | yes | Query ID that is used for export |