[PR #288] [MERGED] Remove sandbox create/delete commands #413

Closed
opened 2026-02-26 22:30:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/288
Author: @rudrankriyam
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @rudrankriyam

Base: mainHead: fix/remove-sandbox-create-delete


📝 Commits (1)

  • b5b0bd3 Remove sandbox create/delete commands

📊 Changes

12 files changed (+2 additions, -699 deletions)

View changed files

📝 README.md (+1 -20)
📝 internal/asc/output_core.go (+0 -4)
📝 internal/asc/output_test.go (+0 -19)
📝 internal/asc/sandbox.go (+0 -57)
📝 internal/asc/sandbox_output.go (+0 -29)
📝 internal/asc/sandbox_test.go (+0 -71)
📝 internal/cli/cmdtest/sandbox_test.go (+0 -154)
📝 internal/cli/sandbox/sandbox.go (+1 -4)
internal/cli/sandbox/sandbox_create.go (+0 -185)
📝 internal/cli/sandbox/sandbox_helpers.go (+0 -43)
📝 internal/cli/sandbox/sandbox_helpers_test.go (+0 -42)
📝 internal/cli/sandbox/sandbox_manage.go (+0 -71)

📄 Description

Summary

  • remove sandbox create/delete CLI commands and docs
  • drop v1 sandbox tester create/delete client paths and outputs
  • delete related validation and tests for unsupported operations

Test plan

  • make format
  • make test
  • make lint

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/288 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `fix/remove-sandbox-create-delete` --- ### 📝 Commits (1) - [`b5b0bd3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/b5b0bd3b660fcc6af7a51e3e1a89dd25ddf3ba8e) Remove sandbox create/delete commands ### 📊 Changes **12 files changed** (+2 additions, -699 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -20) 📝 `internal/asc/output_core.go` (+0 -4) 📝 `internal/asc/output_test.go` (+0 -19) 📝 `internal/asc/sandbox.go` (+0 -57) 📝 `internal/asc/sandbox_output.go` (+0 -29) 📝 `internal/asc/sandbox_test.go` (+0 -71) 📝 `internal/cli/cmdtest/sandbox_test.go` (+0 -154) 📝 `internal/cli/sandbox/sandbox.go` (+1 -4) ➖ `internal/cli/sandbox/sandbox_create.go` (+0 -185) 📝 `internal/cli/sandbox/sandbox_helpers.go` (+0 -43) 📝 `internal/cli/sandbox/sandbox_helpers_test.go` (+0 -42) 📝 `internal/cli/sandbox/sandbox_manage.go` (+0 -71) </details> ### 📄 Description ## Summary - remove sandbox create/delete CLI commands and docs - drop v1 sandbox tester create/delete client paths and outputs - delete related validation and tests for unsupported operations ## Test plan - [x] `make format` - [x] `make test` - [x] `make lint` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#413
No description provided.