{
  "id": "semantic-model-ossie-export",
  "path": [
    "semantic-model",
    "ossie",
    "export"
  ],
  "title": "leapview semantic-model ossie export",
  "summary": "Export a compiled SemanticModel as pinned Ossie",
  "description": "Export a compiled SemanticModel as pinned Ossie",
  "usage": "leapview semantic-model ossie export [semantic-model] [flags]",
  "runnable": true,
  "effect": "read",
  "confirmation": "never",
  "arguments": [
    "semantic-model"
  ],
  "options": [
    {
      "name": "format",
      "type": "string",
      "default": "json",
      "description": "output format: json or yaml",
      "required": false
    },
    {
      "name": "out",
      "type": "string",
      "default": "",
      "description": "write output to a file instead of stdout",
      "required": false
    },
    {
      "name": "project",
      "type": "string",
      "default": "dashboards/leapview.yaml",
      "description": "project path",
      "required": false
    },
    {
      "name": "semantic-model",
      "type": "string",
      "default": "",
      "description": "semantic-model name or stable resource ID",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
