mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #391] [MERGED] Add app-infos list command to show app info IDs #493
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#493
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/391
Author: @rudrankriyam
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/app-infos-list📝 Commits (1)
43b5c7fAdd app-infos list command to show app info IDs📊 Changes
2 files changed (+89 additions, -0 deletions)
View changed files
➕
internal/cli/apps/app_infos.go(+88 -0)📝
internal/cli/registry/registry.go(+1 -0)📄 Description
Summary
app-infoscommand group with alistsubcommand--appflag (orASC_APP_IDenv) and--outputformat (json, table, markdown)Why
When an app has multiple app info records (e.g., different platforms or states), commands like
app-info get --includefail with "multiple app infos found" errors. Users need a way to discover the specific app info ID they need. This command solves that by listing all app info records with their IDs and states.Usage
Test plan
go build .succeedsasc app-infos list --app <id>returns app info records--output tableand--output markdownformats work--appis missing🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.