mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #388] [MERGED] Add content rights declaration support to apps update command #491
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#491
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/388
Author: @rudrankriyam
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/content-rights-declaration📝 Commits (1)
23a46eeAdd content rights declaration support to apps update command📊 Changes
2 files changed (+25 additions, -13 deletions)
View changed files
📝
internal/asc/client_apps.go(+9 -7)📝
internal/cli/apps/apps.go(+16 -6)📄 Description
Summary
--content-rightsflag toasc apps updatecommandcontentRightsDeclarationfield on apps via CLIChanges
internal/asc/client_apps.go: AddContentRightsDeclarationfield toAppAttributesandAppUpdateAttributesinternal/cli/apps/apps.go: Add--content-rightsflag with validation for valid valuesUsage
Valid Values
DOES_NOT_USE_THIRD_PARTY_CONTENT- App does not contain, show, or access third-party contentUSES_THIRD_PARTY_CONTENT- App contains, shows, or accesses third-party contentTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.