Skip to content

Commit

Permalink
[eas-cli] allow filtering by fingerprint-hash in eas build:list comma…
Browse files Browse the repository at this point in the history
…nd (#2818)

<!-- If this PR requires a changelog entry, add it by commenting the PR with the command `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]`. -->
<!-- You can skip the changelog check by labeling the PR with "no changelog". -->

# Why

Allow filtering by `--fingerprint-hash` in the `eas build:list` command

# How

Update GQL schema to add a new filter field, and add a new flag to use it.

# Test Plan

Test locally
  • Loading branch information
szdziedzic authored Jan 15, 2025
1 parent 4d9e372 commit b1edff7
Show file tree
Hide file tree
Showing 4 changed files with 1,300 additions and 47 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🎉 New features

- Allow filtering by `--fingerprint_hash` in `eas build:list` command. ([#2818](https://github.com/expo/eas-cli/pull/2818) by [@szdziedzic](https://github.com/szdziedzic))

### 🐛 Bug fixes

### 🧹 Chores
Expand Down
Loading

0 comments on commit b1edff7

Please sign in to comment.