mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #529] [MERGED] Asc bypass keychain empty #593
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#593
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/529
Author: @rudrankriyam
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/asc-bypass-keychain-empty-2971📝 Commits (3)
5a10bdafix(auth): require explicit truthy ASC_BYPASS_KEYCHAIN4145114Merge remote-tracking branch 'origin/main' into cursor/asc-bypass-keychain-empty-2971c0ffebadocs: require ASC_BYPASS_KEYCHAIN for local tests📊 Changes
8 files changed (+104 additions, -15 deletions)
View changed files
📝
AGENTS.md(+3 -2)📝
README.md(+5 -3)📝
internal/auth/doctor.go(+2 -2)📝
internal/auth/doctor_test.go(+16 -0)📝
internal/auth/keychain.go(+3 -4)📝
internal/auth/keychain_test.go(+48 -0)📝
internal/cli/auth/auth.go(+5 -4)📝
internal/cli/auth/auth_test.go(+22 -0)📄 Description
Summary
ASC_BYPASS_KEYCHAINenvironment variable parsing to require explicit truthy values (1,true,yes,on) for bypassing the system keychain. Unset, empty, whitespace, or invalid values no longer bypass.auth status,doctor, command help, andREADME.mdmessaging to reflect the new explicit truthy/falsey semantics and remove hardcodedASC_BYPASS_KEYCHAIN=1references.shouldBypassKeychain()covering unset, empty, whitespace, truthy, falsey, and invalid values.1truthy values (e.g.,yes).Validation
make formatmake lintmake testWall of Apps (only if this PR adds/updates a Wall app)
docs/wall-of-apps.json(not the generated Wall block inREADME.mddirectly)make update-wall-of-appsdocs/wall-of-apps.jsonREADME.mdEntry template:
Common Apple labels:
iOS,macOS,watchOS,tvOS,visionOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.