Synopsis
Description
Removes the_vibe_state/ directory from a .vibeapp package, restoring it to its original signed content. Use this to produce a clean distribution package after testing an app locally (which may have accumulated state).
Arguments
| Argument | Description |
|---|---|
<package> | Path to the .vibeapp file |
Options
| Flag | Description |
|---|---|
--password <pass> | Password for an encrypted package (avoid — visible in shell history) |
--password-file <path> | Read password from a file |
-h, --help | Print help |
Examples
Notes
- After reverting, re-sign the package before distributing:
vibe sign myapp.vibeapp --key signing.key - Revert is non-destructive — it only removes
_vibe_state/entries, not the manifest or assets - If the package has no state entries,
revertis a no-op
