{
  "id": "validate",
  "path": [
    "validate"
  ],
  "title": "leapview validate",
  "summary": "Validate a configuration-as-code project",
  "description": "Validate a configuration-as-code project",
  "usage": "leapview validate [project] [flags]",
  "runnable": true,
  "effect": "read",
  "confirmation": "never",
  "arguments": [
    "project"
  ],
  "options": [
    {
      "name": "json",
      "type": "bool",
      "default": "false",
      "description": "emit JSON diagnostics",
      "required": false
    },
    {
      "name": "project",
      "type": "string",
      "default": "dashboards/leapview.yaml",
      "description": "project path",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
