mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #373] [MERGED] App Store Connect relationships #475
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#475
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/373
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-store-connect-relationships-e5f5📝 Commits (5)
db12445Add relationship endpoint tests1c3719fAdd relationship endpoints and CLI commandsd3cefdefix: relax relationship cmdtest error assertions2bba1ceFix bundle ID extraction from next URLeb74083test: cover bundle id next URL parsing📊 Changes
27 files changed (+1546 additions, -1 deletions)
View changed files
📝
internal/asc/background_assets.go(+24 -0)📝
internal/asc/client_apps.go(+17 -0)📝
internal/asc/client_background_assets.go(+63 -0)➕
internal/asc/client_bundle_id_relationships.go(+55 -0)➕
internal/asc/client_http_background_asset_releases_test.go(+58 -0)➕
internal/asc/client_http_relationships_test.go(+116 -0)📝
internal/asc/client_options.go(+63 -0)📝
internal/asc/client_queries.go(+30 -0)📝
internal/asc/client_types.go(+3 -0)➕
internal/asc/client_user_invitation_visible_apps.go(+38 -0)📝
internal/asc/eula.go(+31 -0)📝
internal/asc/output_background_assets.go(+51 -0)📝
internal/asc/output_core.go(+12 -0)➕
internal/cli/agreements/agreements.go(+167 -0)➕
internal/cli/agreements/shared_wrappers.go(+30 -0)📝
internal/cli/apps/apps.go(+2 -0)➕
internal/cli/apps/apps_ci_product.go(+77 -0)📝
internal/cli/backgroundassets/background_assets.go(+4 -0)➕
internal/cli/backgroundassets/background_assets_releases.go(+209 -0)📝
internal/cli/bundleids/bundle_ids.go(+4 -0)...and 7 more files
📄 Description
Implement bundle ID relationship commands, EULA territory listing, user invitation visible apps, app CI product, and background asset release getters to cover remaining relationship endpoints.
The new
asc agreements ...path makes EULA territories accessible. Theasc users invites visible-apps listcommand was added to differentiate fromasc users visible-appswhich operates on user IDs, ensuring existing behavior remains.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.