[PR #234] [MERGED] Add app encryption declarations support #378

Closed
opened 2026-02-26 22:30:37 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: pr-193-encryption-declarations


📝 Commits (2)

  • 7e34a0c feat: add encryption declaration commands
  • d248b4e Merge 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

  • add app encryption declaration and document client types/queries
  • add asc encryption CLI for list/get/create/assign-builds and document upload
  • add output formatting plus validation and HTTP/query/output tests

Test plan

  • make build
  • make test
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 go run . encryption declarations list --app 6747745091 --limit 1 --output json

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/234 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `pr-193-encryption-declarations` --- ### 📝 Commits (2) - [`7e34a0c`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/7e34a0c8d86f730138b288a73225ac3d1343a00e) feat: add encryption declaration commands - [`d248b4e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/d248b4e27df55b830e371bc8be7cb5d669c7b870) Merge origin/main into pr-193-encryption-declarations ### 📊 Changes **12 files changed** (+1779 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Summary - add app encryption declaration and document client types/queries - add `asc encryption` CLI for list/get/create/assign-builds and document upload - add output formatting plus validation and HTTP/query/output tests ## Test plan - [x] make build - [x] make test - [x] make lint - [x] ASC_BYPASS_KEYCHAIN=1 go run . encryption declarations list --app 6747745091 --limit 1 --output json --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#378
No description provided.