idprova-cli 0.1.0

IDProva CLI — manage agent identities, delegation tokens, and receipts
# idprova-cli


Command-line interface for managing IDProva agent identities, delegation tokens, and receipts.

## Installation


```bash
cargo install idprova-cli
```

## Commands


```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
```

## License


Apache-2.0