CLICommands

attestation

snug attestation <COMMAND>

Attestation - Prove external account ownership via posted proofs.

Subcommands

CommandWhat it does
generate-textGenerate a unique proof text to post publicly
verifyVerify a posted proof and record an attestation
listList verified proofs for a user
getGet a single attestation by proof ID
auditShow the audit trail for an attestation
resolveResolve a platform identity to its active verified attestation
revokeRevoke an attestation

Run snug attestation <command> --help for that command's own options. The global options apply everywhere.

Examples

snug attestation generate-text --platform twitter --identity alice_crypto
snug attestation generate-text --platform github --identity alice --public-key="$(cat ec_pub.pem)"
snug attestation verify --platform twitter --identity alice_crypto --proof-url https://twitter.com/alice_crypto/status/123
snug attestation verify --platform github --identity alice --proof-url https://gist.github.com/alice/abc --expires-in 2592000
snug attestation list
snug attestation list --user-id user_123 --platform github
snug attestation get --proof-id proof_xyz789
snug attestation audit --proof-id proof_xyz789 --limit 20
snug attestation revoke --proof-id proof_xyz789
snug attestation resolve --platform github --identity alice

Next

On this page