Commit ce9682a
Improve --version output with update check feedback (#252)
* Update version notification copy
Improve the --version update notification:
- Highlight new version in bold for visibility
- Suggest `brew upgrade render` as primary update method
- Link to docs for other installation options
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add "up to date" message for --version
Show confirmation when CLI is already on the latest version,
so users know the version check completed successfully.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use generic upgrade instructions for version check
Remove Mac-specific `brew upgrade render` command and link to docs
instead, making the message appropriate for all platforms.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix broken InstallationInstructionsURL anchor link
The docs page anchor changed from #1-install to #1-install-or-upgrade.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 17ebc47 commit ce9682a
2 files changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
195 | 215 | | |
196 | 216 | | |
197 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
198 | 226 | | |
199 | 227 | | |
200 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments