mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #35] [MERGED] Add sandbox tester management commands #245
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#245
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/35
Author: @rudrankriyam
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-25-sandbox📝 Commits (2)
1fcb082Add sandbox tester management commands163b1d6Add sandbox update and clear-history commands📊 Changes
12 files changed (+2140 additions, -2 deletions)
View changed files
📝
Agents.md(+14 -1)📝
README.md(+46 -0)📝
cmd/commands.go(+1 -0)➕
cmd/sandbox.go(+528 -0)➕
cmd/sandbox_helpers.go(+410 -0)➕
cmd/sandbox_helpers_test.go(+92 -0)➕
cmd/sandbox_test.go(+239 -0)📝
internal/asc/client.go(+20 -1)📝
internal/asc/output_test.go(+84 -0)➕
internal/asc/sandbox.go(+340 -0)➕
internal/asc/sandbox_output.go(+98 -0)➕
internal/asc/sandbox_test.go(+268 -0)📄 Description
Summary
asc sandbox updateandasc sandbox clear-history(v2 API) alongside existing sandbox commandsTest plan
go fmt ./...make lintmake test./asc sandbox list --limit 1 --output json./asc sandbox update --id <tester> ...(no sandbox testers available to update)./asc sandbox clear-history --id <tester> --confirm(no sandbox testers available to clear)./asc sandbox create --email <email> ...(fails: v1/sandboxTestersnot available on this account)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.