eas-cli 9.0.1 → 9.0.2

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
@@ -140,7 +140,7 @@ ALIASES
140
140
  $ eas login
141
141
  ```
142
142
 
143
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/account/login.ts)_
143
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/account/login.ts)_
144
144
 
145
145
  ## `eas account:logout`
146
146
 
@@ -157,7 +157,7 @@ ALIASES
157
157
  $ eas logout
158
158
  ```
159
159
 
160
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/account/logout.ts)_
160
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/account/logout.ts)_
161
161
 
162
162
  ## `eas account:view`
163
163
 
@@ -174,7 +174,7 @@ ALIASES
174
174
  $ eas whoami
175
175
  ```
176
176
 
177
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/account/view.ts)_
177
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/account/view.ts)_
178
178
 
179
179
  ## `eas analytics [STATUS]`
180
180
 
@@ -188,7 +188,7 @@ DESCRIPTION
188
188
  display or change analytics settings
189
189
  ```
190
190
 
191
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/analytics.ts)_
191
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/analytics.ts)_
192
192
 
193
193
  ## `eas autocomplete [SHELL]`
194
194
 
@@ -240,7 +240,7 @@ DESCRIPTION
240
240
  create a branch
241
241
  ```
242
242
 
243
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/branch/create.ts)_
243
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/branch/create.ts)_
244
244
 
245
245
  ## `eas branch:delete [NAME]`
246
246
 
@@ -261,7 +261,7 @@ DESCRIPTION
261
261
  delete a branch
262
262
  ```
263
263
 
264
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/branch/delete.ts)_
264
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/branch/delete.ts)_
265
265
 
266
266
  ## `eas branch:list`
267
267
 
@@ -281,7 +281,7 @@ DESCRIPTION
281
281
  list all branches
282
282
  ```
283
283
 
284
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/branch/list.ts)_
284
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/branch/list.ts)_
285
285
 
286
286
  ## `eas branch:rename`
287
287
 
@@ -301,7 +301,7 @@ DESCRIPTION
301
301
  rename a branch
302
302
  ```
303
303
 
304
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/branch/rename.ts)_
304
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/branch/rename.ts)_
305
305
 
306
306
  ## `eas branch:view [NAME]`
307
307
 
@@ -324,7 +324,7 @@ DESCRIPTION
324
324
  view a branch
325
325
  ```
326
326
 
327
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/branch/view.ts)_
327
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/branch/view.ts)_
328
328
 
329
329
  ## `eas build`
330
330
 
@@ -361,7 +361,7 @@ DESCRIPTION
361
361
  start a build
362
362
  ```
363
363
 
364
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/index.ts)_
364
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/index.ts)_
365
365
 
366
366
  ## `eas build:cancel [BUILD_ID]`
367
367
 
@@ -380,7 +380,7 @@ DESCRIPTION
380
380
  cancel a build
381
381
  ```
382
382
 
383
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/cancel.ts)_
383
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/cancel.ts)_
384
384
 
385
385
  ## `eas build:configure`
386
386
 
@@ -397,7 +397,7 @@ DESCRIPTION
397
397
  configure the project to support EAS Build
398
398
  ```
399
399
 
400
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/configure.ts)_
400
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/configure.ts)_
401
401
 
402
402
  ## `eas build:delete [BUILD_ID]`
403
403
 
@@ -416,7 +416,7 @@ DESCRIPTION
416
416
  delete a build
417
417
  ```
418
418
 
419
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/delete.ts)_
419
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/delete.ts)_
420
420
 
421
421
  ## `eas build:inspect`
422
422
 
@@ -451,7 +451,7 @@ DESCRIPTION
451
451
  inspect the state of the project at specific build stages, useful for troubleshooting
452
452
  ```
453
453
 
454
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/inspect.ts)_
454
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/inspect.ts)_
455
455
 
456
456
  ## `eas build:list`
457
457
 
@@ -492,7 +492,7 @@ DESCRIPTION
492
492
  list all builds for your project
493
493
  ```
494
494
 
495
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/list.ts)_
495
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/list.ts)_
496
496
 
497
497
  ## `eas build:resign`
498
498
 
@@ -518,7 +518,7 @@ DESCRIPTION
518
518
  re-sign a build archive
519
519
  ```
520
520
 
521
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/resign.ts)_
521
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/resign.ts)_
522
522
 
523
523
  ## `eas build:run`
524
524
 
@@ -544,7 +544,7 @@ DESCRIPTION
544
544
  run simulator/emulator builds from eas-cli
545
545
  ```
546
546
 
547
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/run.ts)_
547
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/run.ts)_
548
548
 
549
549
  ## `eas build:submit`
550
550
 
@@ -594,7 +594,7 @@ DESCRIPTION
594
594
  get the latest version from EAS servers
595
595
  ```
596
596
 
597
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/version/get.ts)_
597
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/version/get.ts)_
598
598
 
599
599
  ## `eas build:version:set`
600
600
 
@@ -613,7 +613,7 @@ DESCRIPTION
613
613
  update version of an app
614
614
  ```
615
615
 
616
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/version/set.ts)_
616
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/version/set.ts)_
617
617
 
618
618
  ## `eas build:version:sync`
619
619
 
@@ -632,7 +632,7 @@ DESCRIPTION
632
632
  update a version in native code with a value stored on EAS servers
633
633
  ```
634
634
 
635
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/version/sync.ts)_
635
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/version/sync.ts)_
636
636
 
637
637
  ## `eas build:view [BUILD_ID]`
638
638
 
@@ -649,7 +649,7 @@ DESCRIPTION
649
649
  view a build for your project
650
650
  ```
651
651
 
652
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/build/view.ts)_
652
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/build/view.ts)_
653
653
 
654
654
  ## `eas channel:create [NAME]`
655
655
 
@@ -670,7 +670,7 @@ DESCRIPTION
670
670
  create a channel
671
671
  ```
672
672
 
673
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/channel/create.ts)_
673
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/channel/create.ts)_
674
674
 
675
675
  ## `eas channel:edit [NAME]`
676
676
 
@@ -692,7 +692,7 @@ DESCRIPTION
692
692
  point a channel at a new branch
693
693
  ```
694
694
 
695
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/channel/edit.ts)_
695
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/channel/edit.ts)_
696
696
 
697
697
  ## `eas channel:list`
698
698
 
@@ -712,7 +712,7 @@ DESCRIPTION
712
712
  list all channels
713
713
  ```
714
714
 
715
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/channel/list.ts)_
715
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/channel/list.ts)_
716
716
 
717
717
  ## `eas channel:rollout [CHANNEL]`
718
718
 
@@ -744,7 +744,7 @@ DESCRIPTION
744
744
  Roll a new branch out on a channel incrementally.
745
745
  ```
746
746
 
747
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/channel/rollout.ts)_
747
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/channel/rollout.ts)_
748
748
 
749
749
  ## `eas channel:view [NAME]`
750
750
 
@@ -767,7 +767,7 @@ DESCRIPTION
767
767
  view a channel
768
768
  ```
769
769
 
770
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/channel/view.ts)_
770
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/channel/view.ts)_
771
771
 
772
772
  ## `eas config`
773
773
 
@@ -788,7 +788,7 @@ DESCRIPTION
788
788
  display project configuration (app.json + eas.json)
789
789
  ```
790
790
 
791
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/config.ts)_
791
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/config.ts)_
792
792
 
793
793
  ## `eas credentials`
794
794
 
@@ -805,7 +805,7 @@ DESCRIPTION
805
805
  manage credentials
806
806
  ```
807
807
 
808
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/credentials/index.ts)_
808
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/credentials/index.ts)_
809
809
 
810
810
  ## `eas credentials:configure-build`
811
811
 
@@ -823,7 +823,7 @@ DESCRIPTION
823
823
  Set up credentials for building your project.
824
824
  ```
825
825
 
826
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
826
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
827
827
 
828
828
  ## `eas device:create`
829
829
 
@@ -837,7 +837,7 @@ DESCRIPTION
837
837
  register new Apple Devices to use for internal distribution
838
838
  ```
839
839
 
840
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/device/create.ts)_
840
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/device/create.ts)_
841
841
 
842
842
  ## `eas device:delete`
843
843
 
@@ -857,7 +857,7 @@ DESCRIPTION
857
857
  remove a registered device from your account
858
858
  ```
859
859
 
860
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/device/delete.ts)_
860
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/device/delete.ts)_
861
861
 
862
862
  ## `eas device:list`
863
863
 
@@ -878,7 +878,7 @@ DESCRIPTION
878
878
  list all registered devices for your account
879
879
  ```
880
880
 
881
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/device/list.ts)_
881
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/device/list.ts)_
882
882
 
883
883
  ## `eas device:rename`
884
884
 
@@ -899,7 +899,7 @@ DESCRIPTION
899
899
  rename a registered device
900
900
  ```
901
901
 
902
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/device/rename.ts)_
902
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/device/rename.ts)_
903
903
 
904
904
  ## `eas device:view [UDID]`
905
905
 
@@ -913,7 +913,7 @@ DESCRIPTION
913
913
  view a device for your project
914
914
  ```
915
915
 
916
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/device/view.ts)_
916
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/device/view.ts)_
917
917
 
918
918
  ## `eas diagnostics`
919
919
 
@@ -927,7 +927,7 @@ DESCRIPTION
927
927
  display environment info
928
928
  ```
929
929
 
930
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/diagnostics.ts)_
930
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/diagnostics.ts)_
931
931
 
932
932
  ## `eas help [COMMAND]`
933
933
 
@@ -1018,7 +1018,7 @@ DESCRIPTION
1018
1018
  validate the local store configuration
1019
1019
  ```
1020
1020
 
1021
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/metadata/lint.ts)_
1021
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/metadata/lint.ts)_
1022
1022
 
1023
1023
  ## `eas metadata:pull`
1024
1024
 
@@ -1035,7 +1035,7 @@ DESCRIPTION
1035
1035
  generate the local store configuration from the app stores
1036
1036
  ```
1037
1037
 
1038
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/metadata/pull.ts)_
1038
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/metadata/pull.ts)_
1039
1039
 
1040
1040
  ## `eas metadata:push`
1041
1041
 
@@ -1052,7 +1052,7 @@ DESCRIPTION
1052
1052
  sync the local store configuration to the app stores
1053
1053
  ```
1054
1054
 
1055
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/metadata/push.ts)_
1055
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/metadata/push.ts)_
1056
1056
 
1057
1057
  ## `eas open`
1058
1058
 
@@ -1066,7 +1066,7 @@ DESCRIPTION
1066
1066
  open the project page in a web browser
1067
1067
  ```
1068
1068
 
1069
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/open.ts)_
1069
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/open.ts)_
1070
1070
 
1071
1071
  ## `eas project:info`
1072
1072
 
@@ -1080,7 +1080,7 @@ DESCRIPTION
1080
1080
  information about the current project
1081
1081
  ```
1082
1082
 
1083
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/project/info.ts)_
1083
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/project/info.ts)_
1084
1084
 
1085
1085
  ## `eas project:init`
1086
1086
 
@@ -1102,7 +1102,7 @@ ALIASES
1102
1102
  $ eas init
1103
1103
  ```
1104
1104
 
1105
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/project/init.ts)_
1105
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/project/init.ts)_
1106
1106
 
1107
1107
  ## `eas secret:create`
1108
1108
 
@@ -1125,7 +1125,7 @@ DESCRIPTION
1125
1125
  create an environment secret on the current project or owner account
1126
1126
  ```
1127
1127
 
1128
- _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/secret/create.ts)_
1128
+ _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/secret/create.ts)_
1129
1129
 
1130
1130
  ## `eas secret:delete`
1131
1131
 
@@ -1143,7 +1143,7 @@ DESCRIPTION
1143
1143
  delete an environment secret by ID
1144
1144
  ```
1145
1145
 
1146
- _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/secret/delete.ts)_
1146
+ _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/secret/delete.ts)_
1147
1147
 
1148
1148
  ## `eas secret:list`
1149
1149
 
@@ -1157,7 +1157,7 @@ DESCRIPTION
1157
1157
  list environment secrets available for your current app
1158
1158
  ```
1159
1159
 
1160
- _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/secret/list.ts)_
1160
+ _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/secret/list.ts)_
1161
1161
 
1162
1162
  ## `eas secret:push`
1163
1163
 
@@ -1177,7 +1177,7 @@ DESCRIPTION
1177
1177
  read environment secrets from env file and store on the server
1178
1178
  ```
1179
1179
 
1180
- _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/secret/push.ts)_
1180
+ _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/secret/push.ts)_
1181
1181
 
1182
1182
  ## `eas submit`
1183
1183
 
@@ -1208,7 +1208,7 @@ ALIASES
1208
1208
  $ eas build:submit
1209
1209
  ```
1210
1210
 
1211
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/submit.ts)_
1211
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/submit.ts)_
1212
1212
 
1213
1213
  ## `eas update`
1214
1214
 
@@ -1241,7 +1241,7 @@ DESCRIPTION
1241
1241
  publish an update group
1242
1242
  ```
1243
1243
 
1244
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/index.ts)_
1244
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/index.ts)_
1245
1245
 
1246
1246
  ## `eas update:configure`
1247
1247
 
@@ -1259,7 +1259,7 @@ DESCRIPTION
1259
1259
  configure the project to support EAS Update
1260
1260
  ```
1261
1261
 
1262
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/configure.ts)_
1262
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/configure.ts)_
1263
1263
 
1264
1264
  ## `eas update:delete GROUPID`
1265
1265
 
@@ -1280,7 +1280,7 @@ DESCRIPTION
1280
1280
  delete all the updates in an update group
1281
1281
  ```
1282
1282
 
1283
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/delete.ts)_
1283
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/delete.ts)_
1284
1284
 
1285
1285
  ## `eas update:list`
1286
1286
 
@@ -1302,7 +1302,7 @@ DESCRIPTION
1302
1302
  view the recent updates
1303
1303
  ```
1304
1304
 
1305
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/list.ts)_
1305
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/list.ts)_
1306
1306
 
1307
1307
  ## `eas update:republish`
1308
1308
 
@@ -1329,7 +1329,7 @@ DESCRIPTION
1329
1329
  roll back to an existing update
1330
1330
  ```
1331
1331
 
1332
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/republish.ts)_
1332
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/republish.ts)_
1333
1333
 
1334
1334
  ## `eas update:roll-back-to-embedded`
1335
1335
 
@@ -1356,7 +1356,7 @@ DESCRIPTION
1356
1356
  roll back to the embedded update
1357
1357
  ```
1358
1358
 
1359
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1359
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1360
1360
 
1361
1361
  ## `eas update:rollback`
1362
1362
 
@@ -1375,7 +1375,7 @@ DESCRIPTION
1375
1375
  roll back to an embedded update or an existing update
1376
1376
  ```
1377
1377
 
1378
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/rollback.ts)_
1378
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/rollback.ts)_
1379
1379
 
1380
1380
  ## `eas update:view GROUPID`
1381
1381
 
@@ -1395,7 +1395,7 @@ DESCRIPTION
1395
1395
  update group details
1396
1396
  ```
1397
1397
 
1398
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/update/view.ts)_
1398
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/update/view.ts)_
1399
1399
 
1400
1400
  ## `eas webhook:create`
1401
1401
 
@@ -1416,7 +1416,7 @@ DESCRIPTION
1416
1416
  create a webhook
1417
1417
  ```
1418
1418
 
1419
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/webhook/create.ts)_
1419
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/webhook/create.ts)_
1420
1420
 
1421
1421
  ## `eas webhook:delete [ID]`
1422
1422
 
@@ -1436,7 +1436,7 @@ DESCRIPTION
1436
1436
  delete a webhook
1437
1437
  ```
1438
1438
 
1439
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/webhook/delete.ts)_
1439
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/webhook/delete.ts)_
1440
1440
 
1441
1441
  ## `eas webhook:list`
1442
1442
 
@@ -1454,7 +1454,7 @@ DESCRIPTION
1454
1454
  list webhooks
1455
1455
  ```
1456
1456
 
1457
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/webhook/list.ts)_
1457
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/webhook/list.ts)_
1458
1458
 
1459
1459
  ## `eas webhook:update`
1460
1460
 
@@ -1476,7 +1476,7 @@ DESCRIPTION
1476
1476
  update a webhook
1477
1477
  ```
1478
1478
 
1479
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/webhook/update.ts)_
1479
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/webhook/update.ts)_
1480
1480
 
1481
1481
  ## `eas webhook:view ID`
1482
1482
 
@@ -1493,7 +1493,7 @@ DESCRIPTION
1493
1493
  view a webhook
1494
1494
  ```
1495
1495
 
1496
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.0.1/packages/eas-cli/src/commands/webhook/view.ts)_
1496
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.0.2/packages/eas-cli/src/commands/webhook/view.ts)_
1497
1497
 
1498
1498
  ## `eas whoami`
1499
1499
 
@@ -1,7 +1,8 @@
1
- export declare function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, }: {
1
+ export declare function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, useSsh, }: {
2
2
  githubUsername: string;
3
3
  githubRepositoryName: string;
4
4
  targetProjectDir: string;
5
+ useSsh?: boolean;
5
6
  }): Promise<{
6
7
  targetProjectDir: string;
7
8
  }>;
@@ -5,18 +5,18 @@ const tslib_1 = require("tslib");
5
5
  const runCommand_1 = require("./runCommand");
6
6
  const log_1 = tslib_1.__importDefault(require("../log"));
7
7
  const prompts_1 = require("../prompts");
8
- async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, }) {
8
+ async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, githubUsername, useSsh = true, }) {
9
+ const url = useSsh
10
+ ? `git@github.com:${githubUsername}/${githubRepositoryName}.git`
11
+ : `https://github.com/${githubUsername}/${githubRepositoryName}.git`;
9
12
  try {
10
13
  await (0, runCommand_1.runCommandAsync)({
11
14
  command: 'git',
12
- args: [
13
- 'clone',
14
- `git@github.com:${githubUsername}/${githubRepositoryName}.git`,
15
- targetProjectDir,
16
- ],
15
+ args: ['clone', url, targetProjectDir],
17
16
  shouldPrintStderrLineAsStdout: line => {
18
17
  return line.includes('Cloning into');
19
18
  },
19
+ showSpinner: false,
20
20
  });
21
21
  return { targetProjectDir };
22
22
  }
@@ -41,6 +41,21 @@ async function runGitCloneAsync({ targetProjectDir, githubRepositoryName, github
41
41
  targetProjectDir: newTargetProjectDir,
42
42
  });
43
43
  }
44
+ else if (useSsh && error.stderr.includes('Permission denied')) {
45
+ log_1.default.warn('It seems like you do not have permission to clone the repository using SSH.');
46
+ const shouldContinue = await (0, prompts_1.confirmAsync)({
47
+ message: 'Do you want to clone the repository using HTTPS instead?',
48
+ });
49
+ if (!shouldContinue) {
50
+ throw new Error('Permission denied. Aborting...');
51
+ }
52
+ return await runGitCloneAsync({
53
+ githubRepositoryName,
54
+ githubUsername,
55
+ targetProjectDir,
56
+ useSsh: false,
57
+ });
58
+ }
44
59
  else {
45
60
  throw error;
46
61
  }
@@ -1,7 +1,8 @@
1
- export declare function runCommandAsync({ cwd, args, command, shouldShowStderrLine, shouldPrintStderrLineAsStdout, }: {
1
+ export declare function runCommandAsync({ cwd, args, command, shouldShowStderrLine, shouldPrintStderrLineAsStdout, showSpinner, }: {
2
2
  cwd?: string;
3
3
  args: string[];
4
4
  command: string;
5
5
  shouldShowStderrLine?: (line: string) => boolean;
6
6
  shouldPrintStderrLineAsStdout?: (line: string) => boolean;
7
+ showSpinner?: boolean;
7
8
  }): Promise<void>;
@@ -6,9 +6,12 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
6
6
  const chalk_1 = tslib_1.__importDefault(require("chalk"));
7
7
  const log_1 = tslib_1.__importDefault(require("../log"));
8
8
  const ora_1 = require("../ora");
9
- async function runCommandAsync({ cwd, args, command, shouldShowStderrLine, shouldPrintStderrLineAsStdout, }) {
9
+ async function runCommandAsync({ cwd, args, command, shouldShowStderrLine, shouldPrintStderrLineAsStdout, showSpinner = true, }) {
10
10
  log_1.default.log(`🏗️ Running ${chalk_1.default.bold(`${command} ${args.join(' ')}`)}...`);
11
- const spinner = (0, ora_1.ora)(`${chalk_1.default.bold(`${command} ${args.join(' ')}`)}`).start();
11
+ let spinner;
12
+ if (showSpinner) {
13
+ spinner = (0, ora_1.ora)(`${chalk_1.default.bold(`${command} ${args.join(' ')}`)}`).start();
14
+ }
12
15
  const spawnPromise = (0, spawn_async_1.default)(command, args, {
13
16
  stdio: ['inherit', 'pipe', 'pipe'],
14
17
  cwd,
@@ -40,10 +43,20 @@ async function runCommandAsync({ cwd, args, command, shouldShowStderrLine, shoul
40
43
  await spawnPromise;
41
44
  }
42
45
  catch (error) {
43
- spinner.fail(`${chalk_1.default.bold(`${command} ${args.join(' ')}`)} failed`);
46
+ if (showSpinner) {
47
+ spinner === null || spinner === void 0 ? void 0 : spinner.fail(`${chalk_1.default.bold(`${command} ${args.join(' ')}`)} failed`);
48
+ }
49
+ else {
50
+ log_1.default.error(`❌ ${chalk_1.default.bold(`${command} ${args.join(' ')}`)} failed`);
51
+ }
44
52
  throw error;
45
53
  }
46
- spinner.succeed(`✅ ${chalk_1.default.bold(`${command} ${args.join(' ')}`)} succeeded`);
54
+ if (showSpinner) {
55
+ spinner === null || spinner === void 0 ? void 0 : spinner.succeed(`✅ ${chalk_1.default.bold(`${command} ${args.join(' ')}`)} succeeded`);
56
+ }
57
+ else {
58
+ log_1.default.log(`✅ ${chalk_1.default.bold(`${command} ${args.join(' ')}`)} succeeded`);
59
+ }
47
60
  log_1.default.log('');
48
61
  }
49
62
  exports.runCommandAsync = runCommandAsync;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "9.0.1",
2
+ "version": "9.0.2",
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": "9.0.1",
4
+ "version": "9.0.2",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -223,5 +223,5 @@
223
223
  "node": "20.11.0",
224
224
  "yarn": "1.22.21"
225
225
  },
226
- "gitHead": "40c1cbe9f68929870418e2623002eff5049e8aba"
226
+ "gitHead": "4d1675c96fdfaa38fce16a3ec8eeb5bb7ffaa3d4"
227
227
  }