{
  "id": "healthcheck",
  "path": [
    "healthcheck"
  ],
  "title": "leapview healthcheck",
  "summary": "Check the local LeapView readiness endpoint",
  "description": "Check the local LeapView readiness endpoint",
  "usage": "leapview healthcheck [flags]",
  "runnable": true,
  "effect": "read",
  "confirmation": "never",
  "arguments": [],
  "options": [
    {
      "name": "timeout",
      "type": "duration",
      "default": "5s",
      "description": "healthcheck HTTP timeout",
      "required": false
    },
    {
      "name": "url",
      "type": "string",
      "default": "",
      "description": "readiness URL to check",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
