[PR #183] [MERGED] feat: add app-info metadata commands #344

Closed
opened 2026-02-26 21:34:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/app-info-metadata


📝 Commits (4)

  • e79f20c feat: add app-info metadata commands
  • 2d87ba2 Handle RFC3339Nano app version dates
  • ba69e35 fix: relax localization integration assertion
  • 03ad438 Merge pull request #184 from rudrankriyam/cursor/app-store-version-date-9a62

📊 Changes

6 files changed (+610 additions, -0 deletions)

View changed files

📝 README.md (+14 -0)
cmd/app_info.go (+383 -0)
cmd/app_info_test.go (+51 -0)
📝 cmd/commands_test.go (+104 -0)
📝 cmd/root.go (+1 -0)
📝 internal/asc/integration_test.go (+57 -0)

📄 Description

Summary

  • add app-info get/set commands with version resolution and locale filters
  • add validation/unit coverage plus a GET-only integration check
  • document the new app-info workflow in README

Test plan

  • go test ./...
  • go run . app-info get --app "6747745091" --output table

🔄 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/183 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/app-info-metadata` --- ### 📝 Commits (4) - [`e79f20c`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/e79f20c7ba3ee321ea6443b7ca4a42de81b3594e) feat: add app-info metadata commands - [`2d87ba2`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/2d87ba2ccf54b5a0c269f84ecb873df0f6f0f667) Handle RFC3339Nano app version dates - [`ba69e35`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/ba69e35303668a2ecf55ff71e5dc54444d69d265) fix: relax localization integration assertion - [`03ad438`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/03ad438d6db17978c135f5924ba291868a674e73) Merge pull request #184 from rudrankriyam/cursor/app-store-version-date-9a62 ### 📊 Changes **6 files changed** (+610 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -0) ➕ `cmd/app_info.go` (+383 -0) ➕ `cmd/app_info_test.go` (+51 -0) 📝 `cmd/commands_test.go` (+104 -0) 📝 `cmd/root.go` (+1 -0) 📝 `internal/asc/integration_test.go` (+57 -0) </details> ### 📄 Description ## Summary - add app-info get/set commands with version resolution and locale filters - add validation/unit coverage plus a GET-only integration check - document the new app-info workflow in README ## Test plan - go test ./... - go run . app-info get --app "6747745091" --output table --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:40 +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#344
No description provided.