Skip to content

Rename 'update' command to 'upgrade'#33

Merged
JaredHatfield merged 1 commit into
mainfrom
rename-update-to-upgrade
Jun 3, 2026
Merged

Rename 'update' command to 'upgrade'#33
JaredHatfield merged 1 commit into
mainfrom
rename-update-to-upgrade

Conversation

@JaredHatfield
Copy link
Copy Markdown
Member

Summary

Renames the update CLI command to upgrade across the entire codebase.

Changes

  • CLI command: gogitup updategogitup upgrade
  • update.go / update_test.go replaced with upgrade.go / upgrade_test.go
  • All message strings updated ("Updating" → "Upgrading", "Updated" → "Upgraded", "Failed to update" → "Failed to upgrade")
  • All documentation updated to reflect the new command name

Rationale

  • upgrade is more semantically accurate — the command installs newer versions, not just checks for them
  • Aligns with conventions in other package managers (apt upgrade, brew upgrade, npm upgrade)
  • No logic changes, tests map 1:1

@JaredHatfield JaredHatfield merged commit ed22089 into main Jun 3, 2026
4 checks passed
@JaredHatfield JaredHatfield deleted the rename-update-to-upgrade branch June 3, 2026 10:54
@github-project-automation github-project-automation Bot moved this from Todo to Done in UnitVectorY Labs Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant