mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #157] Add Performance/Power metrics and diagnostics download CLI support #39
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#39
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 @rudrankriyam on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/157
Overview
Add CLI support for Performance/Power metrics and diagnostic logs using the App Store Connect API. This should enable listing metrics, retrieving details, and downloading diagnostic artifacts.
Scope (OpenAPI resources)
perfPowerMetricsdiagnosticSignaturesProposed CLI
Top-level group:
asc performance <subcommand> [flags]Subcommands:
performance metrics list|get(perf/power metrics)performance diagnostics list|get(diagnostic signatures)performance download(download metric or diagnostic artifact)Examples:
asc performance metrics list --app APP_IDasc performance diagnostics list --app APP_IDasc performance download --metric-id METRIC_ID --output ./metrics.json.gzasc performance download --diagnostic-id DIAG_ID --output ./diagnostic.json.gz --decompressFlag patterns
Common:
--app,--output,--pretty,--limit,--next,--paginate--confirmfor destructive operations (if any)Resource-specific examples:
--metric-id,--diagnostic-id--build,--version,--date-start,--date-end(if supported by API filters)--output(file path) and--decompressfor downloadsOutput
--prettyfor JSON--output table/markdownfor list commandsAcceptance criteria
asc performance --help--nextvalidation worksTests
Implementation notes
cmd/performance*.goandinternal/asc/client_performance*.gointernal/asc/output_performance.gocmd/root.gointernal/asc/client_types.go