Skip to content

Commit

Permalink
[eas-cli] display build profile in eas build:list command details (#…
Browse files Browse the repository at this point in the history
…2408)

* [eas-cli] display build profile in `eas build:list` command details

* update CHANGELOG.md
  • Loading branch information
szdziedzic authored Jun 6, 2024
1 parent 3fcbcf5 commit f38a739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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

- Display build profile in the output of `eas build:list`. ([#2408](https://github.com/expo/eas-cli/pull/2408) by [@szdziedzic](https://github.com/szdziedzic))

### 🐛 Bug fixes

- Use the correct app config for no GitHub flow in `init:onboarding`. ([#2397](https://github.com/expo/eas-cli/pull/2397) by [@szdziedzic](https://github.com/szdziedzic))
Expand Down
4 changes: 4 additions & 0 deletions packages/eas-cli/src/build/utils/formatBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export function formatGraphQLBuild(build: BuildFragment): string {
}
},
},
{
label: 'Profile',
value: build.buildProfile,
},
{
label: 'Message',
value: build.message,
Expand Down

0 comments on commit f38a739

Please sign in to comment.