[PR #504] [MERGED] Refocus apps wall on community metadata #577

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

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/504
Author: @rudrankriyam
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @rudrankriyam

Base: mainHead: feat/apps-showcase-community-wall


📝 Commits (2)

  • a9088bc Sync Wall of Apps metadata entries.
  • 3ceef2b Refocus apps wall command and simplify output.

📊 Changes

7 files changed (+427 additions, -608 deletions)

View changed files

📝 README.md (+3 -3)
📝 docs/wall-of-apps.json (+12 -0)
📝 internal/asc/output_apps_wall.go (+1 -3)
📝 internal/cli/apps/apps.go (+4 -1)
internal/cli/apps/community_wall.go (+316 -0)
internal/cli/apps/wall.go (+0 -429)
📝 internal/cli/cmdtest/apps_wall_test.go (+91 -172)

📄 Description

Summary

  • refocus apps wall to show the community Wall of Apps from metadata instead of a duplicated personal apps listing
  • remove the apps showcase subcommand entirely and return an explicit unknown-subcommand help error for asc apps showcase
  • remove wall icon fields/columns from output and sync docs/wall-of-apps.json with the latest README-added entries (Repetti, TV Show Tracker)

Test plan

  • go test ./internal/cli/apps ./internal/cli/cmdtest -run 'AppsWall|AppsShowcase|AppsCommand|apps wall' -count=1
  • go test ./internal/cli/cmdtest -count=1
  • make test
  • go run . apps wall
  • go run . apps showcase (expects unknown subcommand)

🔄 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/504 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/apps-showcase-community-wall` --- ### 📝 Commits (2) - [`a9088bc`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/a9088bc220be84e407f959a9a25fa6b665eb0c76) Sync Wall of Apps metadata entries. - [`3ceef2b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/3ceef2bb6855015028c63e5d8b896f25b0f72222) Refocus apps wall command and simplify output. ### 📊 Changes **7 files changed** (+427 additions, -608 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -3) 📝 `docs/wall-of-apps.json` (+12 -0) 📝 `internal/asc/output_apps_wall.go` (+1 -3) 📝 `internal/cli/apps/apps.go` (+4 -1) ➕ `internal/cli/apps/community_wall.go` (+316 -0) ➖ `internal/cli/apps/wall.go` (+0 -429) 📝 `internal/cli/cmdtest/apps_wall_test.go` (+91 -172) </details> ### 📄 Description ## Summary - refocus `apps wall` to show the community Wall of Apps from metadata instead of a duplicated personal apps listing - remove the `apps showcase` subcommand entirely and return an explicit unknown-subcommand help error for `asc apps showcase` - remove wall icon fields/columns from output and sync `docs/wall-of-apps.json` with the latest README-added entries (`Repetti`, `TV Show Tracker`) ## Test plan - [x] `go test ./internal/cli/apps ./internal/cli/cmdtest -run 'AppsWall|AppsShowcase|AppsCommand|apps wall' -count=1` - [x] `go test ./internal/cli/cmdtest -count=1` - [x] `make test` - [x] `go run . apps wall` - [x] `go run . apps showcase` (expects `unknown subcommand`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:36 +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#577
No description provided.