-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eas-cli] add update group id for fingerprint:compare (#2851)
# Why Add support for users accidentally passing in update group id into `fingerprint:compare` instead of update id. # How Added support for handling update group IDs in the fingerprint comparison command by: - Attempting to fetch updates using the provided ID as an update group ID - If successful and there's only one update, using that update directly - If multiple updates exist in the group, prompting the user to select the specific platform/update - Falling back to the original update ID logic if the group ID lookup fails - Adding helpful error messages that include the direct URL to find the correct update ID # Test Plan - [ ] `EXPO_STAGING=1 ~/Documents/eas-cli/packages/eas-cli/bin/run fingerprint:compare --update-id ed36a46b-6cc7-4f49-88df-e6ffb66f22d2` - [ ] `EXPO_STAGING=1 ~/Documents/eas-cli/packages/eas-cli/bin/run fingerprint:compare --update-id ed36a46b-6cc7-4f49-88df-e6ffb66f22d2 --non-interactive`
- Loading branch information
Showing
2 changed files
with
65 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters