mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #459] [MERGED] Exit code and report flag #542
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#542
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/459
Author: @cursor[bot]
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @rudrankriyam
Base:
ci-exit-codes← Head:cursor/exit-code-and-report-flag-d34d📝 Commits (1)
4f23562fix: add ErrConflict sentinel check in exit code mapper and validate --report-file without --report📊 Changes
4 files changed (+32 additions, -0 deletions)
View changed files
📝
cmd/exit_codes.go(+3 -0)📝
cmd/exit_codes_test.go(+5 -0)📝
internal/cli/cmdtest/exit_codes_test.go(+21 -0)📝
internal/cli/shared/ci_flags.go(+3 -0)📄 Description
Fixes two bugs:
ErrConflictnow maps to the correct exit code, and--report-fileis no longer silently ignored without--report.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.