stagesetctl reset-ledger

Removes a recorded completion from a
StageLedger
so its
scope: Lifetime action is no longer suppressed and runs on the next reconcile.
The matching spec.baseline assertion is removed first, so a Baselined
completion is not immediately re-promoted.
stagesetctl reset-ledger NAME [flags]
| Flag | Default | Description |
|---|---|---|
--stage | (required unless --all) | Stage of the completion to forget. |
--action | (required unless --all) | Action of the completion to forget. |
--all | false | Forget every completion in the ledger. Mutually exclusive with --stage/--action. |
This re-runs a once-ever bootstrap, so use it when the underlying state was
actually reset, or to repurpose a leftover ledger’s name after a delete and
recreate signalled LedgerAdopted.
Example
stagesetctl reset-ledger moodle --stage app --action install-database