mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #109] All env values should be also supported in the config.json #31
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#31
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?
Originally created by @rursache on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/109
Keys like
ASC_VENDOR_NUMBER (Sales, Trends, and Finance reports)
ASC_ANALYTICS_VENDOR_NUMBER (fallback for analytics vendor number)
ASC_TIMEOUT (e.g., 90s, 2m)
ASC_TIMEOUT_SECONDS (e.g., 120)
ASC_MAX_RETRIES (default: 3) for GET/HEAD requests
ASC_BASE_DELAY (default: 1s)
ASC_MAX_DELAY (default: 30s)
ASC_RETRY_LOG=1 to log retries to stderr
should be loaded from the config.json as well
@rudrankriyam commented on GitHub (Jan 25, 2026):
Have a look: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/133