Workflows
Snapshots And Recovery
Bounded metadata history, deleted-file recovery, and profile variable recovery.
Snapshot triggers
- Project imports.
- Disk re-imports.
- Variable edits.
- Profile edits.
- Connector config changes.
- File removals.
- Export previews.
- Exports.
- Snapshot restores.
Snapshot contents
- Project framework hint.
- Connector config path.
- .gitignore content.
- Excluded env file paths.
- Env file metadata.
- Runtime profiles.
- Imported env-file sync records.
- Latest profile import summary.
- Deleted profile-variable recovery points.
- Project health.
Secret handling
Snapshots scrub raw secret values. They keep metadata needed for comparison and recovery without storing raw secret values in snapshot JSON.
Recovery actions
- Restore a deleted env file from snapshot metadata.
- Forget a deleted env file snapshot.
- Restore deleted profile variables.
- Remove deleted profile variable recovery snapshots.
- Compare a project snapshot against current env files, profiles, and imports.
- Restore a project snapshot into current metadata.