mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #254] [MERGED] Add performance metrics and diagnostics support #385
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#385
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/254
Author: @rudrankriyam
Created: 1/28/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @rudrankriyam
Base:
main← Head:pr-157-performance📝 Commits (1)
5aa89e0Add performance metrics and diagnostics support📊 Changes
14 files changed (+1646 additions, -0 deletions)
View changed files
📝
cmd/commands_test.go(+87 -0)➕
cmd/performance.go(+653 -0)📝
cmd/root.go(+1 -0)📝
internal/asc/client_http_test.go(+87 -0)📝
internal/asc/client_options.go(+71 -0)📝
internal/asc/client_pagination.go(+4 -0)➕
internal/asc/client_performance.go(+206 -0)📝
internal/asc/client_queries.go(+38 -0)📝
internal/asc/client_test.go(+53 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_core.go(+16 -0)➕
internal/asc/output_performance.go(+235 -0)📝
internal/asc/output_test.go(+103 -0)➕
internal/asc/performance.go(+91 -0)📄 Description
Summary
asc performancecommand group with metrics, diagnostics, and download subcommandsTest plan
Fixes #157
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.