FixAll
Imports all CK models that need update or fix. Use -w to wait, -y to skip confirmation.
Examples
Interactive with wait:
octo-cli -c FixAll -w
Non-interactive (for CI/CD):
octo-cli -c FixAll -w -y
Options
| Short | Long | Required | Description |
|---|---|---|---|
-y | --yes | no | Skip confirmation prompt |
-w | --wait | no | Wait for a import job to complete |