mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #175] [MERGED] Add device management support #338
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#338
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/175
Author: @rudrankriyam
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-159-devices📝 Commits (3)
b27155cfeat: add device management support78617ectest: add read-only devices integration coveragee926798docs: document devices CLI usage📊 Changes
17 files changed (+1245 additions, -1 deletions)
View changed files
📝
README.md(+24 -1)📝
cmd/commands_test.go(+77 -0)➕
cmd/devices.go(+399 -0)📝
cmd/root.go(+1 -0)📝
docs/API_NOTES.md(+7 -0)➕
internal/asc/client_devices.go(+118 -0)📝
internal/asc/client_http_test.go(+164 -0)📝
internal/asc/client_options.go(+76 -0)📝
internal/asc/client_pagination.go(+4 -0)📝
internal/asc/client_queries.go(+36 -0)📝
internal/asc/client_types.go(+1 -0)➕
internal/asc/devices.go(+82 -0)➕
internal/asc/devices_output.go(+43 -0)➕
internal/asc/devices_test.go(+53 -0)📝
internal/asc/integration_test.go(+97 -0)📝
internal/asc/output_core.go(+8 -0)📝
internal/asc/output_test.go(+55 -0)📄 Description
Summary
asc deviceslist/get/register/update commands with filters, fields, sorting, and paginationTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.