mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #79] [MERGED] Asc financial reports support #268
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#268
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/79
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/asc-financial-reports-support-18e5📝 Commits (10+)
b86a2d9Use default keychain and migrate legacy entries8645cc3Add finance reports support37092e5Align finance report JSON fields117f1f1Remove outdated PLAN.md65e201fUpdate README with analytics and build upload notes7ea2e64Update docs after PLAN removal61bb321Add finance region listing and validation.6ba7c94Merge pull request #81 from rudrankriyam/cursor/finance-report-json-fields-c62eb5b4373Merge pull request #69 from rudrankriyam/fix/keychain-default5e9657fAdd finance reports support📊 Changes
19 files changed (+955 additions, -53 deletions)
View changed files
📝
Agents.md(+10 -0)📝
CONTRIBUTING.md(+1 -1)➖
PLAN.md(+0 -47)📝
README.md(+35 -1)📝
cmd/analytics_test.go(+3 -0)📝
cmd/commands.go(+1 -0)➕
cmd/finance.go(+178 -0)➕
cmd/finance_helpers.go(+44 -0)➕
cmd/finance_helpers_test.go(+56 -0)➕
cmd/finance_test.go(+113 -0)📝
internal/asc/client.go(+8 -0)➕
internal/asc/finance.go(+54 -0)➕
internal/asc/finance_output.go(+80 -0)➕
internal/asc/finance_regions.go(+72 -0)➕
internal/asc/finance_regions_test.go(+26 -0)➕
internal/asc/finance_test.go(+92 -0)📝
internal/asc/output_test.go(+92 -0)📝
internal/auth/keychain.go(+85 -4)📝
internal/auth/keychain_test.go(+5 -0)📄 Description
Add
asc finance reportsCLI command to download App Store Connect financial reports.This implements the functionality to retrieve monthly finance reports (FINANCIAL and FINANCE_DETAIL types) from the App Store Connect API, providing options for specifying vendor, region, date, output file, and decompression.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.