mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #479] [MERGED] feat(apps): add apps wall command and generated wall metadata #558
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#558
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/479
Author: @rudrankriyam
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/apps-wall-generated-sync📝 Commits (5)
77886f9feat(apps): add apps wall command and generated wall metadata7ce54f0docs(wall): align creator names with PR authors7f1c1f5chore(wall): use iOS/macOS labels and test generatorca846ddci(wall): validate generated wall in existing checkscf47fcarefactor(wall): replace Python generator with Go tool📊 Changes
15 files changed (+1241 additions, -12 deletions)
View changed files
📝
.github/workflows/main-branch.yml(+5 -0)📝
.github/workflows/pr-checks.yml(+5 -0)📝
CONTRIBUTING.md(+16 -9)📝
Makefile(+7 -0)📝
README.md(+16 -3)➕
docs/generated/app-wall.md(+11 -0)➕
docs/wall-of-apps.json(+20 -0)➕
internal/asc/output_apps_wall.go(+56 -0)📝
internal/asc/output_registry_init.go(+1 -0)📝
internal/cli/apps/apps.go(+3 -0)➕
internal/cli/apps/wall.go(+432 -0)➕
internal/cli/cmdtest/apps_wall_test.go(+285 -0)➕
internal/wallgen/wallgen.go(+244 -0)➕
internal/wallgen/wallgen_test.go(+114 -0)➕
tools/update-wall-of-apps/main.go(+26 -0)📄 Description
Summary
asc apps wallwith default--output table, default--sort name, and support for--output,--sort,--limit, and--include-platforms.docs/wall-of-apps.json, regeneratedocs/generated/app-wall.md+ README snippet, and automate sync viawall-of-appsworkflow (nightly/release/main push path triggers).Test plan
make formatmake lintmake testgo test ./.../tmp/asc apps wall --include-platforms ANDROIDexits with code2and prints validation error🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.