mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #299] [MERGED] chore: refresh deps and harden auth/config #424
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#424
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/299
Author: @rudrankriyam
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/update-go-deps-ci📝 Commits (1)
536df69chore: refresh deps, CI, and auth/config hardening📊 Changes
19 files changed (+283 additions, -46 deletions)
View changed files
📝
.github/workflows/main-branch.yml(+1 -1)📝
.github/workflows/pr-checks.yml(+1 -1)📝
.github/workflows/release.yml(+1 -1)📝
CONTRIBUTING.md(+1 -1)📝
README.md(+2 -2)📝
docs/GO_STANDARDS.md(+6 -0)📝
go.mod(+6 -6)📝
go.sum(+14 -18)📝
internal/asc/client_pagination.go(+1 -1)📝
internal/asc/client_test.go(+1 -1)📝
internal/asc/errors.go(+5 -4)📝
internal/auth/keychain.go(+3 -0)📝
internal/auth/keychain_test.go(+21 -0)📝
internal/cli/auth/auth.go(+5 -4)📝
internal/cli/cmdtest/commands_test.go(+36 -0)📝
internal/cli/install/install.go(+5 -3)📝
internal/cli/install/install_test.go(+1 -2)📝
internal/config/config.go(+102 -1)📝
internal/config/config_test.go(+71 -0)📄 Description
Summary
Test plan
go test -short ./...make test-integration(skips feedback/crashes and release-request tests when data/ASC_RELEASE_VERSION_ID are missing)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.