IMPP

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 impp

impp 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.json

Verify with explicit public key:

$ impp verify defi-risk-memory.json --pubkey registry.pub

Verify against live registry (re-checks certificate freshness):

$ impp verify defi-risk-memory.json --remote

Options

FlagDescription
--pubkey <path>Path to registry public key file
--remoteRe-verify against live registry
--offlineUse bundled public key, no network
--jsonOutput results as JSON
--quietSuppress output, exit code only