[PR #651] [MERGED] docs: clarify unofficial status and use asc cli (lowercase) everywhere #681

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

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/651
Author: @rudrankriyam
Created: 2/18/2026
Status: Merged
Merged: 2/18/2026
Merged by: @rudrankriyam

Base: mainHead: docs/unofficial-asc-cli-wording


📝 Commits (5)

  • 46623b2 docs: clarify unofficial status and use asc cli (lowercase) everywhere
  • f5895e3 docs: finish audit wording fixes
  • f2d9598 Update bug report template description
  • 358267a Revise feature request description for asc cli
  • fcb3faf Update contributing message for clarity

📊 Changes

26 files changed (+79 additions, -78 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+1 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 AGENTS.md (+2 -2)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+7 -7)
📝 cmd/root.go (+1 -1)
📝 internal/cli/agreements/agreements.go (+2 -2)
📝 internal/cli/apps/apps.go (+2 -2)
📝 internal/cli/auth/auth.go (+4 -4)
📝 internal/cli/cmdtest/docs_init_test.go (+1 -1)
📝 internal/cli/devices/devices.go (+4 -4)
📝 internal/cli/docs/docs.go (+2 -2)
📝 internal/cli/docs/docs_init.go (+3 -3)
📝 internal/cli/docs/docs_init_test.go (+4 -4)
📝 internal/cli/docs/templates/ASC.md (+20 -19)
📝 internal/cli/initcmd/init.go (+2 -2)
📝 internal/cli/install/install.go (+5 -5)
📝 internal/cli/pricing/pricing.go (+2 -2)

...and 6 more files

📄 Description

Summary

Clarifies that asc is an unofficial CLI and uses "asc cli" (lowercase) consistently across the codebase.

Changes

Unofficial branding

  • Add "Unofficial" to root ShortHelp and llms.txt
  • Change subcommand phrasing from "Manage App Store Connect X" to "Manage X in App Store Connect" to avoid implying official tooling

asc cli (lowercase) everywhere

  • Root: asc is a fast, lightweight cli for App Store Connect
  • Docs, install, init: "asc cli" / "asc components" / "asc helper docs"
  • README: "Why asc?", "asc skills"
  • AGENTS.md, CONTRIBUTING.md, templates, workflows, issue templates
  • ASC.md template header: "asc cli reference"

Tests

  • Updated docs_init_test expected header
  • Updated Homebrew release workflow assertion

Commands run

  • make format
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 make test

🔄 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/651 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `docs/unofficial-asc-cli-wording` --- ### 📝 Commits (5) - [`46623b2`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/46623b27dbe24a785a472a2cf0e1cd396273b068) docs: clarify unofficial status and use asc cli (lowercase) everywhere - [`f5895e3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/f5895e3ef5ba085dd2db34a3b228af6da3ba68d2) docs: finish audit wording fixes - [`f2d9598`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/f2d95980fae5166c63ed682016911c1eae9d8efb) Update bug report template description - [`358267a`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/358267ab709c3649d9991719fc7bb0b52c11d7fc) Revise feature request description for asc cli - [`fcb3faf`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/fcb3fafbf13dd32aac56b5b6915b40ff1af6bdc7) Update contributing message for clarity ### 📊 Changes **26 files changed** (+79 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `AGENTS.md` (+2 -2) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+7 -7) 📝 `cmd/root.go` (+1 -1) 📝 `internal/cli/agreements/agreements.go` (+2 -2) 📝 `internal/cli/apps/apps.go` (+2 -2) 📝 `internal/cli/auth/auth.go` (+4 -4) 📝 `internal/cli/cmdtest/docs_init_test.go` (+1 -1) 📝 `internal/cli/devices/devices.go` (+4 -4) 📝 `internal/cli/docs/docs.go` (+2 -2) 📝 `internal/cli/docs/docs_init.go` (+3 -3) 📝 `internal/cli/docs/docs_init_test.go` (+4 -4) 📝 `internal/cli/docs/templates/ASC.md` (+20 -19) 📝 `internal/cli/initcmd/init.go` (+2 -2) 📝 `internal/cli/install/install.go` (+5 -5) 📝 `internal/cli/pricing/pricing.go` (+2 -2) _...and 6 more files_ </details> ### 📄 Description ## Summary Clarifies that asc is an unofficial CLI and uses "asc cli" (lowercase) consistently across the codebase. ## Changes ### Unofficial branding - Add "Unofficial" to root ShortHelp and llms.txt - Change subcommand phrasing from "Manage App Store Connect X" to "Manage X in App Store Connect" to avoid implying official tooling ### asc cli (lowercase) everywhere - Root: `asc is a fast, lightweight cli for App Store Connect` - Docs, install, init: "asc cli" / "asc components" / "asc helper docs" - README: "Why asc?", "asc skills" - AGENTS.md, CONTRIBUTING.md, templates, workflows, issue templates - ASC.md template header: "asc cli reference" ### Tests - Updated docs_init_test expected header - Updated Homebrew release workflow assertion ## Commands run - `make format` - `make lint` - `ASC_BYPASS_KEYCHAIN=1 make test` --- <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:05 +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#681
No description provided.