mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #792] [MERGED] fix(web-apps): ensure bundle IDs exist before web app creation #790
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#790
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/792
Author: @rudrankriyam
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @rudrankriyam
Base:
main← Head:fix/web-apps-bundle-id-preflight📝 Commits (1)
3a1b1ecfix(web-apps): ensure bundle IDs exist before web app creation📊 Changes
2 files changed (+194 additions, -3 deletions)
View changed files
📝
internal/cli/web/web_apps.go(+78 -3)📝
internal/cli/web/web_apps_test.go(+116 -0)📄 Description
Summary
asc web apps createthat checks for the identifier and creates it automatically when missingTest plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo test ./internal/cli/web ./internal/cli/cmdtest -run Webgo run . web apps create --name "ASC Smoke 20260226211209" --bundle-id "com.rudrank.ascsmoke.20260226211209" --sku "SMOKE20260226211209" --apple-id "boo@gmail.com" --output json🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.