mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #263] [MERGED] Add marketplace CLI support #395
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#395
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/263
Author: @rudrankriyam
Created: 1/28/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-249-marketplace📝 Commits (9)
5490647feat: add marketplace CLI support43f9524Fix pagination type name for marketplace webhooksfd85b88Merge pull request #266 from rudrankriyam/cursor/pagination-typeof-case-bbd76358c2aMerge branch 'main' into issue-249-marketplacea628233Merge branch 'issue-249-marketplace' of https://github.com/rudrankriyam/App-Store-Connect-CLI into issue-249-marketplacee546a8bfix: warn on deprecated marketplace webhooksf220e2fchore: remove dead conflict block from testsa9f1594merge: sync main into issue-249-marketplace626be76chore: replace webhook secret placeholder📊 Changes
18 files changed (+2273 additions, -449 deletions)
View changed files
➕
internal/asc/client_http_gamecenter_test.go(+456 -0)➕
internal/asc/client_http_marketplace_test.go(+263 -0)📝
internal/asc/client_http_test.go(+0 -448)📝
internal/asc/client_options.go(+28 -1)📝
internal/asc/client_pagination.go(+4 -0)📝
internal/asc/client_queries.go(+12 -0)📝
internal/asc/client_types.go(+2 -0)➕
internal/asc/marketplace.go(+363 -0)📝
internal/asc/output_core.go(+24 -0)➕
internal/asc/output_marketplace.go(+113 -0)📝
internal/asc/output_test.go(+128 -0)➕
internal/cli/marketplace/commands.go(+8 -0)➕
internal/cli/marketplace/marketplace.go(+33 -0)➕
internal/cli/marketplace/marketplace_search_details.go(+247 -0)➕
internal/cli/marketplace/marketplace_test.go(+187 -0)➕
internal/cli/marketplace/marketplace_webhooks.go(+365 -0)➕
internal/cli/marketplace/shared_wrappers.go(+38 -0)📝
internal/cli/registry/registry.go(+2 -0)📄 Description
Summary
Test plan
make buildmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.