mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #257] [MERGED] Add actors list/get commands #388
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#388
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/257
Author: @rudrankriyam
Created: 1/28/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/actors📝 Commits (3)
e6ac67fAdd actors list/get commandsbb63d5cHandle prefixed actor IDs39cc507Merge remote-tracking branch 'origin/main' into cursor/actors📊 Changes
10 files changed (+481 additions, -6 deletions)
View changed files
➕
cmd/actors.go(+196 -0)📝
cmd/root.go(+1 -0)➕
internal/asc/actors_output.go(+39 -0)➕
internal/asc/client_actors.go(+117 -0)📝
internal/asc/client_options.go(+35 -0)📝
internal/asc/client_queries.go(+20 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_core.go(+8 -0)📝
internal/asc/output_test.go(+54 -0)📝
internal/asc/review_submissions.go(+10 -6)📄 Description
Summary
actors listandactors getcommandsFixes #244
Test plan
ASC_BYPASS_KEYCHAIN=1 go run . nominations list --status SUBMITTED --limit 1 --include createdByActor --output jsonb09c4dde-7d80-497f-bf54-40359437da9b)ASC_BYPASS_KEYCHAIN=1 go run . actors get --id \"b09c4dde-7d80-497f-bf54-40359437da9b\" --output jsonUSER:b09c4dde-7d80-497f-bf54-40359437da9b)ASC_BYPASS_KEYCHAIN=1 go run . actors get --id \"APPLE\" --output json🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.