{ "name": "pathcap-verify", "section": 1, "title": "pathcap-verify", "synopsis": [ "pathcap-verify [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of pathcap-verify. Full behavior is defined in packages/bare-os-coreutils/src/pathcap-verify.js.", "options": [], "keywords": [ "pathcap-verify", "bare-os", "coreutils" ], "examples": [ { "caption": "verify a capability envelope", "code": "pathcap-verify ~/.config/bare-os/pathcaps/release.json" }, { "caption": "verify and print machine-readable output", "code": "pathcap-verify --json ~/.config/bare-os/pathcaps/release.json" } ] }