mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #653] [MERGED] Remove self-update and startup update checks #683
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#683
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/653
Author: @rudrankriyam
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/19/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/remove-self-update📝 Commits (1)
3a1b16achore: remove self-update and update checks📊 Changes
29 files changed (+19 additions, -1673 deletions)
View changed files
📝
.github/workflows/integration.yml(+0 -1)📝
AGENTS.md(+0 -1)📝
Makefile(+0 -1)📝
README.md(+4 -1)📝
cmd/exit_codes_test.go(+0 -1)📝
cmd/run.go(+0 -60)📝
cmd/run_additional_test.go(+0 -115)📝
go.mod(+0 -3)📝
go.sum(+0 -8)📝
internal/cli/cmdtest/assets_download_media_test.go(+4 -4)📝
internal/cli/cmdtest/exit_codes_test.go(+6 -6)📝
internal/cli/cmdtest/release_notes_generate_test.go(+3 -4)📝
internal/cli/cmdtest/shots_capture_test.go(+2 -2)📝
internal/cli/docs/templates/ASC.md(+0 -3)📝
internal/cli/shared/shared.go(+0 -7)➖
internal/update/cache.go(+0 -60)➖
internal/update/check.go(+0 -99)➖
internal/update/download.go(+0 -171)➖
internal/update/download_test.go(+0 -227)➖
internal/update/install.go(+0 -44)...and 9 more files
📄 Description
Summary
--no-updateflag andASC_NO_UPDATE/ASC_SKIP_UPDATEenvironment variables.internal/updatepackage and update docs/tests/CI accordingly.Homebrew discourages self-updating binaries in
homebrew/core; updates should be handled by the package manager (e.g.brew upgrade).Test Plan
go test ./...🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.