mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #390] [MERGED] Show usesNonExemptEncryption in builds list output #492
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#492
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/390
Author: @rudrankriyam
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/build-encryption-status📝 Commits (1)
398ad34Show usesNonExemptEncryption in builds list output📊 Changes
2 files changed (+21 additions, -6 deletions)
View changed files
📝
internal/asc/client_builds.go(+1 -1)📝
internal/asc/output_builds.go(+20 -5)📄 Description
Summary
Encryptioncolumn to builds list table and markdown outputUsesNonExemptEncryptionfromboolto*boolto properly handle null values from APIWhy this matters
The
usesNonExemptEncryptionfield is important for App Store submissions:true(shown as "required"): the build uses non-exempt encryption and requires an approved encryption declaration before submissionfalse(shown as "exempt"): the build is exempt from encryption requirementsnull(shown as "n/a"): no encryption information availableThis helps users quickly identify which builds need encryption declarations before they can be submitted to the App Store.
Test plan
asc builds list --app <app-id>and verify the new Encryption column appears--output markdownto confirm markdown table also shows the column🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.