{
  "id": "admin-delivery-pool-bootstrap",
  "path": [
    "admin",
    "delivery",
    "pool",
    "bootstrap"
  ],
  "title": "leapview admin delivery pool bootstrap",
  "summary": "Create and admit one operator-controlled delivery physical pool",
  "description": "Create and admit one operator-controlled delivery physical pool",
  "usage": "leapview admin delivery pool bootstrap [flags]",
  "runnable": true,
  "effect": "write",
  "confirmation": "required",
  "arguments": [],
  "options": [
    {
      "name": "apply",
      "type": "bool",
      "default": "false",
      "description": "persist the pool and admission; without this flag only validate and print digests",
      "required": false
    },
    {
      "name": "evidence",
      "type": "string",
      "default": "",
      "description": "path to machine-readable shared-pool conformance evidence JSON",
      "required": false
    },
    {
      "name": "pool",
      "type": "string",
      "default": "",
      "description": "path to non-secret physical-pool identity JSON",
      "required": false
    }
  ],
  "inheritedOptions": [],
  "examples": [],
  "subcommands": []
}
