{
  "id": "admin-backup",
  "path": [
    "admin",
    "backup"
  ],
  "title": "leapview admin backup",
  "summary": "Create a consistent LeapView instance backup",
  "description": "Create a consistent LeapView instance backup",
  "usage": "leapview admin backup [flags]",
  "runnable": true,
  "effect": "local-write",
  "confirmation": "never",
  "arguments": [],
  "options": [
    {
      "name": "database-only",
      "type": "bool",
      "default": "false",
      "description": "backup only the platform SQLite database",
      "required": false
    },
    {
      "name": "out",
      "type": "string",
      "default": "",
      "description": "backup archive output path",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
