mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #234] [MERGED] Add app encryption declarations support #378
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#378
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/234
Author: @rudrankriyam
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:pr-193-encryption-declarations📝 Commits (2)
7e34a0cfeat: add encryption declaration commandsd248b4eMerge origin/main into pr-193-encryption-declarations📊 Changes
12 files changed (+1779 additions, -0 deletions)
View changed files
📝
cmd/commands_test.go(+123 -0)➕
cmd/encryption.go(+630 -0)📝
cmd/root.go(+1 -0)📝
internal/asc/client_http_test.go(+242 -0)📝
internal/asc/client_options.go(+58 -0)📝
internal/asc/client_queries.go(+32 -0)📝
internal/asc/client_test.go(+42 -0)📝
internal/asc/client_types.go(+2 -0)➕
internal/asc/encryption.go(+365 -0)📝
internal/asc/output_core.go(+16 -0)➕
internal/asc/output_encryption.go(+160 -0)📝
internal/asc/output_test.go(+108 -0)📄 Description
Summary
asc encryptionCLI for list/get/create/assign-builds and document uploadTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.