eas-cli 18.12.2 → 18.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4174,6 +4174,235 @@
4174
4174
  "index.js"
4175
4175
  ]
4176
4176
  },
4177
+ "deploy:delete": {
4178
+ "aliases": [
4179
+ "worker:delete"
4180
+ ],
4181
+ "args": {
4182
+ "DEPLOYMENT_ID": {
4183
+ "name": "DEPLOYMENT_ID"
4184
+ }
4185
+ },
4186
+ "description": "Delete a deployment.",
4187
+ "flags": {
4188
+ "json": {
4189
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4190
+ "name": "json",
4191
+ "allowNo": false,
4192
+ "type": "boolean"
4193
+ },
4194
+ "non-interactive": {
4195
+ "description": "Run the command in non-interactive mode.",
4196
+ "name": "non-interactive",
4197
+ "noCacheDefault": true,
4198
+ "allowNo": false,
4199
+ "type": "boolean"
4200
+ }
4201
+ },
4202
+ "hasDynamicHelp": false,
4203
+ "hiddenAliases": [],
4204
+ "id": "deploy:delete",
4205
+ "pluginAlias": "eas-cli",
4206
+ "pluginName": "eas-cli",
4207
+ "pluginType": "core",
4208
+ "state": "preview",
4209
+ "strict": true,
4210
+ "enableJsonFlag": false,
4211
+ "ContextOptions": {
4212
+ "LoggedIn": {
4213
+ "loggedIn": {}
4214
+ },
4215
+ "MaybeLoggedIn": {
4216
+ "maybeLoggedIn": {}
4217
+ },
4218
+ "DynamicLoggedIn": {
4219
+ "getDynamicLoggedInAsync": {}
4220
+ },
4221
+ "SessionManagment": {
4222
+ "sessionManager": {}
4223
+ },
4224
+ "OptionalProjectConfig": {
4225
+ "optionalPrivateProjectConfig": {}
4226
+ },
4227
+ "ProjectDir": {
4228
+ "projectDir": {}
4229
+ },
4230
+ "DynamicProjectConfig": {
4231
+ "getDynamicPublicProjectConfigAsync": {},
4232
+ "getDynamicPrivateProjectConfigAsync": {}
4233
+ },
4234
+ "ProjectConfig": {
4235
+ "loggedIn": {},
4236
+ "privateProjectConfig": {}
4237
+ },
4238
+ "Analytics": {
4239
+ "analytics": {}
4240
+ },
4241
+ "Vcs": {
4242
+ "vcsClient": {}
4243
+ },
4244
+ "ServerSideEnvironmentVariables": {
4245
+ "getServerSideEnvironmentVariablesAsync": {}
4246
+ },
4247
+ "ProjectId": {
4248
+ "projectId": {}
4249
+ }
4250
+ },
4251
+ "contextDefinition": {
4252
+ "getDynamicPublicProjectConfigAsync": {},
4253
+ "getDynamicPrivateProjectConfigAsync": {},
4254
+ "projectDir": {},
4255
+ "loggedIn": {}
4256
+ },
4257
+ "isESM": false,
4258
+ "relativePath": [
4259
+ "build",
4260
+ "commands",
4261
+ "deploy",
4262
+ "delete.js"
4263
+ ]
4264
+ },
4265
+ "deploy": {
4266
+ "aliases": [
4267
+ "worker:deploy"
4268
+ ],
4269
+ "args": {},
4270
+ "description": "deploy your Expo Router web build and API Routes",
4271
+ "flags": {
4272
+ "prod": {
4273
+ "aliases": [
4274
+ "production"
4275
+ ],
4276
+ "description": "Create a new production deployment.",
4277
+ "name": "prod",
4278
+ "allowNo": false,
4279
+ "type": "boolean"
4280
+ },
4281
+ "alias": {
4282
+ "description": "Custom alias to assign to the new deployment.",
4283
+ "name": "alias",
4284
+ "hasDynamicHelp": false,
4285
+ "helpValue": "name",
4286
+ "multiple": false,
4287
+ "type": "option"
4288
+ },
4289
+ "id": {
4290
+ "description": "Custom unique identifier for the new deployment.",
4291
+ "name": "id",
4292
+ "hasDynamicHelp": false,
4293
+ "helpValue": "xyz123",
4294
+ "multiple": false,
4295
+ "type": "option"
4296
+ },
4297
+ "export-dir": {
4298
+ "description": "Directory where the Expo project was exported.",
4299
+ "name": "export-dir",
4300
+ "default": "dist",
4301
+ "hasDynamicHelp": false,
4302
+ "helpValue": "dir",
4303
+ "multiple": false,
4304
+ "type": "option"
4305
+ },
4306
+ "dry-run": {
4307
+ "description": "Outputs a tarball of the new deployment instead of uploading it.",
4308
+ "name": "dry-run",
4309
+ "allowNo": false,
4310
+ "type": "boolean"
4311
+ },
4312
+ "source-maps": {
4313
+ "description": "Include source maps in the deployment.",
4314
+ "name": "source-maps",
4315
+ "allowNo": true,
4316
+ "type": "boolean"
4317
+ },
4318
+ "environment": {
4319
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4320
+ "name": "environment",
4321
+ "hasDynamicHelp": false,
4322
+ "multiple": false,
4323
+ "type": "option"
4324
+ },
4325
+ "json": {
4326
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4327
+ "name": "json",
4328
+ "allowNo": false,
4329
+ "type": "boolean"
4330
+ },
4331
+ "non-interactive": {
4332
+ "description": "Run the command in non-interactive mode.",
4333
+ "name": "non-interactive",
4334
+ "noCacheDefault": true,
4335
+ "allowNo": false,
4336
+ "type": "boolean"
4337
+ }
4338
+ },
4339
+ "hasDynamicHelp": false,
4340
+ "hiddenAliases": [],
4341
+ "id": "deploy",
4342
+ "pluginAlias": "eas-cli",
4343
+ "pluginName": "eas-cli",
4344
+ "pluginType": "core",
4345
+ "state": "preview",
4346
+ "strict": true,
4347
+ "usage": [
4348
+ "deploy [options]",
4349
+ "deploy --prod"
4350
+ ],
4351
+ "enableJsonFlag": false,
4352
+ "ContextOptions": {
4353
+ "LoggedIn": {
4354
+ "loggedIn": {}
4355
+ },
4356
+ "MaybeLoggedIn": {
4357
+ "maybeLoggedIn": {}
4358
+ },
4359
+ "DynamicLoggedIn": {
4360
+ "getDynamicLoggedInAsync": {}
4361
+ },
4362
+ "SessionManagment": {
4363
+ "sessionManager": {}
4364
+ },
4365
+ "OptionalProjectConfig": {
4366
+ "optionalPrivateProjectConfig": {}
4367
+ },
4368
+ "ProjectDir": {
4369
+ "projectDir": {}
4370
+ },
4371
+ "DynamicProjectConfig": {
4372
+ "getDynamicPublicProjectConfigAsync": {},
4373
+ "getDynamicPrivateProjectConfigAsync": {}
4374
+ },
4375
+ "ProjectConfig": {
4376
+ "loggedIn": {},
4377
+ "privateProjectConfig": {}
4378
+ },
4379
+ "Analytics": {
4380
+ "analytics": {}
4381
+ },
4382
+ "Vcs": {
4383
+ "vcsClient": {}
4384
+ },
4385
+ "ServerSideEnvironmentVariables": {
4386
+ "getServerSideEnvironmentVariablesAsync": {}
4387
+ },
4388
+ "ProjectId": {
4389
+ "projectId": {}
4390
+ }
4391
+ },
4392
+ "contextDefinition": {
4393
+ "getDynamicPublicProjectConfigAsync": {},
4394
+ "getDynamicPrivateProjectConfigAsync": {},
4395
+ "projectDir": {},
4396
+ "loggedIn": {}
4397
+ },
4398
+ "isESM": false,
4399
+ "relativePath": [
4400
+ "build",
4401
+ "commands",
4402
+ "deploy",
4403
+ "index.js"
4404
+ ]
4405
+ },
4177
4406
  "device:create": {
4178
4407
  "aliases": [],
4179
4408
  "args": {},
@@ -4600,252 +4829,23 @@
4600
4829
  "view.js"
4601
4830
  ]
4602
4831
  },
4603
- "deploy:delete": {
4604
- "aliases": [
4605
- "worker:delete"
4606
- ],
4832
+ "env:create": {
4833
+ "aliases": [],
4607
4834
  "args": {
4608
- "DEPLOYMENT_ID": {
4609
- "name": "DEPLOYMENT_ID"
4835
+ "environment": {
4836
+ "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4837
+ "name": "environment",
4838
+ "required": false
4610
4839
  }
4611
4840
  },
4612
- "description": "Delete a deployment.",
4841
+ "description": "create an environment variable for the current project or account",
4613
4842
  "flags": {
4614
- "json": {
4615
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4616
- "name": "json",
4617
- "allowNo": false,
4618
- "type": "boolean"
4619
- },
4620
- "non-interactive": {
4621
- "description": "Run the command in non-interactive mode.",
4622
- "name": "non-interactive",
4623
- "noCacheDefault": true,
4624
- "allowNo": false,
4625
- "type": "boolean"
4626
- }
4627
- },
4628
- "hasDynamicHelp": false,
4629
- "hiddenAliases": [],
4630
- "id": "deploy:delete",
4631
- "pluginAlias": "eas-cli",
4632
- "pluginName": "eas-cli",
4633
- "pluginType": "core",
4634
- "state": "preview",
4635
- "strict": true,
4636
- "enableJsonFlag": false,
4637
- "ContextOptions": {
4638
- "LoggedIn": {
4639
- "loggedIn": {}
4640
- },
4641
- "MaybeLoggedIn": {
4642
- "maybeLoggedIn": {}
4643
- },
4644
- "DynamicLoggedIn": {
4645
- "getDynamicLoggedInAsync": {}
4646
- },
4647
- "SessionManagment": {
4648
- "sessionManager": {}
4649
- },
4650
- "OptionalProjectConfig": {
4651
- "optionalPrivateProjectConfig": {}
4652
- },
4653
- "ProjectDir": {
4654
- "projectDir": {}
4655
- },
4656
- "DynamicProjectConfig": {
4657
- "getDynamicPublicProjectConfigAsync": {},
4658
- "getDynamicPrivateProjectConfigAsync": {}
4659
- },
4660
- "ProjectConfig": {
4661
- "loggedIn": {},
4662
- "privateProjectConfig": {}
4663
- },
4664
- "Analytics": {
4665
- "analytics": {}
4666
- },
4667
- "Vcs": {
4668
- "vcsClient": {}
4669
- },
4670
- "ServerSideEnvironmentVariables": {
4671
- "getServerSideEnvironmentVariablesAsync": {}
4672
- },
4673
- "ProjectId": {
4674
- "projectId": {}
4675
- }
4676
- },
4677
- "contextDefinition": {
4678
- "getDynamicPublicProjectConfigAsync": {},
4679
- "getDynamicPrivateProjectConfigAsync": {},
4680
- "projectDir": {},
4681
- "loggedIn": {}
4682
- },
4683
- "isESM": false,
4684
- "relativePath": [
4685
- "build",
4686
- "commands",
4687
- "deploy",
4688
- "delete.js"
4689
- ]
4690
- },
4691
- "deploy": {
4692
- "aliases": [
4693
- "worker:deploy"
4694
- ],
4695
- "args": {},
4696
- "description": "deploy your Expo Router web build and API Routes",
4697
- "flags": {
4698
- "prod": {
4699
- "aliases": [
4700
- "production"
4701
- ],
4702
- "description": "Create a new production deployment.",
4703
- "name": "prod",
4704
- "allowNo": false,
4705
- "type": "boolean"
4706
- },
4707
- "alias": {
4708
- "description": "Custom alias to assign to the new deployment.",
4709
- "name": "alias",
4710
- "hasDynamicHelp": false,
4711
- "helpValue": "name",
4712
- "multiple": false,
4713
- "type": "option"
4714
- },
4715
- "id": {
4716
- "description": "Custom unique identifier for the new deployment.",
4717
- "name": "id",
4718
- "hasDynamicHelp": false,
4719
- "helpValue": "xyz123",
4720
- "multiple": false,
4721
- "type": "option"
4722
- },
4723
- "export-dir": {
4724
- "description": "Directory where the Expo project was exported.",
4725
- "name": "export-dir",
4726
- "default": "dist",
4727
- "hasDynamicHelp": false,
4728
- "helpValue": "dir",
4729
- "multiple": false,
4730
- "type": "option"
4731
- },
4732
- "dry-run": {
4733
- "description": "Outputs a tarball of the new deployment instead of uploading it.",
4734
- "name": "dry-run",
4735
- "allowNo": false,
4736
- "type": "boolean"
4737
- },
4738
- "source-maps": {
4739
- "description": "Include source maps in the deployment.",
4740
- "name": "source-maps",
4741
- "allowNo": true,
4742
- "type": "boolean"
4743
- },
4744
- "environment": {
4745
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4746
- "name": "environment",
4747
- "hasDynamicHelp": false,
4748
- "multiple": false,
4749
- "type": "option"
4750
- },
4751
- "json": {
4752
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4753
- "name": "json",
4754
- "allowNo": false,
4755
- "type": "boolean"
4756
- },
4757
- "non-interactive": {
4758
- "description": "Run the command in non-interactive mode.",
4759
- "name": "non-interactive",
4760
- "noCacheDefault": true,
4761
- "allowNo": false,
4762
- "type": "boolean"
4763
- }
4764
- },
4765
- "hasDynamicHelp": false,
4766
- "hiddenAliases": [],
4767
- "id": "deploy",
4768
- "pluginAlias": "eas-cli",
4769
- "pluginName": "eas-cli",
4770
- "pluginType": "core",
4771
- "state": "preview",
4772
- "strict": true,
4773
- "usage": [
4774
- "deploy [options]",
4775
- "deploy --prod"
4776
- ],
4777
- "enableJsonFlag": false,
4778
- "ContextOptions": {
4779
- "LoggedIn": {
4780
- "loggedIn": {}
4781
- },
4782
- "MaybeLoggedIn": {
4783
- "maybeLoggedIn": {}
4784
- },
4785
- "DynamicLoggedIn": {
4786
- "getDynamicLoggedInAsync": {}
4787
- },
4788
- "SessionManagment": {
4789
- "sessionManager": {}
4790
- },
4791
- "OptionalProjectConfig": {
4792
- "optionalPrivateProjectConfig": {}
4793
- },
4794
- "ProjectDir": {
4795
- "projectDir": {}
4796
- },
4797
- "DynamicProjectConfig": {
4798
- "getDynamicPublicProjectConfigAsync": {},
4799
- "getDynamicPrivateProjectConfigAsync": {}
4800
- },
4801
- "ProjectConfig": {
4802
- "loggedIn": {},
4803
- "privateProjectConfig": {}
4804
- },
4805
- "Analytics": {
4806
- "analytics": {}
4807
- },
4808
- "Vcs": {
4809
- "vcsClient": {}
4810
- },
4811
- "ServerSideEnvironmentVariables": {
4812
- "getServerSideEnvironmentVariablesAsync": {}
4813
- },
4814
- "ProjectId": {
4815
- "projectId": {}
4816
- }
4817
- },
4818
- "contextDefinition": {
4819
- "getDynamicPublicProjectConfigAsync": {},
4820
- "getDynamicPrivateProjectConfigAsync": {},
4821
- "projectDir": {},
4822
- "loggedIn": {}
4823
- },
4824
- "isESM": false,
4825
- "relativePath": [
4826
- "build",
4827
- "commands",
4828
- "deploy",
4829
- "index.js"
4830
- ]
4831
- },
4832
- "env:create": {
4833
- "aliases": [],
4834
- "args": {
4835
- "environment": {
4836
- "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4837
- "name": "environment",
4838
- "required": false
4839
- }
4840
- },
4841
- "description": "create an environment variable for the current project or account",
4842
- "flags": {
4843
- "name": {
4844
- "description": "Name of the variable",
4845
- "name": "name",
4846
- "hasDynamicHelp": false,
4847
- "multiple": false,
4848
- "type": "option"
4843
+ "name": {
4844
+ "description": "Name of the variable",
4845
+ "name": "name",
4846
+ "hasDynamicHelp": false,
4847
+ "multiple": false,
4848
+ "type": "option"
4849
4849
  },
4850
4850
  "value": {
4851
4851
  "description": "Text value or the variable",
@@ -6311,7 +6311,7 @@
6311
6311
  "type": "option"
6312
6312
  },
6313
6313
  "days": {
6314
- "description": "Show events from the last N days (mutually exclusive with --start/--end)",
6314
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6315
6315
  "exclusive": [
6316
6316
  "start",
6317
6317
  "end"
@@ -6477,7 +6477,7 @@
6477
6477
  "type": "option"
6478
6478
  },
6479
6479
  "days": {
6480
- "description": "Show events from the last N days (mutually exclusive with --start/--end)",
6480
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6481
6481
  "exclusive": [
6482
6482
  "start",
6483
6483
  "end"
@@ -6647,7 +6647,7 @@
6647
6647
  "type": "option"
6648
6648
  },
6649
6649
  "start": {
6650
- "description": "Start of time range for metrics data (ISO date).",
6650
+ "description": "Start of time range (ISO date)",
6651
6651
  "exclusive": [
6652
6652
  "days"
6653
6653
  ],
@@ -6657,7 +6657,7 @@
6657
6657
  "type": "option"
6658
6658
  },
6659
6659
  "end": {
6660
- "description": "End of time range for metrics data (ISO date).",
6660
+ "description": "End of time range (ISO date)",
6661
6661
  "exclusive": [
6662
6662
  "days"
6663
6663
  ],
@@ -6667,7 +6667,7 @@
6667
6667
  "type": "option"
6668
6668
  },
6669
6669
  "days": {
6670
- "description": "Show metrics from the last N days (mutually exclusive with --start/--end)",
6670
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6671
6671
  "exclusive": [
6672
6672
  "start",
6673
6673
  "end"
@@ -6762,10 +6762,10 @@
6762
6762
  "metrics.js"
6763
6763
  ]
6764
6764
  },
6765
- "observe:versions": {
6765
+ "observe:routes": {
6766
6766
  "aliases": [],
6767
6767
  "args": {},
6768
- "description": "display app versions with build and update details",
6768
+ "description": "display app navigation route metrics (Cold TTR, Warm TTR, TTI) grouped by route name",
6769
6769
  "flags": {
6770
6770
  "platform": {
6771
6771
  "description": "Filter by platform",
@@ -6778,31 +6778,225 @@
6778
6778
  ],
6779
6779
  "type": "option"
6780
6780
  },
6781
- "start": {
6782
- "description": "Start of time range (ISO date)",
6783
- "exclusive": [
6784
- "days"
6785
- ],
6786
- "name": "start",
6781
+ "metric": {
6782
+ "description": "Navigation metric to display (can be specified multiple times). Defaults to all three.",
6783
+ "name": "metric",
6787
6784
  "hasDynamicHelp": false,
6788
- "multiple": false,
6789
- "type": "option"
6790
- },
6791
- "end": {
6792
- "description": "End of time range (ISO date)",
6793
- "exclusive": [
6794
- "days"
6785
+ "multiple": true,
6786
+ "options": [
6787
+ "cold_ttr",
6788
+ "warm_ttr",
6789
+ "nav_tti"
6795
6790
  ],
6796
- "name": "end",
6797
- "hasDynamicHelp": false,
6798
- "multiple": false,
6799
6791
  "type": "option"
6800
6792
  },
6801
- "days": {
6802
- "description": "Show versions from the last N days (mutually exclusive with --start/--end)",
6803
- "exclusive": [
6804
- "start",
6805
- "end"
6793
+ "stat": {
6794
+ "description": "Statistic to display per metric (can be specified multiple times)",
6795
+ "name": "stat",
6796
+ "hasDynamicHelp": false,
6797
+ "multiple": true,
6798
+ "options": [
6799
+ "median",
6800
+ "med",
6801
+ "p90",
6802
+ "count",
6803
+ "event_count",
6804
+ "eventCount"
6805
+ ],
6806
+ "type": "option"
6807
+ },
6808
+ "after": {
6809
+ "description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
6810
+ "name": "after",
6811
+ "hasDynamicHelp": false,
6812
+ "multiple": false,
6813
+ "type": "option"
6814
+ },
6815
+ "limit": {
6816
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 200.",
6817
+ "name": "limit",
6818
+ "hasDynamicHelp": false,
6819
+ "multiple": false,
6820
+ "type": "option"
6821
+ },
6822
+ "start": {
6823
+ "description": "Start of time range (ISO date)",
6824
+ "exclusive": [
6825
+ "days"
6826
+ ],
6827
+ "name": "start",
6828
+ "hasDynamicHelp": false,
6829
+ "multiple": false,
6830
+ "type": "option"
6831
+ },
6832
+ "end": {
6833
+ "description": "End of time range (ISO date)",
6834
+ "exclusive": [
6835
+ "days"
6836
+ ],
6837
+ "name": "end",
6838
+ "hasDynamicHelp": false,
6839
+ "multiple": false,
6840
+ "type": "option"
6841
+ },
6842
+ "days": {
6843
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6844
+ "exclusive": [
6845
+ "start",
6846
+ "end"
6847
+ ],
6848
+ "name": "days",
6849
+ "hasDynamicHelp": false,
6850
+ "multiple": false,
6851
+ "type": "option"
6852
+ },
6853
+ "app-version": {
6854
+ "description": "Filter by app version",
6855
+ "name": "app-version",
6856
+ "hasDynamicHelp": false,
6857
+ "multiple": false,
6858
+ "type": "option"
6859
+ },
6860
+ "update-id": {
6861
+ "description": "Filter by EAS update ID",
6862
+ "name": "update-id",
6863
+ "hasDynamicHelp": false,
6864
+ "multiple": false,
6865
+ "type": "option"
6866
+ },
6867
+ "build-number": {
6868
+ "description": "Filter by app build number",
6869
+ "name": "build-number",
6870
+ "hasDynamicHelp": false,
6871
+ "multiple": false,
6872
+ "type": "option"
6873
+ },
6874
+ "project-id": {
6875
+ "description": "EAS project ID (defaults to the project ID of the current directory)",
6876
+ "name": "project-id",
6877
+ "hasDynamicHelp": false,
6878
+ "multiple": false,
6879
+ "type": "option"
6880
+ },
6881
+ "json": {
6882
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
6883
+ "name": "json",
6884
+ "allowNo": false,
6885
+ "type": "boolean"
6886
+ },
6887
+ "non-interactive": {
6888
+ "description": "Run the command in non-interactive mode.",
6889
+ "name": "non-interactive",
6890
+ "noCacheDefault": true,
6891
+ "allowNo": false,
6892
+ "type": "boolean"
6893
+ }
6894
+ },
6895
+ "hasDynamicHelp": false,
6896
+ "hidden": true,
6897
+ "hiddenAliases": [],
6898
+ "id": "observe:routes",
6899
+ "pluginAlias": "eas-cli",
6900
+ "pluginName": "eas-cli",
6901
+ "pluginType": "core",
6902
+ "strict": true,
6903
+ "enableJsonFlag": false,
6904
+ "ContextOptions": {
6905
+ "LoggedIn": {
6906
+ "loggedIn": {}
6907
+ },
6908
+ "MaybeLoggedIn": {
6909
+ "maybeLoggedIn": {}
6910
+ },
6911
+ "DynamicLoggedIn": {
6912
+ "getDynamicLoggedInAsync": {}
6913
+ },
6914
+ "SessionManagment": {
6915
+ "sessionManager": {}
6916
+ },
6917
+ "OptionalProjectConfig": {
6918
+ "optionalPrivateProjectConfig": {}
6919
+ },
6920
+ "ProjectDir": {
6921
+ "projectDir": {}
6922
+ },
6923
+ "DynamicProjectConfig": {
6924
+ "getDynamicPublicProjectConfigAsync": {},
6925
+ "getDynamicPrivateProjectConfigAsync": {}
6926
+ },
6927
+ "ProjectConfig": {
6928
+ "loggedIn": {},
6929
+ "privateProjectConfig": {}
6930
+ },
6931
+ "Analytics": {
6932
+ "analytics": {}
6933
+ },
6934
+ "Vcs": {
6935
+ "vcsClient": {}
6936
+ },
6937
+ "ServerSideEnvironmentVariables": {
6938
+ "getServerSideEnvironmentVariablesAsync": {}
6939
+ },
6940
+ "ProjectId": {
6941
+ "projectId": {}
6942
+ }
6943
+ },
6944
+ "contextDefinition": {
6945
+ "projectId": {},
6946
+ "loggedIn": {}
6947
+ },
6948
+ "loggedInOnlyContextDefinition": {
6949
+ "loggedIn": {}
6950
+ },
6951
+ "isESM": false,
6952
+ "relativePath": [
6953
+ "build",
6954
+ "commands",
6955
+ "observe",
6956
+ "routes.js"
6957
+ ]
6958
+ },
6959
+ "observe:versions": {
6960
+ "aliases": [],
6961
+ "args": {},
6962
+ "description": "display app versions with build and update details",
6963
+ "flags": {
6964
+ "platform": {
6965
+ "description": "Filter by platform",
6966
+ "name": "platform",
6967
+ "hasDynamicHelp": false,
6968
+ "multiple": false,
6969
+ "options": [
6970
+ "android",
6971
+ "ios"
6972
+ ],
6973
+ "type": "option"
6974
+ },
6975
+ "start": {
6976
+ "description": "Start of time range (ISO date)",
6977
+ "exclusive": [
6978
+ "days"
6979
+ ],
6980
+ "name": "start",
6981
+ "hasDynamicHelp": false,
6982
+ "multiple": false,
6983
+ "type": "option"
6984
+ },
6985
+ "end": {
6986
+ "description": "End of time range (ISO date)",
6987
+ "exclusive": [
6988
+ "days"
6989
+ ],
6990
+ "name": "end",
6991
+ "hasDynamicHelp": false,
6992
+ "multiple": false,
6993
+ "type": "option"
6994
+ },
6995
+ "days": {
6996
+ "description": "Show results from the last N days (mutually exclusive with --start/--end)",
6997
+ "exclusive": [
6998
+ "start",
6999
+ "end"
6806
7000
  ],
6807
7001
  "name": "days",
6808
7002
  "hasDynamicHelp": false,
@@ -9284,36 +9478,11 @@
9284
9478
  "view.js"
9285
9479
  ]
9286
9480
  },
9287
- "webhook:create": {
9481
+ "workflow:cancel": {
9288
9482
  "aliases": [],
9289
9483
  "args": {},
9290
- "description": "create a webhook",
9484
+ "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.",
9291
9485
  "flags": {
9292
- "event": {
9293
- "description": "Event type that triggers the webhook",
9294
- "name": "event",
9295
- "hasDynamicHelp": false,
9296
- "multiple": false,
9297
- "options": [
9298
- "BUILD",
9299
- "SUBMIT"
9300
- ],
9301
- "type": "option"
9302
- },
9303
- "url": {
9304
- "description": "Webhook URL",
9305
- "name": "url",
9306
- "hasDynamicHelp": false,
9307
- "multiple": false,
9308
- "type": "option"
9309
- },
9310
- "secret": {
9311
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9312
- "name": "secret",
9313
- "hasDynamicHelp": false,
9314
- "multiple": false,
9315
- "type": "option"
9316
- },
9317
9486
  "non-interactive": {
9318
9487
  "description": "Run the command in non-interactive mode.",
9319
9488
  "name": "non-interactive",
@@ -9324,11 +9493,11 @@
9324
9493
  },
9325
9494
  "hasDynamicHelp": false,
9326
9495
  "hiddenAliases": [],
9327
- "id": "webhook:create",
9496
+ "id": "workflow:cancel",
9328
9497
  "pluginAlias": "eas-cli",
9329
9498
  "pluginName": "eas-cli",
9330
9499
  "pluginType": "core",
9331
- "strict": true,
9500
+ "strict": false,
9332
9501
  "enableJsonFlag": false,
9333
9502
  "ContextOptions": {
9334
9503
  "LoggedIn": {
@@ -9378,32 +9547,31 @@
9378
9547
  "relativePath": [
9379
9548
  "build",
9380
9549
  "commands",
9381
- "webhook",
9382
- "create.js"
9550
+ "workflow",
9551
+ "cancel.js"
9383
9552
  ]
9384
9553
  },
9385
- "webhook:delete": {
9554
+ "workflow:create": {
9386
9555
  "aliases": [],
9387
9556
  "args": {
9388
- "ID": {
9389
- "description": "ID of the webhook to delete",
9390
- "name": "ID",
9557
+ "name": {
9558
+ "description": "Name of the workflow file (must end with .yml or .yaml)",
9559
+ "name": "name",
9391
9560
  "required": false
9392
9561
  }
9393
9562
  },
9394
- "description": "delete a webhook",
9563
+ "description": "create a new workflow configuration YAML file",
9395
9564
  "flags": {
9396
- "non-interactive": {
9397
- "description": "Run the command in non-interactive mode.",
9398
- "name": "non-interactive",
9399
- "noCacheDefault": true,
9565
+ "skip-validation": {
9566
+ "description": "If set, the workflow file will not be validated before being created",
9567
+ "name": "skip-validation",
9400
9568
  "allowNo": false,
9401
9569
  "type": "boolean"
9402
9570
  }
9403
9571
  },
9404
9572
  "hasDynamicHelp": false,
9405
9573
  "hiddenAliases": [],
9406
- "id": "webhook:delete",
9574
+ "id": "workflow:create",
9407
9575
  "pluginAlias": "eas-cli",
9408
9576
  "pluginName": "eas-cli",
9409
9577
  "pluginType": "core",
@@ -9450,33 +9618,24 @@
9450
9618
  }
9451
9619
  },
9452
9620
  "contextDefinition": {
9453
- "projectId": {},
9621
+ "getDynamicPublicProjectConfigAsync": {},
9622
+ "getDynamicPrivateProjectConfigAsync": {},
9623
+ "projectDir": {},
9454
9624
  "loggedIn": {}
9455
9625
  },
9456
9626
  "isESM": false,
9457
9627
  "relativePath": [
9458
9628
  "build",
9459
9629
  "commands",
9460
- "webhook",
9461
- "delete.js"
9630
+ "workflow",
9631
+ "create.js"
9462
9632
  ]
9463
9633
  },
9464
- "webhook:list": {
9634
+ "workflow:list": {
9465
9635
  "aliases": [],
9466
9636
  "args": {},
9467
- "description": "list webhooks",
9637
+ "description": "List workflows for the current project",
9468
9638
  "flags": {
9469
- "event": {
9470
- "description": "Event type that triggers the webhook",
9471
- "name": "event",
9472
- "hasDynamicHelp": false,
9473
- "multiple": false,
9474
- "options": [
9475
- "BUILD",
9476
- "SUBMIT"
9477
- ],
9478
- "type": "option"
9479
- },
9480
9639
  "json": {
9481
9640
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9482
9641
  "name": "json",
@@ -9485,8 +9644,9 @@
9485
9644
  }
9486
9645
  },
9487
9646
  "hasDynamicHelp": false,
9647
+ "hidden": true,
9488
9648
  "hiddenAliases": [],
9489
- "id": "webhook:list",
9649
+ "id": "workflow:list",
9490
9650
  "pluginAlias": "eas-cli",
9491
9651
  "pluginName": "eas-cli",
9492
9652
  "pluginType": "core",
@@ -9540,47 +9700,25 @@
9540
9700
  "relativePath": [
9541
9701
  "build",
9542
9702
  "commands",
9543
- "webhook",
9703
+ "workflow",
9544
9704
  "list.js"
9545
9705
  ]
9546
9706
  },
9547
- "webhook:update": {
9707
+ "workflow:logs": {
9548
9708
  "aliases": [],
9549
- "args": {},
9550
- "description": "update a webhook",
9551
- "flags": {
9709
+ "args": {
9552
9710
  "id": {
9553
- "description": "Webhook ID",
9554
- "name": "id",
9555
- "required": true,
9556
- "hasDynamicHelp": false,
9557
- "multiple": false,
9558
- "type": "option"
9559
- },
9560
- "event": {
9561
- "description": "Event type that triggers the webhook",
9562
- "name": "event",
9563
- "hasDynamicHelp": false,
9564
- "multiple": false,
9565
- "options": [
9566
- "BUILD",
9567
- "SUBMIT"
9568
- ],
9569
- "type": "option"
9570
- },
9571
- "url": {
9572
- "description": "Webhook URL",
9573
- "name": "url",
9574
- "hasDynamicHelp": false,
9575
- "multiple": false,
9576
- "type": "option"
9577
- },
9578
- "secret": {
9579
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9580
- "name": "secret",
9581
- "hasDynamicHelp": false,
9582
- "multiple": false,
9583
- "type": "option"
9711
+ "description": "ID of the workflow run or workflow job to view logs for",
9712
+ "name": "id"
9713
+ }
9714
+ },
9715
+ "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.",
9716
+ "flags": {
9717
+ "json": {
9718
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9719
+ "name": "json",
9720
+ "allowNo": false,
9721
+ "type": "boolean"
9584
9722
  },
9585
9723
  "non-interactive": {
9586
9724
  "description": "Run the command in non-interactive mode.",
@@ -9588,11 +9726,17 @@
9588
9726
  "noCacheDefault": true,
9589
9727
  "allowNo": false,
9590
9728
  "type": "boolean"
9729
+ },
9730
+ "all-steps": {
9731
+ "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
9732
+ "name": "all-steps",
9733
+ "allowNo": false,
9734
+ "type": "boolean"
9591
9735
  }
9592
9736
  },
9593
9737
  "hasDynamicHelp": false,
9594
9738
  "hiddenAliases": [],
9595
- "id": "webhook:update",
9739
+ "id": "workflow:logs",
9596
9740
  "pluginAlias": "eas-cli",
9597
9741
  "pluginName": "eas-cli",
9598
9742
  "pluginType": "core",
@@ -9639,30 +9783,73 @@
9639
9783
  }
9640
9784
  },
9641
9785
  "contextDefinition": {
9786
+ "projectId": {},
9642
9787
  "loggedIn": {}
9643
9788
  },
9644
9789
  "isESM": false,
9645
9790
  "relativePath": [
9646
9791
  "build",
9647
9792
  "commands",
9648
- "webhook",
9649
- "update.js"
9793
+ "workflow",
9794
+ "logs.js"
9650
9795
  ]
9651
9796
  },
9652
- "webhook:view": {
9797
+ "workflow:run": {
9653
9798
  "aliases": [],
9654
9799
  "args": {
9655
- "ID": {
9656
- "description": "ID of the webhook to view",
9657
- "name": "ID",
9800
+ "file": {
9801
+ "description": "Path to the workflow file to run",
9802
+ "name": "file",
9658
9803
  "required": true
9659
9804
  }
9660
9805
  },
9661
- "description": "view a webhook",
9662
- "flags": {},
9806
+ "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.",
9807
+ "flags": {
9808
+ "non-interactive": {
9809
+ "description": "Run the command in non-interactive mode.",
9810
+ "name": "non-interactive",
9811
+ "noCacheDefault": true,
9812
+ "allowNo": false,
9813
+ "type": "boolean"
9814
+ },
9815
+ "wait": {
9816
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
9817
+ "name": "wait",
9818
+ "summary": "Wait for workflow run to complete. Defaults to false.",
9819
+ "allowNo": true,
9820
+ "type": "boolean"
9821
+ },
9822
+ "input": {
9823
+ "aliases": [
9824
+ "f",
9825
+ "field"
9826
+ ],
9827
+ "char": "F",
9828
+ "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
9829
+ "name": "input",
9830
+ "summary": "Set workflow inputs",
9831
+ "hasDynamicHelp": false,
9832
+ "multiple": true,
9833
+ "type": "option"
9834
+ },
9835
+ "ref": {
9836
+ "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.",
9837
+ "name": "ref",
9838
+ "summary": "Git reference to run the workflow on",
9839
+ "hasDynamicHelp": false,
9840
+ "multiple": false,
9841
+ "type": "option"
9842
+ },
9843
+ "json": {
9844
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9845
+ "name": "json",
9846
+ "allowNo": false,
9847
+ "type": "boolean"
9848
+ }
9849
+ },
9663
9850
  "hasDynamicHelp": false,
9664
9851
  "hiddenAliases": [],
9665
- "id": "webhook:view",
9852
+ "id": "workflow:run",
9666
9853
  "pluginAlias": "eas-cli",
9667
9854
  "pluginName": "eas-cli",
9668
9855
  "pluginType": "core",
@@ -9709,36 +9896,70 @@
9709
9896
  }
9710
9897
  },
9711
9898
  "contextDefinition": {
9899
+ "getDynamicPublicProjectConfigAsync": {},
9900
+ "getDynamicPrivateProjectConfigAsync": {},
9901
+ "projectDir": {},
9902
+ "vcsClient": {},
9712
9903
  "loggedIn": {}
9713
9904
  },
9714
9905
  "isESM": false,
9715
9906
  "relativePath": [
9716
9907
  "build",
9717
9908
  "commands",
9718
- "webhook",
9719
- "view.js"
9909
+ "workflow",
9910
+ "run.js"
9720
9911
  ]
9721
9912
  },
9722
- "workflow:cancel": {
9913
+ "workflow:runs": {
9723
9914
  "aliases": [],
9724
9915
  "args": {},
9725
- "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.",
9916
+ "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
9726
9917
  "flags": {
9727
- "non-interactive": {
9728
- "description": "Run the command in non-interactive mode.",
9729
- "name": "non-interactive",
9730
- "noCacheDefault": true,
9918
+ "workflow": {
9919
+ "description": "If present, the query will only return runs for the specified workflow file name",
9920
+ "name": "workflow",
9921
+ "required": false,
9922
+ "hasDynamicHelp": false,
9923
+ "multiple": false,
9924
+ "type": "option"
9925
+ },
9926
+ "status": {
9927
+ "description": "If present, filter the returned runs to select those with the specified status",
9928
+ "name": "status",
9929
+ "required": false,
9930
+ "hasDynamicHelp": false,
9931
+ "multiple": false,
9932
+ "options": [
9933
+ "ACTION_REQUIRED",
9934
+ "CANCELED",
9935
+ "FAILURE",
9936
+ "IN_PROGRESS",
9937
+ "NEW",
9938
+ "SUCCESS"
9939
+ ],
9940
+ "type": "option"
9941
+ },
9942
+ "json": {
9943
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9944
+ "name": "json",
9731
9945
  "allowNo": false,
9732
9946
  "type": "boolean"
9947
+ },
9948
+ "limit": {
9949
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
9950
+ "name": "limit",
9951
+ "hasDynamicHelp": false,
9952
+ "multiple": false,
9953
+ "type": "option"
9733
9954
  }
9734
9955
  },
9735
9956
  "hasDynamicHelp": false,
9736
9957
  "hiddenAliases": [],
9737
- "id": "workflow:cancel",
9958
+ "id": "workflow:runs",
9738
9959
  "pluginAlias": "eas-cli",
9739
9960
  "pluginName": "eas-cli",
9740
9961
  "pluginType": "core",
9741
- "strict": false,
9962
+ "strict": true,
9742
9963
  "enableJsonFlag": false,
9743
9964
  "ContextOptions": {
9744
9965
  "LoggedIn": {
@@ -9789,30 +10010,43 @@
9789
10010
  "build",
9790
10011
  "commands",
9791
10012
  "workflow",
9792
- "cancel.js"
10013
+ "runs.js"
9793
10014
  ]
9794
10015
  },
9795
- "workflow:create": {
10016
+ "workflow:status": {
9796
10017
  "aliases": [],
9797
10018
  "args": {
9798
- "name": {
9799
- "description": "Name of the workflow file (must end with .yml or .yaml)",
9800
- "name": "name",
9801
- "required": false
10019
+ "WORKFLOW_RUN_ID": {
10020
+ "description": "A workflow run ID.",
10021
+ "name": "WORKFLOW_RUN_ID"
9802
10022
  }
9803
10023
  },
9804
- "description": "create a new workflow configuration YAML file",
10024
+ "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.",
9805
10025
  "flags": {
9806
- "skip-validation": {
9807
- "description": "If set, the workflow file will not be validated before being created",
9808
- "name": "skip-validation",
10026
+ "non-interactive": {
10027
+ "description": "Run the command in non-interactive mode.",
10028
+ "name": "non-interactive",
10029
+ "noCacheDefault": true,
10030
+ "allowNo": false,
10031
+ "type": "boolean"
10032
+ },
10033
+ "wait": {
10034
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10035
+ "name": "wait",
10036
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10037
+ "allowNo": true,
10038
+ "type": "boolean"
10039
+ },
10040
+ "json": {
10041
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10042
+ "name": "json",
9809
10043
  "allowNo": false,
9810
10044
  "type": "boolean"
9811
10045
  }
9812
10046
  },
9813
10047
  "hasDynamicHelp": false,
9814
10048
  "hiddenAliases": [],
9815
- "id": "workflow:create",
10049
+ "id": "workflow:status",
9816
10050
  "pluginAlias": "eas-cli",
9817
10051
  "pluginName": "eas-cli",
9818
10052
  "pluginType": "core",
@@ -9862,6 +10096,7 @@
9862
10096
  "getDynamicPublicProjectConfigAsync": {},
9863
10097
  "getDynamicPrivateProjectConfigAsync": {},
9864
10098
  "projectDir": {},
10099
+ "vcsClient": {},
9865
10100
  "loggedIn": {}
9866
10101
  },
9867
10102
  "isESM": false,
@@ -9869,25 +10104,31 @@
9869
10104
  "build",
9870
10105
  "commands",
9871
10106
  "workflow",
9872
- "create.js"
10107
+ "status.js"
9873
10108
  ]
9874
10109
  },
9875
- "workflow:list": {
10110
+ "workflow:validate": {
9876
10111
  "aliases": [],
9877
- "args": {},
9878
- "description": "List workflows for the current project",
10112
+ "args": {
10113
+ "path": {
10114
+ "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10115
+ "name": "path",
10116
+ "required": true
10117
+ }
10118
+ },
10119
+ "description": "validate a workflow configuration yaml file",
9879
10120
  "flags": {
9880
- "json": {
9881
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9882
- "name": "json",
10121
+ "non-interactive": {
10122
+ "description": "Run the command in non-interactive mode.",
10123
+ "name": "non-interactive",
10124
+ "noCacheDefault": true,
9883
10125
  "allowNo": false,
9884
10126
  "type": "boolean"
9885
10127
  }
9886
10128
  },
9887
10129
  "hasDynamicHelp": false,
9888
- "hidden": true,
9889
10130
  "hiddenAliases": [],
9890
- "id": "workflow:list",
10131
+ "id": "workflow:validate",
9891
10132
  "pluginAlias": "eas-cli",
9892
10133
  "pluginName": "eas-cli",
9893
10134
  "pluginType": "core",
@@ -9934,7 +10175,10 @@
9934
10175
  }
9935
10176
  },
9936
10177
  "contextDefinition": {
9937
- "projectId": {},
10178
+ "getDynamicPublicProjectConfigAsync": {},
10179
+ "getDynamicPrivateProjectConfigAsync": {},
10180
+ "projectDir": {},
10181
+ "projectId": {},
9938
10182
  "loggedIn": {}
9939
10183
  },
9940
10184
  "isESM": false,
@@ -9942,18 +10186,18 @@
9942
10186
  "build",
9943
10187
  "commands",
9944
10188
  "workflow",
9945
- "list.js"
10189
+ "validate.js"
9946
10190
  ]
9947
10191
  },
9948
- "workflow:logs": {
10192
+ "workflow:view": {
9949
10193
  "aliases": [],
9950
10194
  "args": {
9951
10195
  "id": {
9952
- "description": "ID of the workflow run or workflow job to view logs for",
10196
+ "description": "ID of the workflow run to view",
9953
10197
  "name": "id"
9954
10198
  }
9955
10199
  },
9956
- "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.",
10200
+ "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.",
9957
10201
  "flags": {
9958
10202
  "json": {
9959
10203
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
@@ -9967,17 +10211,11 @@
9967
10211
  "noCacheDefault": true,
9968
10212
  "allowNo": false,
9969
10213
  "type": "boolean"
9970
- },
9971
- "all-steps": {
9972
- "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
9973
- "name": "all-steps",
9974
- "allowNo": false,
9975
- "type": "boolean"
9976
10214
  }
9977
10215
  },
9978
10216
  "hasDynamicHelp": false,
9979
10217
  "hiddenAliases": [],
9980
- "id": "workflow:logs",
10218
+ "id": "workflow:view",
9981
10219
  "pluginAlias": "eas-cli",
9982
10220
  "pluginName": "eas-cli",
9983
10221
  "pluginType": "core",
@@ -10032,65 +10270,50 @@
10032
10270
  "build",
10033
10271
  "commands",
10034
10272
  "workflow",
10035
- "logs.js"
10273
+ "view.js"
10036
10274
  ]
10037
10275
  },
10038
- "workflow:run": {
10276
+ "webhook:create": {
10039
10277
  "aliases": [],
10040
- "args": {
10041
- "file": {
10042
- "description": "Path to the workflow file to run",
10043
- "name": "file",
10044
- "required": true
10045
- }
10046
- },
10047
- "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.",
10278
+ "args": {},
10279
+ "description": "create a webhook",
10048
10280
  "flags": {
10049
- "non-interactive": {
10050
- "description": "Run the command in non-interactive mode.",
10051
- "name": "non-interactive",
10052
- "noCacheDefault": true,
10053
- "allowNo": false,
10054
- "type": "boolean"
10055
- },
10056
- "wait": {
10057
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10058
- "name": "wait",
10059
- "summary": "Wait for workflow run to complete. Defaults to false.",
10060
- "allowNo": true,
10061
- "type": "boolean"
10062
- },
10063
- "input": {
10064
- "aliases": [
10065
- "f",
10066
- "field"
10281
+ "event": {
10282
+ "description": "Event type that triggers the webhook",
10283
+ "name": "event",
10284
+ "hasDynamicHelp": false,
10285
+ "multiple": false,
10286
+ "options": [
10287
+ "BUILD",
10288
+ "SUBMIT"
10067
10289
  ],
10068
- "char": "F",
10069
- "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
10070
- "name": "input",
10071
- "summary": "Set workflow inputs",
10290
+ "type": "option"
10291
+ },
10292
+ "url": {
10293
+ "description": "Webhook URL",
10294
+ "name": "url",
10072
10295
  "hasDynamicHelp": false,
10073
- "multiple": true,
10296
+ "multiple": false,
10074
10297
  "type": "option"
10075
10298
  },
10076
- "ref": {
10077
- "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.",
10078
- "name": "ref",
10079
- "summary": "Git reference to run the workflow on",
10299
+ "secret": {
10300
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10301
+ "name": "secret",
10080
10302
  "hasDynamicHelp": false,
10081
10303
  "multiple": false,
10082
10304
  "type": "option"
10083
10305
  },
10084
- "json": {
10085
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10086
- "name": "json",
10306
+ "non-interactive": {
10307
+ "description": "Run the command in non-interactive mode.",
10308
+ "name": "non-interactive",
10309
+ "noCacheDefault": true,
10087
10310
  "allowNo": false,
10088
10311
  "type": "boolean"
10089
10312
  }
10090
10313
  },
10091
10314
  "hasDynamicHelp": false,
10092
10315
  "hiddenAliases": [],
10093
- "id": "workflow:run",
10316
+ "id": "webhook:create",
10094
10317
  "pluginAlias": "eas-cli",
10095
10318
  "pluginName": "eas-cli",
10096
10319
  "pluginType": "core",
@@ -10137,66 +10360,39 @@
10137
10360
  }
10138
10361
  },
10139
10362
  "contextDefinition": {
10140
- "getDynamicPublicProjectConfigAsync": {},
10141
- "getDynamicPrivateProjectConfigAsync": {},
10142
- "projectDir": {},
10143
- "vcsClient": {},
10363
+ "projectId": {},
10144
10364
  "loggedIn": {}
10145
10365
  },
10146
10366
  "isESM": false,
10147
10367
  "relativePath": [
10148
10368
  "build",
10149
10369
  "commands",
10150
- "workflow",
10151
- "run.js"
10370
+ "webhook",
10371
+ "create.js"
10152
10372
  ]
10153
10373
  },
10154
- "workflow:runs": {
10374
+ "webhook:delete": {
10155
10375
  "aliases": [],
10156
- "args": {},
10157
- "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
10376
+ "args": {
10377
+ "ID": {
10378
+ "description": "ID of the webhook to delete",
10379
+ "name": "ID",
10380
+ "required": false
10381
+ }
10382
+ },
10383
+ "description": "delete a webhook",
10158
10384
  "flags": {
10159
- "workflow": {
10160
- "description": "If present, the query will only return runs for the specified workflow file name",
10161
- "name": "workflow",
10162
- "required": false,
10163
- "hasDynamicHelp": false,
10164
- "multiple": false,
10165
- "type": "option"
10166
- },
10167
- "status": {
10168
- "description": "If present, filter the returned runs to select those with the specified status",
10169
- "name": "status",
10170
- "required": false,
10171
- "hasDynamicHelp": false,
10172
- "multiple": false,
10173
- "options": [
10174
- "ACTION_REQUIRED",
10175
- "CANCELED",
10176
- "FAILURE",
10177
- "IN_PROGRESS",
10178
- "NEW",
10179
- "SUCCESS"
10180
- ],
10181
- "type": "option"
10182
- },
10183
- "json": {
10184
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10185
- "name": "json",
10385
+ "non-interactive": {
10386
+ "description": "Run the command in non-interactive mode.",
10387
+ "name": "non-interactive",
10388
+ "noCacheDefault": true,
10186
10389
  "allowNo": false,
10187
10390
  "type": "boolean"
10188
- },
10189
- "limit": {
10190
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
10191
- "name": "limit",
10192
- "hasDynamicHelp": false,
10193
- "multiple": false,
10194
- "type": "option"
10195
10391
  }
10196
10392
  },
10197
10393
  "hasDynamicHelp": false,
10198
10394
  "hiddenAliases": [],
10199
- "id": "workflow:runs",
10395
+ "id": "webhook:delete",
10200
10396
  "pluginAlias": "eas-cli",
10201
10397
  "pluginName": "eas-cli",
10202
10398
  "pluginType": "core",
@@ -10250,33 +10446,25 @@
10250
10446
  "relativePath": [
10251
10447
  "build",
10252
10448
  "commands",
10253
- "workflow",
10254
- "runs.js"
10449
+ "webhook",
10450
+ "delete.js"
10255
10451
  ]
10256
10452
  },
10257
- "workflow:status": {
10453
+ "webhook:list": {
10258
10454
  "aliases": [],
10259
- "args": {
10260
- "WORKFLOW_RUN_ID": {
10261
- "description": "A workflow run ID.",
10262
- "name": "WORKFLOW_RUN_ID"
10263
- }
10264
- },
10265
- "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.",
10455
+ "args": {},
10456
+ "description": "list webhooks",
10266
10457
  "flags": {
10267
- "non-interactive": {
10268
- "description": "Run the command in non-interactive mode.",
10269
- "name": "non-interactive",
10270
- "noCacheDefault": true,
10271
- "allowNo": false,
10272
- "type": "boolean"
10273
- },
10274
- "wait": {
10275
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10276
- "name": "wait",
10277
- "summary": "Wait for workflow run to complete. Defaults to false.",
10278
- "allowNo": true,
10279
- "type": "boolean"
10458
+ "event": {
10459
+ "description": "Event type that triggers the webhook",
10460
+ "name": "event",
10461
+ "hasDynamicHelp": false,
10462
+ "multiple": false,
10463
+ "options": [
10464
+ "BUILD",
10465
+ "SUBMIT"
10466
+ ],
10467
+ "type": "option"
10280
10468
  },
10281
10469
  "json": {
10282
10470
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
@@ -10287,7 +10475,7 @@
10287
10475
  },
10288
10476
  "hasDynamicHelp": false,
10289
10477
  "hiddenAliases": [],
10290
- "id": "workflow:status",
10478
+ "id": "webhook:list",
10291
10479
  "pluginAlias": "eas-cli",
10292
10480
  "pluginName": "eas-cli",
10293
10481
  "pluginType": "core",
@@ -10334,31 +10522,55 @@
10334
10522
  }
10335
10523
  },
10336
10524
  "contextDefinition": {
10337
- "getDynamicPublicProjectConfigAsync": {},
10338
- "getDynamicPrivateProjectConfigAsync": {},
10339
- "projectDir": {},
10340
- "vcsClient": {},
10525
+ "projectId": {},
10341
10526
  "loggedIn": {}
10342
10527
  },
10343
10528
  "isESM": false,
10344
10529
  "relativePath": [
10345
10530
  "build",
10346
10531
  "commands",
10347
- "workflow",
10348
- "status.js"
10532
+ "webhook",
10533
+ "list.js"
10349
10534
  ]
10350
10535
  },
10351
- "workflow:validate": {
10536
+ "webhook:update": {
10352
10537
  "aliases": [],
10353
- "args": {
10354
- "path": {
10355
- "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10356
- "name": "path",
10357
- "required": true
10358
- }
10359
- },
10360
- "description": "validate a workflow configuration yaml file",
10538
+ "args": {},
10539
+ "description": "update a webhook",
10361
10540
  "flags": {
10541
+ "id": {
10542
+ "description": "Webhook ID",
10543
+ "name": "id",
10544
+ "required": true,
10545
+ "hasDynamicHelp": false,
10546
+ "multiple": false,
10547
+ "type": "option"
10548
+ },
10549
+ "event": {
10550
+ "description": "Event type that triggers the webhook",
10551
+ "name": "event",
10552
+ "hasDynamicHelp": false,
10553
+ "multiple": false,
10554
+ "options": [
10555
+ "BUILD",
10556
+ "SUBMIT"
10557
+ ],
10558
+ "type": "option"
10559
+ },
10560
+ "url": {
10561
+ "description": "Webhook URL",
10562
+ "name": "url",
10563
+ "hasDynamicHelp": false,
10564
+ "multiple": false,
10565
+ "type": "option"
10566
+ },
10567
+ "secret": {
10568
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10569
+ "name": "secret",
10570
+ "hasDynamicHelp": false,
10571
+ "multiple": false,
10572
+ "type": "option"
10573
+ },
10362
10574
  "non-interactive": {
10363
10575
  "description": "Run the command in non-interactive mode.",
10364
10576
  "name": "non-interactive",
@@ -10369,7 +10581,7 @@
10369
10581
  },
10370
10582
  "hasDynamicHelp": false,
10371
10583
  "hiddenAliases": [],
10372
- "id": "workflow:validate",
10584
+ "id": "webhook:update",
10373
10585
  "pluginAlias": "eas-cli",
10374
10586
  "pluginName": "eas-cli",
10375
10587
  "pluginType": "core",
@@ -10416,47 +10628,30 @@
10416
10628
  }
10417
10629
  },
10418
10630
  "contextDefinition": {
10419
- "getDynamicPublicProjectConfigAsync": {},
10420
- "getDynamicPrivateProjectConfigAsync": {},
10421
- "projectDir": {},
10422
- "projectId": {},
10423
10631
  "loggedIn": {}
10424
10632
  },
10425
10633
  "isESM": false,
10426
10634
  "relativePath": [
10427
10635
  "build",
10428
10636
  "commands",
10429
- "workflow",
10430
- "validate.js"
10637
+ "webhook",
10638
+ "update.js"
10431
10639
  ]
10432
10640
  },
10433
- "workflow:view": {
10641
+ "webhook:view": {
10434
10642
  "aliases": [],
10435
10643
  "args": {
10436
- "id": {
10437
- "description": "ID of the workflow run to view",
10438
- "name": "id"
10439
- }
10440
- },
10441
- "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.",
10442
- "flags": {
10443
- "json": {
10444
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10445
- "name": "json",
10446
- "allowNo": false,
10447
- "type": "boolean"
10448
- },
10449
- "non-interactive": {
10450
- "description": "Run the command in non-interactive mode.",
10451
- "name": "non-interactive",
10452
- "noCacheDefault": true,
10453
- "allowNo": false,
10454
- "type": "boolean"
10644
+ "ID": {
10645
+ "description": "ID of the webhook to view",
10646
+ "name": "ID",
10647
+ "required": true
10455
10648
  }
10456
10649
  },
10650
+ "description": "view a webhook",
10651
+ "flags": {},
10457
10652
  "hasDynamicHelp": false,
10458
10653
  "hiddenAliases": [],
10459
- "id": "workflow:view",
10654
+ "id": "webhook:view",
10460
10655
  "pluginAlias": "eas-cli",
10461
10656
  "pluginName": "eas-cli",
10462
10657
  "pluginType": "core",
@@ -10503,14 +10698,13 @@
10503
10698
  }
10504
10699
  },
10505
10700
  "contextDefinition": {
10506
- "projectId": {},
10507
10701
  "loggedIn": {}
10508
10702
  },
10509
10703
  "isESM": false,
10510
10704
  "relativePath": [
10511
10705
  "build",
10512
10706
  "commands",
10513
- "workflow",
10707
+ "webhook",
10514
10708
  "view.js"
10515
10709
  ]
10516
10710
  },
@@ -11820,5 +12014,5 @@
11820
12014
  ]
11821
12015
  }
11822
12016
  },
11823
- "version": "18.12.2"
12017
+ "version": "18.13.0"
11824
12018
  }