CLI command
skarbiec credential resume
Continue the same persisted credential request after its bounded human approval is completed.
Invocation#
skarbiec credential resume <item-id> --approval <id> (--resume-token <token> | --resume-token-file <path>) --as <caller> --token-file <path>
# canonical-host mode adds --localPurpose#
Continue the same persisted credential request after its bounded human approval is completed.
Required inputs and options#
- Requires item id, approval id, resume token or file, and remote caller authentication; --operation/--consumer may cross-check the waiting request. --local resumes on the canonical host.
Output and state effects#
- Re-enters Weles with the existing request and persists the next terminal, queued, or approval state; it does not create a replacement request.
Refusals#
- Refuses a non-waiting request, wrong approval/consumer/operation, unsupported wire version, expired approval, quarantine, or mismatched resume token.