[PR #661] [MERGED] feat: expand asc docs with embedded list/show guides #691

Closed
opened 2026-02-26 22:32:08 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/docs-list-show-guides


📝 Commits (1)

  • 20ceb4d feat: 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

  • add embedded guide assets for WORKFLOWS.md and API_NOTES.md, plus a guide registry that includes the existing reference doc
  • add asc docs list with JSON/table/markdown output and deterministic guide ordering
  • add asc docs show <name> to print guide markdown to stdout, with usage-style validation for missing/unknown names
  • add cmdtests for list/show success paths and error behavior

Closes #650.

Test plan

  • make format
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 make test
  • go test ./internal/cli/cmdtest -run Docs
  • go run . docs list --output table
  • go run . docs list --output markdown

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/661 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/docs-list-show-guides` --- ### 📝 Commits (1) - [`20ceb4d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/20ceb4d40f2edf8b3a7d1d224914037cb86f93ed) feat: add embedded docs list/show commands ### 📊 Changes **6 files changed** (+390 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description ## Summary - add embedded guide assets for `WORKFLOWS.md` and `API_NOTES.md`, plus a guide registry that includes the existing `reference` doc - add `asc docs list` with JSON/table/markdown output and deterministic guide ordering - add `asc docs show <name>` to print guide markdown to stdout, with usage-style validation for missing/unknown names - add cmdtests for list/show success paths and error behavior Closes #650. ## Test plan - [x] `make format` - [x] `make lint` - [x] `ASC_BYPASS_KEYCHAIN=1 make test` - [x] `go test ./internal/cli/cmdtest -run Docs` - [x] `go run . docs list --output table` - [x] `go run . docs list --output markdown` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:32:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#691
No description provided.