eas-cli 9.0.10 → 9.1.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
|
@@ -94,14 +94,17 @@ eas --help COMMAND
|
|
|
94
94
|
* [`eas diagnostics`](#eas-diagnostics)
|
|
95
95
|
* [`eas help [COMMAND]`](#eas-help-command)
|
|
96
96
|
* [`eas init`](#eas-init)
|
|
97
|
+
* [`eas init:onboarding [TARGET_PROJECT_DIRECTORY]`](#eas-initonboarding-target_project_directory)
|
|
97
98
|
* [`eas login`](#eas-login)
|
|
98
99
|
* [`eas logout`](#eas-logout)
|
|
99
100
|
* [`eas metadata:lint`](#eas-metadatalint)
|
|
100
101
|
* [`eas metadata:pull`](#eas-metadatapull)
|
|
101
102
|
* [`eas metadata:push`](#eas-metadatapush)
|
|
103
|
+
* [`eas onboarding [TARGET_PROJECT_DIRECTORY]`](#eas-onboarding-target_project_directory)
|
|
102
104
|
* [`eas open`](#eas-open)
|
|
103
105
|
* [`eas project:info`](#eas-projectinfo)
|
|
104
106
|
* [`eas project:init`](#eas-projectinit)
|
|
107
|
+
* [`eas project:onboarding [TARGET_PROJECT_DIRECTORY]`](#eas-projectonboarding-target_project_directory)
|
|
105
108
|
* [`eas secret:create`](#eas-secretcreate)
|
|
106
109
|
* [`eas secret:delete`](#eas-secretdelete)
|
|
107
110
|
* [`eas secret:list`](#eas-secretlist)
|
|
@@ -140,7 +143,7 @@ ALIASES
|
|
|
140
143
|
$ eas login
|
|
141
144
|
```
|
|
142
145
|
|
|
143
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
146
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
144
147
|
|
|
145
148
|
## `eas account:logout`
|
|
146
149
|
|
|
@@ -157,7 +160,7 @@ ALIASES
|
|
|
157
160
|
$ eas logout
|
|
158
161
|
```
|
|
159
162
|
|
|
160
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
161
164
|
|
|
162
165
|
## `eas account:view`
|
|
163
166
|
|
|
@@ -174,7 +177,7 @@ ALIASES
|
|
|
174
177
|
$ eas whoami
|
|
175
178
|
```
|
|
176
179
|
|
|
177
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
178
181
|
|
|
179
182
|
## `eas analytics [STATUS]`
|
|
180
183
|
|
|
@@ -188,7 +191,7 @@ DESCRIPTION
|
|
|
188
191
|
display or change analytics settings
|
|
189
192
|
```
|
|
190
193
|
|
|
191
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
194
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
192
195
|
|
|
193
196
|
## `eas autocomplete [SHELL]`
|
|
194
197
|
|
|
@@ -240,7 +243,7 @@ DESCRIPTION
|
|
|
240
243
|
create a branch
|
|
241
244
|
```
|
|
242
245
|
|
|
243
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
246
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
244
247
|
|
|
245
248
|
## `eas branch:delete [NAME]`
|
|
246
249
|
|
|
@@ -261,7 +264,7 @@ DESCRIPTION
|
|
|
261
264
|
delete a branch
|
|
262
265
|
```
|
|
263
266
|
|
|
264
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
267
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
265
268
|
|
|
266
269
|
## `eas branch:list`
|
|
267
270
|
|
|
@@ -281,7 +284,7 @@ DESCRIPTION
|
|
|
281
284
|
list all branches
|
|
282
285
|
```
|
|
283
286
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
287
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
285
288
|
|
|
286
289
|
## `eas branch:rename`
|
|
287
290
|
|
|
@@ -301,7 +304,7 @@ DESCRIPTION
|
|
|
301
304
|
rename a branch
|
|
302
305
|
```
|
|
303
306
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
307
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
305
308
|
|
|
306
309
|
## `eas branch:view [NAME]`
|
|
307
310
|
|
|
@@ -324,7 +327,7 @@ DESCRIPTION
|
|
|
324
327
|
view a branch
|
|
325
328
|
```
|
|
326
329
|
|
|
327
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
330
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
328
331
|
|
|
329
332
|
## `eas build`
|
|
330
333
|
|
|
@@ -361,7 +364,7 @@ DESCRIPTION
|
|
|
361
364
|
start a build
|
|
362
365
|
```
|
|
363
366
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
367
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
365
368
|
|
|
366
369
|
## `eas build:cancel [BUILD_ID]`
|
|
367
370
|
|
|
@@ -380,7 +383,7 @@ DESCRIPTION
|
|
|
380
383
|
cancel a build
|
|
381
384
|
```
|
|
382
385
|
|
|
383
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
386
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
384
387
|
|
|
385
388
|
## `eas build:configure`
|
|
386
389
|
|
|
@@ -397,7 +400,7 @@ DESCRIPTION
|
|
|
397
400
|
configure the project to support EAS Build
|
|
398
401
|
```
|
|
399
402
|
|
|
400
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
401
404
|
|
|
402
405
|
## `eas build:delete [BUILD_ID]`
|
|
403
406
|
|
|
@@ -416,7 +419,7 @@ DESCRIPTION
|
|
|
416
419
|
delete a build
|
|
417
420
|
```
|
|
418
421
|
|
|
419
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
422
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
420
423
|
|
|
421
424
|
## `eas build:inspect`
|
|
422
425
|
|
|
@@ -451,7 +454,7 @@ DESCRIPTION
|
|
|
451
454
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
452
455
|
```
|
|
453
456
|
|
|
454
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
457
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
455
458
|
|
|
456
459
|
## `eas build:list`
|
|
457
460
|
|
|
@@ -492,7 +495,7 @@ DESCRIPTION
|
|
|
492
495
|
list all builds for your project
|
|
493
496
|
```
|
|
494
497
|
|
|
495
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
498
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
496
499
|
|
|
497
500
|
## `eas build:resign`
|
|
498
501
|
|
|
@@ -518,7 +521,7 @@ DESCRIPTION
|
|
|
518
521
|
re-sign a build archive
|
|
519
522
|
```
|
|
520
523
|
|
|
521
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
522
525
|
|
|
523
526
|
## `eas build:run`
|
|
524
527
|
|
|
@@ -544,7 +547,7 @@ DESCRIPTION
|
|
|
544
547
|
run simulator/emulator builds from eas-cli
|
|
545
548
|
```
|
|
546
549
|
|
|
547
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
550
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
548
551
|
|
|
549
552
|
## `eas build:submit`
|
|
550
553
|
|
|
@@ -594,7 +597,7 @@ DESCRIPTION
|
|
|
594
597
|
get the latest version from EAS servers
|
|
595
598
|
```
|
|
596
599
|
|
|
597
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
600
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
598
601
|
|
|
599
602
|
## `eas build:version:set`
|
|
600
603
|
|
|
@@ -613,7 +616,7 @@ DESCRIPTION
|
|
|
613
616
|
update version of an app
|
|
614
617
|
```
|
|
615
618
|
|
|
616
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
619
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
617
620
|
|
|
618
621
|
## `eas build:version:sync`
|
|
619
622
|
|
|
@@ -632,7 +635,7 @@ DESCRIPTION
|
|
|
632
635
|
update a version in native code with a value stored on EAS servers
|
|
633
636
|
```
|
|
634
637
|
|
|
635
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
638
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
636
639
|
|
|
637
640
|
## `eas build:view [BUILD_ID]`
|
|
638
641
|
|
|
@@ -649,7 +652,7 @@ DESCRIPTION
|
|
|
649
652
|
view a build for your project
|
|
650
653
|
```
|
|
651
654
|
|
|
652
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
655
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
653
656
|
|
|
654
657
|
## `eas channel:create [NAME]`
|
|
655
658
|
|
|
@@ -670,7 +673,7 @@ DESCRIPTION
|
|
|
670
673
|
create a channel
|
|
671
674
|
```
|
|
672
675
|
|
|
673
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
676
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
674
677
|
|
|
675
678
|
## `eas channel:edit [NAME]`
|
|
676
679
|
|
|
@@ -692,7 +695,7 @@ DESCRIPTION
|
|
|
692
695
|
point a channel at a new branch
|
|
693
696
|
```
|
|
694
697
|
|
|
695
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
698
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
696
699
|
|
|
697
700
|
## `eas channel:list`
|
|
698
701
|
|
|
@@ -712,7 +715,7 @@ DESCRIPTION
|
|
|
712
715
|
list all channels
|
|
713
716
|
```
|
|
714
717
|
|
|
715
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
718
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
716
719
|
|
|
717
720
|
## `eas channel:rollout [CHANNEL]`
|
|
718
721
|
|
|
@@ -744,7 +747,7 @@ DESCRIPTION
|
|
|
744
747
|
Roll a new branch out on a channel incrementally.
|
|
745
748
|
```
|
|
746
749
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
750
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
748
751
|
|
|
749
752
|
## `eas channel:view [NAME]`
|
|
750
753
|
|
|
@@ -767,7 +770,7 @@ DESCRIPTION
|
|
|
767
770
|
view a channel
|
|
768
771
|
```
|
|
769
772
|
|
|
770
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
773
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
771
774
|
|
|
772
775
|
## `eas config`
|
|
773
776
|
|
|
@@ -788,7 +791,7 @@ DESCRIPTION
|
|
|
788
791
|
display project configuration (app.json + eas.json)
|
|
789
792
|
```
|
|
790
793
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
794
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/config.ts)_
|
|
792
795
|
|
|
793
796
|
## `eas credentials`
|
|
794
797
|
|
|
@@ -805,7 +808,7 @@ DESCRIPTION
|
|
|
805
808
|
manage credentials
|
|
806
809
|
```
|
|
807
810
|
|
|
808
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
811
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
809
812
|
|
|
810
813
|
## `eas credentials:configure-build`
|
|
811
814
|
|
|
@@ -823,7 +826,7 @@ DESCRIPTION
|
|
|
823
826
|
Set up credentials for building your project.
|
|
824
827
|
```
|
|
825
828
|
|
|
826
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
829
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
827
830
|
|
|
828
831
|
## `eas device:create`
|
|
829
832
|
|
|
@@ -837,7 +840,7 @@ DESCRIPTION
|
|
|
837
840
|
register new Apple Devices to use for internal distribution
|
|
838
841
|
```
|
|
839
842
|
|
|
840
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
843
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
841
844
|
|
|
842
845
|
## `eas device:delete`
|
|
843
846
|
|
|
@@ -857,7 +860,7 @@ DESCRIPTION
|
|
|
857
860
|
remove a registered device from your account
|
|
858
861
|
```
|
|
859
862
|
|
|
860
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
863
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
861
864
|
|
|
862
865
|
## `eas device:list`
|
|
863
866
|
|
|
@@ -878,7 +881,7 @@ DESCRIPTION
|
|
|
878
881
|
list all registered devices for your account
|
|
879
882
|
```
|
|
880
883
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
884
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
882
885
|
|
|
883
886
|
## `eas device:rename`
|
|
884
887
|
|
|
@@ -899,7 +902,7 @@ DESCRIPTION
|
|
|
899
902
|
rename a registered device
|
|
900
903
|
```
|
|
901
904
|
|
|
902
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
905
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
903
906
|
|
|
904
907
|
## `eas device:view [UDID]`
|
|
905
908
|
|
|
@@ -913,7 +916,7 @@ DESCRIPTION
|
|
|
913
916
|
view a device for your project
|
|
914
917
|
```
|
|
915
918
|
|
|
916
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
919
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
917
920
|
|
|
918
921
|
## `eas diagnostics`
|
|
919
922
|
|
|
@@ -927,7 +930,7 @@ DESCRIPTION
|
|
|
927
930
|
display environment info
|
|
928
931
|
```
|
|
929
932
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
933
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
931
934
|
|
|
932
935
|
## `eas help [COMMAND]`
|
|
933
936
|
|
|
@@ -969,6 +972,22 @@ ALIASES
|
|
|
969
972
|
$ eas init
|
|
970
973
|
```
|
|
971
974
|
|
|
975
|
+
## `eas init:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
976
|
+
|
|
977
|
+
continue onboarding process started on the https://expo.new website.
|
|
978
|
+
|
|
979
|
+
```
|
|
980
|
+
USAGE
|
|
981
|
+
$ eas init:onboarding [TARGET_PROJECT_DIRECTORY]
|
|
982
|
+
|
|
983
|
+
DESCRIPTION
|
|
984
|
+
continue onboarding process started on the https://expo.new website.
|
|
985
|
+
|
|
986
|
+
ALIASES
|
|
987
|
+
$ eas init:onboarding
|
|
988
|
+
$ eas onboarding
|
|
989
|
+
```
|
|
990
|
+
|
|
972
991
|
## `eas login`
|
|
973
992
|
|
|
974
993
|
log in with your Expo account
|
|
@@ -1018,7 +1037,7 @@ DESCRIPTION
|
|
|
1018
1037
|
validate the local store configuration
|
|
1019
1038
|
```
|
|
1020
1039
|
|
|
1021
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1040
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1022
1041
|
|
|
1023
1042
|
## `eas metadata:pull`
|
|
1024
1043
|
|
|
@@ -1035,7 +1054,7 @@ DESCRIPTION
|
|
|
1035
1054
|
generate the local store configuration from the app stores
|
|
1036
1055
|
```
|
|
1037
1056
|
|
|
1038
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1057
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1039
1058
|
|
|
1040
1059
|
## `eas metadata:push`
|
|
1041
1060
|
|
|
@@ -1052,7 +1071,23 @@ DESCRIPTION
|
|
|
1052
1071
|
sync the local store configuration to the app stores
|
|
1053
1072
|
```
|
|
1054
1073
|
|
|
1055
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1074
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1075
|
+
|
|
1076
|
+
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1077
|
+
|
|
1078
|
+
continue onboarding process started on the https://expo.new website.
|
|
1079
|
+
|
|
1080
|
+
```
|
|
1081
|
+
USAGE
|
|
1082
|
+
$ eas onboarding [TARGET_PROJECT_DIRECTORY]
|
|
1083
|
+
|
|
1084
|
+
DESCRIPTION
|
|
1085
|
+
continue onboarding process started on the https://expo.new website.
|
|
1086
|
+
|
|
1087
|
+
ALIASES
|
|
1088
|
+
$ eas init:onboarding
|
|
1089
|
+
$ eas onboarding
|
|
1090
|
+
```
|
|
1056
1091
|
|
|
1057
1092
|
## `eas open`
|
|
1058
1093
|
|
|
@@ -1066,7 +1101,7 @@ DESCRIPTION
|
|
|
1066
1101
|
open the project page in a web browser
|
|
1067
1102
|
```
|
|
1068
1103
|
|
|
1069
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1104
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/open.ts)_
|
|
1070
1105
|
|
|
1071
1106
|
## `eas project:info`
|
|
1072
1107
|
|
|
@@ -1080,7 +1115,7 @@ DESCRIPTION
|
|
|
1080
1115
|
information about the current project
|
|
1081
1116
|
```
|
|
1082
1117
|
|
|
1083
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1118
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1084
1119
|
|
|
1085
1120
|
## `eas project:init`
|
|
1086
1121
|
|
|
@@ -1102,7 +1137,25 @@ ALIASES
|
|
|
1102
1137
|
$ eas init
|
|
1103
1138
|
```
|
|
1104
1139
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1140
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1141
|
+
|
|
1142
|
+
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1143
|
+
|
|
1144
|
+
continue onboarding process started on the https://expo.new website.
|
|
1145
|
+
|
|
1146
|
+
```
|
|
1147
|
+
USAGE
|
|
1148
|
+
$ eas project:onboarding [TARGET_PROJECT_DIRECTORY]
|
|
1149
|
+
|
|
1150
|
+
DESCRIPTION
|
|
1151
|
+
continue onboarding process started on the https://expo.new website.
|
|
1152
|
+
|
|
1153
|
+
ALIASES
|
|
1154
|
+
$ eas init:onboarding
|
|
1155
|
+
$ eas onboarding
|
|
1156
|
+
```
|
|
1157
|
+
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1106
1159
|
|
|
1107
1160
|
## `eas secret:create`
|
|
1108
1161
|
|
|
@@ -1125,7 +1178,7 @@ DESCRIPTION
|
|
|
1125
1178
|
create an environment secret on the current project or owner account
|
|
1126
1179
|
```
|
|
1127
1180
|
|
|
1128
|
-
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1181
|
+
_See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1129
1182
|
|
|
1130
1183
|
## `eas secret:delete`
|
|
1131
1184
|
|
|
@@ -1143,7 +1196,7 @@ DESCRIPTION
|
|
|
1143
1196
|
delete an environment secret by ID
|
|
1144
1197
|
```
|
|
1145
1198
|
|
|
1146
|
-
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1199
|
+
_See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1147
1200
|
|
|
1148
1201
|
## `eas secret:list`
|
|
1149
1202
|
|
|
@@ -1157,7 +1210,7 @@ DESCRIPTION
|
|
|
1157
1210
|
list environment secrets available for your current app
|
|
1158
1211
|
```
|
|
1159
1212
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1213
|
+
_See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1161
1214
|
|
|
1162
1215
|
## `eas secret:push`
|
|
1163
1216
|
|
|
@@ -1177,7 +1230,7 @@ DESCRIPTION
|
|
|
1177
1230
|
read environment secrets from env file and store on the server
|
|
1178
1231
|
```
|
|
1179
1232
|
|
|
1180
|
-
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1233
|
+
_See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1181
1234
|
|
|
1182
1235
|
## `eas submit`
|
|
1183
1236
|
|
|
@@ -1208,7 +1261,7 @@ ALIASES
|
|
|
1208
1261
|
$ eas build:submit
|
|
1209
1262
|
```
|
|
1210
1263
|
|
|
1211
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1264
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1212
1265
|
|
|
1213
1266
|
## `eas update`
|
|
1214
1267
|
|
|
@@ -1241,7 +1294,7 @@ DESCRIPTION
|
|
|
1241
1294
|
publish an update group
|
|
1242
1295
|
```
|
|
1243
1296
|
|
|
1244
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1297
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1245
1298
|
|
|
1246
1299
|
## `eas update:configure`
|
|
1247
1300
|
|
|
@@ -1259,7 +1312,7 @@ DESCRIPTION
|
|
|
1259
1312
|
configure the project to support EAS Update
|
|
1260
1313
|
```
|
|
1261
1314
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1315
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1263
1316
|
|
|
1264
1317
|
## `eas update:delete GROUPID`
|
|
1265
1318
|
|
|
@@ -1280,7 +1333,7 @@ DESCRIPTION
|
|
|
1280
1333
|
delete all the updates in an update group
|
|
1281
1334
|
```
|
|
1282
1335
|
|
|
1283
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1336
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1284
1337
|
|
|
1285
1338
|
## `eas update:list`
|
|
1286
1339
|
|
|
@@ -1302,7 +1355,7 @@ DESCRIPTION
|
|
|
1302
1355
|
view the recent updates
|
|
1303
1356
|
```
|
|
1304
1357
|
|
|
1305
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1358
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1306
1359
|
|
|
1307
1360
|
## `eas update:republish`
|
|
1308
1361
|
|
|
@@ -1329,7 +1382,7 @@ DESCRIPTION
|
|
|
1329
1382
|
roll back to an existing update
|
|
1330
1383
|
```
|
|
1331
1384
|
|
|
1332
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1385
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1333
1386
|
|
|
1334
1387
|
## `eas update:roll-back-to-embedded`
|
|
1335
1388
|
|
|
@@ -1356,7 +1409,7 @@ DESCRIPTION
|
|
|
1356
1409
|
roll back to the embedded update
|
|
1357
1410
|
```
|
|
1358
1411
|
|
|
1359
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1412
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1360
1413
|
|
|
1361
1414
|
## `eas update:rollback`
|
|
1362
1415
|
|
|
@@ -1375,7 +1428,7 @@ DESCRIPTION
|
|
|
1375
1428
|
roll back to an embedded update or an existing update
|
|
1376
1429
|
```
|
|
1377
1430
|
|
|
1378
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1431
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1379
1432
|
|
|
1380
1433
|
## `eas update:view GROUPID`
|
|
1381
1434
|
|
|
@@ -1395,7 +1448,7 @@ DESCRIPTION
|
|
|
1395
1448
|
update group details
|
|
1396
1449
|
```
|
|
1397
1450
|
|
|
1398
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1451
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1399
1452
|
|
|
1400
1453
|
## `eas webhook:create`
|
|
1401
1454
|
|
|
@@ -1416,7 +1469,7 @@ DESCRIPTION
|
|
|
1416
1469
|
create a webhook
|
|
1417
1470
|
```
|
|
1418
1471
|
|
|
1419
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1472
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1420
1473
|
|
|
1421
1474
|
## `eas webhook:delete [ID]`
|
|
1422
1475
|
|
|
@@ -1436,7 +1489,7 @@ DESCRIPTION
|
|
|
1436
1489
|
delete a webhook
|
|
1437
1490
|
```
|
|
1438
1491
|
|
|
1439
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1492
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1440
1493
|
|
|
1441
1494
|
## `eas webhook:list`
|
|
1442
1495
|
|
|
@@ -1454,7 +1507,7 @@ DESCRIPTION
|
|
|
1454
1507
|
list webhooks
|
|
1455
1508
|
```
|
|
1456
1509
|
|
|
1457
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1510
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1458
1511
|
|
|
1459
1512
|
## `eas webhook:update`
|
|
1460
1513
|
|
|
@@ -1476,7 +1529,7 @@ DESCRIPTION
|
|
|
1476
1529
|
update a webhook
|
|
1477
1530
|
```
|
|
1478
1531
|
|
|
1479
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1532
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1480
1533
|
|
|
1481
1534
|
## `eas webhook:view ID`
|
|
1482
1535
|
|
|
@@ -1493,7 +1546,7 @@ DESCRIPTION
|
|
|
1493
1546
|
view a webhook
|
|
1494
1547
|
```
|
|
1495
1548
|
|
|
1496
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.0
|
|
1549
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v9.1.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1497
1550
|
|
|
1498
1551
|
## `eas whoami`
|
|
1499
1552
|
|
|
@@ -224,9 +224,8 @@ class Onboarding extends EasCommand_1.default {
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
_a = Onboarding;
|
|
227
|
-
Onboarding.hidden = true;
|
|
228
227
|
Onboarding.aliases = ['init:onboarding', 'onboarding'];
|
|
229
|
-
Onboarding.description = 'continue onboarding process started on the expo.
|
|
228
|
+
Onboarding.description = 'continue onboarding process started on the https://expo.new website.';
|
|
230
229
|
Onboarding.flags = {};
|
|
231
230
|
Onboarding.args = [{ name: 'TARGET_PROJECT_DIRECTORY' }];
|
|
232
231
|
Onboarding.contextDefinition = {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "9.0
|
|
2
|
+
"version": "9.1.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -1940,12 +1940,11 @@
|
|
|
1940
1940
|
},
|
|
1941
1941
|
"project:onboarding": {
|
|
1942
1942
|
"id": "project:onboarding",
|
|
1943
|
-
"description": "continue onboarding process started on the expo.
|
|
1943
|
+
"description": "continue onboarding process started on the https://expo.new website.",
|
|
1944
1944
|
"strict": true,
|
|
1945
1945
|
"pluginName": "eas-cli",
|
|
1946
1946
|
"pluginAlias": "eas-cli",
|
|
1947
1947
|
"pluginType": "core",
|
|
1948
|
-
"hidden": true,
|
|
1949
1948
|
"aliases": [
|
|
1950
1949
|
"init:onboarding",
|
|
1951
1950
|
"onboarding"
|
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
|
|
4
|
+
"version": "9.1.0",
|
|
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": "
|
|
226
|
+
"gitHead": "1d07e08a70a3f02a48c174deb3294b34ac8d5dd5"
|
|
227
227
|
}
|