mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #396] [MERGED] Add startup auto-update checks #498
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#498
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/396
Author: @rudrankriyam
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:auto-update📝 Commits (2)
8ea098fAdd startup auto-update checks to keep installs current.8d3b3d8Add update E2E integration coverage.📊 Changes
18 files changed (+900 additions, -3 deletions)
View changed files
📝
Agents.md(+1 -0)📝
Makefile(+1 -0)📝
README.md(+4 -0)📝
cmd/root.go(+5 -2)📝
cmd/run.go(+34 -1)📝
go.mod(+4 -0)📝
go.sum(+8 -0)📝
internal/cli/shared/shared.go(+7 -0)➕
internal/update/cache.go(+60 -0)➕
internal/update/check.go(+69 -0)➕
internal/update/download.go(+151 -0)➕
internal/update/install.go(+44 -0)➕
internal/update/integration_test.go(+61 -0)➕
internal/update/restart.go(+32 -0)➕
internal/update/update.go(+202 -0)➕
internal/update/update_test.go(+172 -0)➕
internal/update/util.go(+14 -0)➕
internal/update/version.go(+31 -0)📄 Description
Summary
--no-updateTest plan
go test ./internal/update -vMade with Cursor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.