eas-cli 5.1.0 → 5.2.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
@@ -133,7 +133,7 @@ ALIASES
133
133
  $ eas login
134
134
  ```
135
135
 
136
- _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/account/login.ts)_
136
+ _See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/account/login.ts)_
137
137
 
138
138
  ## `eas account:logout`
139
139
 
@@ -150,7 +150,7 @@ ALIASES
150
150
  $ eas logout
151
151
  ```
152
152
 
153
- _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/account/logout.ts)_
153
+ _See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/account/logout.ts)_
154
154
 
155
155
  ## `eas account:view`
156
156
 
@@ -167,7 +167,7 @@ ALIASES
167
167
  $ eas whoami
168
168
  ```
169
169
 
170
- _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/account/view.ts)_
170
+ _See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/account/view.ts)_
171
171
 
172
172
  ## `eas analytics [STATUS]`
173
173
 
@@ -181,7 +181,7 @@ DESCRIPTION
181
181
  display or change analytics settings
182
182
  ```
183
183
 
184
- _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/analytics.ts)_
184
+ _See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/analytics.ts)_
185
185
 
186
186
  ## `eas autocomplete [SHELL]`
187
187
 
@@ -231,7 +231,7 @@ DESCRIPTION
231
231
  create a branch
232
232
  ```
233
233
 
234
- _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/branch/create.ts)_
234
+ _See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/branch/create.ts)_
235
235
 
236
236
  ## `eas branch:delete [NAME]`
237
237
 
@@ -252,7 +252,7 @@ DESCRIPTION
252
252
  delete a branch
253
253
  ```
254
254
 
255
- _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/branch/delete.ts)_
255
+ _See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/branch/delete.ts)_
256
256
 
257
257
  ## `eas branch:list`
258
258
 
@@ -272,7 +272,7 @@ DESCRIPTION
272
272
  list all branches
273
273
  ```
274
274
 
275
- _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/branch/list.ts)_
275
+ _See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/branch/list.ts)_
276
276
 
277
277
  ## `eas branch:rename`
278
278
 
@@ -292,7 +292,7 @@ DESCRIPTION
292
292
  rename a branch
293
293
  ```
294
294
 
295
- _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/branch/rename.ts)_
295
+ _See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/branch/rename.ts)_
296
296
 
297
297
  ## `eas branch:view [NAME]`
298
298
 
@@ -315,7 +315,7 @@ DESCRIPTION
315
315
  view a branch
316
316
  ```
317
317
 
318
- _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/branch/view.ts)_
318
+ _See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/branch/view.ts)_
319
319
 
320
320
  ## `eas build`
321
321
 
@@ -345,7 +345,7 @@ DESCRIPTION
345
345
  start a build
346
346
  ```
347
347
 
348
- _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/index.ts)_
348
+ _See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/index.ts)_
349
349
 
350
350
  ## `eas build:cancel [BUILD_ID]`
351
351
 
@@ -362,7 +362,7 @@ DESCRIPTION
362
362
  cancel a build
363
363
  ```
364
364
 
365
- _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/cancel.ts)_
365
+ _See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/cancel.ts)_
366
366
 
367
367
  ## `eas build:configure`
368
368
 
@@ -379,7 +379,7 @@ DESCRIPTION
379
379
  configure the project to support EAS Build
380
380
  ```
381
381
 
382
- _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/configure.ts)_
382
+ _See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/configure.ts)_
383
383
 
384
384
  ## `eas build:inspect`
385
385
 
@@ -414,7 +414,7 @@ DESCRIPTION
414
414
  inspect the state of the project at specific build stages, useful for troubleshooting
415
415
  ```
416
416
 
417
- _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/inspect.ts)_
417
+ _See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/inspect.ts)_
418
418
 
419
419
  ## `eas build:list`
420
420
 
@@ -452,7 +452,7 @@ DESCRIPTION
452
452
  list all builds for your project
453
453
  ```
454
454
 
455
- _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/list.ts)_
455
+ _See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/list.ts)_
456
456
 
457
457
  ## `eas build:resign`
458
458
 
@@ -478,7 +478,7 @@ DESCRIPTION
478
478
  re-sign a build archive
479
479
  ```
480
480
 
481
- _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/resign.ts)_
481
+ _See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/resign.ts)_
482
482
 
483
483
  ## `eas build:run`
484
484
 
@@ -502,7 +502,7 @@ DESCRIPTION
502
502
  run simulator/emulator builds from eas-cli
503
503
  ```
504
504
 
505
- _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/run.ts)_
505
+ _See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/run.ts)_
506
506
 
507
507
  ## `eas build:submit`
508
508
 
@@ -551,7 +551,7 @@ DESCRIPTION
551
551
  get the latest version from EAS servers
552
552
  ```
553
553
 
554
- _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/version/get.ts)_
554
+ _See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/version/get.ts)_
555
555
 
556
556
  ## `eas build:version:set`
557
557
 
@@ -570,7 +570,7 @@ DESCRIPTION
570
570
  update version of an app
571
571
  ```
572
572
 
573
- _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/version/set.ts)_
573
+ _See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/version/set.ts)_
574
574
 
575
575
  ## `eas build:version:sync`
576
576
 
@@ -589,7 +589,7 @@ DESCRIPTION
589
589
  update a version in native code with a value stored on EAS servers
590
590
  ```
591
591
 
592
- _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/version/sync.ts)_
592
+ _See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/version/sync.ts)_
593
593
 
594
594
  ## `eas build:view [BUILD_ID]`
595
595
 
@@ -606,7 +606,7 @@ DESCRIPTION
606
606
  view a build for your project
607
607
  ```
608
608
 
609
- _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/build/view.ts)_
609
+ _See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/build/view.ts)_
610
610
 
611
611
  ## `eas channel:create [NAME]`
612
612
 
@@ -627,7 +627,7 @@ DESCRIPTION
627
627
  create a channel
628
628
  ```
629
629
 
630
- _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/channel/create.ts)_
630
+ _See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/channel/create.ts)_
631
631
 
632
632
  ## `eas channel:edit [NAME]`
633
633
 
@@ -649,7 +649,7 @@ DESCRIPTION
649
649
  point a channel at a new branch
650
650
  ```
651
651
 
652
- _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/channel/edit.ts)_
652
+ _See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/channel/edit.ts)_
653
653
 
654
654
  ## `eas channel:list`
655
655
 
@@ -669,7 +669,7 @@ DESCRIPTION
669
669
  list all channels
670
670
  ```
671
671
 
672
- _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/channel/list.ts)_
672
+ _See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/channel/list.ts)_
673
673
 
674
674
  ## `eas channel:rollout [CHANNEL]`
675
675
 
@@ -677,7 +677,7 @@ Roll a new branch out on a channel incrementally.
677
677
 
678
678
  ```
679
679
  USAGE
680
- $ eas channel:rollout [CHANNEL] [--action create|edit|end] [--percent <value>] [--outcome
680
+ $ eas channel:rollout [CHANNEL] [--action create|edit|end|view] [--percent <value>] [--outcome
681
681
  republish-and-revert|revert] [--branch <value>] [--runtime-version <value>] [--private-key-path <value>] [--json
682
682
  --non-interactive]
683
683
 
@@ -685,7 +685,7 @@ ARGUMENTS
685
685
  CHANNEL channel on which the rollout should be done
686
686
 
687
687
  FLAGS
688
- --action=(create|edit|end) Rollout action to perform
688
+ --action=(create|edit|end|view) Rollout action to perform
689
689
  --branch=<value> Branch to roll out. Use with --action=create
690
690
  --json Enable JSON output, non-JSON messages will be printed to stderr.
691
691
  --non-interactive Run the command in non-interactive mode.
@@ -701,7 +701,7 @@ DESCRIPTION
701
701
  Roll a new branch out on a channel incrementally.
702
702
  ```
703
703
 
704
- _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/channel/rollout.ts)_
704
+ _See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/channel/rollout.ts)_
705
705
 
706
706
  ## `eas channel:view [NAME]`
707
707
 
@@ -724,7 +724,7 @@ DESCRIPTION
724
724
  view a channel
725
725
  ```
726
726
 
727
- _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/channel/view.ts)_
727
+ _See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/channel/view.ts)_
728
728
 
729
729
  ## `eas config`
730
730
 
@@ -745,7 +745,7 @@ DESCRIPTION
745
745
  display project configuration (app.json + eas.json)
746
746
  ```
747
747
 
748
- _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/config.ts)_
748
+ _See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/config.ts)_
749
749
 
750
750
  ## `eas credentials`
751
751
 
@@ -762,7 +762,7 @@ DESCRIPTION
762
762
  manage credentials
763
763
  ```
764
764
 
765
- _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/credentials.ts)_
765
+ _See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/credentials.ts)_
766
766
 
767
767
  ## `eas device:create`
768
768
 
@@ -776,7 +776,7 @@ DESCRIPTION
776
776
  register new Apple Devices to use for internal distribution
777
777
  ```
778
778
 
779
- _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/device/create.ts)_
779
+ _See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/device/create.ts)_
780
780
 
781
781
  ## `eas device:delete`
782
782
 
@@ -796,7 +796,7 @@ DESCRIPTION
796
796
  remove a registered device from your account
797
797
  ```
798
798
 
799
- _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/device/delete.ts)_
799
+ _See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/device/delete.ts)_
800
800
 
801
801
  ## `eas device:list`
802
802
 
@@ -817,7 +817,7 @@ DESCRIPTION
817
817
  list all registered devices for your account
818
818
  ```
819
819
 
820
- _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/device/list.ts)_
820
+ _See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/device/list.ts)_
821
821
 
822
822
  ## `eas device:rename`
823
823
 
@@ -838,7 +838,7 @@ DESCRIPTION
838
838
  rename a registered device
839
839
  ```
840
840
 
841
- _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/device/rename.ts)_
841
+ _See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/device/rename.ts)_
842
842
 
843
843
  ## `eas device:view [UDID]`
844
844
 
@@ -852,7 +852,7 @@ DESCRIPTION
852
852
  view a device for your project
853
853
  ```
854
854
 
855
- _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/device/view.ts)_
855
+ _See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/device/view.ts)_
856
856
 
857
857
  ## `eas diagnostics`
858
858
 
@@ -866,7 +866,7 @@ DESCRIPTION
866
866
  display environment info
867
867
  ```
868
868
 
869
- _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/diagnostics.ts)_
869
+ _See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/diagnostics.ts)_
870
870
 
871
871
  ## `eas help [COMMAND]`
872
872
 
@@ -954,7 +954,7 @@ DESCRIPTION
954
954
  validate the local store configuration
955
955
  ```
956
956
 
957
- _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/metadata/lint.ts)_
957
+ _See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/metadata/lint.ts)_
958
958
 
959
959
  ## `eas metadata:pull`
960
960
 
@@ -971,7 +971,7 @@ DESCRIPTION
971
971
  generate the local store configuration from the app stores
972
972
  ```
973
973
 
974
- _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/metadata/pull.ts)_
974
+ _See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/metadata/pull.ts)_
975
975
 
976
976
  ## `eas metadata:push`
977
977
 
@@ -988,7 +988,7 @@ DESCRIPTION
988
988
  sync the local store configuration to the app stores
989
989
  ```
990
990
 
991
- _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/metadata/push.ts)_
991
+ _See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/metadata/push.ts)_
992
992
 
993
993
  ## `eas open`
994
994
 
@@ -1002,7 +1002,7 @@ DESCRIPTION
1002
1002
  open the project page in a web browser
1003
1003
  ```
1004
1004
 
1005
- _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/open.ts)_
1005
+ _See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/open.ts)_
1006
1006
 
1007
1007
  ## `eas project:info`
1008
1008
 
@@ -1016,7 +1016,7 @@ DESCRIPTION
1016
1016
  information about the current project
1017
1017
  ```
1018
1018
 
1019
- _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/project/info.ts)_
1019
+ _See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/project/info.ts)_
1020
1020
 
1021
1021
  ## `eas project:init`
1022
1022
 
@@ -1038,7 +1038,7 @@ ALIASES
1038
1038
  $ eas init
1039
1039
  ```
1040
1040
 
1041
- _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/project/init.ts)_
1041
+ _See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/project/init.ts)_
1042
1042
 
1043
1043
  ## `eas secret:create`
1044
1044
 
@@ -1061,7 +1061,7 @@ DESCRIPTION
1061
1061
  create an environment secret on the current project or owner account
1062
1062
  ```
1063
1063
 
1064
- _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/secret/create.ts)_
1064
+ _See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/secret/create.ts)_
1065
1065
 
1066
1066
  ## `eas secret:delete`
1067
1067
 
@@ -1079,7 +1079,7 @@ DESCRIPTION
1079
1079
  delete an environment secret by ID
1080
1080
  ```
1081
1081
 
1082
- _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/secret/delete.ts)_
1082
+ _See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/secret/delete.ts)_
1083
1083
 
1084
1084
  ## `eas secret:list`
1085
1085
 
@@ -1093,7 +1093,7 @@ DESCRIPTION
1093
1093
  list environment secrets available for your current app
1094
1094
  ```
1095
1095
 
1096
- _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/secret/list.ts)_
1096
+ _See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/secret/list.ts)_
1097
1097
 
1098
1098
  ## `eas secret:push`
1099
1099
 
@@ -1113,7 +1113,7 @@ DESCRIPTION
1113
1113
  read environment secrets from env file and store on the server
1114
1114
  ```
1115
1115
 
1116
- _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/secret/push.ts)_
1116
+ _See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/secret/push.ts)_
1117
1117
 
1118
1118
  ## `eas submit`
1119
1119
 
@@ -1143,7 +1143,7 @@ ALIASES
1143
1143
  $ eas build:submit
1144
1144
  ```
1145
1145
 
1146
- _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/submit.ts)_
1146
+ _See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/submit.ts)_
1147
1147
 
1148
1148
  ## `eas update`
1149
1149
 
@@ -1176,7 +1176,7 @@ DESCRIPTION
1176
1176
  publish an update group
1177
1177
  ```
1178
1178
 
1179
- _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/index.ts)_
1179
+ _See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/index.ts)_
1180
1180
 
1181
1181
  ## `eas update:configure`
1182
1182
 
@@ -1194,7 +1194,7 @@ DESCRIPTION
1194
1194
  configure the project to support EAS Update
1195
1195
  ```
1196
1196
 
1197
- _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/configure.ts)_
1197
+ _See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/configure.ts)_
1198
1198
 
1199
1199
  ## `eas update:delete GROUPID`
1200
1200
 
@@ -1215,7 +1215,7 @@ DESCRIPTION
1215
1215
  delete all the updates in an update group
1216
1216
  ```
1217
1217
 
1218
- _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/delete.ts)_
1218
+ _See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/delete.ts)_
1219
1219
 
1220
1220
  ## `eas update:list`
1221
1221
 
@@ -1237,7 +1237,7 @@ DESCRIPTION
1237
1237
  view the recent updates
1238
1238
  ```
1239
1239
 
1240
- _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/list.ts)_
1240
+ _See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/list.ts)_
1241
1241
 
1242
1242
  ## `eas update:republish`
1243
1243
 
@@ -1264,7 +1264,7 @@ DESCRIPTION
1264
1264
  roll back to an existing update
1265
1265
  ```
1266
1266
 
1267
- _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/republish.ts)_
1267
+ _See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/republish.ts)_
1268
1268
 
1269
1269
  ## `eas update:view GROUPID`
1270
1270
 
@@ -1284,7 +1284,7 @@ DESCRIPTION
1284
1284
  update group details
1285
1285
  ```
1286
1286
 
1287
- _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/update/view.ts)_
1287
+ _See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/update/view.ts)_
1288
1288
 
1289
1289
  ## `eas webhook:create`
1290
1290
 
@@ -1305,7 +1305,7 @@ DESCRIPTION
1305
1305
  create a webhook
1306
1306
  ```
1307
1307
 
1308
- _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/webhook/create.ts)_
1308
+ _See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/webhook/create.ts)_
1309
1309
 
1310
1310
  ## `eas webhook:delete [ID]`
1311
1311
 
@@ -1325,7 +1325,7 @@ DESCRIPTION
1325
1325
  delete a webhook
1326
1326
  ```
1327
1327
 
1328
- _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1328
+ _See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1329
1329
 
1330
1330
  ## `eas webhook:list`
1331
1331
 
@@ -1343,7 +1343,7 @@ DESCRIPTION
1343
1343
  list webhooks
1344
1344
  ```
1345
1345
 
1346
- _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/webhook/list.ts)_
1346
+ _See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/webhook/list.ts)_
1347
1347
 
1348
1348
  ## `eas webhook:update`
1349
1349
 
@@ -1365,7 +1365,7 @@ DESCRIPTION
1365
1365
  update a webhook
1366
1366
  ```
1367
1367
 
1368
- _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/webhook/update.ts)_
1368
+ _See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/webhook/update.ts)_
1369
1369
 
1370
1370
  ## `eas webhook:view ID`
1371
1371
 
@@ -1382,7 +1382,7 @@ DESCRIPTION
1382
1382
  view a webhook
1383
1383
  ```
1384
1384
 
1385
- _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.1.0/packages/eas-cli/src/commands/webhook/view.ts)_
1385
+ _See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.2.0/packages/eas-cli/src/commands/webhook/view.ts)_
1386
1386
 
1387
1387
  ## `eas whoami`
1388
1388
 
@@ -3,7 +3,8 @@ import { EndOutcome } from '../../rollout/actions/EndRollout';
3
3
  declare enum ActionRawFlagValue {
4
4
  CREATE = "create",
5
5
  EDIT = "edit",
6
- END = "end"
6
+ END = "end",
7
+ VIEW = "view"
7
8
  }
8
9
  export default class ChannelRollout extends EasCommand {
9
10
  static description: string;
@@ -10,11 +10,13 @@ const EndRollout_1 = require("../../rollout/actions/EndRollout");
10
10
  const ManageRollout_1 = require("../../rollout/actions/ManageRollout");
11
11
  const NonInteractiveRollout_1 = require("../../rollout/actions/NonInteractiveRollout");
12
12
  const RolloutMainMenu_1 = require("../../rollout/actions/RolloutMainMenu");
13
+ const json_1 = require("../../utils/json");
13
14
  var ActionRawFlagValue;
14
15
  (function (ActionRawFlagValue) {
15
16
  ActionRawFlagValue["CREATE"] = "create";
16
17
  ActionRawFlagValue["EDIT"] = "edit";
17
18
  ActionRawFlagValue["END"] = "end";
19
+ ActionRawFlagValue["VIEW"] = "view";
18
20
  })(ActionRawFlagValue || (ActionRawFlagValue = {}));
19
21
  class ChannelRollout extends EasCommand_1.default {
20
22
  async runAsync() {
@@ -24,8 +26,7 @@ class ChannelRollout extends EasCommand_1.default {
24
26
  nonInteractive: argsAndFlags.nonInteractive,
25
27
  });
26
28
  if (argsAndFlags.json) {
27
- // TODO(quin): implement json output
28
- throw new Error('Developer Preview doesnt support JSON output yet');
29
+ (0, json_1.enableJsonOutput)();
29
30
  }
30
31
  const app = { projectId, exp };
31
32
  const ctx = {
@@ -52,6 +53,8 @@ class ChannelRollout extends EasCommand_1.default {
52
53
  return ManageRollout_1.ManageRolloutActions.EDIT;
53
54
  case ActionRawFlagValue.END:
54
55
  return ManageRollout_1.ManageRolloutActions.END;
56
+ case ActionRawFlagValue.VIEW:
57
+ return ManageRollout_1.ManageRolloutActions.VIEW;
55
58
  }
56
59
  }
57
60
  sanitizeArgsAndFlags(rawFlags) {
@@ -176,8 +176,8 @@ class UpdatePublish extends EasCommand_1.default {
176
176
  branchId,
177
177
  channelName: branchName,
178
178
  });
179
+ log_1.default.withTick(`Channel: ${chalk_1.default.bold(branchName)} pointed at branch: ${chalk_1.default.bold(branchName)}`);
179
180
  }
180
- log_1.default.withTick(`Channel: ${chalk_1.default.bold(branchName)} pointed at branch: ${chalk_1.default.bold(branchName)}`);
181
181
  const vcsClient = (0, vcs_1.getVcsClient)();
182
182
  const gitCommitHash = await vcsClient.getCommitHashAsync();
183
183
  const isGitWorkingTreeDirty = await vcsClient.hasUncommittedChangesAsync();