mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #216] [MERGED] Add app tags CLI support #360
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#360
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/216
Author: @rudrankriyam
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-201-app-tags📝 Commits (4)
062c4d8Add app tags CLI supportdbdd784Complete app-tags parity with OpenAPI by exposing fields/includes and relationship endpoints.8f9875fMerge origin/main into issue-201-app-tags.c1d5af8Merge remote-tracking branch 'origin/main' into issue-201-app-tags📊 Changes
16 files changed (+1613 additions, -9 deletions)
View changed files
📝
README.md(+33 -1)➕
cmd/app_tags.go(+731 -0)📝
cmd/commands_test.go(+80 -0)📝
cmd/root.go(+1 -0)📝
docs/CONTRIBUTING.md(+1 -1)➕
internal/asc/app_tags.go(+202 -0)📝
internal/asc/client_http_test.go(+187 -0)📝
internal/asc/client_options.go(+95 -0)📝
internal/asc/client_pagination.go(+18 -0)📝
internal/asc/client_queries.go(+39 -0)📝
internal/asc/client_test.go(+42 -0)📝
internal/asc/client_types.go(+23 -7)➕
internal/asc/output_app_tags.go(+33 -0)📝
internal/asc/output_core.go(+12 -0)➕
internal/asc/output_linkages.go(+28 -0)📝
internal/asc/output_test.go(+88 -0)📄 Description
Summary
asc app-tagslist/get/update commands with validation and paginationTest plan
make buildmake lintmake testgo run . app-tags list --app 6747745091 --limit 5 --output table(returned empty table)Fixes #201
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.