mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #548] [CLOSED] Build upload table rendering #610
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#610
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/548
Author: @cursor[bot]
Created: 2/14/2026
Status: ❌ Closed
Base:
cursor/appstoreconnectcli-async-await-f47d← Head:cursor/build-upload-table-rendering-edb0📝 Commits (10+)
0d15553refactor: unify polling loops with shared helper921d6ccrefactor: centralize secure open nofollow logicddc2861perf: cache asc config loads in runtime resolversdc393a4refactor(asc): reduce output registry boilerplate438c6eerefactor(cli): consolidate output flag binding and rendering helpers86049dftest(asc): verify response-data registry helper registration798f1f5refactor(cli): share allowed output-format validation7574b07refactor(cli): harden allowed output-format validation defaultsac22698fix(asc): retry config load after transient failures7d060a9test(asc): add poll helper interval and mid-cancel coverage📊 Changes
256 files changed (+4039 additions, -3851 deletions)
View changed files
📝
internal/asc/client_core.go(+40 -2)➕
internal/asc/client_core_config_cache_test.go(+118 -0)📝
internal/asc/client_publish.go(+6 -14)📝
internal/asc/output_registry.go(+95 -16)📝
internal/asc/output_registry_init.go(+200 -588)📝
internal/asc/output_registry_test.go(+472 -7)➕
internal/asc/poll.go(+52 -0)➕
internal/asc/poll_test.go(+133 -0)📝
internal/asc/secure_open_other.go(+6 -2)📝
internal/asc/secure_open_unix.go(+2 -3)📝
internal/cli/accessibility/accessibility.go(+11 -16)📝
internal/cli/actors/actors.go(+5 -7)📝
internal/cli/agerating/age_rating.go(+4 -6)📝
internal/cli/agreements/agreements.go(+3 -4)📝
internal/cli/alternativedistribution/alternative_distribution_domains.go(+9 -13)📝
internal/cli/alternativedistribution/alternative_distribution_keys.go(+11 -16)📝
internal/cli/alternativedistribution/alternative_distribution_package_versions.go(+11 -15)📝
internal/cli/alternativedistribution/alternative_distribution_packages.go(+10 -15)📝
internal/cli/analytics/analytics_instances.go(+5 -7)📝
internal/cli/analytics/analytics_reports.go(+5 -7)...and 80 more files
📄 Description
Summary
Fixes a regression where
BuildUploadResponseandBuildUploadFileResponsewere not correctly registered for table/markdown output, causing CLI commands to silently fall back to JSON output when--output tableor--output markdownwas specified. This was due to a type mismatch in the registration helper.Validation
make formatmake lintmake testWall of Apps (only if this PR adds/updates a Wall app)
docs/wall-of-apps.json(not the generated Wall block inREADME.mddirectly)make update-wall-of-appsdocs/wall-of-apps.jsonREADME.mdEntry template:
Common Apple labels:
iOS,macOS,watchOS,tvOS,visionOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.