Package Exports
- pohi-cli
- pohi-cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pohi-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pohi-cli
Command-line tool for Proof of Human Intent (PoHI).
Installation
npm install -g pohi-cliUsage
Request Human Approval
pohi request --repo owner/repo --commit abc123This will:
- Display a World ID QR code
- Wait for human verification via World App
- Create and optionally record the attestation
Verify Attestation
pohi verify --repo owner/repo --commit abc123Configuration
# Set default network
pohi config set network sepolia
# View configuration
pohi config listCommands
| Command | Description |
|---|---|
request |
Request human approval for a commit |
verify |
Verify an existing attestation |
config |
Manage CLI configuration |
License
Apache-2.0