mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #787] [MERGED] web: add agent-first privacy declaration workflow #785
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#785
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/787
Author: @rudrankriyam
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/web-privacy-workflow📝 Commits (7)
91c3146web: add agent-first app privacy workflowe46a849web: harden privacy pull/plan edge casesaa0ecaaweb: extend privacy workflow parity and observabilitya1ce047web: address privacy review follow-ups95c5357web: harden privacy declaration validation5294a2aweb: canonicalize tracking privacy tuplesbf87362web: plan deletes for malformed remote usages📊 Changes
9 files changed (+3636 additions, -1 deletions)
View changed files
📝
README.md(+14 -0)➕
internal/cli/cmdtest/web_privacy_commands_test.go(+137 -0)📝
internal/cli/shared/errfmt/errfmt.go(+1 -1)📝
internal/cli/web/web.go(+2 -0)➕
internal/cli/web/web_privacy.go(+1534 -0)➕
internal/cli/web/web_privacy_test.go(+1005 -0)➕
internal/web/privacy.go(+485 -0)➕
internal/web/privacy_test.go(+457 -0)📝
internal/web/review.go(+1 -0)📄 Description
Summary
asc web privacycommand group withpull,plan,apply, andpublishsubcommands using existing web-session auth flagsinternal/web/privacy.goclient support for app data usages and publish-state endpoints, plus deterministic tuple normalization and diff planningasc web privacyTest plan
go test ./internal/web ./internal/cli/web ./internal/cli/cmdtestmake formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.