eas-cli 5.5.0 → 5.6.0

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
@@ -135,7 +135,7 @@ ALIASES
135
135
  $ eas login
136
136
  ```
137
137
 
138
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/login.ts)_
138
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/account/login.ts)_
139
139
 
140
140
  ## `eas account:logout`
141
141
 
@@ -152,7 +152,7 @@ ALIASES
152
152
  $ eas logout
153
153
  ```
154
154
 
155
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/logout.ts)_
155
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/account/logout.ts)_
156
156
 
157
157
  ## `eas account:view`
158
158
 
@@ -169,7 +169,7 @@ ALIASES
169
169
  $ eas whoami
170
170
  ```
171
171
 
172
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/account/view.ts)_
172
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/account/view.ts)_
173
173
 
174
174
  ## `eas analytics [STATUS]`
175
175
 
@@ -183,7 +183,7 @@ DESCRIPTION
183
183
  display or change analytics settings
184
184
  ```
185
185
 
186
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/analytics.ts)_
186
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/analytics.ts)_
187
187
 
188
188
  ## `eas autocomplete [SHELL]`
189
189
 
@@ -233,7 +233,7 @@ DESCRIPTION
233
233
  create a branch
234
234
  ```
235
235
 
236
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/create.ts)_
236
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/branch/create.ts)_
237
237
 
238
238
  ## `eas branch:delete [NAME]`
239
239
 
@@ -254,7 +254,7 @@ DESCRIPTION
254
254
  delete a branch
255
255
  ```
256
256
 
257
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/delete.ts)_
257
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/branch/delete.ts)_
258
258
 
259
259
  ## `eas branch:list`
260
260
 
@@ -274,7 +274,7 @@ DESCRIPTION
274
274
  list all branches
275
275
  ```
276
276
 
277
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/list.ts)_
277
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/branch/list.ts)_
278
278
 
279
279
  ## `eas branch:rename`
280
280
 
@@ -294,7 +294,7 @@ DESCRIPTION
294
294
  rename a branch
295
295
  ```
296
296
 
297
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/rename.ts)_
297
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/branch/rename.ts)_
298
298
 
299
299
  ## `eas branch:view [NAME]`
300
300
 
@@ -317,7 +317,7 @@ DESCRIPTION
317
317
  view a branch
318
318
  ```
319
319
 
320
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/branch/view.ts)_
320
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/branch/view.ts)_
321
321
 
322
322
  ## `eas build`
323
323
 
@@ -347,7 +347,7 @@ DESCRIPTION
347
347
  start a build
348
348
  ```
349
349
 
350
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/index.ts)_
350
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/index.ts)_
351
351
 
352
352
  ## `eas build:cancel [BUILD_ID]`
353
353
 
@@ -364,7 +364,7 @@ DESCRIPTION
364
364
  cancel a build
365
365
  ```
366
366
 
367
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/cancel.ts)_
367
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/cancel.ts)_
368
368
 
369
369
  ## `eas build:configure`
370
370
 
@@ -381,7 +381,7 @@ DESCRIPTION
381
381
  configure the project to support EAS Build
382
382
  ```
383
383
 
384
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/configure.ts)_
384
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/configure.ts)_
385
385
 
386
386
  ## `eas build:inspect`
387
387
 
@@ -416,7 +416,7 @@ DESCRIPTION
416
416
  inspect the state of the project at specific build stages, useful for troubleshooting
417
417
  ```
418
418
 
419
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/inspect.ts)_
419
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/inspect.ts)_
420
420
 
421
421
  ## `eas build:list`
422
422
 
@@ -454,7 +454,7 @@ DESCRIPTION
454
454
  list all builds for your project
455
455
  ```
456
456
 
457
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/list.ts)_
457
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/list.ts)_
458
458
 
459
459
  ## `eas build:resign`
460
460
 
@@ -480,7 +480,7 @@ DESCRIPTION
480
480
  re-sign a build archive
481
481
  ```
482
482
 
483
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/resign.ts)_
483
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/resign.ts)_
484
484
 
485
485
  ## `eas build:run`
486
486
 
@@ -504,7 +504,7 @@ DESCRIPTION
504
504
  run simulator/emulator builds from eas-cli
505
505
  ```
506
506
 
507
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/run.ts)_
507
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/run.ts)_
508
508
 
509
509
  ## `eas build:submit`
510
510
 
@@ -553,7 +553,7 @@ DESCRIPTION
553
553
  get the latest version from EAS servers
554
554
  ```
555
555
 
556
- _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/get.ts)_
556
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/version/get.ts)_
557
557
 
558
558
  ## `eas build:version:set`
559
559
 
@@ -572,7 +572,7 @@ DESCRIPTION
572
572
  update version of an app
573
573
  ```
574
574
 
575
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/set.ts)_
575
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/version/set.ts)_
576
576
 
577
577
  ## `eas build:version:sync`
578
578
 
@@ -591,7 +591,7 @@ DESCRIPTION
591
591
  update a version in native code with a value stored on EAS servers
592
592
  ```
593
593
 
594
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/version/sync.ts)_
594
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/version/sync.ts)_
595
595
 
596
596
  ## `eas build:view [BUILD_ID]`
597
597
 
@@ -608,7 +608,7 @@ DESCRIPTION
608
608
  view a build for your project
609
609
  ```
610
610
 
611
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/build/view.ts)_
611
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/build/view.ts)_
612
612
 
613
613
  ## `eas channel:create [NAME]`
614
614
 
@@ -629,7 +629,7 @@ DESCRIPTION
629
629
  create a channel
630
630
  ```
631
631
 
632
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/create.ts)_
632
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/channel/create.ts)_
633
633
 
634
634
  ## `eas channel:edit [NAME]`
635
635
 
@@ -651,7 +651,7 @@ DESCRIPTION
651
651
  point a channel at a new branch
652
652
  ```
653
653
 
654
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/edit.ts)_
654
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/channel/edit.ts)_
655
655
 
656
656
  ## `eas channel:list`
657
657
 
@@ -671,7 +671,7 @@ DESCRIPTION
671
671
  list all channels
672
672
  ```
673
673
 
674
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/list.ts)_
674
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/channel/list.ts)_
675
675
 
676
676
  ## `eas channel:rollout [CHANNEL]`
677
677
 
@@ -703,7 +703,7 @@ DESCRIPTION
703
703
  Roll a new branch out on a channel incrementally.
704
704
  ```
705
705
 
706
- _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/rollout.ts)_
706
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/channel/rollout.ts)_
707
707
 
708
708
  ## `eas channel:view [NAME]`
709
709
 
@@ -726,7 +726,7 @@ DESCRIPTION
726
726
  view a channel
727
727
  ```
728
728
 
729
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/channel/view.ts)_
729
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/channel/view.ts)_
730
730
 
731
731
  ## `eas config`
732
732
 
@@ -747,7 +747,7 @@ DESCRIPTION
747
747
  display project configuration (app.json + eas.json)
748
748
  ```
749
749
 
750
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/config.ts)_
750
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/config.ts)_
751
751
 
752
752
  ## `eas credentials`
753
753
 
@@ -764,7 +764,7 @@ DESCRIPTION
764
764
  manage credentials
765
765
  ```
766
766
 
767
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/credentials.ts)_
767
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/credentials.ts)_
768
768
 
769
769
  ## `eas device:create`
770
770
 
@@ -778,7 +778,7 @@ DESCRIPTION
778
778
  register new Apple Devices to use for internal distribution
779
779
  ```
780
780
 
781
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/create.ts)_
781
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/device/create.ts)_
782
782
 
783
783
  ## `eas device:delete`
784
784
 
@@ -798,7 +798,7 @@ DESCRIPTION
798
798
  remove a registered device from your account
799
799
  ```
800
800
 
801
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/delete.ts)_
801
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/device/delete.ts)_
802
802
 
803
803
  ## `eas device:list`
804
804
 
@@ -819,7 +819,7 @@ DESCRIPTION
819
819
  list all registered devices for your account
820
820
  ```
821
821
 
822
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/list.ts)_
822
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/device/list.ts)_
823
823
 
824
824
  ## `eas device:rename`
825
825
 
@@ -840,7 +840,7 @@ DESCRIPTION
840
840
  rename a registered device
841
841
  ```
842
842
 
843
- _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/rename.ts)_
843
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/device/rename.ts)_
844
844
 
845
845
  ## `eas device:view [UDID]`
846
846
 
@@ -854,7 +854,7 @@ DESCRIPTION
854
854
  view a device for your project
855
855
  ```
856
856
 
857
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/device/view.ts)_
857
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/device/view.ts)_
858
858
 
859
859
  ## `eas diagnostics`
860
860
 
@@ -868,7 +868,7 @@ DESCRIPTION
868
868
  display environment info
869
869
  ```
870
870
 
871
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/diagnostics.ts)_
871
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/diagnostics.ts)_
872
872
 
873
873
  ## `eas help [COMMAND]`
874
874
 
@@ -956,7 +956,7 @@ DESCRIPTION
956
956
  validate the local store configuration
957
957
  ```
958
958
 
959
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/lint.ts)_
959
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/metadata/lint.ts)_
960
960
 
961
961
  ## `eas metadata:pull`
962
962
 
@@ -973,7 +973,7 @@ DESCRIPTION
973
973
  generate the local store configuration from the app stores
974
974
  ```
975
975
 
976
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/pull.ts)_
976
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/metadata/pull.ts)_
977
977
 
978
978
  ## `eas metadata:push`
979
979
 
@@ -990,7 +990,7 @@ DESCRIPTION
990
990
  sync the local store configuration to the app stores
991
991
  ```
992
992
 
993
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/metadata/push.ts)_
993
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/metadata/push.ts)_
994
994
 
995
995
  ## `eas open`
996
996
 
@@ -1004,7 +1004,7 @@ DESCRIPTION
1004
1004
  open the project page in a web browser
1005
1005
  ```
1006
1006
 
1007
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/open.ts)_
1007
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/open.ts)_
1008
1008
 
1009
1009
  ## `eas project:info`
1010
1010
 
@@ -1018,7 +1018,7 @@ DESCRIPTION
1018
1018
  information about the current project
1019
1019
  ```
1020
1020
 
1021
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/project/info.ts)_
1021
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/project/info.ts)_
1022
1022
 
1023
1023
  ## `eas project:init`
1024
1024
 
@@ -1040,7 +1040,7 @@ ALIASES
1040
1040
  $ eas init
1041
1041
  ```
1042
1042
 
1043
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/project/init.ts)_
1043
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/project/init.ts)_
1044
1044
 
1045
1045
  ## `eas secret:create`
1046
1046
 
@@ -1063,7 +1063,7 @@ DESCRIPTION
1063
1063
  create an environment secret on the current project or owner account
1064
1064
  ```
1065
1065
 
1066
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/create.ts)_
1066
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/secret/create.ts)_
1067
1067
 
1068
1068
  ## `eas secret:delete`
1069
1069
 
@@ -1081,7 +1081,7 @@ DESCRIPTION
1081
1081
  delete an environment secret by ID
1082
1082
  ```
1083
1083
 
1084
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/delete.ts)_
1084
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/secret/delete.ts)_
1085
1085
 
1086
1086
  ## `eas secret:list`
1087
1087
 
@@ -1095,7 +1095,7 @@ DESCRIPTION
1095
1095
  list environment secrets available for your current app
1096
1096
  ```
1097
1097
 
1098
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/list.ts)_
1098
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/secret/list.ts)_
1099
1099
 
1100
1100
  ## `eas secret:push`
1101
1101
 
@@ -1115,7 +1115,7 @@ DESCRIPTION
1115
1115
  read environment secrets from env file and store on the server
1116
1116
  ```
1117
1117
 
1118
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/secret/push.ts)_
1118
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/secret/push.ts)_
1119
1119
 
1120
1120
  ## `eas submit`
1121
1121
 
@@ -1145,7 +1145,7 @@ ALIASES
1145
1145
  $ eas build:submit
1146
1146
  ```
1147
1147
 
1148
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/submit.ts)_
1148
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/submit.ts)_
1149
1149
 
1150
1150
  ## `eas update`
1151
1151
 
@@ -1179,7 +1179,7 @@ DESCRIPTION
1179
1179
  publish an update group
1180
1180
  ```
1181
1181
 
1182
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/index.ts)_
1182
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/index.ts)_
1183
1183
 
1184
1184
  ## `eas update:configure`
1185
1185
 
@@ -1197,7 +1197,7 @@ DESCRIPTION
1197
1197
  configure the project to support EAS Update
1198
1198
  ```
1199
1199
 
1200
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/configure.ts)_
1200
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/configure.ts)_
1201
1201
 
1202
1202
  ## `eas update:delete GROUPID`
1203
1203
 
@@ -1218,7 +1218,7 @@ DESCRIPTION
1218
1218
  delete all the updates in an update group
1219
1219
  ```
1220
1220
 
1221
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/delete.ts)_
1221
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/delete.ts)_
1222
1222
 
1223
1223
  ## `eas update:list`
1224
1224
 
@@ -1240,7 +1240,7 @@ DESCRIPTION
1240
1240
  view the recent updates
1241
1241
  ```
1242
1242
 
1243
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/list.ts)_
1243
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/list.ts)_
1244
1244
 
1245
1245
  ## `eas update:republish`
1246
1246
 
@@ -1267,7 +1267,7 @@ DESCRIPTION
1267
1267
  roll back to an existing update
1268
1268
  ```
1269
1269
 
1270
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/republish.ts)_
1270
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/republish.ts)_
1271
1271
 
1272
1272
  ## `eas update:roll-back-to-embedded`
1273
1273
 
@@ -1294,7 +1294,7 @@ DESCRIPTION
1294
1294
  roll back to the embedded update
1295
1295
  ```
1296
1296
 
1297
- _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1297
+ _See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1298
1298
 
1299
1299
  ## `eas update:rollback`
1300
1300
 
@@ -1313,7 +1313,7 @@ DESCRIPTION
1313
1313
  roll back to an embedded update or an existing update
1314
1314
  ```
1315
1315
 
1316
- _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/rollback.ts)_
1316
+ _See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/rollback.ts)_
1317
1317
 
1318
1318
  ## `eas update:view GROUPID`
1319
1319
 
@@ -1333,7 +1333,7 @@ DESCRIPTION
1333
1333
  update group details
1334
1334
  ```
1335
1335
 
1336
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/update/view.ts)_
1336
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/update/view.ts)_
1337
1337
 
1338
1338
  ## `eas webhook:create`
1339
1339
 
@@ -1354,7 +1354,7 @@ DESCRIPTION
1354
1354
  create a webhook
1355
1355
  ```
1356
1356
 
1357
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/create.ts)_
1357
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/webhook/create.ts)_
1358
1358
 
1359
1359
  ## `eas webhook:delete [ID]`
1360
1360
 
@@ -1374,7 +1374,7 @@ DESCRIPTION
1374
1374
  delete a webhook
1375
1375
  ```
1376
1376
 
1377
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1377
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1378
1378
 
1379
1379
  ## `eas webhook:list`
1380
1380
 
@@ -1392,7 +1392,7 @@ DESCRIPTION
1392
1392
  list webhooks
1393
1393
  ```
1394
1394
 
1395
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/list.ts)_
1395
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/webhook/list.ts)_
1396
1396
 
1397
1397
  ## `eas webhook:update`
1398
1398
 
@@ -1414,7 +1414,7 @@ DESCRIPTION
1414
1414
  update a webhook
1415
1415
  ```
1416
1416
 
1417
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/update.ts)_
1417
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/webhook/update.ts)_
1418
1418
 
1419
1419
  ## `eas webhook:view ID`
1420
1420
 
@@ -1431,7 +1431,7 @@ DESCRIPTION
1431
1431
  view a webhook
1432
1432
  ```
1433
1433
 
1434
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.5.0/packages/eas-cli/src/commands/webhook/view.ts)_
1434
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.6.0/packages/eas-cli/src/commands/webhook/view.ts)_
1435
1435
 
1436
1436
  ## `eas whoami`
1437
1437
 
@@ -47,6 +47,7 @@ class Submit extends EasCommand_1.default {
47
47
  exp,
48
48
  projectId,
49
49
  vcsClient,
50
+ specifiedProfile: flagsWithPlatform.profile,
50
51
  });
51
52
  if (submissionProfiles.length > 1) {
52
53
  log_1.default.newLine();
@@ -1846,6 +1846,8 @@ export type BuildFilter = {
1846
1846
  };
1847
1847
  export type BuildFilterInput = {
1848
1848
  channel?: InputMaybe<Scalars['String']>;
1849
+ developmentClient?: InputMaybe<Scalars['Boolean']>;
1850
+ distributions?: InputMaybe<Array<DistributionType>>;
1849
1851
  platforms?: InputMaybe<Array<AppPlatform>>;
1850
1852
  releaseChannel?: InputMaybe<Scalars['String']>;
1851
1853
  };
@@ -2155,12 +2157,14 @@ export declare enum BuildResourceClass {
2155
2157
  AndroidLarge = "ANDROID_LARGE",
2156
2158
  AndroidMedium = "ANDROID_MEDIUM",
2157
2159
  IosDefault = "IOS_DEFAULT",
2158
- /** @deprecated Use IOS_INTEL_MEDIUM instead */
2160
+ /** @deprecated No longer available. Use IOS_M_LARGE instead. */
2159
2161
  IosIntelLarge = "IOS_INTEL_LARGE",
2162
+ /** @deprecated No longer available. Use IOS_M_MEDIUM instead. */
2160
2163
  IosIntelMedium = "IOS_INTEL_MEDIUM",
2161
2164
  IosLarge = "IOS_LARGE",
2162
2165
  /** @deprecated Use IOS_M_MEDIUM instead */
2163
2166
  IosM1Large = "IOS_M1_LARGE",
2167
+ /** @deprecated Use IOS_M_MEDIUM instead */
2164
2168
  IosM1Medium = "IOS_M1_MEDIUM",
2165
2169
  IosMedium = "IOS_MEDIUM",
2166
2170
  IosMLarge = "IOS_M_LARGE",
@@ -2709,6 +2713,7 @@ export type GitHubAppQuery = {
2709
2713
  environment: GitHubAppEnvironment;
2710
2714
  installation: GitHubAppInstallation;
2711
2715
  name: Scalars['String'];
2716
+ /** @deprecated */
2712
2717
  searchRepositories: GitHubRepositoryPaginationResult;
2713
2718
  };
2714
2719
  export type GitHubAppQueryInstallationArgs = {
@@ -2861,6 +2866,8 @@ export type GitHubUserMutation = {
2861
2866
  __typename?: 'GitHubUserMutation';
2862
2867
  /** Delete a GitHub User by ID */
2863
2868
  deleteGitHubUser: DeleteGitHubUserResult;
2869
+ /** Generate a GitHub User Access Token */
2870
+ generateGitHubUserAccessToken?: Maybe<Scalars['String']>;
2864
2871
  };
2865
2872
  export type GitHubUserMutationDeleteGitHubUserArgs = {
2866
2873
  id: Scalars['ID'];
@@ -8261,6 +8268,7 @@ export type CreateAndroidBuildMutation = {
8261
8268
  buildUrl?: string | null;
8262
8269
  xcodeBuildLogsUrl?: string | null;
8263
8270
  applicationArchiveUrl?: string | null;
8271
+ buildArtifactsUrl?: string | null;
8264
8272
  } | null;
8265
8273
  initiatingActor?: {
8266
8274
  __typename: 'Robot';
@@ -8349,6 +8357,7 @@ export type CreateIosBuildMutation = {
8349
8357
  buildUrl?: string | null;
8350
8358
  xcodeBuildLogsUrl?: string | null;
8351
8359
  applicationArchiveUrl?: string | null;
8360
+ buildArtifactsUrl?: string | null;
8352
8361
  } | null;
8353
8362
  initiatingActor?: {
8354
8363
  __typename: 'Robot';
@@ -8433,6 +8442,7 @@ export type UpdateBuildMetadataMutation = {
8433
8442
  buildUrl?: string | null;
8434
8443
  xcodeBuildLogsUrl?: string | null;
8435
8444
  applicationArchiveUrl?: string | null;
8445
+ buildArtifactsUrl?: string | null;
8436
8446
  } | null;
8437
8447
  initiatingActor?: {
8438
8448
  __typename: 'Robot';
@@ -8511,6 +8521,7 @@ export type RetryIosBuildMutation = {
8511
8521
  buildUrl?: string | null;
8512
8522
  xcodeBuildLogsUrl?: string | null;
8513
8523
  applicationArchiveUrl?: string | null;
8524
+ buildArtifactsUrl?: string | null;
8514
8525
  } | null;
8515
8526
  initiatingActor?: {
8516
8527
  __typename: 'Robot';
@@ -9170,6 +9181,7 @@ export type BuildsByIdQuery = {
9170
9181
  buildUrl?: string | null;
9171
9182
  xcodeBuildLogsUrl?: string | null;
9172
9183
  applicationArchiveUrl?: string | null;
9184
+ buildArtifactsUrl?: string | null;
9173
9185
  } | null;
9174
9186
  initiatingActor?: {
9175
9187
  __typename: 'Robot';
@@ -9282,6 +9294,7 @@ export type BuildsWithSubmissionsByIdQuery = {
9282
9294
  buildUrl?: string | null;
9283
9295
  xcodeBuildLogsUrl?: string | null;
9284
9296
  applicationArchiveUrl?: string | null;
9297
+ buildArtifactsUrl?: string | null;
9285
9298
  } | null;
9286
9299
  initiatingActor?: {
9287
9300
  __typename: 'Robot';
@@ -9365,6 +9378,7 @@ export type ViewBuildsOnAppQuery = {
9365
9378
  buildUrl?: string | null;
9366
9379
  xcodeBuildLogsUrl?: string | null;
9367
9380
  applicationArchiveUrl?: string | null;
9381
+ buildArtifactsUrl?: string | null;
9368
9382
  } | null;
9369
9383
  initiatingActor?: {
9370
9384
  __typename: 'Robot';
@@ -10243,6 +10257,7 @@ export type BuildFragment = {
10243
10257
  buildUrl?: string | null;
10244
10258
  xcodeBuildLogsUrl?: string | null;
10245
10259
  applicationArchiveUrl?: string | null;
10260
+ buildArtifactsUrl?: string | null;
10246
10261
  } | null;
10247
10262
  initiatingActor?: {
10248
10263
  __typename: 'Robot';
@@ -10346,6 +10361,7 @@ export type BuildWithSubmissionsFragment = {
10346
10361
  buildUrl?: string | null;
10347
10362
  xcodeBuildLogsUrl?: string | null;
10348
10363
  applicationArchiveUrl?: string | null;
10364
+ buildArtifactsUrl?: string | null;
10349
10365
  } | null;
10350
10366
  initiatingActor?: {
10351
10367
  __typename: 'Robot';
@@ -204,12 +204,14 @@ var BuildResourceClass;
204
204
  BuildResourceClass["AndroidLarge"] = "ANDROID_LARGE";
205
205
  BuildResourceClass["AndroidMedium"] = "ANDROID_MEDIUM";
206
206
  BuildResourceClass["IosDefault"] = "IOS_DEFAULT";
207
- /** @deprecated Use IOS_INTEL_MEDIUM instead */
207
+ /** @deprecated No longer available. Use IOS_M_LARGE instead. */
208
208
  BuildResourceClass["IosIntelLarge"] = "IOS_INTEL_LARGE";
209
+ /** @deprecated No longer available. Use IOS_M_MEDIUM instead. */
209
210
  BuildResourceClass["IosIntelMedium"] = "IOS_INTEL_MEDIUM";
210
211
  BuildResourceClass["IosLarge"] = "IOS_LARGE";
211
212
  /** @deprecated Use IOS_M_MEDIUM instead */
212
213
  BuildResourceClass["IosM1Large"] = "IOS_M1_LARGE";
214
+ /** @deprecated Use IOS_M_MEDIUM instead */
213
215
  BuildResourceClass["IosM1Medium"] = "IOS_M1_MEDIUM";
214
216
  BuildResourceClass["IosMedium"] = "IOS_MEDIUM";
215
217
  BuildResourceClass["IosMLarge"] = "IOS_M_LARGE";
@@ -19,6 +19,7 @@ exports.BuildFragmentNode = (0, graphql_tag_1.default) `
19
19
  buildUrl
20
20
  xcodeBuildLogsUrl
21
21
  applicationArchiveUrl
22
+ buildArtifactsUrl
22
23
  }
23
24
  initiatingActor {
24
25
  __typename