mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #315] [MERGED] JSON omitempty zero values #441
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#441
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/315
Author: @cursor[bot]
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
cursor/product-pages-cli-support-3c10← Head:cursor/json-omitempty-zero-values-a8e5📝 Commits (2)
a64ceecFix json output for product page fields72a15ccReuse optional int formatter📊 Changes
4 files changed (+27 additions, -23 deletions)
View changed files
📝
internal/asc/client_product_pages.go(+1 -1)📝
internal/asc/client_product_pages_experiments.go(+4 -4)📝
internal/asc/output_product_pages.go(+12 -12)📝
internal/asc/output_product_pages_test.go(+10 -6)📄 Description
Convert
boolandintfields to pointer types (*bool,*int) in response structs to prevent zero values from being omitted in JSON output due toomitempty.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.