mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #368] Parity: Bundle IDs, agreements, CI product, background assets, visible apps #107
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#107
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?
Originally created by @rudrankriyam on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/368
Overview
Add remaining relationship endpoints across bundle IDs, agreements, background assets, CI product, and user invitations.
Scope (OpenAPI resources)
/v1/bundleIds/{id}/app/v1/bundleIds/{id}/profiles/v1/userInvitations/{id}/visibleApps/v1/endUserLicenseAgreements/{id}/territories/v1/backgroundAssetVersionAppStoreReleases/{id}/v1/backgroundAssetVersionExternalBetaReleases/{id}/v1/backgroundAssetVersionInternalBetaReleases/{id}/v1/apps/{id}/ciProductProposed CLI
asc bundle-ids ...asc users ...asc agreements ...asc background-assets ...asc xcode-cloud ...Examples:
asc bundle-ids app get --id "BUNDLE_ID"asc bundle-ids profiles list --id "BUNDLE_ID"asc users visible-apps list --id "INVITATION_ID"asc agreements territories list --id "EULA_ID"asc background-assets app-store-releases get --id "RELEASE_ID"asc apps ci-product get --id "APP_ID"Flag patterns
Common:
--id,--output,--pretty,--limit,--next,--paginateOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
Acceptance criteria
Tests
Implementation notes
internal/ascfor bundle IDs, agreements, background assets, CI productinternal/cli/bundleids,users,agreements,backgroundassets,xcodecloudReferences
docs/openapi/latest.jsondocs/openapi/paths.txt@rudrankriyam commented on GitHub (Jan 31, 2026):
@cursor please implement
@cursor[bot] commented on GitHub (Jan 31, 2026):
Summary:
asc agreements ...path.Tests:
make testNote: user‑invitation visible apps are exposed as
asc users invites visible-apps list --id "INVITE_ID"so the existingasc users visible-apps ...behavior for user IDs stays intact.@rudrankriyam commented on GitHub (Jan 31, 2026):
Closed by #373 (relationship coverage) with bundle ID next URL fix in #375.