eas-cli 19.0.7 → 19.0.8

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.
@@ -7771,101 +7771,6 @@
7771
7771
  "push.js"
7772
7772
  ]
7773
7773
  },
7774
- "submit:internal": {
7775
- "aliases": [],
7776
- "args": {},
7777
- "flags": {
7778
- "platform": {
7779
- "name": "platform",
7780
- "required": true,
7781
- "hasDynamicHelp": false,
7782
- "multiple": false,
7783
- "options": [
7784
- "android",
7785
- "ios"
7786
- ],
7787
- "type": "option"
7788
- },
7789
- "profile": {
7790
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7791
- "name": "profile",
7792
- "hasDynamicHelp": false,
7793
- "multiple": false,
7794
- "type": "option"
7795
- },
7796
- "id": {
7797
- "description": "ID of the build to submit",
7798
- "name": "id",
7799
- "required": true,
7800
- "hasDynamicHelp": false,
7801
- "multiple": false,
7802
- "type": "option"
7803
- }
7804
- },
7805
- "hasDynamicHelp": false,
7806
- "hidden": true,
7807
- "hiddenAliases": [],
7808
- "id": "submit:internal",
7809
- "pluginAlias": "eas-cli",
7810
- "pluginName": "eas-cli",
7811
- "pluginType": "core",
7812
- "strict": true,
7813
- "enableJsonFlag": false,
7814
- "ContextOptions": {
7815
- "LoggedIn": {
7816
- "loggedIn": {}
7817
- },
7818
- "MaybeLoggedIn": {
7819
- "maybeLoggedIn": {}
7820
- },
7821
- "DynamicLoggedIn": {
7822
- "getDynamicLoggedInAsync": {}
7823
- },
7824
- "SessionManagment": {
7825
- "sessionManager": {}
7826
- },
7827
- "OptionalProjectConfig": {
7828
- "optionalPrivateProjectConfig": {}
7829
- },
7830
- "ProjectDir": {
7831
- "projectDir": {}
7832
- },
7833
- "DynamicProjectConfig": {
7834
- "getDynamicPublicProjectConfigAsync": {},
7835
- "getDynamicPrivateProjectConfigAsync": {}
7836
- },
7837
- "ProjectConfig": {
7838
- "loggedIn": {},
7839
- "privateProjectConfig": {}
7840
- },
7841
- "Analytics": {
7842
- "analytics": {}
7843
- },
7844
- "Vcs": {
7845
- "vcsClient": {}
7846
- },
7847
- "ServerSideEnvironmentVariables": {
7848
- "getServerSideEnvironmentVariablesAsync": {}
7849
- },
7850
- "ProjectId": {
7851
- "projectId": {}
7852
- }
7853
- },
7854
- "contextDefinition": {
7855
- "loggedIn": {},
7856
- "privateProjectConfig": {},
7857
- "projectDir": {},
7858
- "analytics": {},
7859
- "vcsClient": {}
7860
- },
7861
- "isESM": false,
7862
- "relativePath": [
7863
- "build",
7864
- "commands",
7865
- "submit",
7866
- "internal.js"
7867
- ]
7868
- },
7869
7774
  "simulator:get": {
7870
7775
  "aliases": [],
7871
7776
  "args": {},
@@ -8282,47 +8187,41 @@
8282
8187
  "stop.js"
8283
8188
  ]
8284
8189
  },
8285
- "webhook:create": {
8190
+ "submit:internal": {
8286
8191
  "aliases": [],
8287
8192
  "args": {},
8288
- "description": "create a webhook",
8289
8193
  "flags": {
8290
- "event": {
8291
- "description": "Event type that triggers the webhook",
8292
- "name": "event",
8194
+ "platform": {
8195
+ "name": "platform",
8196
+ "required": true,
8293
8197
  "hasDynamicHelp": false,
8294
8198
  "multiple": false,
8295
8199
  "options": [
8296
- "BUILD",
8297
- "SUBMIT"
8200
+ "android",
8201
+ "ios"
8298
8202
  ],
8299
8203
  "type": "option"
8300
8204
  },
8301
- "url": {
8302
- "description": "Webhook URL",
8303
- "name": "url",
8205
+ "profile": {
8206
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
8207
+ "name": "profile",
8304
8208
  "hasDynamicHelp": false,
8305
8209
  "multiple": false,
8306
8210
  "type": "option"
8307
8211
  },
8308
- "secret": {
8309
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
8310
- "name": "secret",
8212
+ "id": {
8213
+ "description": "ID of the build to submit",
8214
+ "name": "id",
8215
+ "required": true,
8311
8216
  "hasDynamicHelp": false,
8312
8217
  "multiple": false,
8313
8218
  "type": "option"
8314
- },
8315
- "non-interactive": {
8316
- "description": "Run the command in non-interactive mode.",
8317
- "name": "non-interactive",
8318
- "noCacheDefault": true,
8319
- "allowNo": false,
8320
- "type": "boolean"
8321
8219
  }
8322
8220
  },
8323
8221
  "hasDynamicHelp": false,
8222
+ "hidden": true,
8324
8223
  "hiddenAliases": [],
8325
- "id": "webhook:create",
8224
+ "id": "submit:internal",
8326
8225
  "pluginAlias": "eas-cli",
8327
8226
  "pluginName": "eas-cli",
8328
8227
  "pluginType": "core",
@@ -8369,28 +8268,47 @@
8369
8268
  }
8370
8269
  },
8371
8270
  "contextDefinition": {
8372
- "projectId": {},
8373
- "loggedIn": {}
8271
+ "loggedIn": {},
8272
+ "privateProjectConfig": {},
8273
+ "projectDir": {},
8274
+ "analytics": {},
8275
+ "vcsClient": {}
8374
8276
  },
8375
8277
  "isESM": false,
8376
8278
  "relativePath": [
8377
8279
  "build",
8378
8280
  "commands",
8379
- "webhook",
8380
- "create.js"
8281
+ "submit",
8282
+ "internal.js"
8381
8283
  ]
8382
8284
  },
8383
- "webhook:delete": {
8285
+ "update:configure": {
8384
8286
  "aliases": [],
8385
- "args": {
8386
- "ID": {
8387
- "description": "ID of the webhook to delete",
8388
- "name": "ID",
8389
- "required": false
8390
- }
8391
- },
8392
- "description": "delete a webhook",
8287
+ "args": {},
8288
+ "description": "configure the project to support EAS Update",
8393
8289
  "flags": {
8290
+ "platform": {
8291
+ "char": "p",
8292
+ "description": "Platform to configure",
8293
+ "name": "platform",
8294
+ "default": "all",
8295
+ "hasDynamicHelp": false,
8296
+ "multiple": false,
8297
+ "options": [
8298
+ "android",
8299
+ "ios",
8300
+ "all"
8301
+ ],
8302
+ "type": "option"
8303
+ },
8304
+ "environment": {
8305
+ "description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\".",
8306
+ "name": "environment",
8307
+ "required": false,
8308
+ "hasDynamicHelp": false,
8309
+ "multiple": false,
8310
+ "type": "option"
8311
+ },
8394
8312
  "non-interactive": {
8395
8313
  "description": "Run the command in non-interactive mode.",
8396
8314
  "name": "non-interactive",
@@ -8401,7 +8319,7 @@
8401
8319
  },
8402
8320
  "hasDynamicHelp": false,
8403
8321
  "hiddenAliases": [],
8404
- "id": "webhook:delete",
8322
+ "id": "update:configure",
8405
8323
  "pluginAlias": "eas-cli",
8406
8324
  "pluginName": "eas-cli",
8407
8325
  "pluginType": "core",
@@ -8448,43 +8366,46 @@
8448
8366
  }
8449
8367
  },
8450
8368
  "contextDefinition": {
8451
- "projectId": {},
8452
- "loggedIn": {}
8369
+ "loggedIn": {},
8370
+ "privateProjectConfig": {},
8371
+ "vcsClient": {}
8453
8372
  },
8454
8373
  "isESM": false,
8455
8374
  "relativePath": [
8456
8375
  "build",
8457
8376
  "commands",
8458
- "webhook",
8459
- "delete.js"
8377
+ "update",
8378
+ "configure.js"
8460
8379
  ]
8461
8380
  },
8462
- "webhook:list": {
8381
+ "update:delete": {
8463
8382
  "aliases": [],
8464
- "args": {},
8465
- "description": "list webhooks",
8383
+ "args": {
8384
+ "groupId": {
8385
+ "description": "The ID of an update group to delete.",
8386
+ "name": "groupId",
8387
+ "required": true
8388
+ }
8389
+ },
8390
+ "description": "delete all the updates in an update group",
8466
8391
  "flags": {
8467
- "event": {
8468
- "description": "Event type that triggers the webhook",
8469
- "name": "event",
8470
- "hasDynamicHelp": false,
8471
- "multiple": false,
8472
- "options": [
8473
- "BUILD",
8474
- "SUBMIT"
8475
- ],
8476
- "type": "option"
8477
- },
8478
8392
  "json": {
8479
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
8393
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8480
8394
  "name": "json",
8481
8395
  "allowNo": false,
8482
8396
  "type": "boolean"
8397
+ },
8398
+ "non-interactive": {
8399
+ "description": "Run the command in non-interactive mode.",
8400
+ "name": "non-interactive",
8401
+ "noCacheDefault": true,
8402
+ "allowNo": false,
8403
+ "type": "boolean"
8483
8404
  }
8484
8405
  },
8485
8406
  "hasDynamicHelp": false,
8486
8407
  "hiddenAliases": [],
8487
- "id": "webhook:list",
8408
+ "id": "update:delete",
8488
8409
  "pluginAlias": "eas-cli",
8489
8410
  "pluginName": "eas-cli",
8490
8411
  "pluginType": "core",
@@ -8531,54 +8452,46 @@
8531
8452
  }
8532
8453
  },
8533
8454
  "contextDefinition": {
8534
- "projectId": {},
8535
8455
  "loggedIn": {}
8536
8456
  },
8537
8457
  "isESM": false,
8538
8458
  "relativePath": [
8539
8459
  "build",
8540
8460
  "commands",
8541
- "webhook",
8542
- "list.js"
8461
+ "update",
8462
+ "delete.js"
8543
8463
  ]
8544
8464
  },
8545
- "webhook:update": {
8465
+ "update:edit": {
8546
8466
  "aliases": [],
8547
- "args": {},
8548
- "description": "update a webhook",
8467
+ "args": {
8468
+ "groupId": {
8469
+ "description": "The ID of an update group to edit.",
8470
+ "name": "groupId"
8471
+ }
8472
+ },
8473
+ "description": "edit all the updates in an update group",
8549
8474
  "flags": {
8550
- "id": {
8551
- "description": "Webhook ID",
8552
- "name": "id",
8553
- "required": true,
8475
+ "rollout-percentage": {
8476
+ "description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
8477
+ "name": "rollout-percentage",
8478
+ "required": false,
8554
8479
  "hasDynamicHelp": false,
8555
8480
  "multiple": false,
8556
8481
  "type": "option"
8557
8482
  },
8558
- "event": {
8559
- "description": "Event type that triggers the webhook",
8560
- "name": "event",
8483
+ "branch": {
8484
+ "description": "Branch for which to list updates to select from",
8485
+ "name": "branch",
8561
8486
  "hasDynamicHelp": false,
8562
8487
  "multiple": false,
8563
- "options": [
8564
- "BUILD",
8565
- "SUBMIT"
8566
- ],
8567
8488
  "type": "option"
8568
8489
  },
8569
- "url": {
8570
- "description": "Webhook URL",
8571
- "name": "url",
8572
- "hasDynamicHelp": false,
8573
- "multiple": false,
8574
- "type": "option"
8575
- },
8576
- "secret": {
8577
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
8578
- "name": "secret",
8579
- "hasDynamicHelp": false,
8580
- "multiple": false,
8581
- "type": "option"
8490
+ "json": {
8491
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8492
+ "name": "json",
8493
+ "allowNo": false,
8494
+ "type": "boolean"
8582
8495
  },
8583
8496
  "non-interactive": {
8584
8497
  "description": "Run the command in non-interactive mode.",
@@ -8590,7 +8503,7 @@
8590
8503
  },
8591
8504
  "hasDynamicHelp": false,
8592
8505
  "hiddenAliases": [],
8593
- "id": "webhook:update",
8506
+ "id": "update:edit",
8594
8507
  "pluginAlias": "eas-cli",
8595
8508
  "pluginName": "eas-cli",
8596
8509
  "pluginType": "core",
@@ -8637,30 +8550,151 @@
8637
8550
  }
8638
8551
  },
8639
8552
  "contextDefinition": {
8553
+ "projectId": {},
8640
8554
  "loggedIn": {}
8641
8555
  },
8642
8556
  "isESM": false,
8643
8557
  "relativePath": [
8644
8558
  "build",
8645
8559
  "commands",
8646
- "webhook",
8647
- "update.js"
8560
+ "update",
8561
+ "edit.js"
8648
8562
  ]
8649
8563
  },
8650
- "webhook:view": {
8564
+ "update": {
8651
8565
  "aliases": [],
8652
- "args": {
8653
- "ID": {
8654
- "description": "ID of the webhook to view",
8655
- "name": "ID",
8656
- "required": true
8566
+ "args": {},
8567
+ "description": "publish an update group",
8568
+ "flags": {
8569
+ "branch": {
8570
+ "description": "Branch to publish the update group on",
8571
+ "name": "branch",
8572
+ "required": false,
8573
+ "hasDynamicHelp": false,
8574
+ "multiple": false,
8575
+ "type": "option"
8576
+ },
8577
+ "channel": {
8578
+ "description": "Channel that the published update should affect",
8579
+ "name": "channel",
8580
+ "required": false,
8581
+ "hasDynamicHelp": false,
8582
+ "multiple": false,
8583
+ "type": "option"
8584
+ },
8585
+ "message": {
8586
+ "char": "m",
8587
+ "description": "A short message describing the update",
8588
+ "name": "message",
8589
+ "required": false,
8590
+ "hasDynamicHelp": false,
8591
+ "multiple": false,
8592
+ "type": "option"
8593
+ },
8594
+ "input-dir": {
8595
+ "description": "Location of the bundle",
8596
+ "name": "input-dir",
8597
+ "required": false,
8598
+ "default": "dist",
8599
+ "hasDynamicHelp": false,
8600
+ "multiple": false,
8601
+ "type": "option"
8602
+ },
8603
+ "skip-bundler": {
8604
+ "description": "Skip running Expo CLI to bundle the app before publishing",
8605
+ "name": "skip-bundler",
8606
+ "allowNo": false,
8607
+ "type": "boolean"
8608
+ },
8609
+ "clear-cache": {
8610
+ "description": "Clear the bundler cache before publishing",
8611
+ "name": "clear-cache",
8612
+ "allowNo": false,
8613
+ "type": "boolean"
8614
+ },
8615
+ "no-bytecode": {
8616
+ "description": "Skip generating Hermes bytecode (output plain JavaScript instead)",
8617
+ "hidden": true,
8618
+ "name": "no-bytecode",
8619
+ "allowNo": false,
8620
+ "type": "boolean"
8621
+ },
8622
+ "source-maps": {
8623
+ "description": "Emit source maps. Options: true (default), inline, false",
8624
+ "hidden": true,
8625
+ "name": "source-maps",
8626
+ "default": "true",
8627
+ "hasDynamicHelp": false,
8628
+ "multiple": false,
8629
+ "type": "option"
8630
+ },
8631
+ "emit-metadata": {
8632
+ "description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
8633
+ "name": "emit-metadata",
8634
+ "allowNo": false,
8635
+ "type": "boolean"
8636
+ },
8637
+ "rollout-percentage": {
8638
+ "description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
8639
+ "name": "rollout-percentage",
8640
+ "required": false,
8641
+ "hasDynamicHelp": false,
8642
+ "multiple": false,
8643
+ "type": "option"
8644
+ },
8645
+ "platform": {
8646
+ "char": "p",
8647
+ "name": "platform",
8648
+ "required": false,
8649
+ "default": "all",
8650
+ "hasDynamicHelp": false,
8651
+ "multiple": false,
8652
+ "options": [
8653
+ "android",
8654
+ "ios",
8655
+ "all"
8656
+ ],
8657
+ "type": "option"
8658
+ },
8659
+ "auto": {
8660
+ "description": "Use the current git branch and commit message for the EAS branch and update message",
8661
+ "name": "auto",
8662
+ "allowNo": false,
8663
+ "type": "boolean"
8664
+ },
8665
+ "private-key-path": {
8666
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
8667
+ "name": "private-key-path",
8668
+ "required": false,
8669
+ "hasDynamicHelp": false,
8670
+ "multiple": false,
8671
+ "type": "option"
8672
+ },
8673
+ "environment": {
8674
+ "description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\". Required for projects using Expo SDK 55 or greater.",
8675
+ "name": "environment",
8676
+ "required": false,
8677
+ "hasDynamicHelp": false,
8678
+ "multiple": false,
8679
+ "type": "option"
8680
+ },
8681
+ "json": {
8682
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8683
+ "name": "json",
8684
+ "allowNo": false,
8685
+ "type": "boolean"
8686
+ },
8687
+ "non-interactive": {
8688
+ "description": "Run the command in non-interactive mode.",
8689
+ "name": "non-interactive",
8690
+ "noCacheDefault": true,
8691
+ "allowNo": false,
8692
+ "type": "boolean"
8657
8693
  }
8658
8694
  },
8659
- "description": "view a webhook",
8660
- "flags": {},
8661
8695
  "hasDynamicHelp": false,
8662
8696
  "hiddenAliases": [],
8663
- "id": "webhook:view",
8697
+ "id": "update",
8664
8698
  "pluginAlias": "eas-cli",
8665
8699
  "pluginName": "eas-cli",
8666
8700
  "pluginType": "core",
@@ -8707,21 +8741,79 @@
8707
8741
  }
8708
8742
  },
8709
8743
  "contextDefinition": {
8710
- "loggedIn": {}
8744
+ "getDynamicPublicProjectConfigAsync": {},
8745
+ "getDynamicPrivateProjectConfigAsync": {},
8746
+ "loggedIn": {},
8747
+ "vcsClient": {},
8748
+ "getServerSideEnvironmentVariablesAsync": {}
8711
8749
  },
8712
8750
  "isESM": false,
8713
8751
  "relativePath": [
8714
8752
  "build",
8715
8753
  "commands",
8716
- "webhook",
8717
- "view.js"
8754
+ "update",
8755
+ "index.js"
8718
8756
  ]
8719
8757
  },
8720
- "workflow:cancel": {
8758
+ "update:insights": {
8721
8759
  "aliases": [],
8722
- "args": {},
8723
- "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
8760
+ "args": {
8761
+ "groupId": {
8762
+ "description": "The ID of an update group.",
8763
+ "name": "groupId",
8764
+ "required": true
8765
+ }
8766
+ },
8767
+ "description": "display launch, crash, unique-user, and size insights for an update group",
8724
8768
  "flags": {
8769
+ "platform": {
8770
+ "description": "Filter to a single platform.",
8771
+ "name": "platform",
8772
+ "hasDynamicHelp": false,
8773
+ "multiple": false,
8774
+ "options": [
8775
+ "ios",
8776
+ "android"
8777
+ ],
8778
+ "type": "option"
8779
+ },
8780
+ "days": {
8781
+ "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
8782
+ "exclusive": [
8783
+ "start",
8784
+ "end"
8785
+ ],
8786
+ "name": "days",
8787
+ "hasDynamicHelp": false,
8788
+ "multiple": false,
8789
+ "type": "option"
8790
+ },
8791
+ "start": {
8792
+ "description": "Start of insights time range (ISO date).",
8793
+ "exclusive": [
8794
+ "days"
8795
+ ],
8796
+ "name": "start",
8797
+ "hasDynamicHelp": false,
8798
+ "multiple": false,
8799
+ "type": "option"
8800
+ },
8801
+ "end": {
8802
+ "description": "End of insights time range (ISO date).",
8803
+ "exclusive": [
8804
+ "days"
8805
+ ],
8806
+ "name": "end",
8807
+ "hasDynamicHelp": false,
8808
+ "multiple": false,
8809
+ "type": "option"
8810
+ },
8811
+ "json": {
8812
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8813
+ "name": "json",
8814
+ "allowNo": false,
8815
+ "type": "boolean"
8816
+ },
8725
8817
  "non-interactive": {
8726
8818
  "description": "Run the command in non-interactive mode.",
8727
8819
  "name": "non-interactive",
@@ -8732,11 +8824,11 @@
8732
8824
  },
8733
8825
  "hasDynamicHelp": false,
8734
8826
  "hiddenAliases": [],
8735
- "id": "workflow:cancel",
8827
+ "id": "update:insights",
8736
8828
  "pluginAlias": "eas-cli",
8737
8829
  "pluginName": "eas-cli",
8738
8830
  "pluginType": "core",
8739
- "strict": false,
8831
+ "strict": true,
8740
8832
  "enableJsonFlag": false,
8741
8833
  "ContextOptions": {
8742
8834
  "LoggedIn": {
@@ -8779,113 +8871,91 @@
8779
8871
  }
8780
8872
  },
8781
8873
  "contextDefinition": {
8782
- "projectId": {},
8783
8874
  "loggedIn": {}
8784
8875
  },
8785
8876
  "isESM": false,
8786
8877
  "relativePath": [
8787
8878
  "build",
8788
8879
  "commands",
8789
- "workflow",
8790
- "cancel.js"
8880
+ "update",
8881
+ "insights.js"
8791
8882
  ]
8792
8883
  },
8793
- "workflow:create": {
8884
+ "update:list": {
8794
8885
  "aliases": [],
8795
- "args": {
8796
- "name": {
8797
- "description": "Name of the workflow file (must end with .yml or .yaml)",
8798
- "name": "name",
8799
- "required": false
8800
- }
8801
- },
8802
- "description": "create a new workflow configuration YAML file",
8886
+ "args": {},
8887
+ "description": "view the recent updates",
8803
8888
  "flags": {
8804
- "skip-validation": {
8805
- "description": "If set, the workflow file will not be validated before being created",
8806
- "name": "skip-validation",
8889
+ "branch": {
8890
+ "description": "List updates only on this branch",
8891
+ "exclusive": [
8892
+ "all"
8893
+ ],
8894
+ "name": "branch",
8895
+ "hasDynamicHelp": false,
8896
+ "multiple": false,
8897
+ "type": "option"
8898
+ },
8899
+ "all": {
8900
+ "description": "List updates on all branches",
8901
+ "exclusive": [
8902
+ "branch"
8903
+ ],
8904
+ "name": "all",
8807
8905
  "allowNo": false,
8808
8906
  "type": "boolean"
8809
- }
8810
- },
8811
- "hasDynamicHelp": false,
8812
- "hiddenAliases": [],
8813
- "id": "workflow:create",
8814
- "pluginAlias": "eas-cli",
8815
- "pluginName": "eas-cli",
8816
- "pluginType": "core",
8817
- "strict": true,
8818
- "enableJsonFlag": false,
8819
- "ContextOptions": {
8820
- "LoggedIn": {
8821
- "loggedIn": {}
8822
- },
8823
- "MaybeLoggedIn": {
8824
- "maybeLoggedIn": {}
8825
8907
  },
8826
- "DynamicLoggedIn": {
8827
- "getDynamicLoggedInAsync": {}
8828
- },
8829
- "SessionManagment": {
8830
- "sessionManager": {}
8831
- },
8832
- "OptionalProjectConfig": {
8833
- "optionalPrivateProjectConfig": {}
8834
- },
8835
- "ProjectDir": {
8836
- "projectDir": {}
8837
- },
8838
- "DynamicProjectConfig": {
8839
- "getDynamicPublicProjectConfigAsync": {},
8840
- "getDynamicPrivateProjectConfigAsync": {}
8841
- },
8842
- "ProjectConfig": {
8843
- "loggedIn": {},
8844
- "privateProjectConfig": {}
8908
+ "platform": {
8909
+ "char": "p",
8910
+ "description": "Filter updates by platform",
8911
+ "name": "platform",
8912
+ "hasDynamicHelp": false,
8913
+ "multiple": false,
8914
+ "options": [
8915
+ "android",
8916
+ "ios",
8917
+ "all"
8918
+ ],
8919
+ "type": "option"
8845
8920
  },
8846
- "Analytics": {
8847
- "analytics": {}
8921
+ "runtime-version": {
8922
+ "description": "Filter updates by runtime version",
8923
+ "name": "runtime-version",
8924
+ "hasDynamicHelp": false,
8925
+ "multiple": false,
8926
+ "type": "option"
8848
8927
  },
8849
- "Vcs": {
8850
- "vcsClient": {}
8928
+ "offset": {
8929
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
8930
+ "name": "offset",
8931
+ "hasDynamicHelp": false,
8932
+ "multiple": false,
8933
+ "type": "option"
8851
8934
  },
8852
- "ServerSideEnvironmentVariables": {
8853
- "getServerSideEnvironmentVariablesAsync": {}
8935
+ "limit": {
8936
+ "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
8937
+ "name": "limit",
8938
+ "hasDynamicHelp": false,
8939
+ "multiple": false,
8940
+ "type": "option"
8854
8941
  },
8855
- "ProjectId": {
8856
- "projectId": {}
8857
- }
8858
- },
8859
- "contextDefinition": {
8860
- "getDynamicPublicProjectConfigAsync": {},
8861
- "getDynamicPrivateProjectConfigAsync": {},
8862
- "projectDir": {},
8863
- "loggedIn": {}
8864
- },
8865
- "isESM": false,
8866
- "relativePath": [
8867
- "build",
8868
- "commands",
8869
- "workflow",
8870
- "create.js"
8871
- ]
8872
- },
8873
- "workflow:list": {
8874
- "aliases": [],
8875
- "args": {},
8876
- "description": "List workflows for the current project",
8877
- "flags": {
8878
8942
  "json": {
8879
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
8943
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8880
8944
  "name": "json",
8881
8945
  "allowNo": false,
8882
8946
  "type": "boolean"
8947
+ },
8948
+ "non-interactive": {
8949
+ "description": "Run the command in non-interactive mode.",
8950
+ "name": "non-interactive",
8951
+ "noCacheDefault": true,
8952
+ "allowNo": false,
8953
+ "type": "boolean"
8883
8954
  }
8884
8955
  },
8885
8956
  "hasDynamicHelp": false,
8886
- "hidden": true,
8887
8957
  "hiddenAliases": [],
8888
- "id": "workflow:list",
8958
+ "id": "update:list",
8889
8959
  "pluginAlias": "eas-cli",
8890
8960
  "pluginName": "eas-cli",
8891
8961
  "pluginType": "core",
@@ -8939,22 +9009,109 @@
8939
9009
  "relativePath": [
8940
9010
  "build",
8941
9011
  "commands",
8942
- "workflow",
9012
+ "update",
8943
9013
  "list.js"
8944
9014
  ]
8945
9015
  },
8946
- "workflow:logs": {
9016
+ "update:republish": {
8947
9017
  "aliases": [],
8948
- "args": {
8949
- "id": {
8950
- "description": "ID of the workflow run or workflow job to view logs for",
8951
- "name": "id"
8952
- }
8953
- },
8954
- "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
9018
+ "args": {},
9019
+ "description": "roll back to an existing update",
8955
9020
  "flags": {
9021
+ "channel": {
9022
+ "description": "Channel name to select an update group to republish from",
9023
+ "exclusive": [
9024
+ "branch",
9025
+ "group"
9026
+ ],
9027
+ "name": "channel",
9028
+ "hasDynamicHelp": false,
9029
+ "multiple": false,
9030
+ "type": "option"
9031
+ },
9032
+ "branch": {
9033
+ "description": "Branch name to select an update group to republish from",
9034
+ "exclusive": [
9035
+ "channel",
9036
+ "group"
9037
+ ],
9038
+ "name": "branch",
9039
+ "hasDynamicHelp": false,
9040
+ "multiple": false,
9041
+ "type": "option"
9042
+ },
9043
+ "group": {
9044
+ "description": "Update group ID to republish",
9045
+ "exclusive": [
9046
+ "branch",
9047
+ "channel"
9048
+ ],
9049
+ "name": "group",
9050
+ "hasDynamicHelp": false,
9051
+ "multiple": false,
9052
+ "type": "option"
9053
+ },
9054
+ "destination-channel": {
9055
+ "description": "Channel name to select a branch to republish to if republishing to a different branch",
9056
+ "exclusive": [
9057
+ "destination-branch"
9058
+ ],
9059
+ "name": "destination-channel",
9060
+ "hasDynamicHelp": false,
9061
+ "multiple": false,
9062
+ "type": "option"
9063
+ },
9064
+ "destination-branch": {
9065
+ "description": "Branch name to republish to if republishing to a different branch",
9066
+ "exclusive": [
9067
+ "destination-channel"
9068
+ ],
9069
+ "name": "destination-branch",
9070
+ "hasDynamicHelp": false,
9071
+ "multiple": false,
9072
+ "type": "option"
9073
+ },
9074
+ "message": {
9075
+ "char": "m",
9076
+ "description": "Short message describing the republished update group",
9077
+ "name": "message",
9078
+ "required": false,
9079
+ "hasDynamicHelp": false,
9080
+ "multiple": false,
9081
+ "type": "option"
9082
+ },
9083
+ "platform": {
9084
+ "char": "p",
9085
+ "name": "platform",
9086
+ "required": false,
9087
+ "default": "all",
9088
+ "hasDynamicHelp": false,
9089
+ "multiple": false,
9090
+ "options": [
9091
+ "android",
9092
+ "ios",
9093
+ "all"
9094
+ ],
9095
+ "type": "option"
9096
+ },
9097
+ "private-key-path": {
9098
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
9099
+ "name": "private-key-path",
9100
+ "required": false,
9101
+ "hasDynamicHelp": false,
9102
+ "multiple": false,
9103
+ "type": "option"
9104
+ },
9105
+ "rollout-percentage": {
9106
+ "description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
9107
+ "name": "rollout-percentage",
9108
+ "required": false,
9109
+ "hasDynamicHelp": false,
9110
+ "multiple": false,
9111
+ "type": "option"
9112
+ },
8956
9113
  "json": {
8957
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9114
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8958
9115
  "name": "json",
8959
9116
  "allowNo": false,
8960
9117
  "type": "boolean"
@@ -8965,17 +9122,11 @@
8965
9122
  "noCacheDefault": true,
8966
9123
  "allowNo": false,
8967
9124
  "type": "boolean"
8968
- },
8969
- "all-steps": {
8970
- "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
8971
- "name": "all-steps",
8972
- "allowNo": false,
8973
- "type": "boolean"
8974
9125
  }
8975
9126
  },
8976
9127
  "hasDynamicHelp": false,
8977
9128
  "hiddenAliases": [],
8978
- "id": "workflow:logs",
9129
+ "id": "update:republish",
8979
9130
  "pluginAlias": "eas-cli",
8980
9131
  "pluginName": "eas-cli",
8981
9132
  "pluginType": "core",
@@ -9022,73 +9173,89 @@
9022
9173
  }
9023
9174
  },
9024
9175
  "contextDefinition": {
9025
- "projectId": {},
9026
- "loggedIn": {}
9176
+ "loggedIn": {},
9177
+ "privateProjectConfig": {}
9027
9178
  },
9028
9179
  "isESM": false,
9029
9180
  "relativePath": [
9030
9181
  "build",
9031
9182
  "commands",
9032
- "workflow",
9033
- "logs.js"
9183
+ "update",
9184
+ "republish.js"
9034
9185
  ]
9035
9186
  },
9036
- "workflow:run": {
9187
+ "update:revert-update-rollout": {
9037
9188
  "aliases": [],
9038
- "args": {
9039
- "file": {
9040
- "description": "Path to the workflow file to run",
9041
- "name": "file",
9042
- "required": true
9043
- }
9044
- },
9045
- "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
9046
- "flags": {
9047
- "non-interactive": {
9048
- "description": "Run the command in non-interactive mode.",
9049
- "name": "non-interactive",
9050
- "noCacheDefault": true,
9051
- "allowNo": false,
9052
- "type": "boolean"
9189
+ "args": {},
9190
+ "description": "revert a rollout update for a project",
9191
+ "flags": {
9192
+ "channel": {
9193
+ "description": "Channel name to select an update group to revert the rollout update from",
9194
+ "exclusive": [
9195
+ "branch",
9196
+ "group"
9197
+ ],
9198
+ "name": "channel",
9199
+ "hasDynamicHelp": false,
9200
+ "multiple": false,
9201
+ "type": "option"
9053
9202
  },
9054
- "wait": {
9055
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
9056
- "name": "wait",
9057
- "summary": "Wait for workflow run to complete. Defaults to false.",
9058
- "allowNo": true,
9059
- "type": "boolean"
9203
+ "branch": {
9204
+ "description": "Branch name to select an update group to revert the rollout update from",
9205
+ "exclusive": [
9206
+ "channel",
9207
+ "group"
9208
+ ],
9209
+ "name": "branch",
9210
+ "hasDynamicHelp": false,
9211
+ "multiple": false,
9212
+ "type": "option"
9060
9213
  },
9061
- "input": {
9062
- "aliases": [
9063
- "f",
9064
- "field"
9214
+ "group": {
9215
+ "description": "Rollout update group ID to revert",
9216
+ "exclusive": [
9217
+ "branch",
9218
+ "channel"
9065
9219
  ],
9066
- "char": "F",
9067
- "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
9068
- "name": "input",
9069
- "summary": "Set workflow inputs",
9220
+ "name": "group",
9070
9221
  "hasDynamicHelp": false,
9071
- "multiple": true,
9222
+ "multiple": false,
9072
9223
  "type": "option"
9073
9224
  },
9074
- "ref": {
9075
- "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
9076
- "name": "ref",
9077
- "summary": "Git reference to run the workflow on",
9225
+ "message": {
9226
+ "char": "m",
9227
+ "description": "Short message describing the revert",
9228
+ "name": "message",
9229
+ "required": false,
9230
+ "hasDynamicHelp": false,
9231
+ "multiple": false,
9232
+ "type": "option"
9233
+ },
9234
+ "private-key-path": {
9235
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
9236
+ "name": "private-key-path",
9237
+ "required": false,
9078
9238
  "hasDynamicHelp": false,
9079
9239
  "multiple": false,
9080
9240
  "type": "option"
9081
9241
  },
9082
9242
  "json": {
9083
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9243
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
9084
9244
  "name": "json",
9085
9245
  "allowNo": false,
9086
9246
  "type": "boolean"
9247
+ },
9248
+ "non-interactive": {
9249
+ "description": "Run the command in non-interactive mode.",
9250
+ "name": "non-interactive",
9251
+ "noCacheDefault": true,
9252
+ "allowNo": false,
9253
+ "type": "boolean"
9087
9254
  }
9088
9255
  },
9089
9256
  "hasDynamicHelp": false,
9090
9257
  "hiddenAliases": [],
9091
- "id": "workflow:run",
9258
+ "id": "update:revert-update-rollout",
9092
9259
  "pluginAlias": "eas-cli",
9093
9260
  "pluginName": "eas-cli",
9094
9261
  "pluginType": "core",
@@ -9135,66 +9302,94 @@
9135
9302
  }
9136
9303
  },
9137
9304
  "contextDefinition": {
9138
- "getDynamicPublicProjectConfigAsync": {},
9139
- "getDynamicPrivateProjectConfigAsync": {},
9140
- "projectDir": {},
9141
- "vcsClient": {},
9142
- "loggedIn": {}
9305
+ "loggedIn": {},
9306
+ "privateProjectConfig": {},
9307
+ "vcsClient": {}
9143
9308
  },
9144
9309
  "isESM": false,
9145
9310
  "relativePath": [
9146
9311
  "build",
9147
9312
  "commands",
9148
- "workflow",
9149
- "run.js"
9313
+ "update",
9314
+ "revert-update-rollout.js"
9150
9315
  ]
9151
9316
  },
9152
- "workflow:runs": {
9317
+ "update:roll-back-to-embedded": {
9153
9318
  "aliases": [],
9154
9319
  "args": {},
9155
- "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
9320
+ "description": "roll back to the embedded update",
9156
9321
  "flags": {
9157
- "workflow": {
9158
- "description": "If present, the query will only return runs for the specified workflow file name",
9159
- "name": "workflow",
9322
+ "branch": {
9323
+ "description": "Branch to publish the rollback to embedded update group on",
9324
+ "name": "branch",
9160
9325
  "required": false,
9161
9326
  "hasDynamicHelp": false,
9162
9327
  "multiple": false,
9163
9328
  "type": "option"
9164
9329
  },
9165
- "status": {
9166
- "description": "If present, filter the returned runs to select those with the specified status",
9167
- "name": "status",
9330
+ "channel": {
9331
+ "description": "Channel that the published rollback to embedded update should affect",
9332
+ "name": "channel",
9333
+ "required": false,
9334
+ "hasDynamicHelp": false,
9335
+ "multiple": false,
9336
+ "type": "option"
9337
+ },
9338
+ "runtime-version": {
9339
+ "description": "Runtime version that the rollback to embedded update should target",
9340
+ "name": "runtime-version",
9341
+ "required": false,
9342
+ "hasDynamicHelp": false,
9343
+ "multiple": false,
9344
+ "type": "option"
9345
+ },
9346
+ "message": {
9347
+ "description": "A short message describing the rollback to embedded update",
9348
+ "name": "message",
9349
+ "required": false,
9350
+ "hasDynamicHelp": false,
9351
+ "multiple": false,
9352
+ "type": "option"
9353
+ },
9354
+ "platform": {
9355
+ "char": "p",
9356
+ "name": "platform",
9168
9357
  "required": false,
9358
+ "default": "all",
9169
9359
  "hasDynamicHelp": false,
9170
9360
  "multiple": false,
9171
9361
  "options": [
9172
- "ACTION_REQUIRED",
9173
- "CANCELED",
9174
- "FAILURE",
9175
- "IN_PROGRESS",
9176
- "NEW",
9177
- "SUCCESS"
9362
+ "android",
9363
+ "ios",
9364
+ "all"
9178
9365
  ],
9179
9366
  "type": "option"
9180
9367
  },
9368
+ "private-key-path": {
9369
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
9370
+ "name": "private-key-path",
9371
+ "required": false,
9372
+ "hasDynamicHelp": false,
9373
+ "multiple": false,
9374
+ "type": "option"
9375
+ },
9181
9376
  "json": {
9182
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9377
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
9183
9378
  "name": "json",
9184
9379
  "allowNo": false,
9185
9380
  "type": "boolean"
9186
9381
  },
9187
- "limit": {
9188
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
9189
- "name": "limit",
9190
- "hasDynamicHelp": false,
9191
- "multiple": false,
9192
- "type": "option"
9382
+ "non-interactive": {
9383
+ "description": "Run the command in non-interactive mode.",
9384
+ "name": "non-interactive",
9385
+ "noCacheDefault": true,
9386
+ "allowNo": false,
9387
+ "type": "boolean"
9193
9388
  }
9194
9389
  },
9195
9390
  "hasDynamicHelp": false,
9196
9391
  "hiddenAliases": [],
9197
- "id": "workflow:runs",
9392
+ "id": "update:roll-back-to-embedded",
9198
9393
  "pluginAlias": "eas-cli",
9199
9394
  "pluginName": "eas-cli",
9200
9395
  "pluginType": "core",
@@ -9241,51 +9436,36 @@
9241
9436
  }
9242
9437
  },
9243
9438
  "contextDefinition": {
9244
- "projectId": {},
9245
- "loggedIn": {}
9439
+ "getDynamicPublicProjectConfigAsync": {},
9440
+ "getDynamicPrivateProjectConfigAsync": {},
9441
+ "loggedIn": {},
9442
+ "vcsClient": {}
9246
9443
  },
9247
9444
  "isESM": false,
9248
9445
  "relativePath": [
9249
9446
  "build",
9250
9447
  "commands",
9251
- "workflow",
9252
- "runs.js"
9448
+ "update",
9449
+ "roll-back-to-embedded.js"
9253
9450
  ]
9254
9451
  },
9255
- "workflow:status": {
9452
+ "update:rollback": {
9256
9453
  "aliases": [],
9257
- "args": {
9258
- "WORKFLOW_RUN_ID": {
9259
- "description": "A workflow run ID.",
9260
- "name": "WORKFLOW_RUN_ID"
9261
- }
9262
- },
9263
- "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
9454
+ "args": {},
9455
+ "description": "Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should instead execute \"eas update:republish\" or \"eas update:roll-back-to-embedded\".",
9264
9456
  "flags": {
9265
- "non-interactive": {
9266
- "description": "Run the command in non-interactive mode.",
9267
- "name": "non-interactive",
9268
- "noCacheDefault": true,
9269
- "allowNo": false,
9270
- "type": "boolean"
9271
- },
9272
- "wait": {
9273
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
9274
- "name": "wait",
9275
- "summary": "Wait for workflow run to complete. Defaults to false.",
9276
- "allowNo": true,
9277
- "type": "boolean"
9278
- },
9279
- "json": {
9280
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9281
- "name": "json",
9282
- "allowNo": false,
9283
- "type": "boolean"
9457
+ "private-key-path": {
9458
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
9459
+ "name": "private-key-path",
9460
+ "required": false,
9461
+ "hasDynamicHelp": false,
9462
+ "multiple": false,
9463
+ "type": "option"
9284
9464
  }
9285
9465
  },
9286
9466
  "hasDynamicHelp": false,
9287
9467
  "hiddenAliases": [],
9288
- "id": "workflow:status",
9468
+ "id": "update:rollback",
9289
9469
  "pluginAlias": "eas-cli",
9290
9470
  "pluginName": "eas-cli",
9291
9471
  "pluginType": "core",
@@ -9331,51 +9511,81 @@
9331
9511
  "projectId": {}
9332
9512
  }
9333
9513
  },
9334
- "contextDefinition": {
9335
- "getDynamicPublicProjectConfigAsync": {},
9336
- "getDynamicPrivateProjectConfigAsync": {},
9337
- "projectDir": {},
9338
- "vcsClient": {},
9339
- "loggedIn": {}
9340
- },
9514
+ "contextDefinition": {},
9341
9515
  "isESM": false,
9342
9516
  "relativePath": [
9343
9517
  "build",
9344
9518
  "commands",
9345
- "workflow",
9346
- "status.js"
9519
+ "update",
9520
+ "rollback.js"
9347
9521
  ]
9348
9522
  },
9349
- "workflow:validate": {
9523
+ "update:view": {
9350
9524
  "aliases": [],
9351
9525
  "args": {
9352
- "path": {
9353
- "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
9354
- "name": "path",
9526
+ "groupId": {
9527
+ "description": "The ID of an update group.",
9528
+ "name": "groupId",
9355
9529
  "required": true
9356
9530
  }
9357
9531
  },
9358
- "description": "validate a workflow configuration yaml file",
9532
+ "description": "update group details",
9359
9533
  "flags": {
9360
- "non-interactive": {
9361
- "description": "Run the command in non-interactive mode.",
9362
- "name": "non-interactive",
9363
- "noCacheDefault": true,
9534
+ "insights": {
9535
+ "description": "Also show insights (launches, crash rate, unique users, payload size) for the update group.",
9536
+ "name": "insights",
9364
9537
  "allowNo": false,
9365
9538
  "type": "boolean"
9366
- }
9367
- },
9368
- "hasDynamicHelp": false,
9369
- "hiddenAliases": [],
9370
- "id": "workflow:validate",
9371
- "pluginAlias": "eas-cli",
9372
- "pluginName": "eas-cli",
9373
- "pluginType": "core",
9374
- "strict": true,
9375
- "enableJsonFlag": false,
9376
- "ContextOptions": {
9377
- "LoggedIn": {
9378
- "loggedIn": {}
9539
+ },
9540
+ "days": {
9541
+ "description": "Show insights from the last N days (default 7). Only used with --insights.",
9542
+ "exclusive": [
9543
+ "start",
9544
+ "end"
9545
+ ],
9546
+ "name": "days",
9547
+ "hasDynamicHelp": false,
9548
+ "multiple": false,
9549
+ "type": "option"
9550
+ },
9551
+ "start": {
9552
+ "description": "Start of insights time range (ISO date). Only used with --insights.",
9553
+ "exclusive": [
9554
+ "days"
9555
+ ],
9556
+ "name": "start",
9557
+ "hasDynamicHelp": false,
9558
+ "multiple": false,
9559
+ "type": "option"
9560
+ },
9561
+ "end": {
9562
+ "description": "End of insights time range (ISO date). Only used with --insights.",
9563
+ "exclusive": [
9564
+ "days"
9565
+ ],
9566
+ "name": "end",
9567
+ "hasDynamicHelp": false,
9568
+ "multiple": false,
9569
+ "type": "option"
9570
+ },
9571
+ "json": {
9572
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9573
+ "name": "json",
9574
+ "allowNo": false,
9575
+ "type": "boolean"
9576
+ }
9577
+ },
9578
+ "hasDynamicHelp": false,
9579
+ "hiddenAliases": [],
9580
+ "id": "update:view",
9581
+ "pluginAlias": "eas-cli",
9582
+ "pluginName": "eas-cli",
9583
+ "pluginType": "core",
9584
+ "strict": true,
9585
+ "enableJsonFlag": false,
9586
+ "ContextOptions": {
9587
+ "LoggedIn": {
9588
+ "loggedIn": {}
9379
9589
  },
9380
9590
  "MaybeLoggedIn": {
9381
9591
  "maybeLoggedIn": {}
@@ -9414,35 +9624,45 @@
9414
9624
  }
9415
9625
  },
9416
9626
  "contextDefinition": {
9417
- "getDynamicPublicProjectConfigAsync": {},
9418
- "getDynamicPrivateProjectConfigAsync": {},
9419
- "projectDir": {},
9420
- "projectId": {},
9421
9627
  "loggedIn": {}
9422
9628
  },
9423
9629
  "isESM": false,
9424
9630
  "relativePath": [
9425
9631
  "build",
9426
9632
  "commands",
9427
- "workflow",
9428
- "validate.js"
9633
+ "update",
9634
+ "view.js"
9429
9635
  ]
9430
9636
  },
9431
- "workflow:view": {
9637
+ "webhook:create": {
9432
9638
  "aliases": [],
9433
- "args": {
9434
- "id": {
9435
- "description": "ID of the workflow run to view",
9436
- "name": "id"
9437
- }
9438
- },
9439
- "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
9639
+ "args": {},
9640
+ "description": "create a webhook",
9440
9641
  "flags": {
9441
- "json": {
9442
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9443
- "name": "json",
9444
- "allowNo": false,
9445
- "type": "boolean"
9642
+ "event": {
9643
+ "description": "Event type that triggers the webhook",
9644
+ "name": "event",
9645
+ "hasDynamicHelp": false,
9646
+ "multiple": false,
9647
+ "options": [
9648
+ "BUILD",
9649
+ "SUBMIT"
9650
+ ],
9651
+ "type": "option"
9652
+ },
9653
+ "url": {
9654
+ "description": "Webhook URL",
9655
+ "name": "url",
9656
+ "hasDynamicHelp": false,
9657
+ "multiple": false,
9658
+ "type": "option"
9659
+ },
9660
+ "secret": {
9661
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9662
+ "name": "secret",
9663
+ "hasDynamicHelp": false,
9664
+ "multiple": false,
9665
+ "type": "option"
9446
9666
  },
9447
9667
  "non-interactive": {
9448
9668
  "description": "Run the command in non-interactive mode.",
@@ -9454,7 +9674,7 @@
9454
9674
  },
9455
9675
  "hasDynamicHelp": false,
9456
9676
  "hiddenAliases": [],
9457
- "id": "workflow:view",
9677
+ "id": "webhook:create",
9458
9678
  "pluginAlias": "eas-cli",
9459
9679
  "pluginName": "eas-cli",
9460
9680
  "pluginType": "core",
@@ -9508,37 +9728,21 @@
9508
9728
  "relativePath": [
9509
9729
  "build",
9510
9730
  "commands",
9511
- "workflow",
9512
- "view.js"
9731
+ "webhook",
9732
+ "create.js"
9513
9733
  ]
9514
9734
  },
9515
- "update:configure": {
9735
+ "webhook:delete": {
9516
9736
  "aliases": [],
9517
- "args": {},
9518
- "description": "configure the project to support EAS Update",
9737
+ "args": {
9738
+ "ID": {
9739
+ "description": "ID of the webhook to delete",
9740
+ "name": "ID",
9741
+ "required": false
9742
+ }
9743
+ },
9744
+ "description": "delete a webhook",
9519
9745
  "flags": {
9520
- "platform": {
9521
- "char": "p",
9522
- "description": "Platform to configure",
9523
- "name": "platform",
9524
- "default": "all",
9525
- "hasDynamicHelp": false,
9526
- "multiple": false,
9527
- "options": [
9528
- "android",
9529
- "ios",
9530
- "all"
9531
- ],
9532
- "type": "option"
9533
- },
9534
- "environment": {
9535
- "description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\".",
9536
- "name": "environment",
9537
- "required": false,
9538
- "hasDynamicHelp": false,
9539
- "multiple": false,
9540
- "type": "option"
9541
- },
9542
9746
  "non-interactive": {
9543
9747
  "description": "Run the command in non-interactive mode.",
9544
9748
  "name": "non-interactive",
@@ -9549,7 +9753,7 @@
9549
9753
  },
9550
9754
  "hasDynamicHelp": false,
9551
9755
  "hiddenAliases": [],
9552
- "id": "update:configure",
9756
+ "id": "webhook:delete",
9553
9757
  "pluginAlias": "eas-cli",
9554
9758
  "pluginName": "eas-cli",
9555
9759
  "pluginType": "core",
@@ -9596,46 +9800,43 @@
9596
9800
  }
9597
9801
  },
9598
9802
  "contextDefinition": {
9599
- "loggedIn": {},
9600
- "privateProjectConfig": {},
9601
- "vcsClient": {}
9803
+ "projectId": {},
9804
+ "loggedIn": {}
9602
9805
  },
9603
9806
  "isESM": false,
9604
9807
  "relativePath": [
9605
9808
  "build",
9606
9809
  "commands",
9607
- "update",
9608
- "configure.js"
9810
+ "webhook",
9811
+ "delete.js"
9609
9812
  ]
9610
9813
  },
9611
- "update:delete": {
9814
+ "webhook:list": {
9612
9815
  "aliases": [],
9613
- "args": {
9614
- "groupId": {
9615
- "description": "The ID of an update group to delete.",
9616
- "name": "groupId",
9617
- "required": true
9618
- }
9619
- },
9620
- "description": "delete all the updates in an update group",
9816
+ "args": {},
9817
+ "description": "list webhooks",
9621
9818
  "flags": {
9819
+ "event": {
9820
+ "description": "Event type that triggers the webhook",
9821
+ "name": "event",
9822
+ "hasDynamicHelp": false,
9823
+ "multiple": false,
9824
+ "options": [
9825
+ "BUILD",
9826
+ "SUBMIT"
9827
+ ],
9828
+ "type": "option"
9829
+ },
9622
9830
  "json": {
9623
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
9831
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9624
9832
  "name": "json",
9625
9833
  "allowNo": false,
9626
9834
  "type": "boolean"
9627
- },
9628
- "non-interactive": {
9629
- "description": "Run the command in non-interactive mode.",
9630
- "name": "non-interactive",
9631
- "noCacheDefault": true,
9632
- "allowNo": false,
9633
- "type": "boolean"
9634
9835
  }
9635
9836
  },
9636
9837
  "hasDynamicHelp": false,
9637
9838
  "hiddenAliases": [],
9638
- "id": "update:delete",
9839
+ "id": "webhook:list",
9639
9840
  "pluginAlias": "eas-cli",
9640
9841
  "pluginName": "eas-cli",
9641
9842
  "pluginType": "core",
@@ -9682,46 +9883,54 @@
9682
9883
  }
9683
9884
  },
9684
9885
  "contextDefinition": {
9886
+ "projectId": {},
9685
9887
  "loggedIn": {}
9686
9888
  },
9687
9889
  "isESM": false,
9688
9890
  "relativePath": [
9689
9891
  "build",
9690
9892
  "commands",
9691
- "update",
9692
- "delete.js"
9893
+ "webhook",
9894
+ "list.js"
9693
9895
  ]
9694
9896
  },
9695
- "update:edit": {
9897
+ "webhook:update": {
9696
9898
  "aliases": [],
9697
- "args": {
9698
- "groupId": {
9699
- "description": "The ID of an update group to edit.",
9700
- "name": "groupId"
9701
- }
9702
- },
9703
- "description": "edit all the updates in an update group",
9899
+ "args": {},
9900
+ "description": "update a webhook",
9704
9901
  "flags": {
9705
- "rollout-percentage": {
9706
- "description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
9707
- "name": "rollout-percentage",
9708
- "required": false,
9902
+ "id": {
9903
+ "description": "Webhook ID",
9904
+ "name": "id",
9905
+ "required": true,
9709
9906
  "hasDynamicHelp": false,
9710
9907
  "multiple": false,
9711
9908
  "type": "option"
9712
9909
  },
9713
- "branch": {
9714
- "description": "Branch for which to list updates to select from",
9715
- "name": "branch",
9910
+ "event": {
9911
+ "description": "Event type that triggers the webhook",
9912
+ "name": "event",
9716
9913
  "hasDynamicHelp": false,
9717
9914
  "multiple": false,
9915
+ "options": [
9916
+ "BUILD",
9917
+ "SUBMIT"
9918
+ ],
9718
9919
  "type": "option"
9719
9920
  },
9720
- "json": {
9721
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
9722
- "name": "json",
9723
- "allowNo": false,
9724
- "type": "boolean"
9921
+ "url": {
9922
+ "description": "Webhook URL",
9923
+ "name": "url",
9924
+ "hasDynamicHelp": false,
9925
+ "multiple": false,
9926
+ "type": "option"
9927
+ },
9928
+ "secret": {
9929
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9930
+ "name": "secret",
9931
+ "hasDynamicHelp": false,
9932
+ "multiple": false,
9933
+ "type": "option"
9725
9934
  },
9726
9935
  "non-interactive": {
9727
9936
  "description": "Run the command in non-interactive mode.",
@@ -9733,7 +9942,7 @@
9733
9942
  },
9734
9943
  "hasDynamicHelp": false,
9735
9944
  "hiddenAliases": [],
9736
- "id": "update:edit",
9945
+ "id": "webhook:update",
9737
9946
  "pluginAlias": "eas-cli",
9738
9947
  "pluginName": "eas-cli",
9739
9948
  "pluginType": "core",
@@ -9780,140 +9989,91 @@
9780
9989
  }
9781
9990
  },
9782
9991
  "contextDefinition": {
9783
- "projectId": {},
9784
9992
  "loggedIn": {}
9785
9993
  },
9786
9994
  "isESM": false,
9787
9995
  "relativePath": [
9788
9996
  "build",
9789
9997
  "commands",
9790
- "update",
9791
- "edit.js"
9998
+ "webhook",
9999
+ "update.js"
9792
10000
  ]
9793
10001
  },
9794
- "update": {
10002
+ "webhook:view": {
9795
10003
  "aliases": [],
9796
- "args": {},
9797
- "description": "publish an update group",
9798
- "flags": {
9799
- "branch": {
9800
- "description": "Branch to publish the update group on",
9801
- "name": "branch",
9802
- "required": false,
9803
- "hasDynamicHelp": false,
9804
- "multiple": false,
9805
- "type": "option"
9806
- },
9807
- "channel": {
9808
- "description": "Channel that the published update should affect",
9809
- "name": "channel",
9810
- "required": false,
9811
- "hasDynamicHelp": false,
9812
- "multiple": false,
9813
- "type": "option"
9814
- },
9815
- "message": {
9816
- "char": "m",
9817
- "description": "A short message describing the update",
9818
- "name": "message",
9819
- "required": false,
9820
- "hasDynamicHelp": false,
9821
- "multiple": false,
9822
- "type": "option"
9823
- },
9824
- "input-dir": {
9825
- "description": "Location of the bundle",
9826
- "name": "input-dir",
9827
- "required": false,
9828
- "default": "dist",
9829
- "hasDynamicHelp": false,
9830
- "multiple": false,
9831
- "type": "option"
9832
- },
9833
- "skip-bundler": {
9834
- "description": "Skip running Expo CLI to bundle the app before publishing",
9835
- "name": "skip-bundler",
9836
- "allowNo": false,
9837
- "type": "boolean"
10004
+ "args": {
10005
+ "ID": {
10006
+ "description": "ID of the webhook to view",
10007
+ "name": "ID",
10008
+ "required": true
10009
+ }
10010
+ },
10011
+ "description": "view a webhook",
10012
+ "flags": {},
10013
+ "hasDynamicHelp": false,
10014
+ "hiddenAliases": [],
10015
+ "id": "webhook:view",
10016
+ "pluginAlias": "eas-cli",
10017
+ "pluginName": "eas-cli",
10018
+ "pluginType": "core",
10019
+ "strict": true,
10020
+ "enableJsonFlag": false,
10021
+ "ContextOptions": {
10022
+ "LoggedIn": {
10023
+ "loggedIn": {}
9838
10024
  },
9839
- "clear-cache": {
9840
- "description": "Clear the bundler cache before publishing",
9841
- "name": "clear-cache",
9842
- "allowNo": false,
9843
- "type": "boolean"
10025
+ "MaybeLoggedIn": {
10026
+ "maybeLoggedIn": {}
9844
10027
  },
9845
- "no-bytecode": {
9846
- "description": "Skip generating Hermes bytecode (output plain JavaScript instead)",
9847
- "hidden": true,
9848
- "name": "no-bytecode",
9849
- "allowNo": false,
9850
- "type": "boolean"
10028
+ "DynamicLoggedIn": {
10029
+ "getDynamicLoggedInAsync": {}
9851
10030
  },
9852
- "source-maps": {
9853
- "description": "Emit source maps. Options: true (default), inline, false",
9854
- "hidden": true,
9855
- "name": "source-maps",
9856
- "default": "true",
9857
- "hasDynamicHelp": false,
9858
- "multiple": false,
9859
- "type": "option"
10031
+ "SessionManagment": {
10032
+ "sessionManager": {}
9860
10033
  },
9861
- "emit-metadata": {
9862
- "description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
9863
- "name": "emit-metadata",
9864
- "allowNo": false,
9865
- "type": "boolean"
10034
+ "OptionalProjectConfig": {
10035
+ "optionalPrivateProjectConfig": {}
9866
10036
  },
9867
- "rollout-percentage": {
9868
- "description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
9869
- "name": "rollout-percentage",
9870
- "required": false,
9871
- "hasDynamicHelp": false,
9872
- "multiple": false,
9873
- "type": "option"
10037
+ "ProjectDir": {
10038
+ "projectDir": {}
9874
10039
  },
9875
- "platform": {
9876
- "char": "p",
9877
- "name": "platform",
9878
- "required": false,
9879
- "default": "all",
9880
- "hasDynamicHelp": false,
9881
- "multiple": false,
9882
- "options": [
9883
- "android",
9884
- "ios",
9885
- "all"
9886
- ],
9887
- "type": "option"
10040
+ "DynamicProjectConfig": {
10041
+ "getDynamicPublicProjectConfigAsync": {},
10042
+ "getDynamicPrivateProjectConfigAsync": {}
9888
10043
  },
9889
- "auto": {
9890
- "description": "Use the current git branch and commit message for the EAS branch and update message",
9891
- "name": "auto",
9892
- "allowNo": false,
9893
- "type": "boolean"
10044
+ "ProjectConfig": {
10045
+ "loggedIn": {},
10046
+ "privateProjectConfig": {}
9894
10047
  },
9895
- "private-key-path": {
9896
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
9897
- "name": "private-key-path",
9898
- "required": false,
9899
- "hasDynamicHelp": false,
9900
- "multiple": false,
9901
- "type": "option"
10048
+ "Analytics": {
10049
+ "analytics": {}
9902
10050
  },
9903
- "environment": {
9904
- "description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\". Required for projects using Expo SDK 55 or greater.",
9905
- "name": "environment",
9906
- "required": false,
9907
- "hasDynamicHelp": false,
9908
- "multiple": false,
9909
- "type": "option"
10051
+ "Vcs": {
10052
+ "vcsClient": {}
9910
10053
  },
9911
- "json": {
9912
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
9913
- "name": "json",
9914
- "allowNo": false,
9915
- "type": "boolean"
10054
+ "ServerSideEnvironmentVariables": {
10055
+ "getServerSideEnvironmentVariablesAsync": {}
9916
10056
  },
10057
+ "ProjectId": {
10058
+ "projectId": {}
10059
+ }
10060
+ },
10061
+ "contextDefinition": {
10062
+ "loggedIn": {}
10063
+ },
10064
+ "isESM": false,
10065
+ "relativePath": [
10066
+ "build",
10067
+ "commands",
10068
+ "webhook",
10069
+ "view.js"
10070
+ ]
10071
+ },
10072
+ "workflow:cancel": {
10073
+ "aliases": [],
10074
+ "args": {},
10075
+ "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
10076
+ "flags": {
9917
10077
  "non-interactive": {
9918
10078
  "description": "Run the command in non-interactive mode.",
9919
10079
  "name": "non-interactive",
@@ -9924,11 +10084,11 @@
9924
10084
  },
9925
10085
  "hasDynamicHelp": false,
9926
10086
  "hiddenAliases": [],
9927
- "id": "update",
10087
+ "id": "workflow:cancel",
9928
10088
  "pluginAlias": "eas-cli",
9929
10089
  "pluginName": "eas-cli",
9930
10090
  "pluginType": "core",
9931
- "strict": true,
10091
+ "strict": false,
9932
10092
  "enableJsonFlag": false,
9933
10093
  "ContextOptions": {
9934
10094
  "LoggedIn": {
@@ -9971,90 +10131,38 @@
9971
10131
  }
9972
10132
  },
9973
10133
  "contextDefinition": {
9974
- "getDynamicPublicProjectConfigAsync": {},
9975
- "getDynamicPrivateProjectConfigAsync": {},
9976
- "loggedIn": {},
9977
- "vcsClient": {},
9978
- "getServerSideEnvironmentVariablesAsync": {}
10134
+ "projectId": {},
10135
+ "loggedIn": {}
9979
10136
  },
9980
10137
  "isESM": false,
9981
10138
  "relativePath": [
9982
10139
  "build",
9983
10140
  "commands",
9984
- "update",
9985
- "index.js"
10141
+ "workflow",
10142
+ "cancel.js"
9986
10143
  ]
9987
10144
  },
9988
- "update:insights": {
10145
+ "workflow:create": {
9989
10146
  "aliases": [],
9990
10147
  "args": {
9991
- "groupId": {
9992
- "description": "The ID of an update group.",
9993
- "name": "groupId",
9994
- "required": true
10148
+ "name": {
10149
+ "description": "Name of the workflow file (must end with .yml or .yaml)",
10150
+ "name": "name",
10151
+ "required": false
9995
10152
  }
9996
10153
  },
9997
- "description": "display launch, crash, unique-user, and size insights for an update group",
10154
+ "description": "create a new workflow configuration YAML file",
9998
10155
  "flags": {
9999
- "platform": {
10000
- "description": "Filter to a single platform.",
10001
- "name": "platform",
10002
- "hasDynamicHelp": false,
10003
- "multiple": false,
10004
- "options": [
10005
- "ios",
10006
- "android"
10007
- ],
10008
- "type": "option"
10009
- },
10010
- "days": {
10011
- "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
10012
- "exclusive": [
10013
- "start",
10014
- "end"
10015
- ],
10016
- "name": "days",
10017
- "hasDynamicHelp": false,
10018
- "multiple": false,
10019
- "type": "option"
10020
- },
10021
- "start": {
10022
- "description": "Start of insights time range (ISO date).",
10023
- "exclusive": [
10024
- "days"
10025
- ],
10026
- "name": "start",
10027
- "hasDynamicHelp": false,
10028
- "multiple": false,
10029
- "type": "option"
10030
- },
10031
- "end": {
10032
- "description": "End of insights time range (ISO date).",
10033
- "exclusive": [
10034
- "days"
10035
- ],
10036
- "name": "end",
10037
- "hasDynamicHelp": false,
10038
- "multiple": false,
10039
- "type": "option"
10040
- },
10041
- "json": {
10042
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10043
- "name": "json",
10044
- "allowNo": false,
10045
- "type": "boolean"
10046
- },
10047
- "non-interactive": {
10048
- "description": "Run the command in non-interactive mode.",
10049
- "name": "non-interactive",
10050
- "noCacheDefault": true,
10156
+ "skip-validation": {
10157
+ "description": "If set, the workflow file will not be validated before being created",
10158
+ "name": "skip-validation",
10051
10159
  "allowNo": false,
10052
10160
  "type": "boolean"
10053
10161
  }
10054
10162
  },
10055
10163
  "hasDynamicHelp": false,
10056
10164
  "hiddenAliases": [],
10057
- "id": "update:insights",
10165
+ "id": "workflow:create",
10058
10166
  "pluginAlias": "eas-cli",
10059
10167
  "pluginName": "eas-cli",
10060
10168
  "pluginType": "core",
@@ -10101,91 +10209,35 @@
10101
10209
  }
10102
10210
  },
10103
10211
  "contextDefinition": {
10212
+ "getDynamicPublicProjectConfigAsync": {},
10213
+ "getDynamicPrivateProjectConfigAsync": {},
10214
+ "projectDir": {},
10104
10215
  "loggedIn": {}
10105
10216
  },
10106
10217
  "isESM": false,
10107
10218
  "relativePath": [
10108
10219
  "build",
10109
10220
  "commands",
10110
- "update",
10111
- "insights.js"
10221
+ "workflow",
10222
+ "create.js"
10112
10223
  ]
10113
10224
  },
10114
- "update:list": {
10225
+ "workflow:list": {
10115
10226
  "aliases": [],
10116
10227
  "args": {},
10117
- "description": "view the recent updates",
10228
+ "description": "List workflows for the current project",
10118
10229
  "flags": {
10119
- "branch": {
10120
- "description": "List updates only on this branch",
10121
- "exclusive": [
10122
- "all"
10123
- ],
10124
- "name": "branch",
10125
- "hasDynamicHelp": false,
10126
- "multiple": false,
10127
- "type": "option"
10128
- },
10129
- "all": {
10130
- "description": "List updates on all branches",
10131
- "exclusive": [
10132
- "branch"
10133
- ],
10134
- "name": "all",
10135
- "allowNo": false,
10136
- "type": "boolean"
10137
- },
10138
- "platform": {
10139
- "char": "p",
10140
- "description": "Filter updates by platform",
10141
- "name": "platform",
10142
- "hasDynamicHelp": false,
10143
- "multiple": false,
10144
- "options": [
10145
- "android",
10146
- "ios",
10147
- "all"
10148
- ],
10149
- "type": "option"
10150
- },
10151
- "runtime-version": {
10152
- "description": "Filter updates by runtime version",
10153
- "name": "runtime-version",
10154
- "hasDynamicHelp": false,
10155
- "multiple": false,
10156
- "type": "option"
10157
- },
10158
- "offset": {
10159
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
10160
- "name": "offset",
10161
- "hasDynamicHelp": false,
10162
- "multiple": false,
10163
- "type": "option"
10164
- },
10165
- "limit": {
10166
- "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
10167
- "name": "limit",
10168
- "hasDynamicHelp": false,
10169
- "multiple": false,
10170
- "type": "option"
10171
- },
10172
10230
  "json": {
10173
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10231
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10174
10232
  "name": "json",
10175
10233
  "allowNo": false,
10176
10234
  "type": "boolean"
10177
- },
10178
- "non-interactive": {
10179
- "description": "Run the command in non-interactive mode.",
10180
- "name": "non-interactive",
10181
- "noCacheDefault": true,
10182
- "allowNo": false,
10183
- "type": "boolean"
10184
10235
  }
10185
10236
  },
10186
10237
  "hasDynamicHelp": false,
10238
+ "hidden": true,
10187
10239
  "hiddenAliases": [],
10188
- "id": "update:list",
10240
+ "id": "workflow:list",
10189
10241
  "pluginAlias": "eas-cli",
10190
10242
  "pluginName": "eas-cli",
10191
10243
  "pluginType": "core",
@@ -10239,109 +10291,22 @@
10239
10291
  "relativePath": [
10240
10292
  "build",
10241
10293
  "commands",
10242
- "update",
10294
+ "workflow",
10243
10295
  "list.js"
10244
10296
  ]
10245
10297
  },
10246
- "update:republish": {
10298
+ "workflow:logs": {
10247
10299
  "aliases": [],
10248
- "args": {},
10249
- "description": "roll back to an existing update",
10300
+ "args": {
10301
+ "id": {
10302
+ "description": "ID of the workflow run or workflow job to view logs for",
10303
+ "name": "id"
10304
+ }
10305
+ },
10306
+ "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
10250
10307
  "flags": {
10251
- "channel": {
10252
- "description": "Channel name to select an update group to republish from",
10253
- "exclusive": [
10254
- "branch",
10255
- "group"
10256
- ],
10257
- "name": "channel",
10258
- "hasDynamicHelp": false,
10259
- "multiple": false,
10260
- "type": "option"
10261
- },
10262
- "branch": {
10263
- "description": "Branch name to select an update group to republish from",
10264
- "exclusive": [
10265
- "channel",
10266
- "group"
10267
- ],
10268
- "name": "branch",
10269
- "hasDynamicHelp": false,
10270
- "multiple": false,
10271
- "type": "option"
10272
- },
10273
- "group": {
10274
- "description": "Update group ID to republish",
10275
- "exclusive": [
10276
- "branch",
10277
- "channel"
10278
- ],
10279
- "name": "group",
10280
- "hasDynamicHelp": false,
10281
- "multiple": false,
10282
- "type": "option"
10283
- },
10284
- "destination-channel": {
10285
- "description": "Channel name to select a branch to republish to if republishing to a different branch",
10286
- "exclusive": [
10287
- "destination-branch"
10288
- ],
10289
- "name": "destination-channel",
10290
- "hasDynamicHelp": false,
10291
- "multiple": false,
10292
- "type": "option"
10293
- },
10294
- "destination-branch": {
10295
- "description": "Branch name to republish to if republishing to a different branch",
10296
- "exclusive": [
10297
- "destination-channel"
10298
- ],
10299
- "name": "destination-branch",
10300
- "hasDynamicHelp": false,
10301
- "multiple": false,
10302
- "type": "option"
10303
- },
10304
- "message": {
10305
- "char": "m",
10306
- "description": "Short message describing the republished update group",
10307
- "name": "message",
10308
- "required": false,
10309
- "hasDynamicHelp": false,
10310
- "multiple": false,
10311
- "type": "option"
10312
- },
10313
- "platform": {
10314
- "char": "p",
10315
- "name": "platform",
10316
- "required": false,
10317
- "default": "all",
10318
- "hasDynamicHelp": false,
10319
- "multiple": false,
10320
- "options": [
10321
- "android",
10322
- "ios",
10323
- "all"
10324
- ],
10325
- "type": "option"
10326
- },
10327
- "private-key-path": {
10328
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
10329
- "name": "private-key-path",
10330
- "required": false,
10331
- "hasDynamicHelp": false,
10332
- "multiple": false,
10333
- "type": "option"
10334
- },
10335
- "rollout-percentage": {
10336
- "description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
10337
- "name": "rollout-percentage",
10338
- "required": false,
10339
- "hasDynamicHelp": false,
10340
- "multiple": false,
10341
- "type": "option"
10342
- },
10343
10308
  "json": {
10344
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10309
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10345
10310
  "name": "json",
10346
10311
  "allowNo": false,
10347
10312
  "type": "boolean"
@@ -10352,11 +10317,17 @@
10352
10317
  "noCacheDefault": true,
10353
10318
  "allowNo": false,
10354
10319
  "type": "boolean"
10320
+ },
10321
+ "all-steps": {
10322
+ "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
10323
+ "name": "all-steps",
10324
+ "allowNo": false,
10325
+ "type": "boolean"
10355
10326
  }
10356
10327
  },
10357
10328
  "hasDynamicHelp": false,
10358
10329
  "hiddenAliases": [],
10359
- "id": "update:republish",
10330
+ "id": "workflow:logs",
10360
10331
  "pluginAlias": "eas-cli",
10361
10332
  "pluginName": "eas-cli",
10362
10333
  "pluginType": "core",
@@ -10403,89 +10374,179 @@
10403
10374
  }
10404
10375
  },
10405
10376
  "contextDefinition": {
10406
- "loggedIn": {},
10407
- "privateProjectConfig": {}
10377
+ "projectId": {},
10378
+ "loggedIn": {}
10408
10379
  },
10409
10380
  "isESM": false,
10410
10381
  "relativePath": [
10411
10382
  "build",
10412
10383
  "commands",
10413
- "update",
10414
- "republish.js"
10384
+ "workflow",
10385
+ "logs.js"
10415
10386
  ]
10416
10387
  },
10417
- "update:revert-update-rollout": {
10388
+ "workflow:run": {
10418
10389
  "aliases": [],
10419
- "args": {},
10420
- "description": "revert a rollout update for a project",
10390
+ "args": {
10391
+ "file": {
10392
+ "description": "Path to the workflow file to run",
10393
+ "name": "file",
10394
+ "required": true
10395
+ }
10396
+ },
10397
+ "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
10421
10398
  "flags": {
10422
- "channel": {
10423
- "description": "Channel name to select an update group to revert the rollout update from",
10424
- "exclusive": [
10425
- "branch",
10426
- "group"
10427
- ],
10428
- "name": "channel",
10429
- "hasDynamicHelp": false,
10430
- "multiple": false,
10431
- "type": "option"
10399
+ "non-interactive": {
10400
+ "description": "Run the command in non-interactive mode.",
10401
+ "name": "non-interactive",
10402
+ "noCacheDefault": true,
10403
+ "allowNo": false,
10404
+ "type": "boolean"
10432
10405
  },
10433
- "branch": {
10434
- "description": "Branch name to select an update group to revert the rollout update from",
10435
- "exclusive": [
10436
- "channel",
10437
- "group"
10406
+ "wait": {
10407
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10408
+ "name": "wait",
10409
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10410
+ "allowNo": true,
10411
+ "type": "boolean"
10412
+ },
10413
+ "input": {
10414
+ "aliases": [
10415
+ "f",
10416
+ "field"
10438
10417
  ],
10439
- "name": "branch",
10418
+ "char": "F",
10419
+ "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
10420
+ "name": "input",
10421
+ "summary": "Set workflow inputs",
10440
10422
  "hasDynamicHelp": false,
10441
- "multiple": false,
10423
+ "multiple": true,
10442
10424
  "type": "option"
10443
10425
  },
10444
- "group": {
10445
- "description": "Rollout update group ID to revert",
10446
- "exclusive": [
10447
- "branch",
10448
- "channel"
10449
- ],
10450
- "name": "group",
10426
+ "ref": {
10427
+ "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
10428
+ "name": "ref",
10429
+ "summary": "Git reference to run the workflow on",
10451
10430
  "hasDynamicHelp": false,
10452
10431
  "multiple": false,
10453
10432
  "type": "option"
10454
10433
  },
10455
- "message": {
10456
- "char": "m",
10457
- "description": "Short message describing the revert",
10458
- "name": "message",
10434
+ "json": {
10435
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10436
+ "name": "json",
10437
+ "allowNo": false,
10438
+ "type": "boolean"
10439
+ }
10440
+ },
10441
+ "hasDynamicHelp": false,
10442
+ "hiddenAliases": [],
10443
+ "id": "workflow:run",
10444
+ "pluginAlias": "eas-cli",
10445
+ "pluginName": "eas-cli",
10446
+ "pluginType": "core",
10447
+ "strict": true,
10448
+ "enableJsonFlag": false,
10449
+ "ContextOptions": {
10450
+ "LoggedIn": {
10451
+ "loggedIn": {}
10452
+ },
10453
+ "MaybeLoggedIn": {
10454
+ "maybeLoggedIn": {}
10455
+ },
10456
+ "DynamicLoggedIn": {
10457
+ "getDynamicLoggedInAsync": {}
10458
+ },
10459
+ "SessionManagment": {
10460
+ "sessionManager": {}
10461
+ },
10462
+ "OptionalProjectConfig": {
10463
+ "optionalPrivateProjectConfig": {}
10464
+ },
10465
+ "ProjectDir": {
10466
+ "projectDir": {}
10467
+ },
10468
+ "DynamicProjectConfig": {
10469
+ "getDynamicPublicProjectConfigAsync": {},
10470
+ "getDynamicPrivateProjectConfigAsync": {}
10471
+ },
10472
+ "ProjectConfig": {
10473
+ "loggedIn": {},
10474
+ "privateProjectConfig": {}
10475
+ },
10476
+ "Analytics": {
10477
+ "analytics": {}
10478
+ },
10479
+ "Vcs": {
10480
+ "vcsClient": {}
10481
+ },
10482
+ "ServerSideEnvironmentVariables": {
10483
+ "getServerSideEnvironmentVariablesAsync": {}
10484
+ },
10485
+ "ProjectId": {
10486
+ "projectId": {}
10487
+ }
10488
+ },
10489
+ "contextDefinition": {
10490
+ "getDynamicPublicProjectConfigAsync": {},
10491
+ "getDynamicPrivateProjectConfigAsync": {},
10492
+ "projectDir": {},
10493
+ "vcsClient": {},
10494
+ "loggedIn": {}
10495
+ },
10496
+ "isESM": false,
10497
+ "relativePath": [
10498
+ "build",
10499
+ "commands",
10500
+ "workflow",
10501
+ "run.js"
10502
+ ]
10503
+ },
10504
+ "workflow:runs": {
10505
+ "aliases": [],
10506
+ "args": {},
10507
+ "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
10508
+ "flags": {
10509
+ "workflow": {
10510
+ "description": "If present, the query will only return runs for the specified workflow file name",
10511
+ "name": "workflow",
10459
10512
  "required": false,
10460
10513
  "hasDynamicHelp": false,
10461
10514
  "multiple": false,
10462
10515
  "type": "option"
10463
10516
  },
10464
- "private-key-path": {
10465
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
10466
- "name": "private-key-path",
10517
+ "status": {
10518
+ "description": "If present, filter the returned runs to select those with the specified status",
10519
+ "name": "status",
10467
10520
  "required": false,
10468
10521
  "hasDynamicHelp": false,
10469
10522
  "multiple": false,
10523
+ "options": [
10524
+ "ACTION_REQUIRED",
10525
+ "CANCELED",
10526
+ "FAILURE",
10527
+ "IN_PROGRESS",
10528
+ "NEW",
10529
+ "SUCCESS"
10530
+ ],
10470
10531
  "type": "option"
10471
10532
  },
10472
10533
  "json": {
10473
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10534
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10474
10535
  "name": "json",
10475
10536
  "allowNo": false,
10476
10537
  "type": "boolean"
10477
10538
  },
10478
- "non-interactive": {
10479
- "description": "Run the command in non-interactive mode.",
10480
- "name": "non-interactive",
10481
- "noCacheDefault": true,
10482
- "allowNo": false,
10483
- "type": "boolean"
10539
+ "limit": {
10540
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
10541
+ "name": "limit",
10542
+ "hasDynamicHelp": false,
10543
+ "multiple": false,
10544
+ "type": "option"
10484
10545
  }
10485
10546
  },
10486
10547
  "hasDynamicHelp": false,
10487
10548
  "hiddenAliases": [],
10488
- "id": "update:revert-update-rollout",
10549
+ "id": "workflow:runs",
10489
10550
  "pluginAlias": "eas-cli",
10490
10551
  "pluginName": "eas-cli",
10491
10552
  "pluginType": "core",
@@ -10532,94 +10593,51 @@
10532
10593
  }
10533
10594
  },
10534
10595
  "contextDefinition": {
10535
- "loggedIn": {},
10536
- "privateProjectConfig": {},
10537
- "vcsClient": {}
10596
+ "projectId": {},
10597
+ "loggedIn": {}
10538
10598
  },
10539
10599
  "isESM": false,
10540
10600
  "relativePath": [
10541
10601
  "build",
10542
10602
  "commands",
10543
- "update",
10544
- "revert-update-rollout.js"
10603
+ "workflow",
10604
+ "runs.js"
10545
10605
  ]
10546
10606
  },
10547
- "update:roll-back-to-embedded": {
10607
+ "workflow:status": {
10548
10608
  "aliases": [],
10549
- "args": {},
10550
- "description": "roll back to the embedded update",
10609
+ "args": {
10610
+ "WORKFLOW_RUN_ID": {
10611
+ "description": "A workflow run ID.",
10612
+ "name": "WORKFLOW_RUN_ID"
10613
+ }
10614
+ },
10615
+ "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10551
10616
  "flags": {
10552
- "branch": {
10553
- "description": "Branch to publish the rollback to embedded update group on",
10554
- "name": "branch",
10555
- "required": false,
10556
- "hasDynamicHelp": false,
10557
- "multiple": false,
10558
- "type": "option"
10559
- },
10560
- "channel": {
10561
- "description": "Channel that the published rollback to embedded update should affect",
10562
- "name": "channel",
10563
- "required": false,
10564
- "hasDynamicHelp": false,
10565
- "multiple": false,
10566
- "type": "option"
10567
- },
10568
- "runtime-version": {
10569
- "description": "Runtime version that the rollback to embedded update should target",
10570
- "name": "runtime-version",
10571
- "required": false,
10572
- "hasDynamicHelp": false,
10573
- "multiple": false,
10574
- "type": "option"
10575
- },
10576
- "message": {
10577
- "description": "A short message describing the rollback to embedded update",
10578
- "name": "message",
10579
- "required": false,
10580
- "hasDynamicHelp": false,
10581
- "multiple": false,
10582
- "type": "option"
10583
- },
10584
- "platform": {
10585
- "char": "p",
10586
- "name": "platform",
10587
- "required": false,
10588
- "default": "all",
10589
- "hasDynamicHelp": false,
10590
- "multiple": false,
10591
- "options": [
10592
- "android",
10593
- "ios",
10594
- "all"
10595
- ],
10596
- "type": "option"
10597
- },
10598
- "private-key-path": {
10599
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
10600
- "name": "private-key-path",
10601
- "required": false,
10602
- "hasDynamicHelp": false,
10603
- "multiple": false,
10604
- "type": "option"
10605
- },
10606
- "json": {
10607
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10608
- "name": "json",
10609
- "allowNo": false,
10610
- "type": "boolean"
10611
- },
10612
10617
  "non-interactive": {
10613
10618
  "description": "Run the command in non-interactive mode.",
10614
10619
  "name": "non-interactive",
10615
10620
  "noCacheDefault": true,
10616
10621
  "allowNo": false,
10617
10622
  "type": "boolean"
10623
+ },
10624
+ "wait": {
10625
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10626
+ "name": "wait",
10627
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10628
+ "allowNo": true,
10629
+ "type": "boolean"
10630
+ },
10631
+ "json": {
10632
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10633
+ "name": "json",
10634
+ "allowNo": false,
10635
+ "type": "boolean"
10618
10636
  }
10619
10637
  },
10620
10638
  "hasDynamicHelp": false,
10621
10639
  "hiddenAliases": [],
10622
- "id": "update:roll-back-to-embedded",
10640
+ "id": "workflow:status",
10623
10641
  "pluginAlias": "eas-cli",
10624
10642
  "pluginName": "eas-cli",
10625
10643
  "pluginType": "core",
@@ -10668,34 +10686,40 @@
10668
10686
  "contextDefinition": {
10669
10687
  "getDynamicPublicProjectConfigAsync": {},
10670
10688
  "getDynamicPrivateProjectConfigAsync": {},
10671
- "loggedIn": {},
10672
- "vcsClient": {}
10689
+ "projectDir": {},
10690
+ "vcsClient": {},
10691
+ "loggedIn": {}
10673
10692
  },
10674
10693
  "isESM": false,
10675
10694
  "relativePath": [
10676
10695
  "build",
10677
10696
  "commands",
10678
- "update",
10679
- "roll-back-to-embedded.js"
10697
+ "workflow",
10698
+ "status.js"
10680
10699
  ]
10681
10700
  },
10682
- "update:rollback": {
10701
+ "workflow:validate": {
10683
10702
  "aliases": [],
10684
- "args": {},
10685
- "description": "Roll back to an embedded update or an existing update. Users wishing to run this command non-interactively should instead execute \"eas update:republish\" or \"eas update:roll-back-to-embedded\".",
10703
+ "args": {
10704
+ "path": {
10705
+ "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10706
+ "name": "path",
10707
+ "required": true
10708
+ }
10709
+ },
10710
+ "description": "validate a workflow configuration yaml file",
10686
10711
  "flags": {
10687
- "private-key-path": {
10688
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
10689
- "name": "private-key-path",
10690
- "required": false,
10691
- "hasDynamicHelp": false,
10692
- "multiple": false,
10693
- "type": "option"
10712
+ "non-interactive": {
10713
+ "description": "Run the command in non-interactive mode.",
10714
+ "name": "non-interactive",
10715
+ "noCacheDefault": true,
10716
+ "allowNo": false,
10717
+ "type": "boolean"
10694
10718
  }
10695
10719
  },
10696
10720
  "hasDynamicHelp": false,
10697
10721
  "hiddenAliases": [],
10698
- "id": "update:rollback",
10722
+ "id": "workflow:validate",
10699
10723
  "pluginAlias": "eas-cli",
10700
10724
  "pluginName": "eas-cli",
10701
10725
  "pluginType": "core",
@@ -10741,73 +10765,48 @@
10741
10765
  "projectId": {}
10742
10766
  }
10743
10767
  },
10744
- "contextDefinition": {},
10768
+ "contextDefinition": {
10769
+ "getDynamicPublicProjectConfigAsync": {},
10770
+ "getDynamicPrivateProjectConfigAsync": {},
10771
+ "projectDir": {},
10772
+ "projectId": {},
10773
+ "loggedIn": {}
10774
+ },
10745
10775
  "isESM": false,
10746
10776
  "relativePath": [
10747
10777
  "build",
10748
10778
  "commands",
10749
- "update",
10750
- "rollback.js"
10779
+ "workflow",
10780
+ "validate.js"
10751
10781
  ]
10752
10782
  },
10753
- "update:view": {
10783
+ "workflow:view": {
10754
10784
  "aliases": [],
10755
10785
  "args": {
10756
- "groupId": {
10757
- "description": "The ID of an update group.",
10758
- "name": "groupId",
10759
- "required": true
10786
+ "id": {
10787
+ "description": "ID of the workflow run to view",
10788
+ "name": "id"
10760
10789
  }
10761
10790
  },
10762
- "description": "update group details",
10791
+ "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10763
10792
  "flags": {
10764
- "insights": {
10765
- "description": "Also show insights (launches, crash rate, unique users, payload size) for the update group.",
10766
- "name": "insights",
10767
- "allowNo": false,
10768
- "type": "boolean"
10769
- },
10770
- "days": {
10771
- "description": "Show insights from the last N days (default 7). Only used with --insights.",
10772
- "exclusive": [
10773
- "start",
10774
- "end"
10775
- ],
10776
- "name": "days",
10777
- "hasDynamicHelp": false,
10778
- "multiple": false,
10779
- "type": "option"
10780
- },
10781
- "start": {
10782
- "description": "Start of insights time range (ISO date). Only used with --insights.",
10783
- "exclusive": [
10784
- "days"
10785
- ],
10786
- "name": "start",
10787
- "hasDynamicHelp": false,
10788
- "multiple": false,
10789
- "type": "option"
10790
- },
10791
- "end": {
10792
- "description": "End of insights time range (ISO date). Only used with --insights.",
10793
- "exclusive": [
10794
- "days"
10795
- ],
10796
- "name": "end",
10797
- "hasDynamicHelp": false,
10798
- "multiple": false,
10799
- "type": "option"
10800
- },
10801
10793
  "json": {
10802
10794
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10803
10795
  "name": "json",
10804
10796
  "allowNo": false,
10805
10797
  "type": "boolean"
10798
+ },
10799
+ "non-interactive": {
10800
+ "description": "Run the command in non-interactive mode.",
10801
+ "name": "non-interactive",
10802
+ "noCacheDefault": true,
10803
+ "allowNo": false,
10804
+ "type": "boolean"
10806
10805
  }
10807
10806
  },
10808
10807
  "hasDynamicHelp": false,
10809
10808
  "hiddenAliases": [],
10810
- "id": "update:view",
10809
+ "id": "workflow:view",
10811
10810
  "pluginAlias": "eas-cli",
10812
10811
  "pluginName": "eas-cli",
10813
10812
  "pluginType": "core",
@@ -10854,13 +10853,14 @@
10854
10853
  }
10855
10854
  },
10856
10855
  "contextDefinition": {
10856
+ "projectId": {},
10857
10857
  "loggedIn": {}
10858
10858
  },
10859
10859
  "isESM": false,
10860
10860
  "relativePath": [
10861
10861
  "build",
10862
10862
  "commands",
10863
- "update",
10863
+ "workflow",
10864
10864
  "view.js"
10865
10865
  ]
10866
10866
  },
@@ -12170,5 +12170,5 @@
12170
12170
  ]
12171
12171
  }
12172
12172
  },
12173
- "version": "19.0.7"
12173
+ "version": "19.0.8"
12174
12174
  }