[PR #255] [MERGED] Add apps get/update subcommands #386

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

📋 Pull Request Information

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

Base: mainHead: cursor/apps-get-update


📝 Commits (1)

  • 0a5aadc Add apps get/update subcommands

📊 Changes

1 file changed (+198 additions, -53 deletions)

View changed files

📝 cmd/apps.go (+198 -53)

📄 Description

Summary

  • add apps list while keeping asc apps default behavior
  • add apps get and apps update subcommands using existing client methods
  • extract shared list flag setup into a helper

Fixes #252

Test plan

  • ASC_BYPASS_KEYCHAIN=1 go run . apps get --id \"6747745091\" --output json
    • Result: OK

🔄 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/255 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/apps-get-update` --- ### 📝 Commits (1) - [`0a5aadc`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/0a5aadc9dd7db64878763a4c200f97fd34123fbb) Add apps get/update subcommands ### 📊 Changes **1 file changed** (+198 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `cmd/apps.go` (+198 -53) </details> ### 📄 Description ## Summary - add `apps list` while keeping `asc apps` default behavior - add `apps get` and `apps update` subcommands using existing client methods - extract shared list flag setup into a helper Fixes #252 ## Test plan - `ASC_BYPASS_KEYCHAIN=1 go run . apps get --id \"6747745091\" --output json` - Result: OK --- <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:42 +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#386
No description provided.