eas-cli 19.0.1 → 19.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +100 -100
- package/build/commands/simulator/start.d.ts +1 -0
- package/build/commands/simulator/start.js +18 -3
- package/build/graphql/generated.d.ts +58 -1
- package/build/graphql/generated.js +2 -0
- package/build/graphql/queries/DeviceRunSessionQuery.js +4 -0
- package/build/project/ios/entitlements.js +19 -0
- package/build/simulator/utils.js +11 -0
- package/oclif.manifest.json +904 -897
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -7877,6 +7877,7 @@
|
|
|
7877
7877
|
"multiple": false,
|
|
7878
7878
|
"options": [
|
|
7879
7879
|
"agent-device",
|
|
7880
|
+
"argent",
|
|
7880
7881
|
"serve-sim"
|
|
7881
7882
|
],
|
|
7882
7883
|
"type": "option"
|
|
@@ -7888,6 +7889,12 @@
|
|
|
7888
7889
|
"multiple": false,
|
|
7889
7890
|
"type": "option"
|
|
7890
7891
|
},
|
|
7892
|
+
"json": {
|
|
7893
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
7894
|
+
"name": "json",
|
|
7895
|
+
"allowNo": false,
|
|
7896
|
+
"type": "boolean"
|
|
7897
|
+
},
|
|
7891
7898
|
"non-interactive": {
|
|
7892
7899
|
"description": "Run the command in non-interactive mode.",
|
|
7893
7900
|
"name": "non-interactive",
|
|
@@ -8133,32 +8140,29 @@
|
|
|
8133
8140
|
"internal.js"
|
|
8134
8141
|
]
|
|
8135
8142
|
},
|
|
8136
|
-
"
|
|
8143
|
+
"update:configure": {
|
|
8137
8144
|
"aliases": [],
|
|
8138
8145
|
"args": {},
|
|
8139
|
-
"description": "
|
|
8146
|
+
"description": "configure the project to support EAS Update",
|
|
8140
8147
|
"flags": {
|
|
8141
|
-
"
|
|
8142
|
-
"
|
|
8143
|
-
"
|
|
8148
|
+
"platform": {
|
|
8149
|
+
"char": "p",
|
|
8150
|
+
"description": "Platform to configure",
|
|
8151
|
+
"name": "platform",
|
|
8152
|
+
"default": "all",
|
|
8144
8153
|
"hasDynamicHelp": false,
|
|
8145
8154
|
"multiple": false,
|
|
8146
8155
|
"options": [
|
|
8147
|
-
"
|
|
8148
|
-
"
|
|
8156
|
+
"android",
|
|
8157
|
+
"ios",
|
|
8158
|
+
"all"
|
|
8149
8159
|
],
|
|
8150
8160
|
"type": "option"
|
|
8151
8161
|
},
|
|
8152
|
-
"
|
|
8153
|
-
"description": "
|
|
8154
|
-
"name": "
|
|
8155
|
-
"
|
|
8156
|
-
"multiple": false,
|
|
8157
|
-
"type": "option"
|
|
8158
|
-
},
|
|
8159
|
-
"secret": {
|
|
8160
|
-
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
8161
|
-
"name": "secret",
|
|
8162
|
+
"environment": {
|
|
8163
|
+
"description": "Environment to use for the server-side defined EAS environment variables during command execution, e.g. \"production\", \"preview\", \"development\".",
|
|
8164
|
+
"name": "environment",
|
|
8165
|
+
"required": false,
|
|
8162
8166
|
"hasDynamicHelp": false,
|
|
8163
8167
|
"multiple": false,
|
|
8164
8168
|
"type": "option"
|
|
@@ -8173,7 +8177,7 @@
|
|
|
8173
8177
|
},
|
|
8174
8178
|
"hasDynamicHelp": false,
|
|
8175
8179
|
"hiddenAliases": [],
|
|
8176
|
-
"id": "
|
|
8180
|
+
"id": "update:configure",
|
|
8177
8181
|
"pluginAlias": "eas-cli",
|
|
8178
8182
|
"pluginName": "eas-cli",
|
|
8179
8183
|
"pluginType": "core",
|
|
@@ -8220,28 +8224,35 @@
|
|
|
8220
8224
|
}
|
|
8221
8225
|
},
|
|
8222
8226
|
"contextDefinition": {
|
|
8223
|
-
"
|
|
8224
|
-
"
|
|
8227
|
+
"loggedIn": {},
|
|
8228
|
+
"privateProjectConfig": {},
|
|
8229
|
+
"vcsClient": {}
|
|
8225
8230
|
},
|
|
8226
8231
|
"isESM": false,
|
|
8227
8232
|
"relativePath": [
|
|
8228
8233
|
"build",
|
|
8229
8234
|
"commands",
|
|
8230
|
-
"
|
|
8231
|
-
"
|
|
8235
|
+
"update",
|
|
8236
|
+
"configure.js"
|
|
8232
8237
|
]
|
|
8233
8238
|
},
|
|
8234
|
-
"
|
|
8239
|
+
"update:delete": {
|
|
8235
8240
|
"aliases": [],
|
|
8236
8241
|
"args": {
|
|
8237
|
-
"
|
|
8238
|
-
"description": "ID of
|
|
8239
|
-
"name": "
|
|
8240
|
-
"required":
|
|
8242
|
+
"groupId": {
|
|
8243
|
+
"description": "The ID of an update group to delete.",
|
|
8244
|
+
"name": "groupId",
|
|
8245
|
+
"required": true
|
|
8241
8246
|
}
|
|
8242
8247
|
},
|
|
8243
|
-
"description": "delete
|
|
8248
|
+
"description": "delete all the updates in an update group",
|
|
8244
8249
|
"flags": {
|
|
8250
|
+
"json": {
|
|
8251
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8252
|
+
"name": "json",
|
|
8253
|
+
"allowNo": false,
|
|
8254
|
+
"type": "boolean"
|
|
8255
|
+
},
|
|
8245
8256
|
"non-interactive": {
|
|
8246
8257
|
"description": "Run the command in non-interactive mode.",
|
|
8247
8258
|
"name": "non-interactive",
|
|
@@ -8252,7 +8263,7 @@
|
|
|
8252
8263
|
},
|
|
8253
8264
|
"hasDynamicHelp": false,
|
|
8254
8265
|
"hiddenAliases": [],
|
|
8255
|
-
"id": "
|
|
8266
|
+
"id": "update:delete",
|
|
8256
8267
|
"pluginAlias": "eas-cli",
|
|
8257
8268
|
"pluginName": "eas-cli",
|
|
8258
8269
|
"pluginType": "core",
|
|
@@ -8299,43 +8310,58 @@
|
|
|
8299
8310
|
}
|
|
8300
8311
|
},
|
|
8301
8312
|
"contextDefinition": {
|
|
8302
|
-
"projectId": {},
|
|
8303
8313
|
"loggedIn": {}
|
|
8304
8314
|
},
|
|
8305
8315
|
"isESM": false,
|
|
8306
8316
|
"relativePath": [
|
|
8307
8317
|
"build",
|
|
8308
8318
|
"commands",
|
|
8309
|
-
"
|
|
8319
|
+
"update",
|
|
8310
8320
|
"delete.js"
|
|
8311
8321
|
]
|
|
8312
8322
|
},
|
|
8313
|
-
"
|
|
8323
|
+
"update:edit": {
|
|
8314
8324
|
"aliases": [],
|
|
8315
|
-
"args": {
|
|
8316
|
-
|
|
8325
|
+
"args": {
|
|
8326
|
+
"groupId": {
|
|
8327
|
+
"description": "The ID of an update group to edit.",
|
|
8328
|
+
"name": "groupId"
|
|
8329
|
+
}
|
|
8330
|
+
},
|
|
8331
|
+
"description": "edit all the updates in an update group",
|
|
8317
8332
|
"flags": {
|
|
8318
|
-
"
|
|
8319
|
-
"description": "
|
|
8320
|
-
"name": "
|
|
8333
|
+
"rollout-percentage": {
|
|
8334
|
+
"description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
|
|
8335
|
+
"name": "rollout-percentage",
|
|
8336
|
+
"required": false,
|
|
8337
|
+
"hasDynamicHelp": false,
|
|
8338
|
+
"multiple": false,
|
|
8339
|
+
"type": "option"
|
|
8340
|
+
},
|
|
8341
|
+
"branch": {
|
|
8342
|
+
"description": "Branch for which to list updates to select from",
|
|
8343
|
+
"name": "branch",
|
|
8321
8344
|
"hasDynamicHelp": false,
|
|
8322
8345
|
"multiple": false,
|
|
8323
|
-
"options": [
|
|
8324
|
-
"BUILD",
|
|
8325
|
-
"SUBMIT"
|
|
8326
|
-
],
|
|
8327
8346
|
"type": "option"
|
|
8328
8347
|
},
|
|
8329
8348
|
"json": {
|
|
8330
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
8349
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8331
8350
|
"name": "json",
|
|
8332
8351
|
"allowNo": false,
|
|
8333
8352
|
"type": "boolean"
|
|
8353
|
+
},
|
|
8354
|
+
"non-interactive": {
|
|
8355
|
+
"description": "Run the command in non-interactive mode.",
|
|
8356
|
+
"name": "non-interactive",
|
|
8357
|
+
"noCacheDefault": true,
|
|
8358
|
+
"allowNo": false,
|
|
8359
|
+
"type": "boolean"
|
|
8334
8360
|
}
|
|
8335
8361
|
},
|
|
8336
8362
|
"hasDynamicHelp": false,
|
|
8337
8363
|
"hiddenAliases": [],
|
|
8338
|
-
"id": "
|
|
8364
|
+
"id": "update:edit",
|
|
8339
8365
|
"pluginAlias": "eas-cli",
|
|
8340
8366
|
"pluginName": "eas-cli",
|
|
8341
8367
|
"pluginType": "core",
|
|
@@ -8389,48 +8415,133 @@
|
|
|
8389
8415
|
"relativePath": [
|
|
8390
8416
|
"build",
|
|
8391
8417
|
"commands",
|
|
8392
|
-
"
|
|
8393
|
-
"
|
|
8418
|
+
"update",
|
|
8419
|
+
"edit.js"
|
|
8394
8420
|
]
|
|
8395
8421
|
},
|
|
8396
|
-
"
|
|
8422
|
+
"update": {
|
|
8397
8423
|
"aliases": [],
|
|
8398
8424
|
"args": {},
|
|
8399
|
-
"description": "update
|
|
8425
|
+
"description": "publish an update group",
|
|
8400
8426
|
"flags": {
|
|
8401
|
-
"
|
|
8402
|
-
"description": "
|
|
8403
|
-
"name": "
|
|
8404
|
-
"required":
|
|
8427
|
+
"branch": {
|
|
8428
|
+
"description": "Branch to publish the update group on",
|
|
8429
|
+
"name": "branch",
|
|
8430
|
+
"required": false,
|
|
8405
8431
|
"hasDynamicHelp": false,
|
|
8406
8432
|
"multiple": false,
|
|
8407
8433
|
"type": "option"
|
|
8408
8434
|
},
|
|
8409
|
-
"
|
|
8410
|
-
"description": "
|
|
8411
|
-
"name": "
|
|
8435
|
+
"channel": {
|
|
8436
|
+
"description": "Channel that the published update should affect",
|
|
8437
|
+
"name": "channel",
|
|
8438
|
+
"required": false,
|
|
8439
|
+
"hasDynamicHelp": false,
|
|
8440
|
+
"multiple": false,
|
|
8441
|
+
"type": "option"
|
|
8442
|
+
},
|
|
8443
|
+
"message": {
|
|
8444
|
+
"char": "m",
|
|
8445
|
+
"description": "A short message describing the update",
|
|
8446
|
+
"name": "message",
|
|
8447
|
+
"required": false,
|
|
8448
|
+
"hasDynamicHelp": false,
|
|
8449
|
+
"multiple": false,
|
|
8450
|
+
"type": "option"
|
|
8451
|
+
},
|
|
8452
|
+
"input-dir": {
|
|
8453
|
+
"description": "Location of the bundle",
|
|
8454
|
+
"name": "input-dir",
|
|
8455
|
+
"required": false,
|
|
8456
|
+
"default": "dist",
|
|
8457
|
+
"hasDynamicHelp": false,
|
|
8458
|
+
"multiple": false,
|
|
8459
|
+
"type": "option"
|
|
8460
|
+
},
|
|
8461
|
+
"skip-bundler": {
|
|
8462
|
+
"description": "Skip running Expo CLI to bundle the app before publishing",
|
|
8463
|
+
"name": "skip-bundler",
|
|
8464
|
+
"allowNo": false,
|
|
8465
|
+
"type": "boolean"
|
|
8466
|
+
},
|
|
8467
|
+
"clear-cache": {
|
|
8468
|
+
"description": "Clear the bundler cache before publishing",
|
|
8469
|
+
"name": "clear-cache",
|
|
8470
|
+
"allowNo": false,
|
|
8471
|
+
"type": "boolean"
|
|
8472
|
+
},
|
|
8473
|
+
"no-bytecode": {
|
|
8474
|
+
"description": "Skip generating Hermes bytecode (output plain JavaScript instead)",
|
|
8475
|
+
"hidden": true,
|
|
8476
|
+
"name": "no-bytecode",
|
|
8477
|
+
"allowNo": false,
|
|
8478
|
+
"type": "boolean"
|
|
8479
|
+
},
|
|
8480
|
+
"source-maps": {
|
|
8481
|
+
"description": "Emit source maps. Options: true (default), inline, false",
|
|
8482
|
+
"hidden": true,
|
|
8483
|
+
"name": "source-maps",
|
|
8484
|
+
"default": "true",
|
|
8485
|
+
"hasDynamicHelp": false,
|
|
8486
|
+
"multiple": false,
|
|
8487
|
+
"type": "option"
|
|
8488
|
+
},
|
|
8489
|
+
"emit-metadata": {
|
|
8490
|
+
"description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
|
|
8491
|
+
"name": "emit-metadata",
|
|
8492
|
+
"allowNo": false,
|
|
8493
|
+
"type": "boolean"
|
|
8494
|
+
},
|
|
8495
|
+
"rollout-percentage": {
|
|
8496
|
+
"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.",
|
|
8497
|
+
"name": "rollout-percentage",
|
|
8498
|
+
"required": false,
|
|
8499
|
+
"hasDynamicHelp": false,
|
|
8500
|
+
"multiple": false,
|
|
8501
|
+
"type": "option"
|
|
8502
|
+
},
|
|
8503
|
+
"platform": {
|
|
8504
|
+
"char": "p",
|
|
8505
|
+
"name": "platform",
|
|
8506
|
+
"required": false,
|
|
8507
|
+
"default": "all",
|
|
8412
8508
|
"hasDynamicHelp": false,
|
|
8413
8509
|
"multiple": false,
|
|
8414
8510
|
"options": [
|
|
8415
|
-
"
|
|
8416
|
-
"
|
|
8511
|
+
"android",
|
|
8512
|
+
"ios",
|
|
8513
|
+
"all"
|
|
8417
8514
|
],
|
|
8418
8515
|
"type": "option"
|
|
8419
8516
|
},
|
|
8420
|
-
"
|
|
8421
|
-
"description": "
|
|
8422
|
-
"name": "
|
|
8517
|
+
"auto": {
|
|
8518
|
+
"description": "Use the current git branch and commit message for the EAS branch and update message",
|
|
8519
|
+
"name": "auto",
|
|
8520
|
+
"allowNo": false,
|
|
8521
|
+
"type": "boolean"
|
|
8522
|
+
},
|
|
8523
|
+
"private-key-path": {
|
|
8524
|
+
"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/",
|
|
8525
|
+
"name": "private-key-path",
|
|
8526
|
+
"required": false,
|
|
8423
8527
|
"hasDynamicHelp": false,
|
|
8424
8528
|
"multiple": false,
|
|
8425
8529
|
"type": "option"
|
|
8426
8530
|
},
|
|
8427
|
-
"
|
|
8428
|
-
"description": "
|
|
8429
|
-
"name": "
|
|
8531
|
+
"environment": {
|
|
8532
|
+
"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.",
|
|
8533
|
+
"name": "environment",
|
|
8534
|
+
"required": false,
|
|
8430
8535
|
"hasDynamicHelp": false,
|
|
8431
8536
|
"multiple": false,
|
|
8432
8537
|
"type": "option"
|
|
8433
8538
|
},
|
|
8539
|
+
"json": {
|
|
8540
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8541
|
+
"name": "json",
|
|
8542
|
+
"allowNo": false,
|
|
8543
|
+
"type": "boolean"
|
|
8544
|
+
},
|
|
8434
8545
|
"non-interactive": {
|
|
8435
8546
|
"description": "Run the command in non-interactive mode.",
|
|
8436
8547
|
"name": "non-interactive",
|
|
@@ -8441,7 +8552,7 @@
|
|
|
8441
8552
|
},
|
|
8442
8553
|
"hasDynamicHelp": false,
|
|
8443
8554
|
"hiddenAliases": [],
|
|
8444
|
-
"id": "
|
|
8555
|
+
"id": "update",
|
|
8445
8556
|
"pluginAlias": "eas-cli",
|
|
8446
8557
|
"pluginName": "eas-cli",
|
|
8447
8558
|
"pluginType": "core",
|
|
@@ -8488,30 +8599,90 @@
|
|
|
8488
8599
|
}
|
|
8489
8600
|
},
|
|
8490
8601
|
"contextDefinition": {
|
|
8491
|
-
"
|
|
8602
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
8603
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
8604
|
+
"loggedIn": {},
|
|
8605
|
+
"vcsClient": {},
|
|
8606
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
8492
8607
|
},
|
|
8493
8608
|
"isESM": false,
|
|
8494
8609
|
"relativePath": [
|
|
8495
8610
|
"build",
|
|
8496
8611
|
"commands",
|
|
8497
|
-
"
|
|
8498
|
-
"
|
|
8612
|
+
"update",
|
|
8613
|
+
"index.js"
|
|
8499
8614
|
]
|
|
8500
8615
|
},
|
|
8501
|
-
"
|
|
8616
|
+
"update:insights": {
|
|
8502
8617
|
"aliases": [],
|
|
8503
8618
|
"args": {
|
|
8504
|
-
"
|
|
8505
|
-
"description": "ID of
|
|
8506
|
-
"name": "
|
|
8619
|
+
"groupId": {
|
|
8620
|
+
"description": "The ID of an update group.",
|
|
8621
|
+
"name": "groupId",
|
|
8507
8622
|
"required": true
|
|
8508
8623
|
}
|
|
8509
8624
|
},
|
|
8510
|
-
"description": "
|
|
8511
|
-
"flags": {
|
|
8625
|
+
"description": "display launch, crash, unique-user, and size insights for an update group",
|
|
8626
|
+
"flags": {
|
|
8627
|
+
"platform": {
|
|
8628
|
+
"description": "Filter to a single platform.",
|
|
8629
|
+
"name": "platform",
|
|
8630
|
+
"hasDynamicHelp": false,
|
|
8631
|
+
"multiple": false,
|
|
8632
|
+
"options": [
|
|
8633
|
+
"ios",
|
|
8634
|
+
"android"
|
|
8635
|
+
],
|
|
8636
|
+
"type": "option"
|
|
8637
|
+
},
|
|
8638
|
+
"days": {
|
|
8639
|
+
"description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
|
|
8640
|
+
"exclusive": [
|
|
8641
|
+
"start",
|
|
8642
|
+
"end"
|
|
8643
|
+
],
|
|
8644
|
+
"name": "days",
|
|
8645
|
+
"hasDynamicHelp": false,
|
|
8646
|
+
"multiple": false,
|
|
8647
|
+
"type": "option"
|
|
8648
|
+
},
|
|
8649
|
+
"start": {
|
|
8650
|
+
"description": "Start of insights time range (ISO date).",
|
|
8651
|
+
"exclusive": [
|
|
8652
|
+
"days"
|
|
8653
|
+
],
|
|
8654
|
+
"name": "start",
|
|
8655
|
+
"hasDynamicHelp": false,
|
|
8656
|
+
"multiple": false,
|
|
8657
|
+
"type": "option"
|
|
8658
|
+
},
|
|
8659
|
+
"end": {
|
|
8660
|
+
"description": "End of insights time range (ISO date).",
|
|
8661
|
+
"exclusive": [
|
|
8662
|
+
"days"
|
|
8663
|
+
],
|
|
8664
|
+
"name": "end",
|
|
8665
|
+
"hasDynamicHelp": false,
|
|
8666
|
+
"multiple": false,
|
|
8667
|
+
"type": "option"
|
|
8668
|
+
},
|
|
8669
|
+
"json": {
|
|
8670
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8671
|
+
"name": "json",
|
|
8672
|
+
"allowNo": false,
|
|
8673
|
+
"type": "boolean"
|
|
8674
|
+
},
|
|
8675
|
+
"non-interactive": {
|
|
8676
|
+
"description": "Run the command in non-interactive mode.",
|
|
8677
|
+
"name": "non-interactive",
|
|
8678
|
+
"noCacheDefault": true,
|
|
8679
|
+
"allowNo": false,
|
|
8680
|
+
"type": "boolean"
|
|
8681
|
+
}
|
|
8682
|
+
},
|
|
8512
8683
|
"hasDynamicHelp": false,
|
|
8513
8684
|
"hiddenAliases": [],
|
|
8514
|
-
"id": "
|
|
8685
|
+
"id": "update:insights",
|
|
8515
8686
|
"pluginAlias": "eas-cli",
|
|
8516
8687
|
"pluginName": "eas-cli",
|
|
8517
8688
|
"pluginType": "core",
|
|
@@ -8564,15 +8735,74 @@
|
|
|
8564
8735
|
"relativePath": [
|
|
8565
8736
|
"build",
|
|
8566
8737
|
"commands",
|
|
8567
|
-
"
|
|
8568
|
-
"
|
|
8738
|
+
"update",
|
|
8739
|
+
"insights.js"
|
|
8569
8740
|
]
|
|
8570
8741
|
},
|
|
8571
|
-
"
|
|
8742
|
+
"update:list": {
|
|
8572
8743
|
"aliases": [],
|
|
8573
8744
|
"args": {},
|
|
8574
|
-
"description": "
|
|
8745
|
+
"description": "view the recent updates",
|
|
8575
8746
|
"flags": {
|
|
8747
|
+
"branch": {
|
|
8748
|
+
"description": "List updates only on this branch",
|
|
8749
|
+
"exclusive": [
|
|
8750
|
+
"all"
|
|
8751
|
+
],
|
|
8752
|
+
"name": "branch",
|
|
8753
|
+
"hasDynamicHelp": false,
|
|
8754
|
+
"multiple": false,
|
|
8755
|
+
"type": "option"
|
|
8756
|
+
},
|
|
8757
|
+
"all": {
|
|
8758
|
+
"description": "List updates on all branches",
|
|
8759
|
+
"exclusive": [
|
|
8760
|
+
"branch"
|
|
8761
|
+
],
|
|
8762
|
+
"name": "all",
|
|
8763
|
+
"allowNo": false,
|
|
8764
|
+
"type": "boolean"
|
|
8765
|
+
},
|
|
8766
|
+
"platform": {
|
|
8767
|
+
"char": "p",
|
|
8768
|
+
"description": "Filter updates by platform",
|
|
8769
|
+
"name": "platform",
|
|
8770
|
+
"hasDynamicHelp": false,
|
|
8771
|
+
"multiple": false,
|
|
8772
|
+
"options": [
|
|
8773
|
+
"android",
|
|
8774
|
+
"ios",
|
|
8775
|
+
"all"
|
|
8776
|
+
],
|
|
8777
|
+
"type": "option"
|
|
8778
|
+
},
|
|
8779
|
+
"runtime-version": {
|
|
8780
|
+
"description": "Filter updates by runtime version",
|
|
8781
|
+
"name": "runtime-version",
|
|
8782
|
+
"hasDynamicHelp": false,
|
|
8783
|
+
"multiple": false,
|
|
8784
|
+
"type": "option"
|
|
8785
|
+
},
|
|
8786
|
+
"offset": {
|
|
8787
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
8788
|
+
"name": "offset",
|
|
8789
|
+
"hasDynamicHelp": false,
|
|
8790
|
+
"multiple": false,
|
|
8791
|
+
"type": "option"
|
|
8792
|
+
},
|
|
8793
|
+
"limit": {
|
|
8794
|
+
"description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
|
|
8795
|
+
"name": "limit",
|
|
8796
|
+
"hasDynamicHelp": false,
|
|
8797
|
+
"multiple": false,
|
|
8798
|
+
"type": "option"
|
|
8799
|
+
},
|
|
8800
|
+
"json": {
|
|
8801
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8802
|
+
"name": "json",
|
|
8803
|
+
"allowNo": false,
|
|
8804
|
+
"type": "boolean"
|
|
8805
|
+
},
|
|
8576
8806
|
"non-interactive": {
|
|
8577
8807
|
"description": "Run the command in non-interactive mode.",
|
|
8578
8808
|
"name": "non-interactive",
|
|
@@ -8583,11 +8813,11 @@
|
|
|
8583
8813
|
},
|
|
8584
8814
|
"hasDynamicHelp": false,
|
|
8585
8815
|
"hiddenAliases": [],
|
|
8586
|
-
"id": "
|
|
8816
|
+
"id": "update:list",
|
|
8587
8817
|
"pluginAlias": "eas-cli",
|
|
8588
8818
|
"pluginName": "eas-cli",
|
|
8589
8819
|
"pluginType": "core",
|
|
8590
|
-
"strict":
|
|
8820
|
+
"strict": true,
|
|
8591
8821
|
"enableJsonFlag": false,
|
|
8592
8822
|
"ContextOptions": {
|
|
8593
8823
|
"LoggedIn": {
|
|
@@ -8637,31 +8867,124 @@
|
|
|
8637
8867
|
"relativePath": [
|
|
8638
8868
|
"build",
|
|
8639
8869
|
"commands",
|
|
8640
|
-
"
|
|
8641
|
-
"
|
|
8870
|
+
"update",
|
|
8871
|
+
"list.js"
|
|
8642
8872
|
]
|
|
8643
8873
|
},
|
|
8644
|
-
"
|
|
8874
|
+
"update:republish": {
|
|
8645
8875
|
"aliases": [],
|
|
8646
|
-
"args": {
|
|
8647
|
-
|
|
8648
|
-
"description": "Name of the workflow file (must end with .yml or .yaml)",
|
|
8649
|
-
"name": "name",
|
|
8650
|
-
"required": false
|
|
8651
|
-
}
|
|
8652
|
-
},
|
|
8653
|
-
"description": "create a new workflow configuration YAML file",
|
|
8876
|
+
"args": {},
|
|
8877
|
+
"description": "roll back to an existing update",
|
|
8654
8878
|
"flags": {
|
|
8655
|
-
"
|
|
8656
|
-
"description": "
|
|
8657
|
-
"
|
|
8879
|
+
"channel": {
|
|
8880
|
+
"description": "Channel name to select an update group to republish from",
|
|
8881
|
+
"exclusive": [
|
|
8882
|
+
"branch",
|
|
8883
|
+
"group"
|
|
8884
|
+
],
|
|
8885
|
+
"name": "channel",
|
|
8886
|
+
"hasDynamicHelp": false,
|
|
8887
|
+
"multiple": false,
|
|
8888
|
+
"type": "option"
|
|
8889
|
+
},
|
|
8890
|
+
"branch": {
|
|
8891
|
+
"description": "Branch name to select an update group to republish from",
|
|
8892
|
+
"exclusive": [
|
|
8893
|
+
"channel",
|
|
8894
|
+
"group"
|
|
8895
|
+
],
|
|
8896
|
+
"name": "branch",
|
|
8897
|
+
"hasDynamicHelp": false,
|
|
8898
|
+
"multiple": false,
|
|
8899
|
+
"type": "option"
|
|
8900
|
+
},
|
|
8901
|
+
"group": {
|
|
8902
|
+
"description": "Update group ID to republish",
|
|
8903
|
+
"exclusive": [
|
|
8904
|
+
"branch",
|
|
8905
|
+
"channel"
|
|
8906
|
+
],
|
|
8907
|
+
"name": "group",
|
|
8908
|
+
"hasDynamicHelp": false,
|
|
8909
|
+
"multiple": false,
|
|
8910
|
+
"type": "option"
|
|
8911
|
+
},
|
|
8912
|
+
"destination-channel": {
|
|
8913
|
+
"description": "Channel name to select a branch to republish to if republishing to a different branch",
|
|
8914
|
+
"exclusive": [
|
|
8915
|
+
"destination-branch"
|
|
8916
|
+
],
|
|
8917
|
+
"name": "destination-channel",
|
|
8918
|
+
"hasDynamicHelp": false,
|
|
8919
|
+
"multiple": false,
|
|
8920
|
+
"type": "option"
|
|
8921
|
+
},
|
|
8922
|
+
"destination-branch": {
|
|
8923
|
+
"description": "Branch name to republish to if republishing to a different branch",
|
|
8924
|
+
"exclusive": [
|
|
8925
|
+
"destination-channel"
|
|
8926
|
+
],
|
|
8927
|
+
"name": "destination-branch",
|
|
8928
|
+
"hasDynamicHelp": false,
|
|
8929
|
+
"multiple": false,
|
|
8930
|
+
"type": "option"
|
|
8931
|
+
},
|
|
8932
|
+
"message": {
|
|
8933
|
+
"char": "m",
|
|
8934
|
+
"description": "Short message describing the republished update group",
|
|
8935
|
+
"name": "message",
|
|
8936
|
+
"required": false,
|
|
8937
|
+
"hasDynamicHelp": false,
|
|
8938
|
+
"multiple": false,
|
|
8939
|
+
"type": "option"
|
|
8940
|
+
},
|
|
8941
|
+
"platform": {
|
|
8942
|
+
"char": "p",
|
|
8943
|
+
"name": "platform",
|
|
8944
|
+
"required": false,
|
|
8945
|
+
"default": "all",
|
|
8946
|
+
"hasDynamicHelp": false,
|
|
8947
|
+
"multiple": false,
|
|
8948
|
+
"options": [
|
|
8949
|
+
"android",
|
|
8950
|
+
"ios",
|
|
8951
|
+
"all"
|
|
8952
|
+
],
|
|
8953
|
+
"type": "option"
|
|
8954
|
+
},
|
|
8955
|
+
"private-key-path": {
|
|
8956
|
+
"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/",
|
|
8957
|
+
"name": "private-key-path",
|
|
8958
|
+
"required": false,
|
|
8959
|
+
"hasDynamicHelp": false,
|
|
8960
|
+
"multiple": false,
|
|
8961
|
+
"type": "option"
|
|
8962
|
+
},
|
|
8963
|
+
"rollout-percentage": {
|
|
8964
|
+
"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.",
|
|
8965
|
+
"name": "rollout-percentage",
|
|
8966
|
+
"required": false,
|
|
8967
|
+
"hasDynamicHelp": false,
|
|
8968
|
+
"multiple": false,
|
|
8969
|
+
"type": "option"
|
|
8970
|
+
},
|
|
8971
|
+
"json": {
|
|
8972
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8973
|
+
"name": "json",
|
|
8974
|
+
"allowNo": false,
|
|
8975
|
+
"type": "boolean"
|
|
8976
|
+
},
|
|
8977
|
+
"non-interactive": {
|
|
8978
|
+
"description": "Run the command in non-interactive mode.",
|
|
8979
|
+
"name": "non-interactive",
|
|
8980
|
+
"noCacheDefault": true,
|
|
8658
8981
|
"allowNo": false,
|
|
8659
8982
|
"type": "boolean"
|
|
8660
8983
|
}
|
|
8661
8984
|
},
|
|
8662
8985
|
"hasDynamicHelp": false,
|
|
8663
8986
|
"hiddenAliases": [],
|
|
8664
|
-
"id": "
|
|
8987
|
+
"id": "update:republish",
|
|
8665
8988
|
"pluginAlias": "eas-cli",
|
|
8666
8989
|
"pluginName": "eas-cli",
|
|
8667
8990
|
"pluginType": "core",
|
|
@@ -8708,35 +9031,89 @@
|
|
|
8708
9031
|
}
|
|
8709
9032
|
},
|
|
8710
9033
|
"contextDefinition": {
|
|
8711
|
-
"
|
|
8712
|
-
"
|
|
8713
|
-
"projectDir": {},
|
|
8714
|
-
"loggedIn": {}
|
|
9034
|
+
"loggedIn": {},
|
|
9035
|
+
"privateProjectConfig": {}
|
|
8715
9036
|
},
|
|
8716
9037
|
"isESM": false,
|
|
8717
9038
|
"relativePath": [
|
|
8718
9039
|
"build",
|
|
8719
9040
|
"commands",
|
|
8720
|
-
"
|
|
8721
|
-
"
|
|
9041
|
+
"update",
|
|
9042
|
+
"republish.js"
|
|
8722
9043
|
]
|
|
8723
9044
|
},
|
|
8724
|
-
"
|
|
9045
|
+
"update:revert-update-rollout": {
|
|
8725
9046
|
"aliases": [],
|
|
8726
9047
|
"args": {},
|
|
8727
|
-
"description": "
|
|
9048
|
+
"description": "revert a rollout update for a project",
|
|
8728
9049
|
"flags": {
|
|
9050
|
+
"channel": {
|
|
9051
|
+
"description": "Channel name to select an update group to revert the rollout update from",
|
|
9052
|
+
"exclusive": [
|
|
9053
|
+
"branch",
|
|
9054
|
+
"group"
|
|
9055
|
+
],
|
|
9056
|
+
"name": "channel",
|
|
9057
|
+
"hasDynamicHelp": false,
|
|
9058
|
+
"multiple": false,
|
|
9059
|
+
"type": "option"
|
|
9060
|
+
},
|
|
9061
|
+
"branch": {
|
|
9062
|
+
"description": "Branch name to select an update group to revert the rollout update from",
|
|
9063
|
+
"exclusive": [
|
|
9064
|
+
"channel",
|
|
9065
|
+
"group"
|
|
9066
|
+
],
|
|
9067
|
+
"name": "branch",
|
|
9068
|
+
"hasDynamicHelp": false,
|
|
9069
|
+
"multiple": false,
|
|
9070
|
+
"type": "option"
|
|
9071
|
+
},
|
|
9072
|
+
"group": {
|
|
9073
|
+
"description": "Rollout update group ID to revert",
|
|
9074
|
+
"exclusive": [
|
|
9075
|
+
"branch",
|
|
9076
|
+
"channel"
|
|
9077
|
+
],
|
|
9078
|
+
"name": "group",
|
|
9079
|
+
"hasDynamicHelp": false,
|
|
9080
|
+
"multiple": false,
|
|
9081
|
+
"type": "option"
|
|
9082
|
+
},
|
|
9083
|
+
"message": {
|
|
9084
|
+
"char": "m",
|
|
9085
|
+
"description": "Short message describing the revert",
|
|
9086
|
+
"name": "message",
|
|
9087
|
+
"required": false,
|
|
9088
|
+
"hasDynamicHelp": false,
|
|
9089
|
+
"multiple": false,
|
|
9090
|
+
"type": "option"
|
|
9091
|
+
},
|
|
9092
|
+
"private-key-path": {
|
|
9093
|
+
"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/",
|
|
9094
|
+
"name": "private-key-path",
|
|
9095
|
+
"required": false,
|
|
9096
|
+
"hasDynamicHelp": false,
|
|
9097
|
+
"multiple": false,
|
|
9098
|
+
"type": "option"
|
|
9099
|
+
},
|
|
8729
9100
|
"json": {
|
|
8730
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9101
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8731
9102
|
"name": "json",
|
|
8732
9103
|
"allowNo": false,
|
|
8733
9104
|
"type": "boolean"
|
|
9105
|
+
},
|
|
9106
|
+
"non-interactive": {
|
|
9107
|
+
"description": "Run the command in non-interactive mode.",
|
|
9108
|
+
"name": "non-interactive",
|
|
9109
|
+
"noCacheDefault": true,
|
|
9110
|
+
"allowNo": false,
|
|
9111
|
+
"type": "boolean"
|
|
8734
9112
|
}
|
|
8735
9113
|
},
|
|
8736
9114
|
"hasDynamicHelp": false,
|
|
8737
|
-
"hidden": true,
|
|
8738
9115
|
"hiddenAliases": [],
|
|
8739
|
-
"id": "
|
|
9116
|
+
"id": "update:revert-update-rollout",
|
|
8740
9117
|
"pluginAlias": "eas-cli",
|
|
8741
9118
|
"pluginName": "eas-cli",
|
|
8742
9119
|
"pluginType": "core",
|
|
@@ -8783,29 +9160,79 @@
|
|
|
8783
9160
|
}
|
|
8784
9161
|
},
|
|
8785
9162
|
"contextDefinition": {
|
|
8786
|
-
"
|
|
8787
|
-
"
|
|
9163
|
+
"loggedIn": {},
|
|
9164
|
+
"privateProjectConfig": {},
|
|
9165
|
+
"vcsClient": {}
|
|
8788
9166
|
},
|
|
8789
9167
|
"isESM": false,
|
|
8790
9168
|
"relativePath": [
|
|
8791
9169
|
"build",
|
|
8792
9170
|
"commands",
|
|
8793
|
-
"
|
|
8794
|
-
"
|
|
9171
|
+
"update",
|
|
9172
|
+
"revert-update-rollout.js"
|
|
8795
9173
|
]
|
|
8796
9174
|
},
|
|
8797
|
-
"
|
|
9175
|
+
"update:roll-back-to-embedded": {
|
|
8798
9176
|
"aliases": [],
|
|
8799
|
-
"args": {
|
|
8800
|
-
|
|
8801
|
-
"description": "ID of the workflow run or workflow job to view logs for",
|
|
8802
|
-
"name": "id"
|
|
8803
|
-
}
|
|
8804
|
-
},
|
|
8805
|
-
"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.",
|
|
9177
|
+
"args": {},
|
|
9178
|
+
"description": "roll back to the embedded update",
|
|
8806
9179
|
"flags": {
|
|
9180
|
+
"branch": {
|
|
9181
|
+
"description": "Branch to publish the rollback to embedded update group on",
|
|
9182
|
+
"name": "branch",
|
|
9183
|
+
"required": false,
|
|
9184
|
+
"hasDynamicHelp": false,
|
|
9185
|
+
"multiple": false,
|
|
9186
|
+
"type": "option"
|
|
9187
|
+
},
|
|
9188
|
+
"channel": {
|
|
9189
|
+
"description": "Channel that the published rollback to embedded update should affect",
|
|
9190
|
+
"name": "channel",
|
|
9191
|
+
"required": false,
|
|
9192
|
+
"hasDynamicHelp": false,
|
|
9193
|
+
"multiple": false,
|
|
9194
|
+
"type": "option"
|
|
9195
|
+
},
|
|
9196
|
+
"runtime-version": {
|
|
9197
|
+
"description": "Runtime version that the rollback to embedded update should target",
|
|
9198
|
+
"name": "runtime-version",
|
|
9199
|
+
"required": false,
|
|
9200
|
+
"hasDynamicHelp": false,
|
|
9201
|
+
"multiple": false,
|
|
9202
|
+
"type": "option"
|
|
9203
|
+
},
|
|
9204
|
+
"message": {
|
|
9205
|
+
"description": "A short message describing the rollback to embedded update",
|
|
9206
|
+
"name": "message",
|
|
9207
|
+
"required": false,
|
|
9208
|
+
"hasDynamicHelp": false,
|
|
9209
|
+
"multiple": false,
|
|
9210
|
+
"type": "option"
|
|
9211
|
+
},
|
|
9212
|
+
"platform": {
|
|
9213
|
+
"char": "p",
|
|
9214
|
+
"name": "platform",
|
|
9215
|
+
"required": false,
|
|
9216
|
+
"default": "all",
|
|
9217
|
+
"hasDynamicHelp": false,
|
|
9218
|
+
"multiple": false,
|
|
9219
|
+
"options": [
|
|
9220
|
+
"android",
|
|
9221
|
+
"ios",
|
|
9222
|
+
"all"
|
|
9223
|
+
],
|
|
9224
|
+
"type": "option"
|
|
9225
|
+
},
|
|
9226
|
+
"private-key-path": {
|
|
9227
|
+
"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/",
|
|
9228
|
+
"name": "private-key-path",
|
|
9229
|
+
"required": false,
|
|
9230
|
+
"hasDynamicHelp": false,
|
|
9231
|
+
"multiple": false,
|
|
9232
|
+
"type": "option"
|
|
9233
|
+
},
|
|
8807
9234
|
"json": {
|
|
8808
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9235
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
8809
9236
|
"name": "json",
|
|
8810
9237
|
"allowNo": false,
|
|
8811
9238
|
"type": "boolean"
|
|
@@ -8816,17 +9243,11 @@
|
|
|
8816
9243
|
"noCacheDefault": true,
|
|
8817
9244
|
"allowNo": false,
|
|
8818
9245
|
"type": "boolean"
|
|
8819
|
-
},
|
|
8820
|
-
"all-steps": {
|
|
8821
|
-
"description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
|
|
8822
|
-
"name": "all-steps",
|
|
8823
|
-
"allowNo": false,
|
|
8824
|
-
"type": "boolean"
|
|
8825
9246
|
}
|
|
8826
9247
|
},
|
|
8827
9248
|
"hasDynamicHelp": false,
|
|
8828
9249
|
"hiddenAliases": [],
|
|
8829
|
-
"id": "
|
|
9250
|
+
"id": "update:roll-back-to-embedded",
|
|
8830
9251
|
"pluginAlias": "eas-cli",
|
|
8831
9252
|
"pluginName": "eas-cli",
|
|
8832
9253
|
"pluginType": "core",
|
|
@@ -8873,73 +9294,36 @@
|
|
|
8873
9294
|
}
|
|
8874
9295
|
},
|
|
8875
9296
|
"contextDefinition": {
|
|
8876
|
-
"
|
|
8877
|
-
"
|
|
9297
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
9298
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
9299
|
+
"loggedIn": {},
|
|
9300
|
+
"vcsClient": {}
|
|
8878
9301
|
},
|
|
8879
9302
|
"isESM": false,
|
|
8880
9303
|
"relativePath": [
|
|
8881
9304
|
"build",
|
|
8882
9305
|
"commands",
|
|
8883
|
-
"
|
|
8884
|
-
"
|
|
9306
|
+
"update",
|
|
9307
|
+
"roll-back-to-embedded.js"
|
|
8885
9308
|
]
|
|
8886
9309
|
},
|
|
8887
|
-
"
|
|
9310
|
+
"update:rollback": {
|
|
8888
9311
|
"aliases": [],
|
|
8889
|
-
"args": {
|
|
8890
|
-
|
|
8891
|
-
"description": "Path to the workflow file to run",
|
|
8892
|
-
"name": "file",
|
|
8893
|
-
"required": true
|
|
8894
|
-
}
|
|
8895
|
-
},
|
|
8896
|
-
"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.",
|
|
9312
|
+
"args": {},
|
|
9313
|
+
"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\".",
|
|
8897
9314
|
"flags": {
|
|
8898
|
-
"
|
|
8899
|
-
"description": "
|
|
8900
|
-
"name": "
|
|
8901
|
-
"
|
|
8902
|
-
"allowNo": false,
|
|
8903
|
-
"type": "boolean"
|
|
8904
|
-
},
|
|
8905
|
-
"wait": {
|
|
8906
|
-
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
8907
|
-
"name": "wait",
|
|
8908
|
-
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
8909
|
-
"allowNo": true,
|
|
8910
|
-
"type": "boolean"
|
|
8911
|
-
},
|
|
8912
|
-
"input": {
|
|
8913
|
-
"aliases": [
|
|
8914
|
-
"f",
|
|
8915
|
-
"field"
|
|
8916
|
-
],
|
|
8917
|
-
"char": "F",
|
|
8918
|
-
"description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
|
|
8919
|
-
"name": "input",
|
|
8920
|
-
"summary": "Set workflow inputs",
|
|
8921
|
-
"hasDynamicHelp": false,
|
|
8922
|
-
"multiple": true,
|
|
8923
|
-
"type": "option"
|
|
8924
|
-
},
|
|
8925
|
-
"ref": {
|
|
8926
|
-
"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.",
|
|
8927
|
-
"name": "ref",
|
|
8928
|
-
"summary": "Git reference to run the workflow on",
|
|
9315
|
+
"private-key-path": {
|
|
9316
|
+
"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/",
|
|
9317
|
+
"name": "private-key-path",
|
|
9318
|
+
"required": false,
|
|
8929
9319
|
"hasDynamicHelp": false,
|
|
8930
9320
|
"multiple": false,
|
|
8931
9321
|
"type": "option"
|
|
8932
|
-
},
|
|
8933
|
-
"json": {
|
|
8934
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
8935
|
-
"name": "json",
|
|
8936
|
-
"allowNo": false,
|
|
8937
|
-
"type": "boolean"
|
|
8938
9322
|
}
|
|
8939
9323
|
},
|
|
8940
9324
|
"hasDynamicHelp": false,
|
|
8941
9325
|
"hiddenAliases": [],
|
|
8942
|
-
"id": "
|
|
9326
|
+
"id": "update:rollback",
|
|
8943
9327
|
"pluginAlias": "eas-cli",
|
|
8944
9328
|
"pluginName": "eas-cli",
|
|
8945
9329
|
"pluginType": "core",
|
|
@@ -8985,48 +9369,61 @@
|
|
|
8985
9369
|
"projectId": {}
|
|
8986
9370
|
}
|
|
8987
9371
|
},
|
|
8988
|
-
"contextDefinition": {
|
|
8989
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
8990
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
8991
|
-
"projectDir": {},
|
|
8992
|
-
"vcsClient": {},
|
|
8993
|
-
"loggedIn": {}
|
|
8994
|
-
},
|
|
9372
|
+
"contextDefinition": {},
|
|
8995
9373
|
"isESM": false,
|
|
8996
9374
|
"relativePath": [
|
|
8997
9375
|
"build",
|
|
8998
9376
|
"commands",
|
|
8999
|
-
"
|
|
9000
|
-
"
|
|
9377
|
+
"update",
|
|
9378
|
+
"rollback.js"
|
|
9001
9379
|
]
|
|
9002
9380
|
},
|
|
9003
|
-
"
|
|
9381
|
+
"update:view": {
|
|
9004
9382
|
"aliases": [],
|
|
9005
|
-
"args": {
|
|
9006
|
-
|
|
9383
|
+
"args": {
|
|
9384
|
+
"groupId": {
|
|
9385
|
+
"description": "The ID of an update group.",
|
|
9386
|
+
"name": "groupId",
|
|
9387
|
+
"required": true
|
|
9388
|
+
}
|
|
9389
|
+
},
|
|
9390
|
+
"description": "update group details",
|
|
9007
9391
|
"flags": {
|
|
9008
|
-
"
|
|
9009
|
-
"description": "
|
|
9010
|
-
"name": "
|
|
9011
|
-
"
|
|
9012
|
-
"
|
|
9013
|
-
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
|
|
9019
|
-
|
|
9392
|
+
"insights": {
|
|
9393
|
+
"description": "Also show insights (launches, crash rate, unique users, payload size) for the update group.",
|
|
9394
|
+
"name": "insights",
|
|
9395
|
+
"allowNo": false,
|
|
9396
|
+
"type": "boolean"
|
|
9397
|
+
},
|
|
9398
|
+
"days": {
|
|
9399
|
+
"description": "Show insights from the last N days (default 7). Only used with --insights.",
|
|
9400
|
+
"exclusive": [
|
|
9401
|
+
"start",
|
|
9402
|
+
"end"
|
|
9403
|
+
],
|
|
9404
|
+
"name": "days",
|
|
9020
9405
|
"hasDynamicHelp": false,
|
|
9021
9406
|
"multiple": false,
|
|
9022
|
-
"
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
"
|
|
9028
|
-
|
|
9407
|
+
"type": "option"
|
|
9408
|
+
},
|
|
9409
|
+
"start": {
|
|
9410
|
+
"description": "Start of insights time range (ISO date). Only used with --insights.",
|
|
9411
|
+
"exclusive": [
|
|
9412
|
+
"days"
|
|
9413
|
+
],
|
|
9414
|
+
"name": "start",
|
|
9415
|
+
"hasDynamicHelp": false,
|
|
9416
|
+
"multiple": false,
|
|
9417
|
+
"type": "option"
|
|
9418
|
+
},
|
|
9419
|
+
"end": {
|
|
9420
|
+
"description": "End of insights time range (ISO date). Only used with --insights.",
|
|
9421
|
+
"exclusive": [
|
|
9422
|
+
"days"
|
|
9029
9423
|
],
|
|
9424
|
+
"name": "end",
|
|
9425
|
+
"hasDynamicHelp": false,
|
|
9426
|
+
"multiple": false,
|
|
9030
9427
|
"type": "option"
|
|
9031
9428
|
},
|
|
9032
9429
|
"json": {
|
|
@@ -9034,18 +9431,11 @@
|
|
|
9034
9431
|
"name": "json",
|
|
9035
9432
|
"allowNo": false,
|
|
9036
9433
|
"type": "boolean"
|
|
9037
|
-
},
|
|
9038
|
-
"limit": {
|
|
9039
|
-
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
|
|
9040
|
-
"name": "limit",
|
|
9041
|
-
"hasDynamicHelp": false,
|
|
9042
|
-
"multiple": false,
|
|
9043
|
-
"type": "option"
|
|
9044
9434
|
}
|
|
9045
9435
|
},
|
|
9046
9436
|
"hasDynamicHelp": false,
|
|
9047
9437
|
"hiddenAliases": [],
|
|
9048
|
-
"id": "
|
|
9438
|
+
"id": "update:view",
|
|
9049
9439
|
"pluginAlias": "eas-cli",
|
|
9050
9440
|
"pluginName": "eas-cli",
|
|
9051
9441
|
"pluginType": "core",
|
|
@@ -9092,51 +9482,57 @@
|
|
|
9092
9482
|
}
|
|
9093
9483
|
},
|
|
9094
9484
|
"contextDefinition": {
|
|
9095
|
-
"projectId": {},
|
|
9096
9485
|
"loggedIn": {}
|
|
9097
9486
|
},
|
|
9098
9487
|
"isESM": false,
|
|
9099
9488
|
"relativePath": [
|
|
9100
9489
|
"build",
|
|
9101
9490
|
"commands",
|
|
9102
|
-
"
|
|
9103
|
-
"
|
|
9491
|
+
"update",
|
|
9492
|
+
"view.js"
|
|
9104
9493
|
]
|
|
9105
9494
|
},
|
|
9106
|
-
"
|
|
9495
|
+
"webhook:create": {
|
|
9107
9496
|
"aliases": [],
|
|
9108
|
-
"args": {
|
|
9109
|
-
|
|
9110
|
-
"description": "A workflow run ID.",
|
|
9111
|
-
"name": "WORKFLOW_RUN_ID"
|
|
9112
|
-
}
|
|
9113
|
-
},
|
|
9114
|
-
"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.",
|
|
9497
|
+
"args": {},
|
|
9498
|
+
"description": "create a webhook",
|
|
9115
9499
|
"flags": {
|
|
9500
|
+
"event": {
|
|
9501
|
+
"description": "Event type that triggers the webhook",
|
|
9502
|
+
"name": "event",
|
|
9503
|
+
"hasDynamicHelp": false,
|
|
9504
|
+
"multiple": false,
|
|
9505
|
+
"options": [
|
|
9506
|
+
"BUILD",
|
|
9507
|
+
"SUBMIT"
|
|
9508
|
+
],
|
|
9509
|
+
"type": "option"
|
|
9510
|
+
},
|
|
9511
|
+
"url": {
|
|
9512
|
+
"description": "Webhook URL",
|
|
9513
|
+
"name": "url",
|
|
9514
|
+
"hasDynamicHelp": false,
|
|
9515
|
+
"multiple": false,
|
|
9516
|
+
"type": "option"
|
|
9517
|
+
},
|
|
9518
|
+
"secret": {
|
|
9519
|
+
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
9520
|
+
"name": "secret",
|
|
9521
|
+
"hasDynamicHelp": false,
|
|
9522
|
+
"multiple": false,
|
|
9523
|
+
"type": "option"
|
|
9524
|
+
},
|
|
9116
9525
|
"non-interactive": {
|
|
9117
9526
|
"description": "Run the command in non-interactive mode.",
|
|
9118
9527
|
"name": "non-interactive",
|
|
9119
9528
|
"noCacheDefault": true,
|
|
9120
9529
|
"allowNo": false,
|
|
9121
9530
|
"type": "boolean"
|
|
9122
|
-
},
|
|
9123
|
-
"wait": {
|
|
9124
|
-
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
9125
|
-
"name": "wait",
|
|
9126
|
-
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
9127
|
-
"allowNo": true,
|
|
9128
|
-
"type": "boolean"
|
|
9129
|
-
},
|
|
9130
|
-
"json": {
|
|
9131
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9132
|
-
"name": "json",
|
|
9133
|
-
"allowNo": false,
|
|
9134
|
-
"type": "boolean"
|
|
9135
9531
|
}
|
|
9136
9532
|
},
|
|
9137
9533
|
"hasDynamicHelp": false,
|
|
9138
9534
|
"hiddenAliases": [],
|
|
9139
|
-
"id": "
|
|
9535
|
+
"id": "webhook:create",
|
|
9140
9536
|
"pluginAlias": "eas-cli",
|
|
9141
9537
|
"pluginName": "eas-cli",
|
|
9142
9538
|
"pluginType": "core",
|
|
@@ -9183,30 +9579,27 @@
|
|
|
9183
9579
|
}
|
|
9184
9580
|
},
|
|
9185
9581
|
"contextDefinition": {
|
|
9186
|
-
"
|
|
9187
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
9188
|
-
"projectDir": {},
|
|
9189
|
-
"vcsClient": {},
|
|
9582
|
+
"projectId": {},
|
|
9190
9583
|
"loggedIn": {}
|
|
9191
9584
|
},
|
|
9192
9585
|
"isESM": false,
|
|
9193
9586
|
"relativePath": [
|
|
9194
9587
|
"build",
|
|
9195
9588
|
"commands",
|
|
9196
|
-
"
|
|
9197
|
-
"
|
|
9589
|
+
"webhook",
|
|
9590
|
+
"create.js"
|
|
9198
9591
|
]
|
|
9199
9592
|
},
|
|
9200
|
-
"
|
|
9593
|
+
"webhook:delete": {
|
|
9201
9594
|
"aliases": [],
|
|
9202
9595
|
"args": {
|
|
9203
|
-
"
|
|
9204
|
-
"description": "
|
|
9205
|
-
"name": "
|
|
9206
|
-
"required":
|
|
9596
|
+
"ID": {
|
|
9597
|
+
"description": "ID of the webhook to delete",
|
|
9598
|
+
"name": "ID",
|
|
9599
|
+
"required": false
|
|
9207
9600
|
}
|
|
9208
9601
|
},
|
|
9209
|
-
"description": "
|
|
9602
|
+
"description": "delete a webhook",
|
|
9210
9603
|
"flags": {
|
|
9211
9604
|
"non-interactive": {
|
|
9212
9605
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -9218,7 +9611,7 @@
|
|
|
9218
9611
|
},
|
|
9219
9612
|
"hasDynamicHelp": false,
|
|
9220
9613
|
"hiddenAliases": [],
|
|
9221
|
-
"id": "
|
|
9614
|
+
"id": "webhook:delete",
|
|
9222
9615
|
"pluginAlias": "eas-cli",
|
|
9223
9616
|
"pluginName": "eas-cli",
|
|
9224
9617
|
"pluginType": "core",
|
|
@@ -9265,9 +9658,6 @@
|
|
|
9265
9658
|
}
|
|
9266
9659
|
},
|
|
9267
9660
|
"contextDefinition": {
|
|
9268
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
9269
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
9270
|
-
"projectDir": {},
|
|
9271
9661
|
"projectId": {},
|
|
9272
9662
|
"loggedIn": {}
|
|
9273
9663
|
},
|
|
@@ -9275,37 +9665,36 @@
|
|
|
9275
9665
|
"relativePath": [
|
|
9276
9666
|
"build",
|
|
9277
9667
|
"commands",
|
|
9278
|
-
"
|
|
9279
|
-
"
|
|
9668
|
+
"webhook",
|
|
9669
|
+
"delete.js"
|
|
9280
9670
|
]
|
|
9281
9671
|
},
|
|
9282
|
-
"
|
|
9672
|
+
"webhook:list": {
|
|
9283
9673
|
"aliases": [],
|
|
9284
|
-
"args": {
|
|
9285
|
-
|
|
9286
|
-
"description": "ID of the workflow run to view",
|
|
9287
|
-
"name": "id"
|
|
9288
|
-
}
|
|
9289
|
-
},
|
|
9290
|
-
"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.",
|
|
9674
|
+
"args": {},
|
|
9675
|
+
"description": "list webhooks",
|
|
9291
9676
|
"flags": {
|
|
9677
|
+
"event": {
|
|
9678
|
+
"description": "Event type that triggers the webhook",
|
|
9679
|
+
"name": "event",
|
|
9680
|
+
"hasDynamicHelp": false,
|
|
9681
|
+
"multiple": false,
|
|
9682
|
+
"options": [
|
|
9683
|
+
"BUILD",
|
|
9684
|
+
"SUBMIT"
|
|
9685
|
+
],
|
|
9686
|
+
"type": "option"
|
|
9687
|
+
},
|
|
9292
9688
|
"json": {
|
|
9293
9689
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9294
9690
|
"name": "json",
|
|
9295
9691
|
"allowNo": false,
|
|
9296
9692
|
"type": "boolean"
|
|
9297
|
-
},
|
|
9298
|
-
"non-interactive": {
|
|
9299
|
-
"description": "Run the command in non-interactive mode.",
|
|
9300
|
-
"name": "non-interactive",
|
|
9301
|
-
"noCacheDefault": true,
|
|
9302
|
-
"allowNo": false,
|
|
9303
|
-
"type": "boolean"
|
|
9304
9693
|
}
|
|
9305
9694
|
},
|
|
9306
9695
|
"hasDynamicHelp": false,
|
|
9307
9696
|
"hiddenAliases": [],
|
|
9308
|
-
"id": "
|
|
9697
|
+
"id": "webhook:list",
|
|
9309
9698
|
"pluginAlias": "eas-cli",
|
|
9310
9699
|
"pluginName": "eas-cli",
|
|
9311
9700
|
"pluginType": "core",
|
|
@@ -9359,33 +9748,44 @@
|
|
|
9359
9748
|
"relativePath": [
|
|
9360
9749
|
"build",
|
|
9361
9750
|
"commands",
|
|
9362
|
-
"
|
|
9363
|
-
"
|
|
9751
|
+
"webhook",
|
|
9752
|
+
"list.js"
|
|
9364
9753
|
]
|
|
9365
9754
|
},
|
|
9366
|
-
"update
|
|
9755
|
+
"webhook:update": {
|
|
9367
9756
|
"aliases": [],
|
|
9368
9757
|
"args": {},
|
|
9369
|
-
"description": "
|
|
9758
|
+
"description": "update a webhook",
|
|
9370
9759
|
"flags": {
|
|
9371
|
-
"
|
|
9372
|
-
"
|
|
9373
|
-
"
|
|
9374
|
-
"
|
|
9375
|
-
"
|
|
9760
|
+
"id": {
|
|
9761
|
+
"description": "Webhook ID",
|
|
9762
|
+
"name": "id",
|
|
9763
|
+
"required": true,
|
|
9764
|
+
"hasDynamicHelp": false,
|
|
9765
|
+
"multiple": false,
|
|
9766
|
+
"type": "option"
|
|
9767
|
+
},
|
|
9768
|
+
"event": {
|
|
9769
|
+
"description": "Event type that triggers the webhook",
|
|
9770
|
+
"name": "event",
|
|
9376
9771
|
"hasDynamicHelp": false,
|
|
9377
9772
|
"multiple": false,
|
|
9378
9773
|
"options": [
|
|
9379
|
-
"
|
|
9380
|
-
"
|
|
9381
|
-
"all"
|
|
9774
|
+
"BUILD",
|
|
9775
|
+
"SUBMIT"
|
|
9382
9776
|
],
|
|
9383
9777
|
"type": "option"
|
|
9384
9778
|
},
|
|
9385
|
-
"
|
|
9386
|
-
"description": "
|
|
9387
|
-
"name": "
|
|
9388
|
-
"
|
|
9779
|
+
"url": {
|
|
9780
|
+
"description": "Webhook URL",
|
|
9781
|
+
"name": "url",
|
|
9782
|
+
"hasDynamicHelp": false,
|
|
9783
|
+
"multiple": false,
|
|
9784
|
+
"type": "option"
|
|
9785
|
+
},
|
|
9786
|
+
"secret": {
|
|
9787
|
+
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
9788
|
+
"name": "secret",
|
|
9389
9789
|
"hasDynamicHelp": false,
|
|
9390
9790
|
"multiple": false,
|
|
9391
9791
|
"type": "option"
|
|
@@ -9400,7 +9800,7 @@
|
|
|
9400
9800
|
},
|
|
9401
9801
|
"hasDynamicHelp": false,
|
|
9402
9802
|
"hiddenAliases": [],
|
|
9403
|
-
"id": "update
|
|
9803
|
+
"id": "webhook:update",
|
|
9404
9804
|
"pluginAlias": "eas-cli",
|
|
9405
9805
|
"pluginName": "eas-cli",
|
|
9406
9806
|
"pluginType": "core",
|
|
@@ -9447,46 +9847,30 @@
|
|
|
9447
9847
|
}
|
|
9448
9848
|
},
|
|
9449
9849
|
"contextDefinition": {
|
|
9450
|
-
"loggedIn": {}
|
|
9451
|
-
"privateProjectConfig": {},
|
|
9452
|
-
"vcsClient": {}
|
|
9850
|
+
"loggedIn": {}
|
|
9453
9851
|
},
|
|
9454
9852
|
"isESM": false,
|
|
9455
9853
|
"relativePath": [
|
|
9456
9854
|
"build",
|
|
9457
9855
|
"commands",
|
|
9458
|
-
"
|
|
9459
|
-
"
|
|
9856
|
+
"webhook",
|
|
9857
|
+
"update.js"
|
|
9460
9858
|
]
|
|
9461
9859
|
},
|
|
9462
|
-
"
|
|
9860
|
+
"webhook:view": {
|
|
9463
9861
|
"aliases": [],
|
|
9464
9862
|
"args": {
|
|
9465
|
-
"
|
|
9466
|
-
"description": "
|
|
9467
|
-
"name": "
|
|
9863
|
+
"ID": {
|
|
9864
|
+
"description": "ID of the webhook to view",
|
|
9865
|
+
"name": "ID",
|
|
9468
9866
|
"required": true
|
|
9469
9867
|
}
|
|
9470
9868
|
},
|
|
9471
|
-
"description": "
|
|
9472
|
-
"flags": {
|
|
9473
|
-
"json": {
|
|
9474
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
9475
|
-
"name": "json",
|
|
9476
|
-
"allowNo": false,
|
|
9477
|
-
"type": "boolean"
|
|
9478
|
-
},
|
|
9479
|
-
"non-interactive": {
|
|
9480
|
-
"description": "Run the command in non-interactive mode.",
|
|
9481
|
-
"name": "non-interactive",
|
|
9482
|
-
"noCacheDefault": true,
|
|
9483
|
-
"allowNo": false,
|
|
9484
|
-
"type": "boolean"
|
|
9485
|
-
}
|
|
9486
|
-
},
|
|
9869
|
+
"description": "view a webhook",
|
|
9870
|
+
"flags": {},
|
|
9487
9871
|
"hasDynamicHelp": false,
|
|
9488
9872
|
"hiddenAliases": [],
|
|
9489
|
-
"id": "
|
|
9873
|
+
"id": "webhook:view",
|
|
9490
9874
|
"pluginAlias": "eas-cli",
|
|
9491
9875
|
"pluginName": "eas-cli",
|
|
9492
9876
|
"pluginType": "core",
|
|
@@ -9539,41 +9923,15 @@
|
|
|
9539
9923
|
"relativePath": [
|
|
9540
9924
|
"build",
|
|
9541
9925
|
"commands",
|
|
9542
|
-
"
|
|
9543
|
-
"
|
|
9926
|
+
"webhook",
|
|
9927
|
+
"view.js"
|
|
9544
9928
|
]
|
|
9545
9929
|
},
|
|
9546
|
-
"
|
|
9930
|
+
"workflow:cancel": {
|
|
9547
9931
|
"aliases": [],
|
|
9548
|
-
"args": {
|
|
9549
|
-
|
|
9550
|
-
"description": "The ID of an update group to edit.",
|
|
9551
|
-
"name": "groupId"
|
|
9552
|
-
}
|
|
9553
|
-
},
|
|
9554
|
-
"description": "edit all the updates in an update group",
|
|
9932
|
+
"args": {},
|
|
9933
|
+
"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.",
|
|
9555
9934
|
"flags": {
|
|
9556
|
-
"rollout-percentage": {
|
|
9557
|
-
"description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
|
|
9558
|
-
"name": "rollout-percentage",
|
|
9559
|
-
"required": false,
|
|
9560
|
-
"hasDynamicHelp": false,
|
|
9561
|
-
"multiple": false,
|
|
9562
|
-
"type": "option"
|
|
9563
|
-
},
|
|
9564
|
-
"branch": {
|
|
9565
|
-
"description": "Branch for which to list updates to select from",
|
|
9566
|
-
"name": "branch",
|
|
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. Implies --non-interactive.",
|
|
9573
|
-
"name": "json",
|
|
9574
|
-
"allowNo": false,
|
|
9575
|
-
"type": "boolean"
|
|
9576
|
-
},
|
|
9577
9935
|
"non-interactive": {
|
|
9578
9936
|
"description": "Run the command in non-interactive mode.",
|
|
9579
9937
|
"name": "non-interactive",
|
|
@@ -9584,11 +9942,11 @@
|
|
|
9584
9942
|
},
|
|
9585
9943
|
"hasDynamicHelp": false,
|
|
9586
9944
|
"hiddenAliases": [],
|
|
9587
|
-
"id": "
|
|
9945
|
+
"id": "workflow:cancel",
|
|
9588
9946
|
"pluginAlias": "eas-cli",
|
|
9589
9947
|
"pluginName": "eas-cli",
|
|
9590
9948
|
"pluginType": "core",
|
|
9591
|
-
"strict":
|
|
9949
|
+
"strict": false,
|
|
9592
9950
|
"enableJsonFlag": false,
|
|
9593
9951
|
"ContextOptions": {
|
|
9594
9952
|
"LoggedIn": {
|
|
@@ -9638,144 +9996,31 @@
|
|
|
9638
9996
|
"relativePath": [
|
|
9639
9997
|
"build",
|
|
9640
9998
|
"commands",
|
|
9641
|
-
"
|
|
9642
|
-
"
|
|
9999
|
+
"workflow",
|
|
10000
|
+
"cancel.js"
|
|
9643
10001
|
]
|
|
9644
10002
|
},
|
|
9645
|
-
"
|
|
10003
|
+
"workflow:create": {
|
|
9646
10004
|
"aliases": [],
|
|
9647
|
-
"args": {
|
|
9648
|
-
|
|
10005
|
+
"args": {
|
|
10006
|
+
"name": {
|
|
10007
|
+
"description": "Name of the workflow file (must end with .yml or .yaml)",
|
|
10008
|
+
"name": "name",
|
|
10009
|
+
"required": false
|
|
10010
|
+
}
|
|
10011
|
+
},
|
|
10012
|
+
"description": "create a new workflow configuration YAML file",
|
|
9649
10013
|
"flags": {
|
|
9650
|
-
"
|
|
9651
|
-
"description": "
|
|
9652
|
-
"name": "
|
|
9653
|
-
"required": false,
|
|
9654
|
-
"hasDynamicHelp": false,
|
|
9655
|
-
"multiple": false,
|
|
9656
|
-
"type": "option"
|
|
9657
|
-
},
|
|
9658
|
-
"channel": {
|
|
9659
|
-
"description": "Channel that the published update should affect",
|
|
9660
|
-
"name": "channel",
|
|
9661
|
-
"required": false,
|
|
9662
|
-
"hasDynamicHelp": false,
|
|
9663
|
-
"multiple": false,
|
|
9664
|
-
"type": "option"
|
|
9665
|
-
},
|
|
9666
|
-
"message": {
|
|
9667
|
-
"char": "m",
|
|
9668
|
-
"description": "A short message describing the update",
|
|
9669
|
-
"name": "message",
|
|
9670
|
-
"required": false,
|
|
9671
|
-
"hasDynamicHelp": false,
|
|
9672
|
-
"multiple": false,
|
|
9673
|
-
"type": "option"
|
|
9674
|
-
},
|
|
9675
|
-
"input-dir": {
|
|
9676
|
-
"description": "Location of the bundle",
|
|
9677
|
-
"name": "input-dir",
|
|
9678
|
-
"required": false,
|
|
9679
|
-
"default": "dist",
|
|
9680
|
-
"hasDynamicHelp": false,
|
|
9681
|
-
"multiple": false,
|
|
9682
|
-
"type": "option"
|
|
9683
|
-
},
|
|
9684
|
-
"skip-bundler": {
|
|
9685
|
-
"description": "Skip running Expo CLI to bundle the app before publishing",
|
|
9686
|
-
"name": "skip-bundler",
|
|
9687
|
-
"allowNo": false,
|
|
9688
|
-
"type": "boolean"
|
|
9689
|
-
},
|
|
9690
|
-
"clear-cache": {
|
|
9691
|
-
"description": "Clear the bundler cache before publishing",
|
|
9692
|
-
"name": "clear-cache",
|
|
9693
|
-
"allowNo": false,
|
|
9694
|
-
"type": "boolean"
|
|
9695
|
-
},
|
|
9696
|
-
"no-bytecode": {
|
|
9697
|
-
"description": "Skip generating Hermes bytecode (output plain JavaScript instead)",
|
|
9698
|
-
"hidden": true,
|
|
9699
|
-
"name": "no-bytecode",
|
|
9700
|
-
"allowNo": false,
|
|
9701
|
-
"type": "boolean"
|
|
9702
|
-
},
|
|
9703
|
-
"source-maps": {
|
|
9704
|
-
"description": "Emit source maps. Options: true (default), inline, false",
|
|
9705
|
-
"hidden": true,
|
|
9706
|
-
"name": "source-maps",
|
|
9707
|
-
"default": "true",
|
|
9708
|
-
"hasDynamicHelp": false,
|
|
9709
|
-
"multiple": false,
|
|
9710
|
-
"type": "option"
|
|
9711
|
-
},
|
|
9712
|
-
"emit-metadata": {
|
|
9713
|
-
"description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
|
|
9714
|
-
"name": "emit-metadata",
|
|
9715
|
-
"allowNo": false,
|
|
9716
|
-
"type": "boolean"
|
|
9717
|
-
},
|
|
9718
|
-
"rollout-percentage": {
|
|
9719
|
-
"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.",
|
|
9720
|
-
"name": "rollout-percentage",
|
|
9721
|
-
"required": false,
|
|
9722
|
-
"hasDynamicHelp": false,
|
|
9723
|
-
"multiple": false,
|
|
9724
|
-
"type": "option"
|
|
9725
|
-
},
|
|
9726
|
-
"platform": {
|
|
9727
|
-
"char": "p",
|
|
9728
|
-
"name": "platform",
|
|
9729
|
-
"required": false,
|
|
9730
|
-
"default": "all",
|
|
9731
|
-
"hasDynamicHelp": false,
|
|
9732
|
-
"multiple": false,
|
|
9733
|
-
"options": [
|
|
9734
|
-
"android",
|
|
9735
|
-
"ios",
|
|
9736
|
-
"all"
|
|
9737
|
-
],
|
|
9738
|
-
"type": "option"
|
|
9739
|
-
},
|
|
9740
|
-
"auto": {
|
|
9741
|
-
"description": "Use the current git branch and commit message for the EAS branch and update message",
|
|
9742
|
-
"name": "auto",
|
|
9743
|
-
"allowNo": false,
|
|
9744
|
-
"type": "boolean"
|
|
9745
|
-
},
|
|
9746
|
-
"private-key-path": {
|
|
9747
|
-
"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/",
|
|
9748
|
-
"name": "private-key-path",
|
|
9749
|
-
"required": false,
|
|
9750
|
-
"hasDynamicHelp": false,
|
|
9751
|
-
"multiple": false,
|
|
9752
|
-
"type": "option"
|
|
9753
|
-
},
|
|
9754
|
-
"environment": {
|
|
9755
|
-
"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.",
|
|
9756
|
-
"name": "environment",
|
|
9757
|
-
"required": false,
|
|
9758
|
-
"hasDynamicHelp": false,
|
|
9759
|
-
"multiple": false,
|
|
9760
|
-
"type": "option"
|
|
9761
|
-
},
|
|
9762
|
-
"json": {
|
|
9763
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
9764
|
-
"name": "json",
|
|
9765
|
-
"allowNo": false,
|
|
9766
|
-
"type": "boolean"
|
|
9767
|
-
},
|
|
9768
|
-
"non-interactive": {
|
|
9769
|
-
"description": "Run the command in non-interactive mode.",
|
|
9770
|
-
"name": "non-interactive",
|
|
9771
|
-
"noCacheDefault": true,
|
|
10014
|
+
"skip-validation": {
|
|
10015
|
+
"description": "If set, the workflow file will not be validated before being created",
|
|
10016
|
+
"name": "skip-validation",
|
|
9772
10017
|
"allowNo": false,
|
|
9773
10018
|
"type": "boolean"
|
|
9774
10019
|
}
|
|
9775
10020
|
},
|
|
9776
10021
|
"hasDynamicHelp": false,
|
|
9777
10022
|
"hiddenAliases": [],
|
|
9778
|
-
"id": "
|
|
10023
|
+
"id": "workflow:create",
|
|
9779
10024
|
"pluginAlias": "eas-cli",
|
|
9780
10025
|
"pluginName": "eas-cli",
|
|
9781
10026
|
"pluginType": "core",
|
|
@@ -9824,88 +10069,33 @@
|
|
|
9824
10069
|
"contextDefinition": {
|
|
9825
10070
|
"getDynamicPublicProjectConfigAsync": {},
|
|
9826
10071
|
"getDynamicPrivateProjectConfigAsync": {},
|
|
9827
|
-
"
|
|
9828
|
-
"
|
|
9829
|
-
"getServerSideEnvironmentVariablesAsync": {}
|
|
10072
|
+
"projectDir": {},
|
|
10073
|
+
"loggedIn": {}
|
|
9830
10074
|
},
|
|
9831
10075
|
"isESM": false,
|
|
9832
10076
|
"relativePath": [
|
|
9833
10077
|
"build",
|
|
9834
10078
|
"commands",
|
|
9835
|
-
"
|
|
9836
|
-
"
|
|
10079
|
+
"workflow",
|
|
10080
|
+
"create.js"
|
|
9837
10081
|
]
|
|
9838
10082
|
},
|
|
9839
|
-
"
|
|
10083
|
+
"workflow:list": {
|
|
9840
10084
|
"aliases": [],
|
|
9841
|
-
"args": {
|
|
9842
|
-
|
|
9843
|
-
"description": "The ID of an update group.",
|
|
9844
|
-
"name": "groupId",
|
|
9845
|
-
"required": true
|
|
9846
|
-
}
|
|
9847
|
-
},
|
|
9848
|
-
"description": "display launch, crash, unique-user, and size insights for an update group",
|
|
10085
|
+
"args": {},
|
|
10086
|
+
"description": "List workflows for the current project",
|
|
9849
10087
|
"flags": {
|
|
9850
|
-
"platform": {
|
|
9851
|
-
"description": "Filter to a single platform.",
|
|
9852
|
-
"name": "platform",
|
|
9853
|
-
"hasDynamicHelp": false,
|
|
9854
|
-
"multiple": false,
|
|
9855
|
-
"options": [
|
|
9856
|
-
"ios",
|
|
9857
|
-
"android"
|
|
9858
|
-
],
|
|
9859
|
-
"type": "option"
|
|
9860
|
-
},
|
|
9861
|
-
"days": {
|
|
9862
|
-
"description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
|
|
9863
|
-
"exclusive": [
|
|
9864
|
-
"start",
|
|
9865
|
-
"end"
|
|
9866
|
-
],
|
|
9867
|
-
"name": "days",
|
|
9868
|
-
"hasDynamicHelp": false,
|
|
9869
|
-
"multiple": false,
|
|
9870
|
-
"type": "option"
|
|
9871
|
-
},
|
|
9872
|
-
"start": {
|
|
9873
|
-
"description": "Start of insights time range (ISO date).",
|
|
9874
|
-
"exclusive": [
|
|
9875
|
-
"days"
|
|
9876
|
-
],
|
|
9877
|
-
"name": "start",
|
|
9878
|
-
"hasDynamicHelp": false,
|
|
9879
|
-
"multiple": false,
|
|
9880
|
-
"type": "option"
|
|
9881
|
-
},
|
|
9882
|
-
"end": {
|
|
9883
|
-
"description": "End of insights time range (ISO date).",
|
|
9884
|
-
"exclusive": [
|
|
9885
|
-
"days"
|
|
9886
|
-
],
|
|
9887
|
-
"name": "end",
|
|
9888
|
-
"hasDynamicHelp": false,
|
|
9889
|
-
"multiple": false,
|
|
9890
|
-
"type": "option"
|
|
9891
|
-
},
|
|
9892
10088
|
"json": {
|
|
9893
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
10089
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9894
10090
|
"name": "json",
|
|
9895
10091
|
"allowNo": false,
|
|
9896
10092
|
"type": "boolean"
|
|
9897
|
-
},
|
|
9898
|
-
"non-interactive": {
|
|
9899
|
-
"description": "Run the command in non-interactive mode.",
|
|
9900
|
-
"name": "non-interactive",
|
|
9901
|
-
"noCacheDefault": true,
|
|
9902
|
-
"allowNo": false,
|
|
9903
|
-
"type": "boolean"
|
|
9904
10093
|
}
|
|
9905
10094
|
},
|
|
9906
10095
|
"hasDynamicHelp": false,
|
|
10096
|
+
"hidden": true,
|
|
9907
10097
|
"hiddenAliases": [],
|
|
9908
|
-
"id": "
|
|
10098
|
+
"id": "workflow:list",
|
|
9909
10099
|
"pluginAlias": "eas-cli",
|
|
9910
10100
|
"pluginName": "eas-cli",
|
|
9911
10101
|
"pluginType": "core",
|
|
@@ -9952,76 +10142,29 @@
|
|
|
9952
10142
|
}
|
|
9953
10143
|
},
|
|
9954
10144
|
"contextDefinition": {
|
|
10145
|
+
"projectId": {},
|
|
9955
10146
|
"loggedIn": {}
|
|
9956
10147
|
},
|
|
9957
10148
|
"isESM": false,
|
|
9958
10149
|
"relativePath": [
|
|
9959
10150
|
"build",
|
|
9960
10151
|
"commands",
|
|
9961
|
-
"
|
|
9962
|
-
"
|
|
10152
|
+
"workflow",
|
|
10153
|
+
"list.js"
|
|
9963
10154
|
]
|
|
9964
10155
|
},
|
|
9965
|
-
"
|
|
10156
|
+
"workflow:logs": {
|
|
9966
10157
|
"aliases": [],
|
|
9967
|
-
"args": {
|
|
9968
|
-
|
|
10158
|
+
"args": {
|
|
10159
|
+
"id": {
|
|
10160
|
+
"description": "ID of the workflow run or workflow job to view logs for",
|
|
10161
|
+
"name": "id"
|
|
10162
|
+
}
|
|
10163
|
+
},
|
|
10164
|
+
"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.",
|
|
9969
10165
|
"flags": {
|
|
9970
|
-
"branch": {
|
|
9971
|
-
"description": "List updates only on this branch",
|
|
9972
|
-
"exclusive": [
|
|
9973
|
-
"all"
|
|
9974
|
-
],
|
|
9975
|
-
"name": "branch",
|
|
9976
|
-
"hasDynamicHelp": false,
|
|
9977
|
-
"multiple": false,
|
|
9978
|
-
"type": "option"
|
|
9979
|
-
},
|
|
9980
|
-
"all": {
|
|
9981
|
-
"description": "List updates on all branches",
|
|
9982
|
-
"exclusive": [
|
|
9983
|
-
"branch"
|
|
9984
|
-
],
|
|
9985
|
-
"name": "all",
|
|
9986
|
-
"allowNo": false,
|
|
9987
|
-
"type": "boolean"
|
|
9988
|
-
},
|
|
9989
|
-
"platform": {
|
|
9990
|
-
"char": "p",
|
|
9991
|
-
"description": "Filter updates by platform",
|
|
9992
|
-
"name": "platform",
|
|
9993
|
-
"hasDynamicHelp": false,
|
|
9994
|
-
"multiple": false,
|
|
9995
|
-
"options": [
|
|
9996
|
-
"android",
|
|
9997
|
-
"ios",
|
|
9998
|
-
"all"
|
|
9999
|
-
],
|
|
10000
|
-
"type": "option"
|
|
10001
|
-
},
|
|
10002
|
-
"runtime-version": {
|
|
10003
|
-
"description": "Filter updates by runtime version",
|
|
10004
|
-
"name": "runtime-version",
|
|
10005
|
-
"hasDynamicHelp": false,
|
|
10006
|
-
"multiple": false,
|
|
10007
|
-
"type": "option"
|
|
10008
|
-
},
|
|
10009
|
-
"offset": {
|
|
10010
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
10011
|
-
"name": "offset",
|
|
10012
|
-
"hasDynamicHelp": false,
|
|
10013
|
-
"multiple": false,
|
|
10014
|
-
"type": "option"
|
|
10015
|
-
},
|
|
10016
|
-
"limit": {
|
|
10017
|
-
"description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
|
|
10018
|
-
"name": "limit",
|
|
10019
|
-
"hasDynamicHelp": false,
|
|
10020
|
-
"multiple": false,
|
|
10021
|
-
"type": "option"
|
|
10022
|
-
},
|
|
10023
10166
|
"json": {
|
|
10024
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
10167
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10025
10168
|
"name": "json",
|
|
10026
10169
|
"allowNo": false,
|
|
10027
10170
|
"type": "boolean"
|
|
@@ -10032,11 +10175,17 @@
|
|
|
10032
10175
|
"noCacheDefault": true,
|
|
10033
10176
|
"allowNo": false,
|
|
10034
10177
|
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"all-steps": {
|
|
10180
|
+
"description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
|
|
10181
|
+
"name": "all-steps",
|
|
10182
|
+
"allowNo": false,
|
|
10183
|
+
"type": "boolean"
|
|
10035
10184
|
}
|
|
10036
10185
|
},
|
|
10037
10186
|
"hasDynamicHelp": false,
|
|
10038
10187
|
"hiddenAliases": [],
|
|
10039
|
-
"id": "
|
|
10188
|
+
"id": "workflow:logs",
|
|
10040
10189
|
"pluginAlias": "eas-cli",
|
|
10041
10190
|
"pluginName": "eas-cli",
|
|
10042
10191
|
"pluginType": "core",
|
|
@@ -10090,124 +10239,66 @@
|
|
|
10090
10239
|
"relativePath": [
|
|
10091
10240
|
"build",
|
|
10092
10241
|
"commands",
|
|
10093
|
-
"
|
|
10094
|
-
"
|
|
10242
|
+
"workflow",
|
|
10243
|
+
"logs.js"
|
|
10095
10244
|
]
|
|
10096
10245
|
},
|
|
10097
|
-
"
|
|
10246
|
+
"workflow:run": {
|
|
10098
10247
|
"aliases": [],
|
|
10099
|
-
"args": {
|
|
10100
|
-
|
|
10248
|
+
"args": {
|
|
10249
|
+
"file": {
|
|
10250
|
+
"description": "Path to the workflow file to run",
|
|
10251
|
+
"name": "file",
|
|
10252
|
+
"required": true
|
|
10253
|
+
}
|
|
10254
|
+
},
|
|
10255
|
+
"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.",
|
|
10101
10256
|
"flags": {
|
|
10102
|
-
"
|
|
10103
|
-
"description": "
|
|
10104
|
-
"
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
|
|
10108
|
-
"name": "channel",
|
|
10109
|
-
"hasDynamicHelp": false,
|
|
10110
|
-
"multiple": false,
|
|
10111
|
-
"type": "option"
|
|
10112
|
-
},
|
|
10113
|
-
"branch": {
|
|
10114
|
-
"description": "Branch name to select an update group to republish from",
|
|
10115
|
-
"exclusive": [
|
|
10116
|
-
"channel",
|
|
10117
|
-
"group"
|
|
10118
|
-
],
|
|
10119
|
-
"name": "branch",
|
|
10120
|
-
"hasDynamicHelp": false,
|
|
10121
|
-
"multiple": false,
|
|
10122
|
-
"type": "option"
|
|
10123
|
-
},
|
|
10124
|
-
"group": {
|
|
10125
|
-
"description": "Update group ID to republish",
|
|
10126
|
-
"exclusive": [
|
|
10127
|
-
"branch",
|
|
10128
|
-
"channel"
|
|
10129
|
-
],
|
|
10130
|
-
"name": "group",
|
|
10131
|
-
"hasDynamicHelp": false,
|
|
10132
|
-
"multiple": false,
|
|
10133
|
-
"type": "option"
|
|
10134
|
-
},
|
|
10135
|
-
"destination-channel": {
|
|
10136
|
-
"description": "Channel name to select a branch to republish to if republishing to a different branch",
|
|
10137
|
-
"exclusive": [
|
|
10138
|
-
"destination-branch"
|
|
10139
|
-
],
|
|
10140
|
-
"name": "destination-channel",
|
|
10141
|
-
"hasDynamicHelp": false,
|
|
10142
|
-
"multiple": false,
|
|
10143
|
-
"type": "option"
|
|
10144
|
-
},
|
|
10145
|
-
"destination-branch": {
|
|
10146
|
-
"description": "Branch name to republish to if republishing to a different branch",
|
|
10147
|
-
"exclusive": [
|
|
10148
|
-
"destination-channel"
|
|
10149
|
-
],
|
|
10150
|
-
"name": "destination-branch",
|
|
10151
|
-
"hasDynamicHelp": false,
|
|
10152
|
-
"multiple": false,
|
|
10153
|
-
"type": "option"
|
|
10257
|
+
"non-interactive": {
|
|
10258
|
+
"description": "Run the command in non-interactive mode.",
|
|
10259
|
+
"name": "non-interactive",
|
|
10260
|
+
"noCacheDefault": true,
|
|
10261
|
+
"allowNo": false,
|
|
10262
|
+
"type": "boolean"
|
|
10154
10263
|
},
|
|
10155
|
-
"
|
|
10156
|
-
"
|
|
10157
|
-
"
|
|
10158
|
-
"
|
|
10159
|
-
"
|
|
10160
|
-
"
|
|
10161
|
-
"multiple": false,
|
|
10162
|
-
"type": "option"
|
|
10264
|
+
"wait": {
|
|
10265
|
+
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
10266
|
+
"name": "wait",
|
|
10267
|
+
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
10268
|
+
"allowNo": true,
|
|
10269
|
+
"type": "boolean"
|
|
10163
10270
|
},
|
|
10164
|
-
"
|
|
10165
|
-
"
|
|
10166
|
-
|
|
10167
|
-
|
|
10168
|
-
"default": "all",
|
|
10169
|
-
"hasDynamicHelp": false,
|
|
10170
|
-
"multiple": false,
|
|
10171
|
-
"options": [
|
|
10172
|
-
"android",
|
|
10173
|
-
"ios",
|
|
10174
|
-
"all"
|
|
10271
|
+
"input": {
|
|
10272
|
+
"aliases": [
|
|
10273
|
+
"f",
|
|
10274
|
+
"field"
|
|
10175
10275
|
],
|
|
10176
|
-
"
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
"
|
|
10180
|
-
"name": "private-key-path",
|
|
10181
|
-
"required": false,
|
|
10276
|
+
"char": "F",
|
|
10277
|
+
"description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
|
|
10278
|
+
"name": "input",
|
|
10279
|
+
"summary": "Set workflow inputs",
|
|
10182
10280
|
"hasDynamicHelp": false,
|
|
10183
|
-
"multiple":
|
|
10281
|
+
"multiple": true,
|
|
10184
10282
|
"type": "option"
|
|
10185
10283
|
},
|
|
10186
|
-
"
|
|
10187
|
-
"description": "
|
|
10188
|
-
"name": "
|
|
10189
|
-
"
|
|
10284
|
+
"ref": {
|
|
10285
|
+
"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.",
|
|
10286
|
+
"name": "ref",
|
|
10287
|
+
"summary": "Git reference to run the workflow on",
|
|
10190
10288
|
"hasDynamicHelp": false,
|
|
10191
10289
|
"multiple": false,
|
|
10192
10290
|
"type": "option"
|
|
10193
10291
|
},
|
|
10194
10292
|
"json": {
|
|
10195
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
10293
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10196
10294
|
"name": "json",
|
|
10197
10295
|
"allowNo": false,
|
|
10198
10296
|
"type": "boolean"
|
|
10199
|
-
},
|
|
10200
|
-
"non-interactive": {
|
|
10201
|
-
"description": "Run the command in non-interactive mode.",
|
|
10202
|
-
"name": "non-interactive",
|
|
10203
|
-
"noCacheDefault": true,
|
|
10204
|
-
"allowNo": false,
|
|
10205
|
-
"type": "boolean"
|
|
10206
10297
|
}
|
|
10207
10298
|
},
|
|
10208
10299
|
"hasDynamicHelp": false,
|
|
10209
10300
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "
|
|
10301
|
+
"id": "workflow:run",
|
|
10211
10302
|
"pluginAlias": "eas-cli",
|
|
10212
10303
|
"pluginName": "eas-cli",
|
|
10213
10304
|
"pluginType": "core",
|
|
@@ -10253,90 +10344,67 @@
|
|
|
10253
10344
|
"projectId": {}
|
|
10254
10345
|
}
|
|
10255
10346
|
},
|
|
10256
|
-
"contextDefinition": {
|
|
10257
|
-
"
|
|
10258
|
-
"
|
|
10259
|
-
|
|
10260
|
-
|
|
10261
|
-
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
|
|
10265
|
-
"
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
|
|
10272
|
-
"
|
|
10273
|
-
|
|
10274
|
-
|
|
10275
|
-
|
|
10276
|
-
|
|
10277
|
-
|
|
10278
|
-
|
|
10279
|
-
"name": "channel",
|
|
10280
|
-
"hasDynamicHelp": false,
|
|
10281
|
-
"multiple": false,
|
|
10282
|
-
"type": "option"
|
|
10283
|
-
},
|
|
10284
|
-
"branch": {
|
|
10285
|
-
"description": "Branch name to select an update group to revert the rollout update from",
|
|
10286
|
-
"exclusive": [
|
|
10287
|
-
"channel",
|
|
10288
|
-
"group"
|
|
10289
|
-
],
|
|
10290
|
-
"name": "branch",
|
|
10291
|
-
"hasDynamicHelp": false,
|
|
10292
|
-
"multiple": false,
|
|
10293
|
-
"type": "option"
|
|
10294
|
-
},
|
|
10295
|
-
"group": {
|
|
10296
|
-
"description": "Rollout update group ID to revert",
|
|
10297
|
-
"exclusive": [
|
|
10298
|
-
"branch",
|
|
10299
|
-
"channel"
|
|
10300
|
-
],
|
|
10301
|
-
"name": "group",
|
|
10302
|
-
"hasDynamicHelp": false,
|
|
10303
|
-
"multiple": false,
|
|
10304
|
-
"type": "option"
|
|
10305
|
-
},
|
|
10306
|
-
"message": {
|
|
10307
|
-
"char": "m",
|
|
10308
|
-
"description": "Short message describing the revert",
|
|
10309
|
-
"name": "message",
|
|
10347
|
+
"contextDefinition": {
|
|
10348
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
10349
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
10350
|
+
"projectDir": {},
|
|
10351
|
+
"vcsClient": {},
|
|
10352
|
+
"loggedIn": {}
|
|
10353
|
+
},
|
|
10354
|
+
"isESM": false,
|
|
10355
|
+
"relativePath": [
|
|
10356
|
+
"build",
|
|
10357
|
+
"commands",
|
|
10358
|
+
"workflow",
|
|
10359
|
+
"run.js"
|
|
10360
|
+
]
|
|
10361
|
+
},
|
|
10362
|
+
"workflow:runs": {
|
|
10363
|
+
"aliases": [],
|
|
10364
|
+
"args": {},
|
|
10365
|
+
"description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
|
|
10366
|
+
"flags": {
|
|
10367
|
+
"workflow": {
|
|
10368
|
+
"description": "If present, the query will only return runs for the specified workflow file name",
|
|
10369
|
+
"name": "workflow",
|
|
10310
10370
|
"required": false,
|
|
10311
10371
|
"hasDynamicHelp": false,
|
|
10312
10372
|
"multiple": false,
|
|
10313
10373
|
"type": "option"
|
|
10314
10374
|
},
|
|
10315
|
-
"
|
|
10316
|
-
"description": "
|
|
10317
|
-
"name": "
|
|
10375
|
+
"status": {
|
|
10376
|
+
"description": "If present, filter the returned runs to select those with the specified status",
|
|
10377
|
+
"name": "status",
|
|
10318
10378
|
"required": false,
|
|
10319
10379
|
"hasDynamicHelp": false,
|
|
10320
10380
|
"multiple": false,
|
|
10381
|
+
"options": [
|
|
10382
|
+
"ACTION_REQUIRED",
|
|
10383
|
+
"CANCELED",
|
|
10384
|
+
"FAILURE",
|
|
10385
|
+
"IN_PROGRESS",
|
|
10386
|
+
"NEW",
|
|
10387
|
+
"SUCCESS"
|
|
10388
|
+
],
|
|
10321
10389
|
"type": "option"
|
|
10322
10390
|
},
|
|
10323
10391
|
"json": {
|
|
10324
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
10392
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10325
10393
|
"name": "json",
|
|
10326
10394
|
"allowNo": false,
|
|
10327
10395
|
"type": "boolean"
|
|
10328
10396
|
},
|
|
10329
|
-
"
|
|
10330
|
-
"description": "
|
|
10331
|
-
"name": "
|
|
10332
|
-
"
|
|
10333
|
-
"
|
|
10334
|
-
"type": "
|
|
10397
|
+
"limit": {
|
|
10398
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
|
|
10399
|
+
"name": "limit",
|
|
10400
|
+
"hasDynamicHelp": false,
|
|
10401
|
+
"multiple": false,
|
|
10402
|
+
"type": "option"
|
|
10335
10403
|
}
|
|
10336
10404
|
},
|
|
10337
10405
|
"hasDynamicHelp": false,
|
|
10338
10406
|
"hiddenAliases": [],
|
|
10339
|
-
"id": "
|
|
10407
|
+
"id": "workflow:runs",
|
|
10340
10408
|
"pluginAlias": "eas-cli",
|
|
10341
10409
|
"pluginName": "eas-cli",
|
|
10342
10410
|
"pluginType": "core",
|
|
@@ -10383,94 +10451,51 @@
|
|
|
10383
10451
|
}
|
|
10384
10452
|
},
|
|
10385
10453
|
"contextDefinition": {
|
|
10386
|
-
"
|
|
10387
|
-
"
|
|
10388
|
-
"vcsClient": {}
|
|
10454
|
+
"projectId": {},
|
|
10455
|
+
"loggedIn": {}
|
|
10389
10456
|
},
|
|
10390
10457
|
"isESM": false,
|
|
10391
10458
|
"relativePath": [
|
|
10392
10459
|
"build",
|
|
10393
10460
|
"commands",
|
|
10394
|
-
"
|
|
10395
|
-
"
|
|
10461
|
+
"workflow",
|
|
10462
|
+
"runs.js"
|
|
10396
10463
|
]
|
|
10397
10464
|
},
|
|
10398
|
-
"
|
|
10465
|
+
"workflow:status": {
|
|
10399
10466
|
"aliases": [],
|
|
10400
|
-
"args": {
|
|
10401
|
-
|
|
10467
|
+
"args": {
|
|
10468
|
+
"WORKFLOW_RUN_ID": {
|
|
10469
|
+
"description": "A workflow run ID.",
|
|
10470
|
+
"name": "WORKFLOW_RUN_ID"
|
|
10471
|
+
}
|
|
10472
|
+
},
|
|
10473
|
+
"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.",
|
|
10402
10474
|
"flags": {
|
|
10403
|
-
"branch": {
|
|
10404
|
-
"description": "Branch to publish the rollback to embedded update group on",
|
|
10405
|
-
"name": "branch",
|
|
10406
|
-
"required": false,
|
|
10407
|
-
"hasDynamicHelp": false,
|
|
10408
|
-
"multiple": false,
|
|
10409
|
-
"type": "option"
|
|
10410
|
-
},
|
|
10411
|
-
"channel": {
|
|
10412
|
-
"description": "Channel that the published rollback to embedded update should affect",
|
|
10413
|
-
"name": "channel",
|
|
10414
|
-
"required": false,
|
|
10415
|
-
"hasDynamicHelp": false,
|
|
10416
|
-
"multiple": false,
|
|
10417
|
-
"type": "option"
|
|
10418
|
-
},
|
|
10419
|
-
"runtime-version": {
|
|
10420
|
-
"description": "Runtime version that the rollback to embedded update should target",
|
|
10421
|
-
"name": "runtime-version",
|
|
10422
|
-
"required": false,
|
|
10423
|
-
"hasDynamicHelp": false,
|
|
10424
|
-
"multiple": false,
|
|
10425
|
-
"type": "option"
|
|
10426
|
-
},
|
|
10427
|
-
"message": {
|
|
10428
|
-
"description": "A short message describing the rollback to embedded update",
|
|
10429
|
-
"name": "message",
|
|
10430
|
-
"required": false,
|
|
10431
|
-
"hasDynamicHelp": false,
|
|
10432
|
-
"multiple": false,
|
|
10433
|
-
"type": "option"
|
|
10434
|
-
},
|
|
10435
|
-
"platform": {
|
|
10436
|
-
"char": "p",
|
|
10437
|
-
"name": "platform",
|
|
10438
|
-
"required": false,
|
|
10439
|
-
"default": "all",
|
|
10440
|
-
"hasDynamicHelp": false,
|
|
10441
|
-
"multiple": false,
|
|
10442
|
-
"options": [
|
|
10443
|
-
"android",
|
|
10444
|
-
"ios",
|
|
10445
|
-
"all"
|
|
10446
|
-
],
|
|
10447
|
-
"type": "option"
|
|
10448
|
-
},
|
|
10449
|
-
"private-key-path": {
|
|
10450
|
-
"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/",
|
|
10451
|
-
"name": "private-key-path",
|
|
10452
|
-
"required": false,
|
|
10453
|
-
"hasDynamicHelp": false,
|
|
10454
|
-
"multiple": false,
|
|
10455
|
-
"type": "option"
|
|
10456
|
-
},
|
|
10457
|
-
"json": {
|
|
10458
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
10459
|
-
"name": "json",
|
|
10460
|
-
"allowNo": false,
|
|
10461
|
-
"type": "boolean"
|
|
10462
|
-
},
|
|
10463
10475
|
"non-interactive": {
|
|
10464
10476
|
"description": "Run the command in non-interactive mode.",
|
|
10465
10477
|
"name": "non-interactive",
|
|
10466
10478
|
"noCacheDefault": true,
|
|
10467
10479
|
"allowNo": false,
|
|
10468
10480
|
"type": "boolean"
|
|
10481
|
+
},
|
|
10482
|
+
"wait": {
|
|
10483
|
+
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
10484
|
+
"name": "wait",
|
|
10485
|
+
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
10486
|
+
"allowNo": true,
|
|
10487
|
+
"type": "boolean"
|
|
10488
|
+
},
|
|
10489
|
+
"json": {
|
|
10490
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10491
|
+
"name": "json",
|
|
10492
|
+
"allowNo": false,
|
|
10493
|
+
"type": "boolean"
|
|
10469
10494
|
}
|
|
10470
10495
|
},
|
|
10471
10496
|
"hasDynamicHelp": false,
|
|
10472
10497
|
"hiddenAliases": [],
|
|
10473
|
-
"id": "
|
|
10498
|
+
"id": "workflow:status",
|
|
10474
10499
|
"pluginAlias": "eas-cli",
|
|
10475
10500
|
"pluginName": "eas-cli",
|
|
10476
10501
|
"pluginType": "core",
|
|
@@ -10519,34 +10544,40 @@
|
|
|
10519
10544
|
"contextDefinition": {
|
|
10520
10545
|
"getDynamicPublicProjectConfigAsync": {},
|
|
10521
10546
|
"getDynamicPrivateProjectConfigAsync": {},
|
|
10522
|
-
"
|
|
10523
|
-
"vcsClient": {}
|
|
10547
|
+
"projectDir": {},
|
|
10548
|
+
"vcsClient": {},
|
|
10549
|
+
"loggedIn": {}
|
|
10524
10550
|
},
|
|
10525
10551
|
"isESM": false,
|
|
10526
10552
|
"relativePath": [
|
|
10527
10553
|
"build",
|
|
10528
10554
|
"commands",
|
|
10529
|
-
"
|
|
10530
|
-
"
|
|
10555
|
+
"workflow",
|
|
10556
|
+
"status.js"
|
|
10531
10557
|
]
|
|
10532
10558
|
},
|
|
10533
|
-
"
|
|
10559
|
+
"workflow:validate": {
|
|
10534
10560
|
"aliases": [],
|
|
10535
|
-
"args": {
|
|
10536
|
-
|
|
10561
|
+
"args": {
|
|
10562
|
+
"path": {
|
|
10563
|
+
"description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
|
|
10564
|
+
"name": "path",
|
|
10565
|
+
"required": true
|
|
10566
|
+
}
|
|
10567
|
+
},
|
|
10568
|
+
"description": "validate a workflow configuration yaml file",
|
|
10537
10569
|
"flags": {
|
|
10538
|
-
"
|
|
10539
|
-
"description": "
|
|
10540
|
-
"name": "
|
|
10541
|
-
"
|
|
10542
|
-
"
|
|
10543
|
-
"
|
|
10544
|
-
"type": "option"
|
|
10570
|
+
"non-interactive": {
|
|
10571
|
+
"description": "Run the command in non-interactive mode.",
|
|
10572
|
+
"name": "non-interactive",
|
|
10573
|
+
"noCacheDefault": true,
|
|
10574
|
+
"allowNo": false,
|
|
10575
|
+
"type": "boolean"
|
|
10545
10576
|
}
|
|
10546
10577
|
},
|
|
10547
10578
|
"hasDynamicHelp": false,
|
|
10548
10579
|
"hiddenAliases": [],
|
|
10549
|
-
"id": "
|
|
10580
|
+
"id": "workflow:validate",
|
|
10550
10581
|
"pluginAlias": "eas-cli",
|
|
10551
10582
|
"pluginName": "eas-cli",
|
|
10552
10583
|
"pluginType": "core",
|
|
@@ -10592,73 +10623,48 @@
|
|
|
10592
10623
|
"projectId": {}
|
|
10593
10624
|
}
|
|
10594
10625
|
},
|
|
10595
|
-
"contextDefinition": {
|
|
10626
|
+
"contextDefinition": {
|
|
10627
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
10628
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
10629
|
+
"projectDir": {},
|
|
10630
|
+
"projectId": {},
|
|
10631
|
+
"loggedIn": {}
|
|
10632
|
+
},
|
|
10596
10633
|
"isESM": false,
|
|
10597
10634
|
"relativePath": [
|
|
10598
10635
|
"build",
|
|
10599
10636
|
"commands",
|
|
10600
|
-
"
|
|
10601
|
-
"
|
|
10637
|
+
"workflow",
|
|
10638
|
+
"validate.js"
|
|
10602
10639
|
]
|
|
10603
10640
|
},
|
|
10604
|
-
"
|
|
10641
|
+
"workflow:view": {
|
|
10605
10642
|
"aliases": [],
|
|
10606
10643
|
"args": {
|
|
10607
|
-
"
|
|
10608
|
-
"description": "
|
|
10609
|
-
"name": "
|
|
10610
|
-
"required": true
|
|
10644
|
+
"id": {
|
|
10645
|
+
"description": "ID of the workflow run to view",
|
|
10646
|
+
"name": "id"
|
|
10611
10647
|
}
|
|
10612
10648
|
},
|
|
10613
|
-
"description": "
|
|
10649
|
+
"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.",
|
|
10614
10650
|
"flags": {
|
|
10615
|
-
"insights": {
|
|
10616
|
-
"description": "Also show insights (launches, crash rate, unique users, payload size) for the update group.",
|
|
10617
|
-
"name": "insights",
|
|
10618
|
-
"allowNo": false,
|
|
10619
|
-
"type": "boolean"
|
|
10620
|
-
},
|
|
10621
|
-
"days": {
|
|
10622
|
-
"description": "Show insights from the last N days (default 7). Only used with --insights.",
|
|
10623
|
-
"exclusive": [
|
|
10624
|
-
"start",
|
|
10625
|
-
"end"
|
|
10626
|
-
],
|
|
10627
|
-
"name": "days",
|
|
10628
|
-
"hasDynamicHelp": false,
|
|
10629
|
-
"multiple": false,
|
|
10630
|
-
"type": "option"
|
|
10631
|
-
},
|
|
10632
|
-
"start": {
|
|
10633
|
-
"description": "Start of insights time range (ISO date). Only used with --insights.",
|
|
10634
|
-
"exclusive": [
|
|
10635
|
-
"days"
|
|
10636
|
-
],
|
|
10637
|
-
"name": "start",
|
|
10638
|
-
"hasDynamicHelp": false,
|
|
10639
|
-
"multiple": false,
|
|
10640
|
-
"type": "option"
|
|
10641
|
-
},
|
|
10642
|
-
"end": {
|
|
10643
|
-
"description": "End of insights time range (ISO date). Only used with --insights.",
|
|
10644
|
-
"exclusive": [
|
|
10645
|
-
"days"
|
|
10646
|
-
],
|
|
10647
|
-
"name": "end",
|
|
10648
|
-
"hasDynamicHelp": false,
|
|
10649
|
-
"multiple": false,
|
|
10650
|
-
"type": "option"
|
|
10651
|
-
},
|
|
10652
10651
|
"json": {
|
|
10653
10652
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10654
10653
|
"name": "json",
|
|
10655
10654
|
"allowNo": false,
|
|
10656
10655
|
"type": "boolean"
|
|
10656
|
+
},
|
|
10657
|
+
"non-interactive": {
|
|
10658
|
+
"description": "Run the command in non-interactive mode.",
|
|
10659
|
+
"name": "non-interactive",
|
|
10660
|
+
"noCacheDefault": true,
|
|
10661
|
+
"allowNo": false,
|
|
10662
|
+
"type": "boolean"
|
|
10657
10663
|
}
|
|
10658
10664
|
},
|
|
10659
10665
|
"hasDynamicHelp": false,
|
|
10660
10666
|
"hiddenAliases": [],
|
|
10661
|
-
"id": "
|
|
10667
|
+
"id": "workflow:view",
|
|
10662
10668
|
"pluginAlias": "eas-cli",
|
|
10663
10669
|
"pluginName": "eas-cli",
|
|
10664
10670
|
"pluginType": "core",
|
|
@@ -10705,13 +10711,14 @@
|
|
|
10705
10711
|
}
|
|
10706
10712
|
},
|
|
10707
10713
|
"contextDefinition": {
|
|
10714
|
+
"projectId": {},
|
|
10708
10715
|
"loggedIn": {}
|
|
10709
10716
|
},
|
|
10710
10717
|
"isESM": false,
|
|
10711
10718
|
"relativePath": [
|
|
10712
10719
|
"build",
|
|
10713
10720
|
"commands",
|
|
10714
|
-
"
|
|
10721
|
+
"workflow",
|
|
10715
10722
|
"view.js"
|
|
10716
10723
|
]
|
|
10717
10724
|
},
|
|
@@ -12021,5 +12028,5 @@
|
|
|
12021
12028
|
]
|
|
12022
12029
|
}
|
|
12023
12030
|
},
|
|
12024
|
-
"version": "19.0.
|
|
12031
|
+
"version": "19.0.2"
|
|
12025
12032
|
}
|