mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #365] Parity: App Info categories and encryption relationships #105
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#105
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/365
Overview
Expose missing App Info category relationships and App Encryption Declaration relationships for parity.
Scope (OpenAPI resources)
/v1/appInfos/{id}/primaryCategory/v1/appInfos/{id}/primarySubcategoryOne/v1/appInfos/{id}/primarySubcategoryTwo/v1/appInfos/{id}/secondaryCategory/v1/appInfos/{id}/secondarySubcategoryOne/v1/appInfos/{id}/secondarySubcategoryTwo/v1/appInfos/{id}/territoryAgeRatings/v1/appEncryptionDeclarations/{id}/app/v1/appEncryptionDeclarations/{id}/appEncryptionDeclarationDocument/v1/apps/{id}/appEncryptionDeclarations/v1/builds/{id}/appEncryptionDeclarationProposed CLI
asc app-info ...asc app-encryption ...asc apps ...asc builds ...Examples:
asc app-info relationships primary-category --id "APP_INFO_ID"asc app-info territory-age-ratings list --id "APP_INFO_ID"asc app-encryption declarations app get --id "DECLARATION_ID"asc apps app-encryption-declarations list --id "APP_ID"asc builds app-encryption-declaration get --id "BUILD_ID"Flag patterns
Common:
--id,--output,--pretty,--limit,--next,--paginateOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
Acceptance criteria
Tests
Implementation notes
internal/asc/client_app_info.go,client_app_encryption.go,client_builds.gointernal/cli/apps,internal/cli/encryption,internal/cli/versionsReferences
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):
app-info relationships …,app-info territory-age-ratings list,apps app-encryption-declarations list,builds app-encryption-declaration get,encryption declarations app get, andencryption declarations app-encryption-declaration-document get), and added territory age rating table/markdown output plus pagination handling.Tests run:
make testgo test ./internal/asc -run TestGetAppInfoTerritoryAgeRatings_SendsRequest,go test ./internal/cli/cmdtest -run TestEncryptionValidationErrors, andgo test ./internal/cli/cmdtest -run TestAppsAppEncryptionDeclarationsValidationErrors.Walkthrough artifact (video):
/opt/cursor/artifacts/test_walkthrough_app_info_encryption_cli_clear/recording_demo.mp4.@rudrankriyam commented on GitHub (Jan 31, 2026):
Closed by #376.