File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Simply run the script:
2323- ** Mac App Store** : ` mas upgrade ` (requires ` mas ` CLI tool)
2424- ** System Updates** : ` softwareupdate --install --all `
2525
26+ ### Cross-platform
27+ - ** Claude Code** : ` claude update `
28+ - ** myrepos** : ` cd ~ && mr update `
29+
2630## Example Output
2731
2832### Successful Upgrade (macOS)
@@ -51,8 +55,26 @@ Finding available software
5155No new software available.
5256✓ System Updates upgrade completed successfully
5357
58+ Upgrading Claude Code...
59+ Checking for updates...
60+ claude-code v0.8.2 → v0.8.3 (latest)
61+ Updated successfully! 🎉
62+ ✓ Claude Code upgrade completed successfully
63+
64+ Upgrading myrepos...
65+ mr update: /Users/username/repos/project1
66+ From github.com:user/project1
67+ abc1234..def5678 main -> origin/main
68+ Updating abc1234..def5678
69+ Fast-forward
70+ README.md | 2 +-
71+ 1 file changed, 1 insertion(+), 1 deletion(-)
72+
73+ mr update: finished (1 ok)
74+ ✓ myrepos upgrade completed successfully
75+
5476Upgrade Summary:
55- Successfully upgraded: 3/3 package managers
77+ Successfully upgraded: 5/5 package managers
5678All package managers upgraded successfully!
5779```
5880
You can’t perform that action at this time.
0 commit comments