CLI Documentation
The Aephoron CLI is documented as a public workflow model for DID and credential operations. Exact package names, private registries and release channels are published only when the release is public.
Public Commands
bash
aephoron did create
aephoron did resolve <did>
aephoron vc issue --type <credential-type>
aephoron vc verify <credential-file>
aephoron vc revoke <credential-id>
aephoron proof verify <proof-file>Configuration Rules
- Use official public chain profiles.
- Do not put private keys in environment variables.
- Do not paste credentials with PII into shell history.
- Keep issuer material in secure storage controlled by the issuer.
For app integrations, prefer the SDK Dart and ecosystem guides.