mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #661] [MERGED] feat: expand asc docs with embedded list/show guides #691
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#691
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/661
Author: @rudrankriyam
Created: 2/20/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/docs-list-show-guides📝 Commits (1)
20ceb4dfeat: add embedded docs list/show commands📊 Changes
6 files changed (+390 additions, -2 deletions)
View changed files
➕
docs/embed.go(+9 -0)➕
internal/cli/cmdtest/docs_list_show_test.go(+189 -0)📝
internal/cli/docs/docs.go(+6 -2)➕
internal/cli/docs/docs_list.go(+55 -0)➕
internal/cli/docs/docs_show.go(+58 -0)➕
internal/cli/docs/guides.go(+73 -0)📄 Description
Summary
WORKFLOWS.mdandAPI_NOTES.md, plus a guide registry that includes the existingreferencedocasc docs listwith JSON/table/markdown output and deterministic guide orderingasc docs show <name>to print guide markdown to stdout, with usage-style validation for missing/unknown namesCloses #650.
Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo test ./internal/cli/cmdtest -run Docsgo run . docs list --output tablego run . docs list --output markdown🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.