{
  "id": "serve",
  "path": [
    "serve"
  ],
  "title": "leapview serve",
  "summary": "Run the LeapView HTTP server",
  "description": "Run the LeapView HTTP server",
  "usage": "leapview serve [flags]",
  "runnable": true,
  "effect": "local-write",
  "confirmation": "never",
  "arguments": [],
  "options": [
    {
      "name": "addr",
      "type": "string",
      "default": "",
      "description": "listen address; defaults to the configured address",
      "required": false
    },
    {
      "name": "environment",
      "type": "string",
      "default": "",
      "description": "instance environment; overrides LEAPVIEW_ENVIRONMENT, then defaults to prod in production and dev otherwise",
      "required": false
    },
    {
      "name": "production",
      "type": "bool",
      "default": "false",
      "description": "serve active serving state from the platform DB",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
