Command-line interface for managing IDProva agent identities, delegation tokens, and receipts.
```bash
cargo install idprova-cli
```
```bash
idprova init # Initialize a new agent identity
idprova delegate # Create a delegation token
idprova verify # Verify a token or receipt chain
idprova registry # Interact with an IDProva registry
```
Apache-2.0