After #3039, wheels upgrade apply performs the swap (explicit verb; backup-by-default). The following guide pages still describe the old workflow — check-only wheels upgrade with a manual vendor/wheels/ zip swap:
Pages to update
web/sites/guides/src/content/docs/v4-0-0/command-line-tools/wheels-commands/upgrade.mdx
The entire page describes wheels upgrade as a "read-only scanner" that never touches files. The frontmatter description, synopsis, and "What gets updated" section all need updating to document wheels upgrade apply as the swap verb (with backup-by-default, --nobackup, and the pre-swap recovery announcement). The current "What gets updated" section says:
Project `vendor/wheels/`: swap the directory manually, or regenerate the app skeleton against the new release and port your `app/` into it.
This should now read: run `wheels upgrade apply`.
web/sites/guides/src/content/docs/v4-0-0/start-here/release-channels.mdx (line 199)
wheels upgrade check --to=<version>
…followed by "or just re-scaffold the app's `vendor/wheels/` from a fresh `wheels new`" — needs an `apply` path added alongside `check`.
web/sites/guides/src/content/docs/v4-0-0/upgrading/3x-to-4x.mdx (line 389)
This is the recommended upgrade CLI command under "Deprecating `box wheels upgrade`". After #3039, the full sequence is `check` first, then `apply`.
References
🤖 Generated with Claude Code
After #3039,
wheels upgrade applyperforms the swap (explicit verb; backup-by-default). The following guide pages still describe the old workflow — check-onlywheels upgradewith a manualvendor/wheels/zip swap:Pages to update
web/sites/guides/src/content/docs/v4-0-0/command-line-tools/wheels-commands/upgrade.mdxThe entire page describes
wheels upgradeas a "read-only scanner" that never touches files. The frontmatter description, synopsis, and "What gets updated" section all need updating to documentwheels upgrade applyas the swap verb (with backup-by-default,--nobackup, and the pre-swap recovery announcement). The current "What gets updated" section says:This should now read: run `wheels upgrade apply`.
web/sites/guides/src/content/docs/v4-0-0/start-here/release-channels.mdx(line 199)…followed by "or just re-scaffold the app's `vendor/wheels/` from a fresh `wheels new`" — needs an `apply` path added alongside `check`.
web/sites/guides/src/content/docs/v4-0-0/upgrading/3x-to-4x.mdx(line 389)This is the recommended upgrade CLI command under "Deprecating `box wheels upgrade`". After #3039, the full sequence is `check` first, then `apply`.
References
applyverb🤖 Generated with Claude Code