List recent versions and inspect one

versions & rollback

// what it does

`versions list` shows the 10 most recent versions with their IDs, tags, and messages. `versions view` drills into a single version's bindings, compatibility date, and source. Run these first to grab the version ID you need for a gradual deploy or a rollback.

// shell

$ wrangler versions list
$ wrangler versions view <version-id>

// gotcha

Only the 10 most recent versions appear, so copy the ID before it scrolls off. A version existing is not the same as being deployed — uploading creates a version, it does not route traffic.