eas-cli 16.7.0 → 16.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -162,7 +162,7 @@ ALIASES
162
162
  $ eas login
163
163
  ```
164
164
 
165
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/account/login.ts)_
165
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/account/login.ts)_
166
166
 
167
167
  ## `eas account:logout`
168
168
 
@@ -179,7 +179,7 @@ ALIASES
179
179
  $ eas logout
180
180
  ```
181
181
 
182
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/account/logout.ts)_
182
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/account/logout.ts)_
183
183
 
184
184
  ## `eas account:view`
185
185
 
@@ -196,7 +196,7 @@ ALIASES
196
196
  $ eas whoami
197
197
  ```
198
198
 
199
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/account/view.ts)_
199
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/account/view.ts)_
200
200
 
201
201
  ## `eas analytics [STATUS]`
202
202
 
@@ -210,7 +210,7 @@ DESCRIPTION
210
210
  display or change analytics settings
211
211
  ```
212
212
 
213
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/analytics.ts)_
213
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/analytics.ts)_
214
214
 
215
215
  ## `eas autocomplete [SHELL]`
216
216
 
@@ -262,7 +262,7 @@ DESCRIPTION
262
262
  create a branch
263
263
  ```
264
264
 
265
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/branch/create.ts)_
265
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/branch/create.ts)_
266
266
 
267
267
  ## `eas branch:delete [NAME]`
268
268
 
@@ -283,7 +283,7 @@ DESCRIPTION
283
283
  delete a branch
284
284
  ```
285
285
 
286
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/branch/delete.ts)_
286
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/branch/delete.ts)_
287
287
 
288
288
  ## `eas branch:list`
289
289
 
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
  list all branches
304
304
  ```
305
305
 
306
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/branch/list.ts)_
306
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/branch/list.ts)_
307
307
 
308
308
  ## `eas branch:rename`
309
309
 
@@ -323,7 +323,7 @@ DESCRIPTION
323
323
  rename a branch
324
324
  ```
325
325
 
326
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/branch/rename.ts)_
326
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/branch/rename.ts)_
327
327
 
328
328
  ## `eas branch:view [NAME]`
329
329
 
@@ -346,7 +346,7 @@ DESCRIPTION
346
346
  view a branch
347
347
  ```
348
348
 
349
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/branch/view.ts)_
349
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/branch/view.ts)_
350
350
 
351
351
  ## `eas build`
352
352
 
@@ -384,7 +384,7 @@ DESCRIPTION
384
384
  start a build
385
385
  ```
386
386
 
387
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/index.ts)_
387
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/index.ts)_
388
388
 
389
389
  ## `eas build:cancel [BUILD_ID]`
390
390
 
@@ -403,7 +403,7 @@ DESCRIPTION
403
403
  cancel a build
404
404
  ```
405
405
 
406
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/cancel.ts)_
406
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/cancel.ts)_
407
407
 
408
408
  ## `eas build:configure`
409
409
 
@@ -420,7 +420,7 @@ DESCRIPTION
420
420
  configure the project to support EAS Build
421
421
  ```
422
422
 
423
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/configure.ts)_
423
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/configure.ts)_
424
424
 
425
425
  ## `eas build:delete [BUILD_ID]`
426
426
 
@@ -439,7 +439,7 @@ DESCRIPTION
439
439
  delete a build
440
440
  ```
441
441
 
442
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/delete.ts)_
442
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/delete.ts)_
443
443
 
444
444
  ## `eas build:dev`
445
445
 
@@ -459,7 +459,7 @@ DESCRIPTION
459
459
  run dev client simulator/emulator build with matching fingerprint or create a new one
460
460
  ```
461
461
 
462
- _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/dev.ts)_
462
+ _See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/dev.ts)_
463
463
 
464
464
  ## `eas build:download`
465
465
 
@@ -480,7 +480,7 @@ DESCRIPTION
480
480
  download simulator/emulator builds for a given fingerprint hash
481
481
  ```
482
482
 
483
- _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/download.ts)_
483
+ _See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/download.ts)_
484
484
 
485
485
  ## `eas build:inspect`
486
486
 
@@ -515,7 +515,7 @@ DESCRIPTION
515
515
  inspect the state of the project at specific build stages, useful for troubleshooting
516
516
  ```
517
517
 
518
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/inspect.ts)_
518
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/inspect.ts)_
519
519
 
520
520
  ## `eas build:list`
521
521
 
@@ -567,7 +567,7 @@ DESCRIPTION
567
567
  list all builds for your project
568
568
  ```
569
569
 
570
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/list.ts)_
570
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/list.ts)_
571
571
 
572
572
  ## `eas build:resign`
573
573
 
@@ -596,7 +596,7 @@ DESCRIPTION
596
596
  re-sign a build archive
597
597
  ```
598
598
 
599
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/resign.ts)_
599
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/resign.ts)_
600
600
 
601
601
  ## `eas build:run`
602
602
 
@@ -622,7 +622,7 @@ DESCRIPTION
622
622
  run simulator/emulator builds from eas-cli
623
623
  ```
624
624
 
625
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/run.ts)_
625
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/run.ts)_
626
626
 
627
627
  ## `eas build:submit`
628
628
 
@@ -672,7 +672,7 @@ DESCRIPTION
672
672
  get the latest version from EAS servers
673
673
  ```
674
674
 
675
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/version/get.ts)_
675
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/version/get.ts)_
676
676
 
677
677
  ## `eas build:version:set`
678
678
 
@@ -691,7 +691,7 @@ DESCRIPTION
691
691
  update version of an app
692
692
  ```
693
693
 
694
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/version/set.ts)_
694
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/version/set.ts)_
695
695
 
696
696
  ## `eas build:version:sync`
697
697
 
@@ -710,7 +710,7 @@ DESCRIPTION
710
710
  update a version in native code with a value stored on EAS servers
711
711
  ```
712
712
 
713
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/version/sync.ts)_
713
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/version/sync.ts)_
714
714
 
715
715
  ## `eas build:view [BUILD_ID]`
716
716
 
@@ -727,7 +727,7 @@ DESCRIPTION
727
727
  view a build for your project
728
728
  ```
729
729
 
730
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/build/view.ts)_
730
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/build/view.ts)_
731
731
 
732
732
  ## `eas channel:create [NAME]`
733
733
 
@@ -748,7 +748,7 @@ DESCRIPTION
748
748
  create a channel
749
749
  ```
750
750
 
751
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/create.ts)_
751
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/create.ts)_
752
752
 
753
753
  ## `eas channel:edit [NAME]`
754
754
 
@@ -770,7 +770,7 @@ DESCRIPTION
770
770
  point a channel at a new branch
771
771
  ```
772
772
 
773
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/edit.ts)_
773
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/edit.ts)_
774
774
 
775
775
  ## `eas channel:list`
776
776
 
@@ -790,7 +790,7 @@ DESCRIPTION
790
790
  list all channels
791
791
  ```
792
792
 
793
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/list.ts)_
793
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/list.ts)_
794
794
 
795
795
  ## `eas channel:pause [NAME]`
796
796
 
@@ -812,7 +812,7 @@ DESCRIPTION
812
812
  pause a channel to stop it from sending updates
813
813
  ```
814
814
 
815
- _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/pause.ts)_
815
+ _See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/pause.ts)_
816
816
 
817
817
  ## `eas channel:resume [NAME]`
818
818
 
@@ -834,7 +834,7 @@ DESCRIPTION
834
834
  resume a channel to start sending updates
835
835
  ```
836
836
 
837
- _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/resume.ts)_
837
+ _See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/resume.ts)_
838
838
 
839
839
  ## `eas channel:rollout [CHANNEL]`
840
840
 
@@ -867,7 +867,7 @@ DESCRIPTION
867
867
  Roll a new branch out on a channel incrementally.
868
868
  ```
869
869
 
870
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/rollout.ts)_
870
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/rollout.ts)_
871
871
 
872
872
  ## `eas channel:view [NAME]`
873
873
 
@@ -890,7 +890,7 @@ DESCRIPTION
890
890
  view a channel
891
891
  ```
892
892
 
893
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/channel/view.ts)_
893
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/channel/view.ts)_
894
894
 
895
895
  ## `eas config`
896
896
 
@@ -911,7 +911,7 @@ DESCRIPTION
911
911
  display project configuration (app.json + eas.json)
912
912
  ```
913
913
 
914
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/config.ts)_
914
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/config.ts)_
915
915
 
916
916
  ## `eas credentials`
917
917
 
@@ -928,7 +928,7 @@ DESCRIPTION
928
928
  manage credentials
929
929
  ```
930
930
 
931
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/credentials/index.ts)_
931
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/credentials/index.ts)_
932
932
 
933
933
  ## `eas credentials:configure-build`
934
934
 
@@ -946,7 +946,7 @@ DESCRIPTION
946
946
  Set up credentials for building your project.
947
947
  ```
948
948
 
949
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
949
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
950
950
 
951
951
  ## `eas deploy [options]`
952
952
 
@@ -974,7 +974,7 @@ ALIASES
974
974
  $ eas worker:deploy
975
975
  ```
976
976
 
977
- _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/deploy/index.ts)_
977
+ _See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/deploy/index.ts)_
978
978
 
979
979
  ## `eas deploy:alias`
980
980
 
@@ -999,7 +999,7 @@ ALIASES
999
999
  $ eas deploy:promote
1000
1000
  ```
1001
1001
 
1002
- _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/deploy/alias.ts)_
1002
+ _See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/deploy/alias.ts)_
1003
1003
 
1004
1004
  ## `eas deploy:promote`
1005
1005
 
@@ -1036,7 +1036,7 @@ DESCRIPTION
1036
1036
  register new Apple Devices to use for internal distribution
1037
1037
  ```
1038
1038
 
1039
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/device/create.ts)_
1039
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/device/create.ts)_
1040
1040
 
1041
1041
  ## `eas device:delete`
1042
1042
 
@@ -1056,7 +1056,7 @@ DESCRIPTION
1056
1056
  remove a registered device from your account
1057
1057
  ```
1058
1058
 
1059
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/device/delete.ts)_
1059
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/device/delete.ts)_
1060
1060
 
1061
1061
  ## `eas device:list`
1062
1062
 
@@ -1077,7 +1077,7 @@ DESCRIPTION
1077
1077
  list all registered devices for your account
1078
1078
  ```
1079
1079
 
1080
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/device/list.ts)_
1080
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/device/list.ts)_
1081
1081
 
1082
1082
  ## `eas device:rename`
1083
1083
 
@@ -1098,7 +1098,7 @@ DESCRIPTION
1098
1098
  rename a registered device
1099
1099
  ```
1100
1100
 
1101
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/device/rename.ts)_
1101
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/device/rename.ts)_
1102
1102
 
1103
1103
  ## `eas device:view [UDID]`
1104
1104
 
@@ -1112,7 +1112,7 @@ DESCRIPTION
1112
1112
  view a device for your project
1113
1113
  ```
1114
1114
 
1115
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/device/view.ts)_
1115
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/device/view.ts)_
1116
1116
 
1117
1117
  ## `eas diagnostics`
1118
1118
 
@@ -1126,7 +1126,7 @@ DESCRIPTION
1126
1126
  display environment info
1127
1127
  ```
1128
1128
 
1129
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/diagnostics.ts)_
1129
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/diagnostics.ts)_
1130
1130
 
1131
1131
  ## `eas env:create [ENVIRONMENT]`
1132
1132
 
@@ -1155,7 +1155,7 @@ DESCRIPTION
1155
1155
  create an environment variable for the current project or account
1156
1156
  ```
1157
1157
 
1158
- _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/create.ts)_
1158
+ _See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/create.ts)_
1159
1159
 
1160
1160
  ## `eas env:delete [ENVIRONMENT]`
1161
1161
 
@@ -1179,7 +1179,7 @@ DESCRIPTION
1179
1179
  delete an environment variable for the current project or account
1180
1180
  ```
1181
1181
 
1182
- _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/delete.ts)_
1182
+ _See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/delete.ts)_
1183
1183
 
1184
1184
  ## `eas env:exec ENVIRONMENT BASH_COMMAND`
1185
1185
 
@@ -1200,7 +1200,7 @@ DESCRIPTION
1200
1200
  execute a command with environment variables from the selected environment
1201
1201
  ```
1202
1202
 
1203
- _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/exec.ts)_
1203
+ _See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/exec.ts)_
1204
1204
 
1205
1205
  ## `eas env:get [ENVIRONMENT]`
1206
1206
 
@@ -1225,7 +1225,7 @@ DESCRIPTION
1225
1225
  view an environment variable for the current project or account
1226
1226
  ```
1227
1227
 
1228
- _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/get.ts)_
1228
+ _See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/get.ts)_
1229
1229
 
1230
1230
  ## `eas env:list [ENVIRONMENT]`
1231
1231
 
@@ -1250,7 +1250,7 @@ DESCRIPTION
1250
1250
  list environment variables for the current project or account
1251
1251
  ```
1252
1252
 
1253
- _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/list.ts)_
1253
+ _See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/list.ts)_
1254
1254
 
1255
1255
  ## `eas env:pull [ENVIRONMENT]`
1256
1256
 
@@ -1273,7 +1273,7 @@ DESCRIPTION
1273
1273
  pull environment variables for the selected environment to .env file
1274
1274
  ```
1275
1275
 
1276
- _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/pull.ts)_
1276
+ _See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/pull.ts)_
1277
1277
 
1278
1278
  ## `eas env:push [ENVIRONMENT]`
1279
1279
 
@@ -1294,7 +1294,7 @@ DESCRIPTION
1294
1294
  push environment variables from .env file to the selected environment
1295
1295
  ```
1296
1296
 
1297
- _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/push.ts)_
1297
+ _See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/push.ts)_
1298
1298
 
1299
1299
  ## `eas env:update [ENVIRONMENT]`
1300
1300
 
@@ -1325,7 +1325,7 @@ DESCRIPTION
1325
1325
  update an environment variable on the current project or account
1326
1326
  ```
1327
1327
 
1328
- _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/env/update.ts)_
1328
+ _See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/env/update.ts)_
1329
1329
 
1330
1330
  ## `eas fingerprint:compare [HASH1] [HASH2]`
1331
1331
 
@@ -1370,7 +1370,7 @@ EXAMPLES
1370
1370
  $ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
1371
1371
  ```
1372
1372
 
1373
- _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1373
+ _See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
1374
1374
 
1375
1375
  ## `eas fingerprint:generate`
1376
1376
 
@@ -1401,7 +1401,7 @@ EXAMPLES
1401
1401
  $ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
1402
1402
  ```
1403
1403
 
1404
- _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1404
+ _See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
1405
1405
 
1406
1406
  ## `eas help [COMMAND]`
1407
1407
 
@@ -1509,7 +1509,7 @@ DESCRIPTION
1509
1509
  validate the local store configuration
1510
1510
  ```
1511
1511
 
1512
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1512
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/metadata/lint.ts)_
1513
1513
 
1514
1514
  ## `eas metadata:pull`
1515
1515
 
@@ -1526,7 +1526,7 @@ DESCRIPTION
1526
1526
  generate the local store configuration from the app stores
1527
1527
  ```
1528
1528
 
1529
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1529
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/metadata/pull.ts)_
1530
1530
 
1531
1531
  ## `eas metadata:push`
1532
1532
 
@@ -1543,7 +1543,7 @@ DESCRIPTION
1543
1543
  sync the local store configuration to the app stores
1544
1544
  ```
1545
1545
 
1546
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/metadata/push.ts)_
1546
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/metadata/push.ts)_
1547
1547
 
1548
1548
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1549
1549
 
@@ -1573,7 +1573,7 @@ DESCRIPTION
1573
1573
  open the project page in a web browser
1574
1574
  ```
1575
1575
 
1576
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/open.ts)_
1576
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/open.ts)_
1577
1577
 
1578
1578
  ## `eas project:info`
1579
1579
 
@@ -1587,7 +1587,7 @@ DESCRIPTION
1587
1587
  information about the current project
1588
1588
  ```
1589
1589
 
1590
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/project/info.ts)_
1590
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/project/info.ts)_
1591
1591
 
1592
1592
  ## `eas project:init`
1593
1593
 
@@ -1610,7 +1610,7 @@ ALIASES
1610
1610
  $ eas init
1611
1611
  ```
1612
1612
 
1613
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/project/init.ts)_
1613
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/project/init.ts)_
1614
1614
 
1615
1615
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1616
1616
 
@@ -1628,7 +1628,7 @@ ALIASES
1628
1628
  $ eas onboarding
1629
1629
  ```
1630
1630
 
1631
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1631
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/project/onboarding.ts)_
1632
1632
 
1633
1633
  ## `eas submit`
1634
1634
 
@@ -1659,7 +1659,7 @@ ALIASES
1659
1659
  $ eas build:submit
1660
1660
  ```
1661
1661
 
1662
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/submit.ts)_
1662
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/submit.ts)_
1663
1663
 
1664
1664
  ## `eas update`
1665
1665
 
@@ -1701,7 +1701,7 @@ DESCRIPTION
1701
1701
  publish an update group
1702
1702
  ```
1703
1703
 
1704
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/index.ts)_
1704
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/index.ts)_
1705
1705
 
1706
1706
  ## `eas update:configure`
1707
1707
 
@@ -1721,7 +1721,7 @@ DESCRIPTION
1721
1721
  configure the project to support EAS Update
1722
1722
  ```
1723
1723
 
1724
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/configure.ts)_
1724
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/configure.ts)_
1725
1725
 
1726
1726
  ## `eas update:delete GROUPID`
1727
1727
 
@@ -1742,7 +1742,7 @@ DESCRIPTION
1742
1742
  delete all the updates in an update group
1743
1743
  ```
1744
1744
 
1745
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/delete.ts)_
1745
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/delete.ts)_
1746
1746
 
1747
1747
  ## `eas update:edit [GROUPID]`
1748
1748
 
@@ -1766,7 +1766,7 @@ DESCRIPTION
1766
1766
  edit all the updates in an update group
1767
1767
  ```
1768
1768
 
1769
- _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/edit.ts)_
1769
+ _See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/edit.ts)_
1770
1770
 
1771
1771
  ## `eas update:list`
1772
1772
 
@@ -1788,7 +1788,7 @@ DESCRIPTION
1788
1788
  view the recent updates
1789
1789
  ```
1790
1790
 
1791
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/list.ts)_
1791
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/list.ts)_
1792
1792
 
1793
1793
  ## `eas update:republish`
1794
1794
 
@@ -1824,7 +1824,7 @@ DESCRIPTION
1824
1824
  roll back to an existing update
1825
1825
  ```
1826
1826
 
1827
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/republish.ts)_
1827
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/republish.ts)_
1828
1828
 
1829
1829
  ## `eas update:roll-back-to-embedded`
1830
1830
 
@@ -1852,7 +1852,7 @@ DESCRIPTION
1852
1852
  roll back to the embedded update
1853
1853
  ```
1854
1854
 
1855
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1855
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1856
1856
 
1857
1857
  ## `eas update:rollback`
1858
1858
 
@@ -1872,7 +1872,7 @@ DESCRIPTION
1872
1872
  roll back to an embedded update or an existing update
1873
1873
  ```
1874
1874
 
1875
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/rollback.ts)_
1875
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/rollback.ts)_
1876
1876
 
1877
1877
  ## `eas update:view GROUPID`
1878
1878
 
@@ -1892,7 +1892,7 @@ DESCRIPTION
1892
1892
  update group details
1893
1893
  ```
1894
1894
 
1895
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/update/view.ts)_
1895
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/update/view.ts)_
1896
1896
 
1897
1897
  ## `eas webhook:create`
1898
1898
 
@@ -1913,7 +1913,7 @@ DESCRIPTION
1913
1913
  create a webhook
1914
1914
  ```
1915
1915
 
1916
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/webhook/create.ts)_
1916
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/webhook/create.ts)_
1917
1917
 
1918
1918
  ## `eas webhook:delete [ID]`
1919
1919
 
@@ -1933,7 +1933,7 @@ DESCRIPTION
1933
1933
  delete a webhook
1934
1934
  ```
1935
1935
 
1936
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1936
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1937
1937
 
1938
1938
  ## `eas webhook:list`
1939
1939
 
@@ -1951,7 +1951,7 @@ DESCRIPTION
1951
1951
  list webhooks
1952
1952
  ```
1953
1953
 
1954
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/webhook/list.ts)_
1954
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/webhook/list.ts)_
1955
1955
 
1956
1956
  ## `eas webhook:update`
1957
1957
 
@@ -1973,7 +1973,7 @@ DESCRIPTION
1973
1973
  update a webhook
1974
1974
  ```
1975
1975
 
1976
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/webhook/update.ts)_
1976
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/webhook/update.ts)_
1977
1977
 
1978
1978
  ## `eas webhook:view ID`
1979
1979
 
@@ -1990,7 +1990,7 @@ DESCRIPTION
1990
1990
  view a webhook
1991
1991
  ```
1992
1992
 
1993
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/webhook/view.ts)_
1993
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/webhook/view.ts)_
1994
1994
 
1995
1995
  ## `eas whoami`
1996
1996
 
@@ -2074,7 +2074,7 @@ DESCRIPTION
2074
2074
  create a new workflow configuration YAML file
2075
2075
  ```
2076
2076
 
2077
- _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/workflow/create.ts)_
2077
+ _See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/workflow/create.ts)_
2078
2078
 
2079
2079
  ## `eas workflow:run [FILE]`
2080
2080
 
@@ -2101,7 +2101,7 @@ FLAG DESCRIPTIONS
2101
2101
  Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
2102
2102
  ```
2103
2103
 
2104
- _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/workflow/run.ts)_
2104
+ _See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/workflow/run.ts)_
2105
2105
 
2106
2106
  ## `eas workflow:validate PATH`
2107
2107
 
@@ -2121,5 +2121,5 @@ DESCRIPTION
2121
2121
  validate a workflow configuration yaml file
2122
2122
  ```
2123
2123
 
2124
- _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.7.0/packages/eas-cli/src/commands/workflow/validate.ts)_
2124
+ _See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.7.1/packages/eas-cli/src/commands/workflow/validate.ts)_
2125
2125
  <!-- commandsstop -->
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const core_1 = require("@oclif/core");
5
5
  const core_2 = require("@urql/core");
6
+ const chalk_1 = tslib_1.__importDefault(require("chalk"));
7
+ const fs = tslib_1.__importStar(require("node:fs"));
6
8
  const path = tslib_1.__importStar(require("node:path"));
7
9
  const url_1 = require("../../build/utils/url");
8
10
  const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
@@ -84,26 +86,38 @@ class WorkflowRun extends EasCommand_1.default {
84
86
  }
85
87
  }
86
88
  let projectArchiveBucketKey;
87
- let easJsonBucketKey;
88
- let packageJsonBucketKey;
89
+ let easJsonBucketKey = null;
90
+ let packageJsonBucketKey = null;
91
+ const easJsonPath = path.join(projectDir, 'eas.json');
92
+ const packageJsonPath = path.join(projectDir, 'package.json');
89
93
  try {
90
94
  ({ projectArchiveBucketKey } = await (0, uploadAccountScopedProjectSourceAsync_1.uploadAccountScopedProjectSourceAsync)({
91
95
  graphqlClient,
92
96
  vcsClient,
93
97
  accountId: account.id,
94
98
  }));
95
- ({ fileBucketKey: easJsonBucketKey } = await (0, uploadAccountScopedFileAsync_1.uploadAccountScopedFileAsync)({
96
- graphqlClient,
97
- accountId: account.id,
98
- filePath: path.join(projectDir, 'eas.json'),
99
- maxSizeBytes: 1024 * 1024,
100
- }));
101
- ({ fileBucketKey: packageJsonBucketKey } = await (0, uploadAccountScopedFileAsync_1.uploadAccountScopedFileAsync)({
102
- graphqlClient,
103
- accountId: account.id,
104
- filePath: path.join(projectDir, 'package.json'),
105
- maxSizeBytes: 1024 * 1024,
106
- }));
99
+ if (await fileExistsAsync(easJsonPath)) {
100
+ ({ fileBucketKey: easJsonBucketKey } = await (0, uploadAccountScopedFileAsync_1.uploadAccountScopedFileAsync)({
101
+ graphqlClient,
102
+ accountId: account.id,
103
+ filePath: easJsonPath,
104
+ maxSizeBytes: 1024 * 1024,
105
+ }));
106
+ }
107
+ else {
108
+ log_1.default.warn(`⚠ No ${chalk_1.default.bold('eas.json')} found in the project directory. Running ${chalk_1.default.bold('type: build')} jobs will not work. Run ${chalk_1.default.bold('eas build:configure')} to configure your project for builds.`);
109
+ }
110
+ if (await fileExistsAsync(packageJsonPath)) {
111
+ ({ fileBucketKey: packageJsonBucketKey } = await (0, uploadAccountScopedFileAsync_1.uploadAccountScopedFileAsync)({
112
+ graphqlClient,
113
+ accountId: account.id,
114
+ filePath: packageJsonPath,
115
+ maxSizeBytes: 1024 * 1024,
116
+ }));
117
+ }
118
+ else {
119
+ log_1.default.warn(`⚠ No ${chalk_1.default.bold('package.json')} found in the project directory. It is used to automatically infer best job configuration for your project. You may want to define ${chalk_1.default.bold('image')} property in your workflow to specify the image to use.`);
120
+ }
107
121
  }
108
122
  catch (err) {
109
123
  log_1.default.error('Failed to upload project sources.');
@@ -205,3 +219,9 @@ async function waitForWorkflowRunToEndAsync(graphqlClient, { workflowRunId }) {
205
219
  await (0, promise_1.sleepAsync)(10 /* seconds */ * 1000 /* milliseconds */);
206
220
  }
207
221
  }
222
+ async function fileExistsAsync(filePath) {
223
+ return await fs.promises
224
+ .access(filePath, fs.constants.F_OK)
225
+ .then(() => true)
226
+ .catch(() => false);
227
+ }
@@ -154,6 +154,8 @@ export type Account = {
154
154
  billingPeriod: BillingPeriod;
155
155
  /** (EAS Build) Builds associated with this account */
156
156
  builds: Array<Build>;
157
+ /** Whether this account can enable SSO. */
158
+ canEnableSSO: Scalars['Boolean']['output'];
157
159
  createdAt: Scalars['DateTime']['output'];
158
160
  /** Environment secrets for an account */
159
161
  environmentSecrets: Array<EnvironmentSecret>;
@@ -180,7 +182,10 @@ export type Account = {
180
182
  name: Scalars['String']['output'];
181
183
  /** Offers set on this account */
182
184
  offers?: Maybe<Array<Offer>>;
183
- /** Owning User of this account if personal account */
185
+ /**
186
+ * Owning User of this account if personal account
187
+ * @deprecated Deprecated in favor of ownerUserActor
188
+ */
184
189
  owner?: Maybe<User>;
185
190
  /** Owning UserActor of this account if personal account */
186
191
  ownerUserActor?: Maybe<UserActor>;
@@ -1073,6 +1078,7 @@ export type AndroidSubmissionConfig = {
1073
1078
  export type AndroidSubmissionConfigInput = {
1074
1079
  applicationIdentifier?: InputMaybe<Scalars['String']['input']>;
1075
1080
  archiveUrl?: InputMaybe<Scalars['String']['input']>;
1081
+ changelog?: InputMaybe<Scalars['String']['input']>;
1076
1082
  changesNotSentForReview?: InputMaybe<Scalars['Boolean']['input']>;
1077
1083
  googleServiceAccountKeyId?: InputMaybe<Scalars['String']['input']>;
1078
1084
  googleServiceAccountKeyJson?: InputMaybe<Scalars['String']['input']>;
@@ -4458,6 +4464,7 @@ export type IosSubmissionConfigInput = {
4458
4464
  ascApiKey?: InputMaybe<AscApiKeyInput>;
4459
4465
  ascApiKeyId?: InputMaybe<Scalars['String']['input']>;
4460
4466
  ascAppIdentifier: Scalars['String']['input'];
4467
+ changelog?: InputMaybe<Scalars['String']['input']>;
4461
4468
  groups?: InputMaybe<Array<Scalars['String']['input']>>;
4462
4469
  isVerboseFastlaneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
4463
4470
  };
@@ -7354,6 +7361,7 @@ export declare enum WorkflowJobType {
7354
7361
  Deploy = "DEPLOY",
7355
7362
  Fingerprint = "FINGERPRINT",
7356
7363
  GetBuild = "GET_BUILD",
7364
+ MaestroCloud = "MAESTRO_CLOUD",
7357
7365
  MaestroTest = "MAESTRO_TEST",
7358
7366
  RequireApproval = "REQUIRE_APPROVAL",
7359
7367
  Slack = "SLACK",
@@ -7361,7 +7369,7 @@ export declare enum WorkflowJobType {
7361
7369
  Update = "UPDATE"
7362
7370
  }
7363
7371
  export type WorkflowProjectSourceInput = {
7364
- easJsonBucketKey: Scalars['String']['input'];
7372
+ easJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
7365
7373
  packageJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
7366
7374
  projectArchiveBucketKey: Scalars['String']['input'];
7367
7375
  type: WorkflowProjectSourceType;
@@ -7421,6 +7429,7 @@ export type WorkflowRun = ActivityTimelineProjectActivity & {
7421
7429
  activityTimestamp: Scalars['DateTime']['output'];
7422
7430
  actor?: Maybe<Actor>;
7423
7431
  createdAt: Scalars['DateTime']['output'];
7432
+ durationSeconds?: Maybe<Scalars['Int']['output']>;
7424
7433
  errors: Array<WorkflowRunError>;
7425
7434
  gitCommitHash?: Maybe<Scalars['String']['output']>;
7426
7435
  gitCommitMessage?: Maybe<Scalars['String']['output']>;
@@ -12075,6 +12084,8 @@ export type UpdatePublishMutation = {
12075
12084
  isRollBackToEmbedded: boolean;
12076
12085
  manifestPermalink: string;
12077
12086
  gitCommitHash?: string | null;
12087
+ isGitWorkingTreeDirty: boolean;
12088
+ environment?: EnvironmentVariableEnvironment | null;
12078
12089
  rolloutPercentage?: number | null;
12079
12090
  manifestHostOverride?: string | null;
12080
12091
  assetHostOverride?: string | null;
@@ -12163,6 +12174,8 @@ export type SetRolloutPercentageMutation = {
12163
12174
  isRollBackToEmbedded: boolean;
12164
12175
  manifestPermalink: string;
12165
12176
  gitCommitHash?: string | null;
12177
+ isGitWorkingTreeDirty: boolean;
12178
+ environment?: EnvironmentVariableEnvironment | null;
12166
12179
  rolloutPercentage?: number | null;
12167
12180
  manifestHostOverride?: string | null;
12168
12181
  assetHostOverride?: string | null;
@@ -12660,6 +12673,8 @@ export type BranchesByAppQuery = {
12660
12673
  isRollBackToEmbedded: boolean;
12661
12674
  manifestPermalink: string;
12662
12675
  gitCommitHash?: string | null;
12676
+ isGitWorkingTreeDirty: boolean;
12677
+ environment?: EnvironmentVariableEnvironment | null;
12663
12678
  rolloutPercentage?: number | null;
12664
12679
  manifestHostOverride?: string | null;
12665
12680
  assetHostOverride?: string | null;
@@ -12776,6 +12791,8 @@ export type ViewBranchesOnUpdateChannelQuery = {
12776
12791
  isRollBackToEmbedded: boolean;
12777
12792
  manifestPermalink: string;
12778
12793
  gitCommitHash?: string | null;
12794
+ isGitWorkingTreeDirty: boolean;
12795
+ environment?: EnvironmentVariableEnvironment | null;
12779
12796
  rolloutPercentage?: number | null;
12780
12797
  manifestHostOverride?: string | null;
12781
12798
  assetHostOverride?: string | null;
@@ -13283,6 +13300,8 @@ export type ViewUpdateChannelOnAppQuery = {
13283
13300
  isRollBackToEmbedded: boolean;
13284
13301
  manifestPermalink: string;
13285
13302
  gitCommitHash?: string | null;
13303
+ isGitWorkingTreeDirty: boolean;
13304
+ environment?: EnvironmentVariableEnvironment | null;
13286
13305
  rolloutPercentage?: number | null;
13287
13306
  manifestHostOverride?: string | null;
13288
13307
  assetHostOverride?: string | null;
@@ -13368,6 +13387,8 @@ export type ViewUpdateChannelsOnAppQuery = {
13368
13387
  isRollBackToEmbedded: boolean;
13369
13388
  manifestPermalink: string;
13370
13389
  gitCommitHash?: string | null;
13390
+ isGitWorkingTreeDirty: boolean;
13391
+ environment?: EnvironmentVariableEnvironment | null;
13371
13392
  rolloutPercentage?: number | null;
13372
13393
  manifestHostOverride?: string | null;
13373
13394
  assetHostOverride?: string | null;
@@ -13890,6 +13911,8 @@ export type ViewUpdatesByGroupQuery = {
13890
13911
  isRollBackToEmbedded: boolean;
13891
13912
  manifestPermalink: string;
13892
13913
  gitCommitHash?: string | null;
13914
+ isGitWorkingTreeDirty: boolean;
13915
+ environment?: EnvironmentVariableEnvironment | null;
13893
13916
  rolloutPercentage?: number | null;
13894
13917
  manifestHostOverride?: string | null;
13895
13918
  assetHostOverride?: string | null;
@@ -13964,6 +13987,8 @@ export type ViewUpdateGroupsOnBranchQuery = {
13964
13987
  isRollBackToEmbedded: boolean;
13965
13988
  manifestPermalink: string;
13966
13989
  gitCommitHash?: string | null;
13990
+ isGitWorkingTreeDirty: boolean;
13991
+ environment?: EnvironmentVariableEnvironment | null;
13967
13992
  rolloutPercentage?: number | null;
13968
13993
  manifestHostOverride?: string | null;
13969
13994
  assetHostOverride?: string | null;
@@ -14037,6 +14062,8 @@ export type ViewUpdateGroupsOnAppQuery = {
14037
14062
  isRollBackToEmbedded: boolean;
14038
14063
  manifestPermalink: string;
14039
14064
  gitCommitHash?: string | null;
14065
+ isGitWorkingTreeDirty: boolean;
14066
+ environment?: EnvironmentVariableEnvironment | null;
14040
14067
  rolloutPercentage?: number | null;
14041
14068
  manifestHostOverride?: string | null;
14042
14069
  assetHostOverride?: string | null;
@@ -14103,6 +14130,8 @@ export type UpdateByIdQuery = {
14103
14130
  isRollBackToEmbedded: boolean;
14104
14131
  manifestPermalink: string;
14105
14132
  gitCommitHash?: string | null;
14133
+ isGitWorkingTreeDirty: boolean;
14134
+ environment?: EnvironmentVariableEnvironment | null;
14106
14135
  rolloutPercentage?: number | null;
14107
14136
  manifestHostOverride?: string | null;
14108
14137
  assetHostOverride?: string | null;
@@ -14919,6 +14948,8 @@ export type UpdateFragment = {
14919
14948
  isRollBackToEmbedded: boolean;
14920
14949
  manifestPermalink: string;
14921
14950
  gitCommitHash?: string | null;
14951
+ isGitWorkingTreeDirty: boolean;
14952
+ environment?: EnvironmentVariableEnvironment | null;
14922
14953
  rolloutPercentage?: number | null;
14923
14954
  manifestHostOverride?: string | null;
14924
14955
  assetHostOverride?: string | null;
@@ -14979,6 +15010,8 @@ export type UpdateBranchFragment = {
14979
15010
  isRollBackToEmbedded: boolean;
14980
15011
  manifestPermalink: string;
14981
15012
  gitCommitHash?: string | null;
15013
+ isGitWorkingTreeDirty: boolean;
15014
+ environment?: EnvironmentVariableEnvironment | null;
14982
15015
  rolloutPercentage?: number | null;
14983
15016
  manifestHostOverride?: string | null;
14984
15017
  assetHostOverride?: string | null;
@@ -880,6 +880,7 @@ var WorkflowJobType;
880
880
  WorkflowJobType["Deploy"] = "DEPLOY";
881
881
  WorkflowJobType["Fingerprint"] = "FINGERPRINT";
882
882
  WorkflowJobType["GetBuild"] = "GET_BUILD";
883
+ WorkflowJobType["MaestroCloud"] = "MAESTRO_CLOUD";
883
884
  WorkflowJobType["MaestroTest"] = "MAESTRO_TEST";
884
885
  WorkflowJobType["RequireApproval"] = "REQUIRE_APPROVAL";
885
886
  WorkflowJobType["Slack"] = "SLACK";
@@ -15,6 +15,8 @@ exports.UpdateFragmentNode = (0, graphql_tag_1.default) `
15
15
  isRollBackToEmbedded
16
16
  manifestPermalink
17
17
  gitCommitHash
18
+ isGitWorkingTreeDirty
19
+ environment
18
20
  actor {
19
21
  __typename
20
22
  id
@@ -96,6 +96,8 @@ async function republishAsync({ graphqlClient, app, updatesToPublish, targetBran
96
96
  message: updateMessage,
97
97
  ...objectToMergeIn,
98
98
  gitCommitHash: updatesToPublish[0].gitCommitHash,
99
+ isGitWorkingTreeDirty: updatesToPublish[0].isGitWorkingTreeDirty,
100
+ environment: updatesToPublish[0].environment,
99
101
  awaitingCodeSigningInfo: !!codeSigningInfo,
100
102
  manifestHostOverride: updatesToPublish[0].manifestHostOverride,
101
103
  assetHostOverride: updatesToPublish[0].assetHostOverride,
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.7.0",
2
+ "version": "16.7.1",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "16.7.0",
4
+ "version": "16.7.1",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -240,5 +240,5 @@
240
240
  "node": "20.11.0",
241
241
  "yarn": "1.22.21"
242
242
  },
243
- "gitHead": "24b725438ec22989f902a668c76d11ef457695b0"
243
+ "gitHead": "be73d3a337a3a8b10d3af523fbfc2123ca96d9a4"
244
244
  }