mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #504] [MERGED] Refocus apps wall on community metadata #577
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#577
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/504
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/apps-showcase-community-wall📝 Commits (2)
a9088bcSync Wall of Apps metadata entries.3ceef2bRefocus 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
apps wallto show the community Wall of Apps from metadata instead of a duplicated personal apps listingapps showcasesubcommand entirely and return an explicit unknown-subcommand help error forasc apps showcasedocs/wall-of-apps.jsonwith 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=1go test ./internal/cli/cmdtest -count=1make testgo run . apps wallgo run . apps showcase(expectsunknown subcommand)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.