mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #499] [MERGED] Add asc init flow for ASC.md docs (refresh) #573
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#573
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/499
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/asc-init-docs-refresh-9f3a📝 Commits (2)
ba871cbadd asc init flow for ASC.md docs13d5f51fix ASC template coverage for command/flag sync📊 Changes
13 files changed (+1580 additions, -0 deletions)
View changed files
📝
AGENTS.md(+2 -0)➕
ASC.md(+178 -0)📝
CLAUDE.md(+1 -0)📝
README.md(+1 -0)➕
internal/cli/cmdtest/docs_init_test.go(+461 -0)➕
internal/cli/docs/docs.go(+41 -0)➕
internal/cli/docs/docs_init.go(+399 -0)➕
internal/cli/docs/docs_init_test.go(+121 -0)➕
internal/cli/docs/template.go(+6 -0)➕
internal/cli/docs/template_sync_test.go(+141 -0)➕
internal/cli/docs/templates/ASC.md(+178 -0)➕
internal/cli/initcmd/init.go(+47 -0)📝
internal/cli/registry/registry.go(+4 -0)📄 Description
Summary
asc init/asc docs initfeature from #422 on top of currentmainto avoid stale branch drift and merge conflictsASC.mdtemplate generation plus safe link insertion forAGENTS.mdandCLAUDE.mdinitanddocscommands, add unit + cmdtest coverage, and wire docs references inREADME.mdTest plan
make formatmake lintmake testgo test ./internal/cli/docs ./internal/cli/cmdtest -run "DocsInit|Init"go build -o /tmp/asc-pr422-refresh .🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.