Skip to main content

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

Options

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, revert is a no-op