mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #22] [MERGED] Beta tester output handlers #234
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#234
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/22
Author: @cursor[bot]
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @rudrankriyam
Base:
feature/beta-management← Head:cursor/beta-tester-output-handlers-9bca📝 Commits (1)
a0c9b4aFix missing table/markdown output handlers for beta tester delete/invite results📊 Changes
2 files changed (+56 additions, -2 deletions)
View changed files
📝
cmd/beta.go(+2 -2)📝
internal/asc/client.go(+54 -0)📄 Description
Add table/markdown output handlers for beta tester delete/invite results to fix silent fallback to JSON.
Previously, the
beta-testers removeandbeta-testers invitecommands would output JSON even when--output tableor--output markdownwas specified, becauseBetaTesterDeleteResultandBetaTesterInvitationResultwere passed as values (not pointers) and lacked dedicated handlers in thePrintTableandPrintMarkdownfunctions. This PR updates the result creation to use pointers and adds the necessary type switch cases and helper functions for proper table and markdown formatting.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.