{
  "id": "publish",
  "path": [
    "publish"
  ],
  "title": "leapview publish",
  "summary": "Publish the exact candidate last synchronized by dev",
  "description": "Publish the exact candidate last synchronized by dev",
  "usage": "leapview publish [flags]",
  "runnable": true,
  "effect": "write",
  "confirmation": "conditional",
  "arguments": [],
  "options": [
    {
      "name": "candidate-key",
      "type": "string",
      "default": "default",
      "description": "stable authoring session key used by leapview dev",
      "required": false
    },
    {
      "name": "format",
      "type": "string",
      "default": "text",
      "description": "output format: text or json",
      "required": false
    },
    {
      "name": "project",
      "type": "string",
      "default": "dashboards/leapview.yaml",
      "description": "project manifest path used by leapview dev",
      "required": false
    },
    {
      "name": "target",
      "type": "string",
      "default": "",
      "description": "authenticated target profile or LeapView target URL",
      "required": false
    },
    {
      "name": "token",
      "type": "string",
      "default": "",
      "description": "ephemeral API token compatibility path",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
