CLI command

skarbiec donation-accept

Accept one pending donation after rechecking its writer-admission rule against the current vault.

Invocation#

Shell
skarbiec donation-accept <donation-id>

Purpose#

Accept one pending donation after rechecking its writer-admission rule against the current vault.

Required inputs and options#

  • Requires one pending donation id and a key capable of decrypting its armor.

Output and state effects#

  • Removes the pending record, decrypts locally, writes or overwrites according to admission, saves the inbox, appends audit, and prints merged/overwritten status.

Refusals#

  • Refuses a missing donation, malformed payload, decrypt failure, or current admission status other than append/overwrite; credential-lifecycle ownership is rechecked at merge time.