{
  "id": "admin-storage-cleanup",
  "path": [
    "admin",
    "storage",
    "cleanup"
  ],
  "title": "leapview admin storage cleanup",
  "summary": "Reconcile serving-state snapshots and clean DuckLake storage",
  "description": "Reconcile serving-state snapshots and clean DuckLake storage",
  "usage": "leapview admin storage cleanup [flags]",
  "runnable": true,
  "effect": "destructive",
  "confirmation": "conditional",
  "arguments": [],
  "options": [
    {
      "name": "apply",
      "type": "bool",
      "default": "false",
      "description": "perform destructive cleanup instead of dry-run",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
