Reggie CLI overview
Command-line reference for publishing, installing, searching, attesting, and federating trusted AI agents and tools with Reggie.
reggie <command> [flags]
| Command |
Purpose |
init |
Bootstrap a new package + signing key |
login |
Pair an identity with this machine |
whoami |
Show the active identity, registry, and config |
publish |
Sign, bond, and ship an entry |
install |
Resolve and pull an entry |
search |
Tag or MARS-QL search |
registries |
Manage federated peers |
attest |
Issue an attestation |
transfer |
Hand ownership to another DID |
rotate |
Rotate the signing key for an entry |
doctor |
Self-check signatures, manifests, bonds, connectivity |
completion |
Print shell completion scripts |
Global flags
| Flag |
Purpose |
--registry <url> |
Override target registry. Env: REGGIE_REGISTRY. |
--home <path> |
Override config dir. Env: REGGIE_HOME. |
-q, --quiet |
Suppress non-error output. |
--version |
Print version and exit. |