Skip to main content
Percher is still being built — you can try it out on a free account right now. Create a free account
← Changelog

See what changed, and take your history with you

New `percher diff` shows what changed between deploys, and `percher export --git` hands you your whole history as a git bundle.

Two new things make your deploy history a lot more useful.

See what changed between versions. Run percher diff to list the files that changed since your last deploy, with per-file +/− counts. No arguments needed. Add --patch for the full line diff. The same view now appears per version in the dashboard's Publishes tab, and when an app breaks, percher doctor points at the deploy that most likely caused it.

Take your history with you. percher export --git (or the download button in the dashboard) streams your entire deploy history as a single git bundle. Re-clone it anywhere with git clone. Your code and its history are never locked in.