mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #651] [MERGED] docs: clarify unofficial status and use asc cli (lowercase) everywhere #681
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#681
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/651
Author: @rudrankriyam
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @rudrankriyam
Base:
main← Head:docs/unofficial-asc-cli-wording📝 Commits (5)
46623b2docs: clarify unofficial status and use asc cli (lowercase) everywheref5895e3docs: finish audit wording fixesf2d9598Update bug report template description358267aRevise feature request description for asc clifcb3fafUpdate 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
asc cli (lowercase) everywhere
asc is a fast, lightweight cli for App Store ConnectTests
Commands run
make formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.