CLI Reference
Complete reference for the impp command-line tool. Covers verify, search, publish, and attach commands.
CLI Reference
Install the impp CLI via pip. All commands operate on local artifact files or registry identifiers.
pip install imppimpp verify
Verifies an artifact's Ed25519 certificate and runs the local integrity checks. Exits non-zero if verification fails.
Verify a local file:
$ impp verify defi-risk-memory.jsonVerify with explicit public key:
$ impp verify defi-risk-memory.json --pubkey registry.pubVerify against live registry (re-checks certificate freshness):
Network required
The --remote flag requires an active network connection to the IMPP registry. Use --offline for air-gapped environments.
$ impp verify defi-risk-memory.json --remoteOptions
| Flag | Description |
|---|---|
--pubkey <path> | Path to registry public key file |
--remote | Re-verify against live registry |
--offline | Use bundled public key, no network |
--json | Output results as JSON |
--quiet | Suppress output, exit code only |