Snapshots capture the current state of all feature flags and remote config at a point in time. Use them before releases to:
- Create a "before" snapshot
- Deploy new flag configuration
- If something breaks, restore flags manually to the snapshot state
Create a snapshot:
bashwp omobile snapshot --label="Before v2.1 release"
