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
Export the results of a stored query (the RtId of a System/SimpleRtQuery entity):
octo-cli -c ExportRtByQuery -f "./export.zip" -q "68e296bc1f73f259bbb10399"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-f | --file | yes | File to export |
-q | --queryId | yes | Query ID that is used for export |