ImportRt
Schedules an import job for runtime files. File is specified using -f argument. To wait for job, use -w argument.
Examples
Basic usage:
octo-cli -c ImportRt `
-f "./runtime-data.json" `
-w `
-r
Options
| Short | Long | Required | Description |
|---|---|---|---|
-f | --file | yes | File to import |
-r | --replace | no | When defined, existing entities are replaced. |
-w | --wait | no | Wait for a import job to complete |