mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #138] [MERGED] Add categories management commands (list and set) #322
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#322
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/138
Author: @cameronehrlich
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/categories📝 Commits (1)
4cec23dAdd categories management commands (list and set)📊 Changes
7 files changed (+350 additions, -0 deletions)
View changed files
📝
README.md(+12 -0)➕
cmd/categories.go(+153 -0)📝
cmd/root.go(+1 -0)➕
internal/asc/categories.go(+144 -0)➕
internal/asc/categories_output.go(+35 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_core.go(+4 -0)📄 Description
Summary
Adds
asc categoriescommand with two subcommands for managing App Store categories.Commands Added
Production Testing ✅
Files Changed
cmd/categories.gocmd/root.gointernal/asc/categories.gointernal/asc/categories_output.gointernal/asc/client_types.gointernal/asc/output_core.goREADME.mdUse Cases
Breaking Changes
None. This is an additive feature.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.