mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #289] [MERGED] Add pass type ID CLI support #416
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#416
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/289
Author: @rudrankriyam
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/pass-type-ids📝 Commits (4)
539d63bSupport pass type ID management.61ae5b1feat: align pass type ID queries with OpenAPI0094a7echore: drop unsupported params for pass type cert list7e13df4Merge branch 'main' into feat/pass-type-ids📊 Changes
17 files changed (+900 additions, -577 deletions)
View changed files
📝
docs/API_NOTES.md(+5 -0)📝
internal/asc/android_ios_mapping.go(+0 -27)📝
internal/asc/client_http_test.go(+0 -261)📝
internal/asc/client_options.go(+59 -40)📝
internal/asc/client_pagination.go(+2 -0)📝
internal/asc/client_pass_type_ids.go(+40 -7)➕
internal/asc/client_pass_type_ids_test.go(+386 -0)📝
internal/asc/client_queries.go(+66 -56)📝
internal/asc/client_test.go(+6 -6)➕
internal/asc/nullable.go(+29 -0)📝
internal/asc/output_pass_type_ids_test.go(+20 -20)📝
internal/asc/pass_type_ids.go(+8 -2)➕
internal/cli/cmdtest/pass_type_ids_test.go(+92 -0)📝
internal/cli/passtypeids/certificates.go(+48 -59)📝
internal/cli/passtypeids/pass_type_ids.go(+130 -95)📝
internal/cli/passtypeids/shared_wrappers.go(+8 -4)📝
internal/cli/registry/registry.go(+1 -0)📄 Description
Summary
Test Plan
Fixes #250
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.