Commit b54aeba
docs(web/guides): fix four review accuracy items against the merged upgrade apply implementation
Re-verified every behavioral claim in upgrade.mdx against the MERGED
##3039 implementation (develop 52be83e, runUpgradeApply() in
cli/lucli/Module.cfc + cli/lucli/services/FrameworkUpgrader.cfc):
1. Swap-summary sample now mirrors the real output lines —
'Framework upgraded: old -> new', 'Backup: <path>', and the
'Recover with: rm -rf ... && mv ...' one-liner — instead of the
invented label text. Also notes that refusal paths print no
backup/restore line (refusals fire before the plan announcement).
2. Both check sample blocks now end with 'Apply with: wheels upgrade
apply' (##3039 replaced 'Upgrade with: brew upgrade wheels'); the
same-major sample also now shows the real 'Same major version — no
known breaking changes.' / 'Scanning for opt-in recommendations...'
lines.
3. Prerequisites names 'wheels upgrade apply' as the step that
replaces framework code (manual vendor/wheels/ drop-in kept as the
by-hand fallback) and clarifies brew upgrade wheels only updates
the CLI binary.
4. Documented that a typo'd subcommand (wheels upgrade chekc) prints
usage then hard-errors non-zero, per the explicit-verb dispatch.
Verified with pnpm verify:docs on all three touched pages (exit 0).
The released brew CLI is 4.0.3 (pre-apply), so the apply samples were
verified against the merged source as ground truth, not a live run.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Peter Amiri <peter@alurium.com>1 parent d76ae86 commit b54aeba
1 file changed
Lines changed: 14 additions & 10 deletions
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
0 commit comments