eas-cli 18.11.0 → 18.12.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.
@@ -4166,79 +4166,23 @@
4166
4166
  "index.js"
4167
4167
  ]
4168
4168
  },
4169
- "env:create": {
4170
- "aliases": [],
4169
+ "deploy:delete": {
4170
+ "aliases": [
4171
+ "worker:delete"
4172
+ ],
4171
4173
  "args": {
4172
- "environment": {
4173
- "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4174
- "name": "environment",
4175
- "required": false
4174
+ "DEPLOYMENT_ID": {
4175
+ "name": "DEPLOYMENT_ID"
4176
4176
  }
4177
4177
  },
4178
- "description": "create an environment variable for the current project or account",
4178
+ "description": "Delete a deployment.",
4179
4179
  "flags": {
4180
- "name": {
4181
- "description": "Name of the variable",
4182
- "name": "name",
4183
- "hasDynamicHelp": false,
4184
- "multiple": false,
4185
- "type": "option"
4186
- },
4187
- "value": {
4188
- "description": "Text value or the variable",
4189
- "name": "value",
4190
- "hasDynamicHelp": false,
4191
- "multiple": false,
4192
- "type": "option"
4193
- },
4194
- "force": {
4195
- "description": "Overwrite existing variable",
4196
- "name": "force",
4180
+ "json": {
4181
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4182
+ "name": "json",
4197
4183
  "allowNo": false,
4198
4184
  "type": "boolean"
4199
4185
  },
4200
- "type": {
4201
- "description": "The type of variable",
4202
- "name": "type",
4203
- "hasDynamicHelp": false,
4204
- "multiple": false,
4205
- "options": [
4206
- "string",
4207
- "file"
4208
- ],
4209
- "type": "option"
4210
- },
4211
- "visibility": {
4212
- "description": "Visibility of the variable",
4213
- "name": "visibility",
4214
- "hasDynamicHelp": false,
4215
- "multiple": false,
4216
- "options": [
4217
- "plaintext",
4218
- "sensitive",
4219
- "secret"
4220
- ],
4221
- "type": "option"
4222
- },
4223
- "scope": {
4224
- "description": "Scope for the variable",
4225
- "name": "scope",
4226
- "default": "project",
4227
- "hasDynamicHelp": false,
4228
- "multiple": false,
4229
- "options": [
4230
- "project",
4231
- "account"
4232
- ],
4233
- "type": "option"
4234
- },
4235
- "environment": {
4236
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4237
- "name": "environment",
4238
- "hasDynamicHelp": false,
4239
- "multiple": true,
4240
- "type": "option"
4241
- },
4242
4186
  "non-interactive": {
4243
4187
  "description": "Run the command in non-interactive mode.",
4244
4188
  "name": "non-interactive",
@@ -4249,10 +4193,11 @@
4249
4193
  },
4250
4194
  "hasDynamicHelp": false,
4251
4195
  "hiddenAliases": [],
4252
- "id": "env:create",
4196
+ "id": "deploy:delete",
4253
4197
  "pluginAlias": "eas-cli",
4254
4198
  "pluginName": "eas-cli",
4255
4199
  "pluginType": "core",
4200
+ "state": "preview",
4256
4201
  "strict": true,
4257
4202
  "enableJsonFlag": false,
4258
4203
  "ContextOptions": {
@@ -4296,55 +4241,85 @@
4296
4241
  }
4297
4242
  },
4298
4243
  "contextDefinition": {
4299
- "projectId": {},
4300
- "analytics": {},
4244
+ "getDynamicPublicProjectConfigAsync": {},
4245
+ "getDynamicPrivateProjectConfigAsync": {},
4246
+ "projectDir": {},
4301
4247
  "loggedIn": {}
4302
4248
  },
4303
4249
  "isESM": false,
4304
4250
  "relativePath": [
4305
4251
  "build",
4306
4252
  "commands",
4307
- "env",
4308
- "create.js"
4253
+ "deploy",
4254
+ "delete.js"
4309
4255
  ]
4310
4256
  },
4311
- "env:delete": {
4312
- "aliases": [],
4313
- "args": {
4314
- "environment": {
4315
- "description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
4316
- "name": "environment",
4317
- "required": false
4318
- }
4319
- },
4320
- "description": "delete an environment variable for the current project or account",
4257
+ "deploy": {
4258
+ "aliases": [
4259
+ "worker:deploy"
4260
+ ],
4261
+ "args": {},
4262
+ "description": "deploy your Expo Router web build and API Routes",
4321
4263
  "flags": {
4322
- "variable-name": {
4323
- "description": "Name of the variable to delete",
4324
- "name": "variable-name",
4264
+ "prod": {
4265
+ "aliases": [
4266
+ "production"
4267
+ ],
4268
+ "description": "Create a new production deployment.",
4269
+ "name": "prod",
4270
+ "allowNo": false,
4271
+ "type": "boolean"
4272
+ },
4273
+ "alias": {
4274
+ "description": "Custom alias to assign to the new deployment.",
4275
+ "name": "alias",
4325
4276
  "hasDynamicHelp": false,
4277
+ "helpValue": "name",
4326
4278
  "multiple": false,
4327
4279
  "type": "option"
4328
4280
  },
4329
- "variable-environment": {
4330
- "description": "Current environment of the variable to delete",
4331
- "name": "variable-environment",
4281
+ "id": {
4282
+ "description": "Custom unique identifier for the new deployment.",
4283
+ "name": "id",
4332
4284
  "hasDynamicHelp": false,
4285
+ "helpValue": "xyz123",
4333
4286
  "multiple": false,
4334
4287
  "type": "option"
4335
4288
  },
4336
- "scope": {
4337
- "description": "Scope for the variable",
4338
- "name": "scope",
4339
- "default": "project",
4289
+ "export-dir": {
4290
+ "description": "Directory where the Expo project was exported.",
4291
+ "name": "export-dir",
4292
+ "default": "dist",
4293
+ "hasDynamicHelp": false,
4294
+ "helpValue": "dir",
4295
+ "multiple": false,
4296
+ "type": "option"
4297
+ },
4298
+ "dry-run": {
4299
+ "description": "Outputs a tarball of the new deployment instead of uploading it.",
4300
+ "name": "dry-run",
4301
+ "allowNo": false,
4302
+ "type": "boolean"
4303
+ },
4304
+ "source-maps": {
4305
+ "description": "Include source maps in the deployment.",
4306
+ "name": "source-maps",
4307
+ "allowNo": true,
4308
+ "type": "boolean"
4309
+ },
4310
+ "environment": {
4311
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4312
+ "name": "environment",
4340
4313
  "hasDynamicHelp": false,
4341
4314
  "multiple": false,
4342
- "options": [
4343
- "project",
4344
- "account"
4345
- ],
4346
4315
  "type": "option"
4347
4316
  },
4317
+ "json": {
4318
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4319
+ "name": "json",
4320
+ "allowNo": false,
4321
+ "type": "boolean"
4322
+ },
4348
4323
  "non-interactive": {
4349
4324
  "description": "Run the command in non-interactive mode.",
4350
4325
  "name": "non-interactive",
@@ -4355,11 +4330,16 @@
4355
4330
  },
4356
4331
  "hasDynamicHelp": false,
4357
4332
  "hiddenAliases": [],
4358
- "id": "env:delete",
4333
+ "id": "deploy",
4359
4334
  "pluginAlias": "eas-cli",
4360
4335
  "pluginName": "eas-cli",
4361
4336
  "pluginType": "core",
4337
+ "state": "preview",
4362
4338
  "strict": true,
4339
+ "usage": [
4340
+ "deploy [options]",
4341
+ "deploy --prod"
4342
+ ],
4363
4343
  "enableJsonFlag": false,
4364
4344
  "ContextOptions": {
4365
4345
  "LoggedIn": {
@@ -4402,44 +4382,27 @@
4402
4382
  }
4403
4383
  },
4404
4384
  "contextDefinition": {
4405
- "projectId": {},
4385
+ "getDynamicPublicProjectConfigAsync": {},
4386
+ "getDynamicPrivateProjectConfigAsync": {},
4387
+ "projectDir": {},
4406
4388
  "loggedIn": {}
4407
4389
  },
4408
4390
  "isESM": false,
4409
4391
  "relativePath": [
4410
4392
  "build",
4411
4393
  "commands",
4412
- "env",
4413
- "delete.js"
4394
+ "deploy",
4395
+ "index.js"
4414
4396
  ]
4415
4397
  },
4416
- "env:exec": {
4398
+ "device:create": {
4417
4399
  "aliases": [],
4418
- "args": {
4419
- "environment": {
4420
- "description": "Environment to execute the command in. Default environments are 'production', 'preview', and 'development'.",
4421
- "name": "environment",
4422
- "required": true
4423
- },
4424
- "bash_command": {
4425
- "description": "bash command to execute with the environment variables from the environment",
4426
- "name": "bash_command",
4427
- "required": true
4428
- }
4429
- },
4430
- "description": "execute a command with environment variables from the selected environment",
4431
- "flags": {
4432
- "non-interactive": {
4433
- "description": "Run the command in non-interactive mode.",
4434
- "name": "non-interactive",
4435
- "noCacheDefault": true,
4436
- "allowNo": false,
4437
- "type": "boolean"
4438
- }
4439
- },
4400
+ "args": {},
4401
+ "description": "register new Apple Devices to use for internal distribution",
4402
+ "flags": {},
4440
4403
  "hasDynamicHelp": false,
4441
4404
  "hiddenAliases": [],
4442
- "id": "env:exec",
4405
+ "id": "device:create",
4443
4406
  "pluginAlias": "eas-cli",
4444
4407
  "pluginName": "eas-cli",
4445
4408
  "pluginType": "core",
@@ -4486,65 +4449,41 @@
4486
4449
  }
4487
4450
  },
4488
4451
  "contextDefinition": {
4489
- "projectId": {},
4490
- "loggedIn": {}
4452
+ "loggedIn": {},
4453
+ "optionalPrivateProjectConfig": {}
4491
4454
  },
4492
4455
  "isESM": false,
4493
4456
  "relativePath": [
4494
4457
  "build",
4495
4458
  "commands",
4496
- "env",
4497
- "exec.js"
4459
+ "device",
4460
+ "create.js"
4498
4461
  ]
4499
4462
  },
4500
- "env:get": {
4463
+ "device:delete": {
4501
4464
  "aliases": [],
4502
- "args": {
4503
- "environment": {
4504
- "description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
4505
- "name": "environment",
4506
- "required": false
4507
- }
4508
- },
4509
- "description": "view an environment variable for the current project or account",
4465
+ "args": {},
4466
+ "description": "remove a registered device from your account",
4510
4467
  "flags": {
4511
- "variable-name": {
4512
- "description": "Name of the variable",
4513
- "name": "variable-name",
4514
- "hasDynamicHelp": false,
4515
- "multiple": false,
4516
- "type": "option"
4517
- },
4518
- "variable-environment": {
4519
- "description": "Current environment of the variable",
4520
- "name": "variable-environment",
4468
+ "apple-team-id": {
4469
+ "description": "The Apple team ID on which to find the device",
4470
+ "name": "apple-team-id",
4521
4471
  "hasDynamicHelp": false,
4522
4472
  "multiple": false,
4523
4473
  "type": "option"
4524
4474
  },
4525
- "format": {
4526
- "description": "Output format",
4527
- "name": "format",
4528
- "default": "short",
4475
+ "udid": {
4476
+ "description": "The Apple device ID to disable",
4477
+ "name": "udid",
4529
4478
  "hasDynamicHelp": false,
4530
4479
  "multiple": false,
4531
- "options": [
4532
- "long",
4533
- "short"
4534
- ],
4535
4480
  "type": "option"
4536
4481
  },
4537
- "scope": {
4538
- "description": "Scope for the variable",
4539
- "name": "scope",
4540
- "default": "project",
4541
- "hasDynamicHelp": false,
4542
- "multiple": false,
4543
- "options": [
4544
- "project",
4545
- "account"
4546
- ],
4547
- "type": "option"
4482
+ "json": {
4483
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4484
+ "name": "json",
4485
+ "allowNo": false,
4486
+ "type": "boolean"
4548
4487
  },
4549
4488
  "non-interactive": {
4550
4489
  "description": "Run the command in non-interactive mode.",
@@ -4556,7 +4495,7 @@
4556
4495
  },
4557
4496
  "hasDynamicHelp": false,
4558
4497
  "hiddenAliases": [],
4559
- "id": "env:get",
4498
+ "id": "device:delete",
4560
4499
  "pluginAlias": "eas-cli",
4561
4500
  "pluginName": "eas-cli",
4562
4501
  "pluginType": "core",
@@ -4610,68 +4549,52 @@
4610
4549
  "relativePath": [
4611
4550
  "build",
4612
4551
  "commands",
4613
- "env",
4614
- "get.js"
4552
+ "device",
4553
+ "delete.js"
4615
4554
  ]
4616
4555
  },
4617
- "env:list": {
4556
+ "device:list": {
4618
4557
  "aliases": [],
4619
- "args": {
4620
- "environment": {
4621
- "description": "Environment to list the variables from. Default environments are 'production', 'preview', and 'development'.",
4622
- "name": "environment",
4623
- "required": false
4624
- }
4625
- },
4626
- "description": "list environment variables for the current project or account",
4558
+ "args": {},
4559
+ "description": "list all registered devices for your account",
4627
4560
  "flags": {
4628
- "include-sensitive": {
4629
- "description": "Display sensitive values in the output",
4630
- "name": "include-sensitive",
4631
- "allowNo": false,
4632
- "type": "boolean"
4633
- },
4634
- "include-file-content": {
4635
- "description": "Display files content in the output",
4636
- "name": "include-file-content",
4637
- "allowNo": false,
4638
- "type": "boolean"
4639
- },
4640
- "environment": {
4641
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4642
- "name": "environment",
4561
+ "apple-team-id": {
4562
+ "name": "apple-team-id",
4643
4563
  "hasDynamicHelp": false,
4644
- "multiple": true,
4564
+ "multiple": false,
4645
4565
  "type": "option"
4646
4566
  },
4647
- "format": {
4648
- "description": "Output format",
4649
- "name": "format",
4650
- "default": "short",
4567
+ "offset": {
4568
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
4569
+ "name": "offset",
4651
4570
  "hasDynamicHelp": false,
4652
4571
  "multiple": false,
4653
- "options": [
4654
- "long",
4655
- "short"
4656
- ],
4657
4572
  "type": "option"
4658
4573
  },
4659
- "scope": {
4660
- "description": "Scope for the variable",
4661
- "name": "scope",
4662
- "default": "project",
4574
+ "limit": {
4575
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
4576
+ "name": "limit",
4663
4577
  "hasDynamicHelp": false,
4664
4578
  "multiple": false,
4665
- "options": [
4666
- "project",
4667
- "account"
4668
- ],
4669
4579
  "type": "option"
4580
+ },
4581
+ "json": {
4582
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4583
+ "name": "json",
4584
+ "allowNo": false,
4585
+ "type": "boolean"
4586
+ },
4587
+ "non-interactive": {
4588
+ "description": "Run the command in non-interactive mode.",
4589
+ "name": "non-interactive",
4590
+ "noCacheDefault": true,
4591
+ "allowNo": false,
4592
+ "type": "boolean"
4670
4593
  }
4671
4594
  },
4672
4595
  "hasDynamicHelp": false,
4673
4596
  "hiddenAliases": [],
4674
- "id": "env:list",
4597
+ "id": "device:list",
4675
4598
  "pluginAlias": "eas-cli",
4676
4599
  "pluginName": "eas-cli",
4677
4600
  "pluginType": "core",
@@ -4725,47 +4648,53 @@
4725
4648
  "relativePath": [
4726
4649
  "build",
4727
4650
  "commands",
4728
- "env",
4651
+ "device",
4729
4652
  "list.js"
4730
4653
  ]
4731
4654
  },
4732
- "env:pull": {
4655
+ "device:rename": {
4733
4656
  "aliases": [],
4734
- "args": {
4735
- "environment": {
4736
- "description": "Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.",
4737
- "name": "environment",
4738
- "required": false
4739
- }
4740
- },
4741
- "description": "pull environment variables for the selected environment to .env file",
4657
+ "args": {},
4658
+ "description": "rename a registered device",
4742
4659
  "flags": {
4743
- "non-interactive": {
4744
- "description": "Run the command in non-interactive mode.",
4745
- "name": "non-interactive",
4746
- "noCacheDefault": true,
4747
- "allowNo": false,
4748
- "type": "boolean"
4660
+ "apple-team-id": {
4661
+ "description": "The Apple team ID on which to find the device",
4662
+ "name": "apple-team-id",
4663
+ "hasDynamicHelp": false,
4664
+ "multiple": false,
4665
+ "type": "option"
4749
4666
  },
4750
- "environment": {
4751
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4752
- "name": "environment",
4667
+ "udid": {
4668
+ "description": "The Apple device ID to rename",
4669
+ "name": "udid",
4753
4670
  "hasDynamicHelp": false,
4754
4671
  "multiple": false,
4755
4672
  "type": "option"
4756
4673
  },
4757
- "path": {
4758
- "description": "Path to the result `.env` file",
4759
- "name": "path",
4760
- "default": ".env.local",
4674
+ "name": {
4675
+ "description": "The new name for the device",
4676
+ "name": "name",
4761
4677
  "hasDynamicHelp": false,
4762
4678
  "multiple": false,
4763
4679
  "type": "option"
4680
+ },
4681
+ "json": {
4682
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4683
+ "name": "json",
4684
+ "allowNo": false,
4685
+ "type": "boolean"
4686
+ },
4687
+ "non-interactive": {
4688
+ "description": "Run the command in non-interactive mode.",
4689
+ "name": "non-interactive",
4690
+ "noCacheDefault": true,
4691
+ "allowNo": false,
4692
+ "type": "boolean"
4764
4693
  }
4765
4694
  },
4766
4695
  "hasDynamicHelp": false,
4767
4696
  "hiddenAliases": [],
4768
- "id": "env:pull",
4697
+ "id": "device:rename",
4769
4698
  "pluginAlias": "eas-cli",
4770
4699
  "pluginName": "eas-cli",
4771
4700
  "pluginType": "core",
@@ -4813,53 +4742,28 @@
4813
4742
  },
4814
4743
  "contextDefinition": {
4815
4744
  "projectId": {},
4816
- "loggedIn": {},
4817
- "projectDir": {}
4745
+ "loggedIn": {}
4818
4746
  },
4819
4747
  "isESM": false,
4820
4748
  "relativePath": [
4821
4749
  "build",
4822
4750
  "commands",
4823
- "env",
4824
- "pull.js"
4751
+ "device",
4752
+ "rename.js"
4825
4753
  ]
4826
4754
  },
4827
- "env:push": {
4755
+ "device:view": {
4828
4756
  "aliases": [],
4829
4757
  "args": {
4830
- "environment": {
4831
- "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
4832
- "name": "environment",
4833
- "required": false
4834
- }
4835
- },
4836
- "description": "push environment variables from .env file to the selected environment",
4837
- "flags": {
4838
- "environment": {
4839
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4840
- "name": "environment",
4841
- "hasDynamicHelp": false,
4842
- "multiple": true,
4843
- "type": "option"
4844
- },
4845
- "path": {
4846
- "description": "Path to the input `.env` file",
4847
- "name": "path",
4848
- "default": ".env.local",
4849
- "hasDynamicHelp": false,
4850
- "multiple": false,
4851
- "type": "option"
4852
- },
4853
- "force": {
4854
- "description": "Skip confirmation and automatically override existing variables",
4855
- "name": "force",
4856
- "allowNo": false,
4857
- "type": "boolean"
4758
+ "UDID": {
4759
+ "name": "UDID"
4858
4760
  }
4859
4761
  },
4762
+ "description": "view a device for your project",
4763
+ "flags": {},
4860
4764
  "hasDynamicHelp": false,
4861
4765
  "hiddenAliases": [],
4862
- "id": "env:push",
4766
+ "id": "device:view",
4863
4767
  "pluginAlias": "eas-cli",
4864
4768
  "pluginName": "eas-cli",
4865
4769
  "pluginType": "core",
@@ -4913,49 +4817,41 @@
4913
4817
  "relativePath": [
4914
4818
  "build",
4915
4819
  "commands",
4916
- "env",
4917
- "push.js"
4820
+ "device",
4821
+ "view.js"
4918
4822
  ]
4919
4823
  },
4920
- "env:update": {
4824
+ "env:create": {
4921
4825
  "aliases": [],
4922
4826
  "args": {
4923
4827
  "environment": {
4924
- "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
4828
+ "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4925
4829
  "name": "environment",
4926
4830
  "required": false
4927
4831
  }
4928
4832
  },
4929
- "description": "update an environment variable on the current project or account",
4833
+ "description": "create an environment variable for the current project or account",
4930
4834
  "flags": {
4931
- "variable-name": {
4932
- "description": "Current name of the variable",
4933
- "name": "variable-name",
4934
- "hasDynamicHelp": false,
4935
- "multiple": false,
4936
- "type": "option"
4937
- },
4938
- "variable-environment": {
4939
- "description": "Current environment of the variable to update",
4940
- "name": "variable-environment",
4941
- "hasDynamicHelp": false,
4942
- "multiple": false,
4943
- "type": "option"
4944
- },
4945
4835
  "name": {
4946
- "description": "New name of the variable",
4836
+ "description": "Name of the variable",
4947
4837
  "name": "name",
4948
4838
  "hasDynamicHelp": false,
4949
4839
  "multiple": false,
4950
4840
  "type": "option"
4951
4841
  },
4952
4842
  "value": {
4953
- "description": "New value or the variable",
4843
+ "description": "Text value or the variable",
4954
4844
  "name": "value",
4955
4845
  "hasDynamicHelp": false,
4956
4846
  "multiple": false,
4957
4847
  "type": "option"
4958
4848
  },
4849
+ "force": {
4850
+ "description": "Overwrite existing variable",
4851
+ "name": "force",
4852
+ "allowNo": false,
4853
+ "type": "boolean"
4854
+ },
4959
4855
  "type": {
4960
4856
  "description": "The type of variable",
4961
4857
  "name": "type",
@@ -5008,7 +4904,7 @@
5008
4904
  },
5009
4905
  "hasDynamicHelp": false,
5010
4906
  "hiddenAliases": [],
5011
- "id": "env:update",
4907
+ "id": "env:create",
5012
4908
  "pluginAlias": "eas-cli",
5013
4909
  "pluginName": "eas-cli",
5014
4910
  "pluginType": "core",
@@ -5064,74 +4960,46 @@
5064
4960
  "build",
5065
4961
  "commands",
5066
4962
  "env",
5067
- "update.js"
4963
+ "create.js"
5068
4964
  ]
5069
4965
  },
5070
- "fingerprint:compare": {
4966
+ "env:delete": {
5071
4967
  "aliases": [],
5072
4968
  "args": {
5073
- "hash1": {
5074
- "description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
5075
- "name": "hash1",
5076
- "required": false
5077
- },
5078
- "hash2": {
5079
- "description": "If two hashes are provided, HASH1 is compared against HASH2.",
5080
- "name": "hash2",
4969
+ "environment": {
4970
+ "description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
4971
+ "name": "environment",
5081
4972
  "required": false
5082
4973
  }
5083
4974
  },
5084
- "description": "compare fingerprints of the current project, builds, and updates",
5085
- "examples": [
5086
- "$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
5087
- "$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
5088
- "$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
5089
- "$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
5090
- "$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
5091
- "$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
5092
- "$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
5093
- "$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
5094
- ],
4975
+ "description": "delete an environment variable for the current project or account",
5095
4976
  "flags": {
5096
- "build-id": {
5097
- "aliases": [
5098
- "buildId"
5099
- ],
5100
- "description": "Compare the fingerprint with the build with the specified ID",
5101
- "name": "build-id",
4977
+ "variable-name": {
4978
+ "description": "Name of the variable to delete",
4979
+ "name": "variable-name",
5102
4980
  "hasDynamicHelp": false,
5103
- "multiple": true,
4981
+ "multiple": false,
5104
4982
  "type": "option"
5105
4983
  },
5106
- "update-id": {
5107
- "aliases": [
5108
- "updateId"
5109
- ],
5110
- "description": "Compare the fingerprint with the update with the specified ID",
5111
- "name": "update-id",
4984
+ "variable-environment": {
4985
+ "description": "Current environment of the variable to delete",
4986
+ "name": "variable-environment",
5112
4987
  "hasDynamicHelp": false,
5113
- "multiple": true,
4988
+ "multiple": false,
5114
4989
  "type": "option"
5115
4990
  },
5116
- "open": {
5117
- "description": "Open the fingerprint comparison in the browser",
5118
- "name": "open",
5119
- "allowNo": false,
5120
- "type": "boolean"
5121
- },
5122
- "environment": {
5123
- "description": "If generating a fingerprint from the local directory, use the specified environment.",
5124
- "name": "environment",
4991
+ "scope": {
4992
+ "description": "Scope for the variable",
4993
+ "name": "scope",
4994
+ "default": "project",
5125
4995
  "hasDynamicHelp": false,
5126
4996
  "multiple": false,
4997
+ "options": [
4998
+ "project",
4999
+ "account"
5000
+ ],
5127
5001
  "type": "option"
5128
5002
  },
5129
- "json": {
5130
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5131
- "name": "json",
5132
- "allowNo": false,
5133
- "type": "boolean"
5134
- },
5135
5003
  "non-interactive": {
5136
5004
  "description": "Run the command in non-interactive mode.",
5137
5005
  "name": "non-interactive",
@@ -5142,11 +5010,11 @@
5142
5010
  },
5143
5011
  "hasDynamicHelp": false,
5144
5012
  "hiddenAliases": [],
5145
- "id": "fingerprint:compare",
5013
+ "id": "env:delete",
5146
5014
  "pluginAlias": "eas-cli",
5147
5015
  "pluginName": "eas-cli",
5148
5016
  "pluginType": "core",
5149
- "strict": false,
5017
+ "strict": true,
5150
5018
  "enableJsonFlag": false,
5151
5019
  "ContextOptions": {
5152
5020
  "LoggedIn": {
@@ -5190,68 +5058,32 @@
5190
5058
  },
5191
5059
  "contextDefinition": {
5192
5060
  "projectId": {},
5193
- "loggedIn": {},
5194
- "privateProjectConfig": {},
5195
- "vcsClient": {},
5196
- "getServerSideEnvironmentVariablesAsync": {}
5061
+ "loggedIn": {}
5197
5062
  },
5198
5063
  "isESM": false,
5199
5064
  "relativePath": [
5200
5065
  "build",
5201
5066
  "commands",
5202
- "fingerprint",
5203
- "compare.js"
5067
+ "env",
5068
+ "delete.js"
5204
5069
  ]
5205
5070
  },
5206
- "fingerprint:generate": {
5071
+ "env:exec": {
5207
5072
  "aliases": [],
5208
- "args": {},
5209
- "description": "generate fingerprints from the current project",
5210
- "examples": [
5211
- "$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
5212
- "$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
5213
- "$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
5214
- "$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
5215
- ],
5216
- "flags": {
5217
- "platform": {
5218
- "char": "p",
5219
- "name": "platform",
5220
- "hasDynamicHelp": false,
5221
- "multiple": false,
5222
- "options": [
5223
- "android",
5224
- "ios"
5225
- ],
5226
- "type": "option"
5227
- },
5073
+ "args": {
5228
5074
  "environment": {
5229
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5230
- "exclusive": [
5231
- "build-profile"
5232
- ],
5075
+ "description": "Environment to execute the command in. Default environments are 'production', 'preview', and 'development'.",
5233
5076
  "name": "environment",
5234
- "hasDynamicHelp": false,
5235
- "multiple": false,
5236
- "type": "option"
5237
- },
5238
- "build-profile": {
5239
- "char": "e",
5240
- "description": "Name of the build profile from eas.json.",
5241
- "exclusive": [
5242
- "environment"
5243
- ],
5244
- "name": "build-profile",
5245
- "hasDynamicHelp": false,
5246
- "multiple": false,
5247
- "type": "option"
5248
- },
5249
- "json": {
5250
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5251
- "name": "json",
5252
- "allowNo": false,
5253
- "type": "boolean"
5077
+ "required": true
5254
5078
  },
5079
+ "bash_command": {
5080
+ "description": "bash command to execute with the environment variables from the environment",
5081
+ "name": "bash_command",
5082
+ "required": true
5083
+ }
5084
+ },
5085
+ "description": "execute a command with environment variables from the selected environment",
5086
+ "flags": {
5255
5087
  "non-interactive": {
5256
5088
  "description": "Run the command in non-interactive mode.",
5257
5089
  "name": "non-interactive",
@@ -5262,11 +5094,11 @@
5262
5094
  },
5263
5095
  "hasDynamicHelp": false,
5264
5096
  "hiddenAliases": [],
5265
- "id": "fingerprint:generate",
5097
+ "id": "env:exec",
5266
5098
  "pluginAlias": "eas-cli",
5267
5099
  "pluginName": "eas-cli",
5268
5100
  "pluginType": "core",
5269
- "strict": false,
5101
+ "strict": true,
5270
5102
  "enableJsonFlag": false,
5271
5103
  "ContextOptions": {
5272
5104
  "LoggedIn": {
@@ -5310,110 +5142,64 @@
5310
5142
  },
5311
5143
  "contextDefinition": {
5312
5144
  "projectId": {},
5313
- "loggedIn": {},
5314
- "privateProjectConfig": {},
5315
- "vcsClient": {},
5316
- "getServerSideEnvironmentVariablesAsync": {},
5317
- "getDynamicPublicProjectConfigAsync": {},
5318
- "getDynamicPrivateProjectConfigAsync": {}
5145
+ "loggedIn": {}
5319
5146
  },
5320
5147
  "isESM": false,
5321
5148
  "relativePath": [
5322
5149
  "build",
5323
5150
  "commands",
5324
- "fingerprint",
5325
- "generate.js"
5151
+ "env",
5152
+ "exec.js"
5326
5153
  ]
5327
5154
  },
5328
- "device:create": {
5155
+ "env:get": {
5329
5156
  "aliases": [],
5330
- "args": {},
5331
- "description": "register new Apple Devices to use for internal distribution",
5332
- "flags": {},
5333
- "hasDynamicHelp": false,
5334
- "hiddenAliases": [],
5335
- "id": "device:create",
5336
- "pluginAlias": "eas-cli",
5337
- "pluginName": "eas-cli",
5338
- "pluginType": "core",
5339
- "strict": true,
5340
- "enableJsonFlag": false,
5341
- "ContextOptions": {
5342
- "LoggedIn": {
5343
- "loggedIn": {}
5344
- },
5345
- "MaybeLoggedIn": {
5346
- "maybeLoggedIn": {}
5347
- },
5348
- "DynamicLoggedIn": {
5349
- "getDynamicLoggedInAsync": {}
5350
- },
5351
- "SessionManagment": {
5352
- "sessionManager": {}
5353
- },
5354
- "OptionalProjectConfig": {
5355
- "optionalPrivateProjectConfig": {}
5356
- },
5357
- "ProjectDir": {
5358
- "projectDir": {}
5359
- },
5360
- "DynamicProjectConfig": {
5361
- "getDynamicPublicProjectConfigAsync": {},
5362
- "getDynamicPrivateProjectConfigAsync": {}
5363
- },
5364
- "ProjectConfig": {
5365
- "loggedIn": {},
5366
- "privateProjectConfig": {}
5367
- },
5368
- "Analytics": {
5369
- "analytics": {}
5370
- },
5371
- "Vcs": {
5372
- "vcsClient": {}
5373
- },
5374
- "ServerSideEnvironmentVariables": {
5375
- "getServerSideEnvironmentVariablesAsync": {}
5376
- },
5377
- "ProjectId": {
5378
- "projectId": {}
5157
+ "args": {
5158
+ "environment": {
5159
+ "description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
5160
+ "name": "environment",
5161
+ "required": false
5379
5162
  }
5380
5163
  },
5381
- "contextDefinition": {
5382
- "loggedIn": {},
5383
- "optionalPrivateProjectConfig": {}
5384
- },
5385
- "isESM": false,
5386
- "relativePath": [
5387
- "build",
5388
- "commands",
5389
- "device",
5390
- "create.js"
5391
- ]
5392
- },
5393
- "device:delete": {
5394
- "aliases": [],
5395
- "args": {},
5396
- "description": "remove a registered device from your account",
5164
+ "description": "view an environment variable for the current project or account",
5397
5165
  "flags": {
5398
- "apple-team-id": {
5399
- "description": "The Apple team ID on which to find the device",
5400
- "name": "apple-team-id",
5166
+ "variable-name": {
5167
+ "description": "Name of the variable",
5168
+ "name": "variable-name",
5401
5169
  "hasDynamicHelp": false,
5402
5170
  "multiple": false,
5403
5171
  "type": "option"
5404
5172
  },
5405
- "udid": {
5406
- "description": "The Apple device ID to disable",
5407
- "name": "udid",
5173
+ "variable-environment": {
5174
+ "description": "Current environment of the variable",
5175
+ "name": "variable-environment",
5408
5176
  "hasDynamicHelp": false,
5409
5177
  "multiple": false,
5410
5178
  "type": "option"
5411
5179
  },
5412
- "json": {
5413
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5414
- "name": "json",
5415
- "allowNo": false,
5416
- "type": "boolean"
5180
+ "format": {
5181
+ "description": "Output format",
5182
+ "name": "format",
5183
+ "default": "short",
5184
+ "hasDynamicHelp": false,
5185
+ "multiple": false,
5186
+ "options": [
5187
+ "long",
5188
+ "short"
5189
+ ],
5190
+ "type": "option"
5191
+ },
5192
+ "scope": {
5193
+ "description": "Scope for the variable",
5194
+ "name": "scope",
5195
+ "default": "project",
5196
+ "hasDynamicHelp": false,
5197
+ "multiple": false,
5198
+ "options": [
5199
+ "project",
5200
+ "account"
5201
+ ],
5202
+ "type": "option"
5417
5203
  },
5418
5204
  "non-interactive": {
5419
5205
  "description": "Run the command in non-interactive mode.",
@@ -5425,7 +5211,7 @@
5425
5211
  },
5426
5212
  "hasDynamicHelp": false,
5427
5213
  "hiddenAliases": [],
5428
- "id": "device:delete",
5214
+ "id": "env:get",
5429
5215
  "pluginAlias": "eas-cli",
5430
5216
  "pluginName": "eas-cli",
5431
5217
  "pluginType": "core",
@@ -5479,52 +5265,68 @@
5479
5265
  "relativePath": [
5480
5266
  "build",
5481
5267
  "commands",
5482
- "device",
5483
- "delete.js"
5268
+ "env",
5269
+ "get.js"
5484
5270
  ]
5485
5271
  },
5486
- "device:list": {
5272
+ "env:list": {
5487
5273
  "aliases": [],
5488
- "args": {},
5489
- "description": "list all registered devices for your account",
5274
+ "args": {
5275
+ "environment": {
5276
+ "description": "Environment to list the variables from. Default environments are 'production', 'preview', and 'development'.",
5277
+ "name": "environment",
5278
+ "required": false
5279
+ }
5280
+ },
5281
+ "description": "list environment variables for the current project or account",
5490
5282
  "flags": {
5491
- "apple-team-id": {
5492
- "name": "apple-team-id",
5493
- "hasDynamicHelp": false,
5494
- "multiple": false,
5283
+ "include-sensitive": {
5284
+ "description": "Display sensitive values in the output",
5285
+ "name": "include-sensitive",
5286
+ "allowNo": false,
5287
+ "type": "boolean"
5288
+ },
5289
+ "include-file-content": {
5290
+ "description": "Display files content in the output",
5291
+ "name": "include-file-content",
5292
+ "allowNo": false,
5293
+ "type": "boolean"
5294
+ },
5295
+ "environment": {
5296
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5297
+ "name": "environment",
5298
+ "hasDynamicHelp": false,
5299
+ "multiple": true,
5495
5300
  "type": "option"
5496
5301
  },
5497
- "offset": {
5498
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
5499
- "name": "offset",
5302
+ "format": {
5303
+ "description": "Output format",
5304
+ "name": "format",
5305
+ "default": "short",
5500
5306
  "hasDynamicHelp": false,
5501
5307
  "multiple": false,
5308
+ "options": [
5309
+ "long",
5310
+ "short"
5311
+ ],
5502
5312
  "type": "option"
5503
5313
  },
5504
- "limit": {
5505
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
5506
- "name": "limit",
5314
+ "scope": {
5315
+ "description": "Scope for the variable",
5316
+ "name": "scope",
5317
+ "default": "project",
5507
5318
  "hasDynamicHelp": false,
5508
5319
  "multiple": false,
5320
+ "options": [
5321
+ "project",
5322
+ "account"
5323
+ ],
5509
5324
  "type": "option"
5510
- },
5511
- "json": {
5512
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5513
- "name": "json",
5514
- "allowNo": false,
5515
- "type": "boolean"
5516
- },
5517
- "non-interactive": {
5518
- "description": "Run the command in non-interactive mode.",
5519
- "name": "non-interactive",
5520
- "noCacheDefault": true,
5521
- "allowNo": false,
5522
- "type": "boolean"
5523
5325
  }
5524
5326
  },
5525
5327
  "hasDynamicHelp": false,
5526
5328
  "hiddenAliases": [],
5527
- "id": "device:list",
5329
+ "id": "env:list",
5528
5330
  "pluginAlias": "eas-cli",
5529
5331
  "pluginName": "eas-cli",
5530
5332
  "pluginType": "core",
@@ -5578,53 +5380,47 @@
5578
5380
  "relativePath": [
5579
5381
  "build",
5580
5382
  "commands",
5581
- "device",
5383
+ "env",
5582
5384
  "list.js"
5583
5385
  ]
5584
5386
  },
5585
- "device:rename": {
5387
+ "env:pull": {
5586
5388
  "aliases": [],
5587
- "args": {},
5588
- "description": "rename a registered device",
5389
+ "args": {
5390
+ "environment": {
5391
+ "description": "Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.",
5392
+ "name": "environment",
5393
+ "required": false
5394
+ }
5395
+ },
5396
+ "description": "pull environment variables for the selected environment to .env file",
5589
5397
  "flags": {
5590
- "apple-team-id": {
5591
- "description": "The Apple team ID on which to find the device",
5592
- "name": "apple-team-id",
5593
- "hasDynamicHelp": false,
5594
- "multiple": false,
5595
- "type": "option"
5398
+ "non-interactive": {
5399
+ "description": "Run the command in non-interactive mode.",
5400
+ "name": "non-interactive",
5401
+ "noCacheDefault": true,
5402
+ "allowNo": false,
5403
+ "type": "boolean"
5596
5404
  },
5597
- "udid": {
5598
- "description": "The Apple device ID to rename",
5599
- "name": "udid",
5405
+ "environment": {
5406
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5407
+ "name": "environment",
5600
5408
  "hasDynamicHelp": false,
5601
5409
  "multiple": false,
5602
5410
  "type": "option"
5603
5411
  },
5604
- "name": {
5605
- "description": "The new name for the device",
5606
- "name": "name",
5412
+ "path": {
5413
+ "description": "Path to the result `.env` file",
5414
+ "name": "path",
5415
+ "default": ".env.local",
5607
5416
  "hasDynamicHelp": false,
5608
5417
  "multiple": false,
5609
5418
  "type": "option"
5610
- },
5611
- "json": {
5612
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5613
- "name": "json",
5614
- "allowNo": false,
5615
- "type": "boolean"
5616
- },
5617
- "non-interactive": {
5618
- "description": "Run the command in non-interactive mode.",
5619
- "name": "non-interactive",
5620
- "noCacheDefault": true,
5621
- "allowNo": false,
5622
- "type": "boolean"
5623
5419
  }
5624
5420
  },
5625
5421
  "hasDynamicHelp": false,
5626
5422
  "hiddenAliases": [],
5627
- "id": "device:rename",
5423
+ "id": "env:pull",
5628
5424
  "pluginAlias": "eas-cli",
5629
5425
  "pluginName": "eas-cli",
5630
5426
  "pluginType": "core",
@@ -5672,28 +5468,53 @@
5672
5468
  },
5673
5469
  "contextDefinition": {
5674
5470
  "projectId": {},
5675
- "loggedIn": {}
5471
+ "loggedIn": {},
5472
+ "projectDir": {}
5676
5473
  },
5677
5474
  "isESM": false,
5678
5475
  "relativePath": [
5679
5476
  "build",
5680
5477
  "commands",
5681
- "device",
5682
- "rename.js"
5478
+ "env",
5479
+ "pull.js"
5683
5480
  ]
5684
5481
  },
5685
- "device:view": {
5482
+ "env:push": {
5686
5483
  "aliases": [],
5687
5484
  "args": {
5688
- "UDID": {
5689
- "name": "UDID"
5485
+ "environment": {
5486
+ "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
5487
+ "name": "environment",
5488
+ "required": false
5489
+ }
5490
+ },
5491
+ "description": "push environment variables from .env file to the selected environment",
5492
+ "flags": {
5493
+ "environment": {
5494
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5495
+ "name": "environment",
5496
+ "hasDynamicHelp": false,
5497
+ "multiple": true,
5498
+ "type": "option"
5499
+ },
5500
+ "path": {
5501
+ "description": "Path to the input `.env` file",
5502
+ "name": "path",
5503
+ "default": ".env.local",
5504
+ "hasDynamicHelp": false,
5505
+ "multiple": false,
5506
+ "type": "option"
5507
+ },
5508
+ "force": {
5509
+ "description": "Skip confirmation and automatically override existing variables",
5510
+ "name": "force",
5511
+ "allowNo": false,
5512
+ "type": "boolean"
5690
5513
  }
5691
5514
  },
5692
- "description": "view a device for your project",
5693
- "flags": {},
5694
5515
  "hasDynamicHelp": false,
5695
5516
  "hiddenAliases": [],
5696
- "id": "device:view",
5517
+ "id": "env:push",
5697
5518
  "pluginAlias": "eas-cli",
5698
5519
  "pluginName": "eas-cli",
5699
5520
  "pluginType": "core",
@@ -5747,26 +5568,90 @@
5747
5568
  "relativePath": [
5748
5569
  "build",
5749
5570
  "commands",
5750
- "device",
5751
- "view.js"
5571
+ "env",
5572
+ "push.js"
5752
5573
  ]
5753
5574
  },
5754
- "deploy:delete": {
5755
- "aliases": [
5756
- "worker:delete"
5757
- ],
5575
+ "env:update": {
5576
+ "aliases": [],
5758
5577
  "args": {
5759
- "DEPLOYMENT_ID": {
5760
- "name": "DEPLOYMENT_ID"
5578
+ "environment": {
5579
+ "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
5580
+ "name": "environment",
5581
+ "required": false
5761
5582
  }
5762
5583
  },
5763
- "description": "Delete a deployment.",
5584
+ "description": "update an environment variable on the current project or account",
5764
5585
  "flags": {
5765
- "json": {
5766
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5767
- "name": "json",
5768
- "allowNo": false,
5769
- "type": "boolean"
5586
+ "variable-name": {
5587
+ "description": "Current name of the variable",
5588
+ "name": "variable-name",
5589
+ "hasDynamicHelp": false,
5590
+ "multiple": false,
5591
+ "type": "option"
5592
+ },
5593
+ "variable-environment": {
5594
+ "description": "Current environment of the variable to update",
5595
+ "name": "variable-environment",
5596
+ "hasDynamicHelp": false,
5597
+ "multiple": false,
5598
+ "type": "option"
5599
+ },
5600
+ "name": {
5601
+ "description": "New name of the variable",
5602
+ "name": "name",
5603
+ "hasDynamicHelp": false,
5604
+ "multiple": false,
5605
+ "type": "option"
5606
+ },
5607
+ "value": {
5608
+ "description": "New value or the variable",
5609
+ "name": "value",
5610
+ "hasDynamicHelp": false,
5611
+ "multiple": false,
5612
+ "type": "option"
5613
+ },
5614
+ "type": {
5615
+ "description": "The type of variable",
5616
+ "name": "type",
5617
+ "hasDynamicHelp": false,
5618
+ "multiple": false,
5619
+ "options": [
5620
+ "string",
5621
+ "file"
5622
+ ],
5623
+ "type": "option"
5624
+ },
5625
+ "visibility": {
5626
+ "description": "Visibility of the variable",
5627
+ "name": "visibility",
5628
+ "hasDynamicHelp": false,
5629
+ "multiple": false,
5630
+ "options": [
5631
+ "plaintext",
5632
+ "sensitive",
5633
+ "secret"
5634
+ ],
5635
+ "type": "option"
5636
+ },
5637
+ "scope": {
5638
+ "description": "Scope for the variable",
5639
+ "name": "scope",
5640
+ "default": "project",
5641
+ "hasDynamicHelp": false,
5642
+ "multiple": false,
5643
+ "options": [
5644
+ "project",
5645
+ "account"
5646
+ ],
5647
+ "type": "option"
5648
+ },
5649
+ "environment": {
5650
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5651
+ "name": "environment",
5652
+ "hasDynamicHelp": false,
5653
+ "multiple": true,
5654
+ "type": "option"
5770
5655
  },
5771
5656
  "non-interactive": {
5772
5657
  "description": "Run the command in non-interactive mode.",
@@ -5778,11 +5663,10 @@
5778
5663
  },
5779
5664
  "hasDynamicHelp": false,
5780
5665
  "hiddenAliases": [],
5781
- "id": "deploy:delete",
5666
+ "id": "env:update",
5782
5667
  "pluginAlias": "eas-cli",
5783
5668
  "pluginName": "eas-cli",
5784
5669
  "pluginType": "core",
5785
- "state": "preview",
5786
5670
  "strict": true,
5787
5671
  "enableJsonFlag": false,
5788
5672
  "ContextOptions": {
@@ -5826,74 +5710,72 @@
5826
5710
  }
5827
5711
  },
5828
5712
  "contextDefinition": {
5829
- "getDynamicPublicProjectConfigAsync": {},
5830
- "getDynamicPrivateProjectConfigAsync": {},
5831
- "projectDir": {},
5713
+ "projectId": {},
5714
+ "analytics": {},
5832
5715
  "loggedIn": {}
5833
5716
  },
5834
5717
  "isESM": false,
5835
5718
  "relativePath": [
5836
5719
  "build",
5837
5720
  "commands",
5838
- "deploy",
5839
- "delete.js"
5721
+ "env",
5722
+ "update.js"
5840
5723
  ]
5841
5724
  },
5842
- "deploy": {
5843
- "aliases": [
5844
- "worker:deploy"
5725
+ "fingerprint:compare": {
5726
+ "aliases": [],
5727
+ "args": {
5728
+ "hash1": {
5729
+ "description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
5730
+ "name": "hash1",
5731
+ "required": false
5732
+ },
5733
+ "hash2": {
5734
+ "description": "If two hashes are provided, HASH1 is compared against HASH2.",
5735
+ "name": "hash2",
5736
+ "required": false
5737
+ }
5738
+ },
5739
+ "description": "compare fingerprints of the current project, builds, and updates",
5740
+ "examples": [
5741
+ "$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
5742
+ "$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
5743
+ "$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
5744
+ "$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
5745
+ "$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
5746
+ "$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
5747
+ "$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
5748
+ "$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
5845
5749
  ],
5846
- "args": {},
5847
- "description": "deploy your Expo Router web build and API Routes",
5848
5750
  "flags": {
5849
- "prod": {
5751
+ "build-id": {
5850
5752
  "aliases": [
5851
- "production"
5753
+ "buildId"
5852
5754
  ],
5853
- "description": "Create a new production deployment.",
5854
- "name": "prod",
5855
- "allowNo": false,
5856
- "type": "boolean"
5857
- },
5858
- "alias": {
5859
- "description": "Custom alias to assign to the new deployment.",
5860
- "name": "alias",
5861
- "hasDynamicHelp": false,
5862
- "helpValue": "name",
5863
- "multiple": false,
5864
- "type": "option"
5865
- },
5866
- "id": {
5867
- "description": "Custom unique identifier for the new deployment.",
5868
- "name": "id",
5755
+ "description": "Compare the fingerprint with the build with the specified ID",
5756
+ "name": "build-id",
5869
5757
  "hasDynamicHelp": false,
5870
- "helpValue": "xyz123",
5871
- "multiple": false,
5758
+ "multiple": true,
5872
5759
  "type": "option"
5873
5760
  },
5874
- "export-dir": {
5875
- "description": "Directory where the Expo project was exported.",
5876
- "name": "export-dir",
5877
- "default": "dist",
5761
+ "update-id": {
5762
+ "aliases": [
5763
+ "updateId"
5764
+ ],
5765
+ "description": "Compare the fingerprint with the update with the specified ID",
5766
+ "name": "update-id",
5878
5767
  "hasDynamicHelp": false,
5879
- "helpValue": "dir",
5880
- "multiple": false,
5768
+ "multiple": true,
5881
5769
  "type": "option"
5882
5770
  },
5883
- "dry-run": {
5884
- "description": "Outputs a tarball of the new deployment instead of uploading it.",
5885
- "name": "dry-run",
5771
+ "open": {
5772
+ "description": "Open the fingerprint comparison in the browser",
5773
+ "name": "open",
5886
5774
  "allowNo": false,
5887
5775
  "type": "boolean"
5888
5776
  },
5889
- "source-maps": {
5890
- "description": "Include source maps in the deployment.",
5891
- "name": "source-maps",
5892
- "allowNo": true,
5893
- "type": "boolean"
5894
- },
5895
5777
  "environment": {
5896
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5778
+ "description": "If generating a fingerprint from the local directory, use the specified environment.",
5897
5779
  "name": "environment",
5898
5780
  "hasDynamicHelp": false,
5899
5781
  "multiple": false,
@@ -5915,16 +5797,11 @@
5915
5797
  },
5916
5798
  "hasDynamicHelp": false,
5917
5799
  "hiddenAliases": [],
5918
- "id": "deploy",
5800
+ "id": "fingerprint:compare",
5919
5801
  "pluginAlias": "eas-cli",
5920
5802
  "pluginName": "eas-cli",
5921
5803
  "pluginType": "core",
5922
- "state": "preview",
5923
- "strict": true,
5924
- "usage": [
5925
- "deploy [options]",
5926
- "deploy --prod"
5927
- ],
5804
+ "strict": false,
5928
5805
  "enableJsonFlag": false,
5929
5806
  "ContextOptions": {
5930
5807
  "LoggedIn": {
@@ -5967,193 +5844,69 @@
5967
5844
  }
5968
5845
  },
5969
5846
  "contextDefinition": {
5970
- "getDynamicPublicProjectConfigAsync": {},
5971
- "getDynamicPrivateProjectConfigAsync": {},
5972
- "projectDir": {},
5973
- "loggedIn": {}
5847
+ "projectId": {},
5848
+ "loggedIn": {},
5849
+ "privateProjectConfig": {},
5850
+ "vcsClient": {},
5851
+ "getServerSideEnvironmentVariablesAsync": {}
5974
5852
  },
5975
5853
  "isESM": false,
5976
5854
  "relativePath": [
5977
5855
  "build",
5978
5856
  "commands",
5979
- "deploy",
5980
- "index.js"
5857
+ "fingerprint",
5858
+ "compare.js"
5981
5859
  ]
5982
5860
  },
5983
- "metadata:lint": {
5861
+ "fingerprint:generate": {
5984
5862
  "aliases": [],
5985
5863
  "args": {},
5986
- "description": "validate the local store configuration",
5864
+ "description": "generate fingerprints from the current project",
5865
+ "examples": [
5866
+ "$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
5867
+ "$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
5868
+ "$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
5869
+ "$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
5870
+ ],
5987
5871
  "flags": {
5988
- "json": {
5989
- "description": "Enable JSON output, non-JSON messages will be printed to stderr",
5990
- "name": "json",
5991
- "allowNo": false,
5992
- "type": "boolean"
5993
- },
5994
- "profile": {
5995
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
5996
- "name": "profile",
5872
+ "platform": {
5873
+ "char": "p",
5874
+ "name": "platform",
5997
5875
  "hasDynamicHelp": false,
5998
5876
  "multiple": false,
5877
+ "options": [
5878
+ "android",
5879
+ "ios"
5880
+ ],
5999
5881
  "type": "option"
6000
- }
6001
- },
6002
- "hasDynamicHelp": false,
6003
- "hiddenAliases": [],
6004
- "id": "metadata:lint",
6005
- "pluginAlias": "eas-cli",
6006
- "pluginName": "eas-cli",
6007
- "pluginType": "core",
6008
- "strict": true,
6009
- "enableJsonFlag": false,
6010
- "ContextOptions": {
6011
- "LoggedIn": {
6012
- "loggedIn": {}
6013
- },
6014
- "MaybeLoggedIn": {
6015
- "maybeLoggedIn": {}
6016
5882
  },
6017
- "DynamicLoggedIn": {
6018
- "getDynamicLoggedInAsync": {}
6019
- },
6020
- "SessionManagment": {
6021
- "sessionManager": {}
6022
- },
6023
- "OptionalProjectConfig": {
6024
- "optionalPrivateProjectConfig": {}
6025
- },
6026
- "ProjectDir": {
6027
- "projectDir": {}
6028
- },
6029
- "DynamicProjectConfig": {
6030
- "getDynamicPublicProjectConfigAsync": {},
6031
- "getDynamicPrivateProjectConfigAsync": {}
6032
- },
6033
- "ProjectConfig": {
6034
- "loggedIn": {},
6035
- "privateProjectConfig": {}
6036
- },
6037
- "Analytics": {
6038
- "analytics": {}
6039
- },
6040
- "Vcs": {
6041
- "vcsClient": {}
6042
- },
6043
- "ServerSideEnvironmentVariables": {
6044
- "getServerSideEnvironmentVariablesAsync": {}
6045
- },
6046
- "ProjectId": {
6047
- "projectId": {}
6048
- }
6049
- },
6050
- "contextDefinition": {
6051
- "projectDir": {}
6052
- },
6053
- "isESM": false,
6054
- "relativePath": [
6055
- "build",
6056
- "commands",
6057
- "metadata",
6058
- "lint.js"
6059
- ]
6060
- },
6061
- "metadata:pull": {
6062
- "aliases": [],
6063
- "args": {},
6064
- "description": "generate the local store configuration from the app stores",
6065
- "flags": {
6066
- "profile": {
6067
- "char": "e",
6068
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6069
- "name": "profile",
5883
+ "environment": {
5884
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5885
+ "exclusive": [
5886
+ "build-profile"
5887
+ ],
5888
+ "name": "environment",
6070
5889
  "hasDynamicHelp": false,
6071
5890
  "multiple": false,
6072
5891
  "type": "option"
6073
5892
  },
6074
- "non-interactive": {
6075
- "description": "Run the command in non-interactive mode.",
6076
- "name": "non-interactive",
6077
- "noCacheDefault": true,
6078
- "allowNo": false,
6079
- "type": "boolean"
6080
- }
6081
- },
6082
- "hasDynamicHelp": false,
6083
- "hiddenAliases": [],
6084
- "id": "metadata:pull",
6085
- "pluginAlias": "eas-cli",
6086
- "pluginName": "eas-cli",
6087
- "pluginType": "core",
6088
- "strict": true,
6089
- "enableJsonFlag": false,
6090
- "ContextOptions": {
6091
- "LoggedIn": {
6092
- "loggedIn": {}
6093
- },
6094
- "MaybeLoggedIn": {
6095
- "maybeLoggedIn": {}
6096
- },
6097
- "DynamicLoggedIn": {
6098
- "getDynamicLoggedInAsync": {}
6099
- },
6100
- "SessionManagment": {
6101
- "sessionManager": {}
6102
- },
6103
- "OptionalProjectConfig": {
6104
- "optionalPrivateProjectConfig": {}
6105
- },
6106
- "ProjectDir": {
6107
- "projectDir": {}
6108
- },
6109
- "DynamicProjectConfig": {
6110
- "getDynamicPublicProjectConfigAsync": {},
6111
- "getDynamicPrivateProjectConfigAsync": {}
6112
- },
6113
- "ProjectConfig": {
6114
- "loggedIn": {},
6115
- "privateProjectConfig": {}
6116
- },
6117
- "Analytics": {
6118
- "analytics": {}
6119
- },
6120
- "Vcs": {
6121
- "vcsClient": {}
6122
- },
6123
- "ServerSideEnvironmentVariables": {
6124
- "getServerSideEnvironmentVariablesAsync": {}
6125
- },
6126
- "ProjectId": {
6127
- "projectId": {}
6128
- }
6129
- },
6130
- "contextDefinition": {
6131
- "loggedIn": {},
6132
- "privateProjectConfig": {},
6133
- "analytics": {},
6134
- "vcsClient": {}
6135
- },
6136
- "isESM": false,
6137
- "relativePath": [
6138
- "build",
6139
- "commands",
6140
- "metadata",
6141
- "pull.js"
6142
- ]
6143
- },
6144
- "metadata:push": {
6145
- "aliases": [],
6146
- "args": {},
6147
- "description": "sync the local store configuration to the app stores",
6148
- "flags": {
6149
- "profile": {
5893
+ "build-profile": {
6150
5894
  "char": "e",
6151
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6152
- "name": "profile",
5895
+ "description": "Name of the build profile from eas.json.",
5896
+ "exclusive": [
5897
+ "environment"
5898
+ ],
5899
+ "name": "build-profile",
6153
5900
  "hasDynamicHelp": false,
6154
5901
  "multiple": false,
6155
5902
  "type": "option"
6156
5903
  },
5904
+ "json": {
5905
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5906
+ "name": "json",
5907
+ "allowNo": false,
5908
+ "type": "boolean"
5909
+ },
6157
5910
  "non-interactive": {
6158
5911
  "description": "Run the command in non-interactive mode.",
6159
5912
  "name": "non-interactive",
@@ -6164,11 +5917,11 @@
6164
5917
  },
6165
5918
  "hasDynamicHelp": false,
6166
5919
  "hiddenAliases": [],
6167
- "id": "metadata:push",
5920
+ "id": "fingerprint:generate",
6168
5921
  "pluginAlias": "eas-cli",
6169
5922
  "pluginName": "eas-cli",
6170
5923
  "pluginType": "core",
6171
- "strict": true,
5924
+ "strict": false,
6172
5925
  "enableJsonFlag": false,
6173
5926
  "ContextOptions": {
6174
5927
  "LoggedIn": {
@@ -6211,17 +5964,20 @@
6211
5964
  }
6212
5965
  },
6213
5966
  "contextDefinition": {
5967
+ "projectId": {},
6214
5968
  "loggedIn": {},
6215
5969
  "privateProjectConfig": {},
6216
- "analytics": {},
6217
- "vcsClient": {}
5970
+ "vcsClient": {},
5971
+ "getServerSideEnvironmentVariablesAsync": {},
5972
+ "getDynamicPublicProjectConfigAsync": {},
5973
+ "getDynamicPrivateProjectConfigAsync": {}
6218
5974
  },
6219
5975
  "isESM": false,
6220
5976
  "relativePath": [
6221
5977
  "build",
6222
5978
  "commands",
6223
- "metadata",
6224
- "push.js"
5979
+ "fingerprint",
5980
+ "generate.js"
6225
5981
  ]
6226
5982
  },
6227
5983
  "observe:events": {
@@ -6971,17 +6727,256 @@
6971
6727
  "allowNo": false,
6972
6728
  "type": "boolean"
6973
6729
  },
6974
- "non-interactive": {
6975
- "description": "Run the command in non-interactive mode.",
6976
- "name": "non-interactive",
6977
- "noCacheDefault": true,
6978
- "allowNo": false,
6979
- "type": "boolean"
6730
+ "non-interactive": {
6731
+ "description": "Run the command in non-interactive mode.",
6732
+ "name": "non-interactive",
6733
+ "noCacheDefault": true,
6734
+ "allowNo": false,
6735
+ "type": "boolean"
6736
+ }
6737
+ },
6738
+ "hasDynamicHelp": false,
6739
+ "hiddenAliases": [],
6740
+ "id": "project:init",
6741
+ "pluginAlias": "eas-cli",
6742
+ "pluginName": "eas-cli",
6743
+ "pluginType": "core",
6744
+ "strict": true,
6745
+ "enableJsonFlag": false,
6746
+ "ContextOptions": {
6747
+ "LoggedIn": {
6748
+ "loggedIn": {}
6749
+ },
6750
+ "MaybeLoggedIn": {
6751
+ "maybeLoggedIn": {}
6752
+ },
6753
+ "DynamicLoggedIn": {
6754
+ "getDynamicLoggedInAsync": {}
6755
+ },
6756
+ "SessionManagment": {
6757
+ "sessionManager": {}
6758
+ },
6759
+ "OptionalProjectConfig": {
6760
+ "optionalPrivateProjectConfig": {}
6761
+ },
6762
+ "ProjectDir": {
6763
+ "projectDir": {}
6764
+ },
6765
+ "DynamicProjectConfig": {
6766
+ "getDynamicPublicProjectConfigAsync": {},
6767
+ "getDynamicPrivateProjectConfigAsync": {}
6768
+ },
6769
+ "ProjectConfig": {
6770
+ "loggedIn": {},
6771
+ "privateProjectConfig": {}
6772
+ },
6773
+ "Analytics": {
6774
+ "analytics": {}
6775
+ },
6776
+ "Vcs": {
6777
+ "vcsClient": {}
6778
+ },
6779
+ "ServerSideEnvironmentVariables": {
6780
+ "getServerSideEnvironmentVariablesAsync": {}
6781
+ },
6782
+ "ProjectId": {
6783
+ "projectId": {}
6784
+ }
6785
+ },
6786
+ "contextDefinition": {
6787
+ "loggedIn": {},
6788
+ "projectDir": {}
6789
+ },
6790
+ "isESM": false,
6791
+ "relativePath": [
6792
+ "build",
6793
+ "commands",
6794
+ "project",
6795
+ "init.js"
6796
+ ]
6797
+ },
6798
+ "project:new": {
6799
+ "aliases": [
6800
+ "new"
6801
+ ],
6802
+ "args": {
6803
+ "path": {
6804
+ "description": "Path to create the project (defaults to current directory)",
6805
+ "name": "path",
6806
+ "required": false
6807
+ }
6808
+ },
6809
+ "description": "Create a new project configured with Expo Application Services (EAS)",
6810
+ "flags": {
6811
+ "package-manager": {
6812
+ "char": "p",
6813
+ "description": "Package manager to use for installing dependencies",
6814
+ "name": "package-manager",
6815
+ "default": "npm",
6816
+ "hasDynamicHelp": false,
6817
+ "multiple": false,
6818
+ "options": [
6819
+ "bun",
6820
+ "npm",
6821
+ "pnpm",
6822
+ "yarn"
6823
+ ],
6824
+ "type": "option"
6825
+ }
6826
+ },
6827
+ "hasDynamicHelp": false,
6828
+ "hiddenAliases": [],
6829
+ "id": "project:new",
6830
+ "pluginAlias": "eas-cli",
6831
+ "pluginName": "eas-cli",
6832
+ "pluginType": "core",
6833
+ "strict": true,
6834
+ "enableJsonFlag": false,
6835
+ "ContextOptions": {
6836
+ "LoggedIn": {
6837
+ "loggedIn": {}
6838
+ },
6839
+ "MaybeLoggedIn": {
6840
+ "maybeLoggedIn": {}
6841
+ },
6842
+ "DynamicLoggedIn": {
6843
+ "getDynamicLoggedInAsync": {}
6844
+ },
6845
+ "SessionManagment": {
6846
+ "sessionManager": {}
6847
+ },
6848
+ "OptionalProjectConfig": {
6849
+ "optionalPrivateProjectConfig": {}
6850
+ },
6851
+ "ProjectDir": {
6852
+ "projectDir": {}
6853
+ },
6854
+ "DynamicProjectConfig": {
6855
+ "getDynamicPublicProjectConfigAsync": {},
6856
+ "getDynamicPrivateProjectConfigAsync": {}
6857
+ },
6858
+ "ProjectConfig": {
6859
+ "loggedIn": {},
6860
+ "privateProjectConfig": {}
6861
+ },
6862
+ "Analytics": {
6863
+ "analytics": {}
6864
+ },
6865
+ "Vcs": {
6866
+ "vcsClient": {}
6867
+ },
6868
+ "ServerSideEnvironmentVariables": {
6869
+ "getServerSideEnvironmentVariablesAsync": {}
6870
+ },
6871
+ "ProjectId": {
6872
+ "projectId": {}
6873
+ }
6874
+ },
6875
+ "contextDefinition": {
6876
+ "loggedIn": {}
6877
+ },
6878
+ "isESM": false,
6879
+ "relativePath": [
6880
+ "build",
6881
+ "commands",
6882
+ "project",
6883
+ "new.js"
6884
+ ]
6885
+ },
6886
+ "project:onboarding": {
6887
+ "aliases": [
6888
+ "init:onboarding",
6889
+ "onboarding"
6890
+ ],
6891
+ "args": {
6892
+ "TARGET_PROJECT_DIRECTORY": {
6893
+ "name": "TARGET_PROJECT_DIRECTORY"
6894
+ }
6895
+ },
6896
+ "description": "continue onboarding process started on the https://expo.new website.",
6897
+ "flags": {},
6898
+ "hasDynamicHelp": false,
6899
+ "hiddenAliases": [],
6900
+ "id": "project:onboarding",
6901
+ "pluginAlias": "eas-cli",
6902
+ "pluginName": "eas-cli",
6903
+ "pluginType": "core",
6904
+ "strict": true,
6905
+ "enableJsonFlag": false,
6906
+ "ContextOptions": {
6907
+ "LoggedIn": {
6908
+ "loggedIn": {}
6909
+ },
6910
+ "MaybeLoggedIn": {
6911
+ "maybeLoggedIn": {}
6912
+ },
6913
+ "DynamicLoggedIn": {
6914
+ "getDynamicLoggedInAsync": {}
6915
+ },
6916
+ "SessionManagment": {
6917
+ "sessionManager": {}
6918
+ },
6919
+ "OptionalProjectConfig": {
6920
+ "optionalPrivateProjectConfig": {}
6921
+ },
6922
+ "ProjectDir": {
6923
+ "projectDir": {}
6924
+ },
6925
+ "DynamicProjectConfig": {
6926
+ "getDynamicPublicProjectConfigAsync": {},
6927
+ "getDynamicPrivateProjectConfigAsync": {}
6928
+ },
6929
+ "ProjectConfig": {
6930
+ "loggedIn": {},
6931
+ "privateProjectConfig": {}
6932
+ },
6933
+ "Analytics": {
6934
+ "analytics": {}
6935
+ },
6936
+ "Vcs": {
6937
+ "vcsClient": {}
6938
+ },
6939
+ "ServerSideEnvironmentVariables": {
6940
+ "getServerSideEnvironmentVariablesAsync": {}
6941
+ },
6942
+ "ProjectId": {
6943
+ "projectId": {}
6944
+ }
6945
+ },
6946
+ "contextDefinition": {
6947
+ "loggedIn": {},
6948
+ "analytics": {}
6949
+ },
6950
+ "isESM": false,
6951
+ "relativePath": [
6952
+ "build",
6953
+ "commands",
6954
+ "project",
6955
+ "onboarding.js"
6956
+ ]
6957
+ },
6958
+ "metadata:lint": {
6959
+ "aliases": [],
6960
+ "args": {},
6961
+ "description": "validate the local store configuration",
6962
+ "flags": {
6963
+ "json": {
6964
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr",
6965
+ "name": "json",
6966
+ "allowNo": false,
6967
+ "type": "boolean"
6968
+ },
6969
+ "profile": {
6970
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6971
+ "name": "profile",
6972
+ "hasDynamicHelp": false,
6973
+ "multiple": false,
6974
+ "type": "option"
6980
6975
  }
6981
6976
  },
6982
6977
  "hasDynamicHelp": false,
6983
6978
  "hiddenAliases": [],
6984
- "id": "project:init",
6979
+ "id": "metadata:lint",
6985
6980
  "pluginAlias": "eas-cli",
6986
6981
  "pluginName": "eas-cli",
6987
6982
  "pluginType": "core",
@@ -7028,49 +7023,40 @@
7028
7023
  }
7029
7024
  },
7030
7025
  "contextDefinition": {
7031
- "loggedIn": {},
7032
7026
  "projectDir": {}
7033
7027
  },
7034
7028
  "isESM": false,
7035
7029
  "relativePath": [
7036
7030
  "build",
7037
7031
  "commands",
7038
- "project",
7039
- "init.js"
7032
+ "metadata",
7033
+ "lint.js"
7040
7034
  ]
7041
7035
  },
7042
- "project:new": {
7043
- "aliases": [
7044
- "new"
7045
- ],
7046
- "args": {
7047
- "path": {
7048
- "description": "Path to create the project (defaults to current directory)",
7049
- "name": "path",
7050
- "required": false
7051
- }
7052
- },
7053
- "description": "Create a new project configured with Expo Application Services (EAS)",
7036
+ "metadata:pull": {
7037
+ "aliases": [],
7038
+ "args": {},
7039
+ "description": "generate the local store configuration from the app stores",
7054
7040
  "flags": {
7055
- "package-manager": {
7056
- "char": "p",
7057
- "description": "Package manager to use for installing dependencies",
7058
- "name": "package-manager",
7059
- "default": "npm",
7041
+ "profile": {
7042
+ "char": "e",
7043
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7044
+ "name": "profile",
7060
7045
  "hasDynamicHelp": false,
7061
7046
  "multiple": false,
7062
- "options": [
7063
- "bun",
7064
- "npm",
7065
- "pnpm",
7066
- "yarn"
7067
- ],
7068
7047
  "type": "option"
7048
+ },
7049
+ "non-interactive": {
7050
+ "description": "Run the command in non-interactive mode.",
7051
+ "name": "non-interactive",
7052
+ "noCacheDefault": true,
7053
+ "allowNo": false,
7054
+ "type": "boolean"
7069
7055
  }
7070
7056
  },
7071
7057
  "hasDynamicHelp": false,
7072
7058
  "hiddenAliases": [],
7073
- "id": "project:new",
7059
+ "id": "metadata:pull",
7074
7060
  "pluginAlias": "eas-cli",
7075
7061
  "pluginName": "eas-cli",
7076
7062
  "pluginType": "core",
@@ -7117,31 +7103,43 @@
7117
7103
  }
7118
7104
  },
7119
7105
  "contextDefinition": {
7120
- "loggedIn": {}
7106
+ "loggedIn": {},
7107
+ "privateProjectConfig": {},
7108
+ "analytics": {},
7109
+ "vcsClient": {}
7121
7110
  },
7122
7111
  "isESM": false,
7123
7112
  "relativePath": [
7124
7113
  "build",
7125
7114
  "commands",
7126
- "project",
7127
- "new.js"
7115
+ "metadata",
7116
+ "pull.js"
7128
7117
  ]
7129
7118
  },
7130
- "project:onboarding": {
7131
- "aliases": [
7132
- "init:onboarding",
7133
- "onboarding"
7134
- ],
7135
- "args": {
7136
- "TARGET_PROJECT_DIRECTORY": {
7137
- "name": "TARGET_PROJECT_DIRECTORY"
7119
+ "metadata:push": {
7120
+ "aliases": [],
7121
+ "args": {},
7122
+ "description": "sync the local store configuration to the app stores",
7123
+ "flags": {
7124
+ "profile": {
7125
+ "char": "e",
7126
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7127
+ "name": "profile",
7128
+ "hasDynamicHelp": false,
7129
+ "multiple": false,
7130
+ "type": "option"
7131
+ },
7132
+ "non-interactive": {
7133
+ "description": "Run the command in non-interactive mode.",
7134
+ "name": "non-interactive",
7135
+ "noCacheDefault": true,
7136
+ "allowNo": false,
7137
+ "type": "boolean"
7138
7138
  }
7139
7139
  },
7140
- "description": "continue onboarding process started on the https://expo.new website.",
7141
- "flags": {},
7142
7140
  "hasDynamicHelp": false,
7143
7141
  "hiddenAliases": [],
7144
- "id": "project:onboarding",
7142
+ "id": "metadata:push",
7145
7143
  "pluginAlias": "eas-cli",
7146
7144
  "pluginName": "eas-cli",
7147
7145
  "pluginType": "core",
@@ -7189,14 +7187,16 @@
7189
7187
  },
7190
7188
  "contextDefinition": {
7191
7189
  "loggedIn": {},
7192
- "analytics": {}
7190
+ "privateProjectConfig": {},
7191
+ "analytics": {},
7192
+ "vcsClient": {}
7193
7193
  },
7194
7194
  "isESM": false,
7195
7195
  "relativePath": [
7196
7196
  "build",
7197
7197
  "commands",
7198
- "project",
7199
- "onboarding.js"
7198
+ "metadata",
7199
+ "push.js"
7200
7200
  ]
7201
7201
  },
7202
7202
  "secret:create": {
@@ -7562,13 +7562,11 @@
7562
7562
  "push.js"
7563
7563
  ]
7564
7564
  },
7565
- "simulator:start": {
7565
+ "submit:internal": {
7566
7566
  "aliases": [],
7567
7567
  "args": {},
7568
- "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get the credentials to connect to it with the CLI tool of your choice",
7569
7568
  "flags": {
7570
7569
  "platform": {
7571
- "description": "Device platform",
7572
7570
  "name": "platform",
7573
7571
  "required": true,
7574
7572
  "hasDynamicHelp": false,
@@ -7579,36 +7577,26 @@
7579
7577
  ],
7580
7578
  "type": "option"
7581
7579
  },
7582
- "type": {
7583
- "description": "Type of device run session to create",
7584
- "name": "type",
7585
- "default": "agent-device",
7580
+ "profile": {
7581
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7582
+ "name": "profile",
7586
7583
  "hasDynamicHelp": false,
7587
7584
  "multiple": false,
7588
- "options": [
7589
- "agent-device"
7590
- ],
7591
7585
  "type": "option"
7592
7586
  },
7593
- "package-version": {
7594
- "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7595
- "name": "package-version",
7587
+ "id": {
7588
+ "description": "ID of the build to submit",
7589
+ "name": "id",
7590
+ "required": true,
7596
7591
  "hasDynamicHelp": false,
7597
7592
  "multiple": false,
7598
7593
  "type": "option"
7599
- },
7600
- "non-interactive": {
7601
- "description": "Run the command in non-interactive mode.",
7602
- "name": "non-interactive",
7603
- "noCacheDefault": true,
7604
- "allowNo": false,
7605
- "type": "boolean"
7606
7594
  }
7607
7595
  },
7608
7596
  "hasDynamicHelp": false,
7609
7597
  "hidden": true,
7610
7598
  "hiddenAliases": [],
7611
- "id": "simulator:start",
7599
+ "id": "submit:internal",
7612
7600
  "pluginAlias": "eas-cli",
7613
7601
  "pluginName": "eas-cli",
7614
7602
  "pluginType": "core",
@@ -7655,28 +7643,53 @@
7655
7643
  }
7656
7644
  },
7657
7645
  "contextDefinition": {
7658
- "projectId": {},
7659
- "loggedIn": {}
7646
+ "loggedIn": {},
7647
+ "privateProjectConfig": {},
7648
+ "projectDir": {},
7649
+ "analytics": {},
7650
+ "vcsClient": {}
7660
7651
  },
7661
7652
  "isESM": false,
7662
7653
  "relativePath": [
7663
7654
  "build",
7664
7655
  "commands",
7665
- "simulator",
7666
- "start.js"
7656
+ "submit",
7657
+ "internal.js"
7667
7658
  ]
7668
7659
  },
7669
- "simulator:stop": {
7660
+ "simulator:start": {
7670
7661
  "aliases": [],
7671
7662
  "args": {},
7672
- "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
7663
+ "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get the credentials to connect to it with the CLI tool of your choice",
7673
7664
  "flags": {
7674
- "id": {
7675
- "description": "Device run session ID",
7676
- "name": "id",
7665
+ "platform": {
7666
+ "description": "Device platform",
7667
+ "name": "platform",
7677
7668
  "required": true,
7678
7669
  "hasDynamicHelp": false,
7679
7670
  "multiple": false,
7671
+ "options": [
7672
+ "android",
7673
+ "ios"
7674
+ ],
7675
+ "type": "option"
7676
+ },
7677
+ "type": {
7678
+ "description": "Type of device run session to create",
7679
+ "name": "type",
7680
+ "default": "agent-device",
7681
+ "hasDynamicHelp": false,
7682
+ "multiple": false,
7683
+ "options": [
7684
+ "agent-device"
7685
+ ],
7686
+ "type": "option"
7687
+ },
7688
+ "package-version": {
7689
+ "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7690
+ "name": "package-version",
7691
+ "hasDynamicHelp": false,
7692
+ "multiple": false,
7680
7693
  "type": "option"
7681
7694
  },
7682
7695
  "non-interactive": {
@@ -7690,7 +7703,7 @@
7690
7703
  "hasDynamicHelp": false,
7691
7704
  "hidden": true,
7692
7705
  "hiddenAliases": [],
7693
- "id": "simulator:stop",
7706
+ "id": "simulator:start",
7694
7707
  "pluginAlias": "eas-cli",
7695
7708
  "pluginName": "eas-cli",
7696
7709
  "pluginType": "core",
@@ -7737,6 +7750,7 @@
7737
7750
  }
7738
7751
  },
7739
7752
  "contextDefinition": {
7753
+ "projectId": {},
7740
7754
  "loggedIn": {}
7741
7755
  },
7742
7756
  "isESM": false,
@@ -7744,44 +7758,34 @@
7744
7758
  "build",
7745
7759
  "commands",
7746
7760
  "simulator",
7747
- "stop.js"
7761
+ "start.js"
7748
7762
  ]
7749
7763
  },
7750
- "submit:internal": {
7764
+ "simulator:stop": {
7751
7765
  "aliases": [],
7752
7766
  "args": {},
7767
+ "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
7753
7768
  "flags": {
7754
- "platform": {
7755
- "name": "platform",
7756
- "required": true,
7757
- "hasDynamicHelp": false,
7758
- "multiple": false,
7759
- "options": [
7760
- "android",
7761
- "ios"
7762
- ],
7763
- "type": "option"
7764
- },
7765
- "profile": {
7766
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7767
- "name": "profile",
7768
- "hasDynamicHelp": false,
7769
- "multiple": false,
7770
- "type": "option"
7771
- },
7772
7769
  "id": {
7773
- "description": "ID of the build to submit",
7770
+ "description": "Device run session ID",
7774
7771
  "name": "id",
7775
7772
  "required": true,
7776
7773
  "hasDynamicHelp": false,
7777
7774
  "multiple": false,
7778
7775
  "type": "option"
7776
+ },
7777
+ "non-interactive": {
7778
+ "description": "Run the command in non-interactive mode.",
7779
+ "name": "non-interactive",
7780
+ "noCacheDefault": true,
7781
+ "allowNo": false,
7782
+ "type": "boolean"
7779
7783
  }
7780
7784
  },
7781
7785
  "hasDynamicHelp": false,
7782
7786
  "hidden": true,
7783
7787
  "hiddenAliases": [],
7784
- "id": "submit:internal",
7788
+ "id": "simulator:stop",
7785
7789
  "pluginAlias": "eas-cli",
7786
7790
  "pluginName": "eas-cli",
7787
7791
  "pluginType": "core",
@@ -7828,18 +7832,14 @@
7828
7832
  }
7829
7833
  },
7830
7834
  "contextDefinition": {
7831
- "loggedIn": {},
7832
- "privateProjectConfig": {},
7833
- "projectDir": {},
7834
- "analytics": {},
7835
- "vcsClient": {}
7835
+ "loggedIn": {}
7836
7836
  },
7837
7837
  "isESM": false,
7838
7838
  "relativePath": [
7839
7839
  "build",
7840
7840
  "commands",
7841
- "submit",
7842
- "internal.js"
7841
+ "simulator",
7842
+ "stop.js"
7843
7843
  ]
7844
7844
  },
7845
7845
  "update:configure": {
@@ -10911,47 +10911,49 @@
10911
10911
  "index.js"
10912
10912
  ]
10913
10913
  },
10914
- "integrations:convex:connect": {
10914
+ "integrations:asc:connect": {
10915
10915
  "aliases": [],
10916
10916
  "args": {},
10917
- "description": "connect Convex to your Expo project",
10917
+ "description": "connect a project to an App Store Connect app",
10918
10918
  "flags": {
10919
- "non-interactive": {
10920
- "description": "Run the command in non-interactive mode.",
10921
- "name": "non-interactive",
10922
- "noCacheDefault": true,
10923
- "allowNo": false,
10924
- "type": "boolean"
10925
- },
10926
- "region": {
10927
- "description": "Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)",
10928
- "name": "region",
10919
+ "api-key-id": {
10920
+ "description": "Apple App Store Connect API Key ID",
10921
+ "name": "api-key-id",
10929
10922
  "hasDynamicHelp": false,
10930
10923
  "multiple": false,
10931
- "options": [
10932
- "aws-us-east-1",
10933
- "aws-eu-west-1"
10934
- ],
10935
10924
  "type": "option"
10936
10925
  },
10937
- "team-name": {
10938
- "description": "Name for the new Convex team (defaults to EAS account name)",
10939
- "name": "team-name",
10926
+ "asc-app-id": {
10927
+ "description": "App Store Connect app identifier",
10928
+ "name": "asc-app-id",
10940
10929
  "hasDynamicHelp": false,
10941
10930
  "multiple": false,
10942
10931
  "type": "option"
10943
10932
  },
10944
- "project-name": {
10945
- "description": "Name for the Convex project (defaults to app slug)",
10946
- "name": "project-name",
10933
+ "bundle-id": {
10934
+ "description": "Filter discovered apps by bundle identifier",
10935
+ "name": "bundle-id",
10947
10936
  "hasDynamicHelp": false,
10948
10937
  "multiple": false,
10949
10938
  "type": "option"
10939
+ },
10940
+ "json": {
10941
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
10942
+ "name": "json",
10943
+ "allowNo": false,
10944
+ "type": "boolean"
10945
+ },
10946
+ "non-interactive": {
10947
+ "description": "Run the command in non-interactive mode.",
10948
+ "name": "non-interactive",
10949
+ "noCacheDefault": true,
10950
+ "allowNo": false,
10951
+ "type": "boolean"
10950
10952
  }
10951
10953
  },
10952
10954
  "hasDynamicHelp": false,
10953
10955
  "hiddenAliases": [],
10954
- "id": "integrations:convex:connect",
10956
+ "id": "integrations:asc:connect",
10955
10957
  "pluginAlias": "eas-cli",
10956
10958
  "pluginName": "eas-cli",
10957
10959
  "pluginType": "core",
@@ -10998,26 +11000,49 @@
10998
11000
  }
10999
11001
  },
11000
11002
  "contextDefinition": {
11003
+ "projectId": {},
11004
+ "projectDir": {},
11001
11005
  "loggedIn": {},
11002
- "privateProjectConfig": {}
11006
+ "analytics": {},
11007
+ "vcsClient": {}
11003
11008
  },
11004
11009
  "isESM": false,
11005
11010
  "relativePath": [
11006
11011
  "build",
11007
11012
  "commands",
11008
11013
  "integrations",
11009
- "convex",
11014
+ "asc",
11010
11015
  "connect.js"
11011
11016
  ]
11012
11017
  },
11013
- "integrations:convex:dashboard": {
11018
+ "integrations:asc:disconnect": {
11014
11019
  "aliases": [],
11015
11020
  "args": {},
11016
- "description": "open the Convex dashboard for the linked Convex project",
11017
- "flags": {},
11021
+ "description": "disconnect the current project from its App Store Connect app",
11022
+ "flags": {
11023
+ "yes": {
11024
+ "description": "Skip confirmation prompt",
11025
+ "name": "yes",
11026
+ "allowNo": false,
11027
+ "type": "boolean"
11028
+ },
11029
+ "json": {
11030
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11031
+ "name": "json",
11032
+ "allowNo": false,
11033
+ "type": "boolean"
11034
+ },
11035
+ "non-interactive": {
11036
+ "description": "Run the command in non-interactive mode.",
11037
+ "name": "non-interactive",
11038
+ "noCacheDefault": true,
11039
+ "allowNo": false,
11040
+ "type": "boolean"
11041
+ }
11042
+ },
11018
11043
  "hasDynamicHelp": false,
11019
11044
  "hiddenAliases": [],
11020
- "id": "integrations:convex:dashboard",
11045
+ "id": "integrations:asc:disconnect",
11021
11046
  "pluginAlias": "eas-cli",
11022
11047
  "pluginName": "eas-cli",
11023
11048
  "pluginType": "core",
@@ -11064,26 +11089,40 @@
11064
11089
  }
11065
11090
  },
11066
11091
  "contextDefinition": {
11067
- "loggedIn": {},
11068
- "privateProjectConfig": {}
11092
+ "projectId": {},
11093
+ "loggedIn": {}
11069
11094
  },
11070
11095
  "isESM": false,
11071
11096
  "relativePath": [
11072
11097
  "build",
11073
11098
  "commands",
11074
11099
  "integrations",
11075
- "convex",
11076
- "dashboard.js"
11100
+ "asc",
11101
+ "disconnect.js"
11077
11102
  ]
11078
11103
  },
11079
- "integrations:convex:project": {
11104
+ "integrations:asc:status": {
11080
11105
  "aliases": [],
11081
11106
  "args": {},
11082
- "description": "display the Convex project linked to the current Expo app",
11083
- "flags": {},
11107
+ "description": "show the App Store Connect app link status for the current project",
11108
+ "flags": {
11109
+ "json": {
11110
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11111
+ "name": "json",
11112
+ "allowNo": false,
11113
+ "type": "boolean"
11114
+ },
11115
+ "non-interactive": {
11116
+ "description": "Run the command in non-interactive mode.",
11117
+ "name": "non-interactive",
11118
+ "noCacheDefault": true,
11119
+ "allowNo": false,
11120
+ "type": "boolean"
11121
+ }
11122
+ },
11084
11123
  "hasDynamicHelp": false,
11085
11124
  "hiddenAliases": [],
11086
- "id": "integrations:convex:project",
11125
+ "id": "integrations:asc:status",
11087
11126
  "pluginAlias": "eas-cli",
11088
11127
  "pluginName": "eas-cli",
11089
11128
  "pluginType": "core",
@@ -11130,26 +11169,59 @@
11130
11169
  }
11131
11170
  },
11132
11171
  "contextDefinition": {
11133
- "loggedIn": {},
11134
- "privateProjectConfig": {}
11172
+ "projectId": {},
11173
+ "loggedIn": {}
11135
11174
  },
11136
11175
  "isESM": false,
11137
11176
  "relativePath": [
11138
11177
  "build",
11139
11178
  "commands",
11140
11179
  "integrations",
11141
- "convex",
11142
- "project.js"
11180
+ "asc",
11181
+ "status.js"
11143
11182
  ]
11144
11183
  },
11145
- "integrations:convex:team": {
11184
+ "integrations:convex:connect": {
11146
11185
  "aliases": [],
11147
11186
  "args": {},
11148
- "description": "display Convex teams linked to the current Expo app's owner account",
11149
- "flags": {},
11187
+ "description": "connect Convex to your Expo project",
11188
+ "flags": {
11189
+ "non-interactive": {
11190
+ "description": "Run the command in non-interactive mode.",
11191
+ "name": "non-interactive",
11192
+ "noCacheDefault": true,
11193
+ "allowNo": false,
11194
+ "type": "boolean"
11195
+ },
11196
+ "region": {
11197
+ "description": "Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)",
11198
+ "name": "region",
11199
+ "hasDynamicHelp": false,
11200
+ "multiple": false,
11201
+ "options": [
11202
+ "aws-us-east-1",
11203
+ "aws-eu-west-1"
11204
+ ],
11205
+ "type": "option"
11206
+ },
11207
+ "team-name": {
11208
+ "description": "Name for the new Convex team (defaults to EAS account name)",
11209
+ "name": "team-name",
11210
+ "hasDynamicHelp": false,
11211
+ "multiple": false,
11212
+ "type": "option"
11213
+ },
11214
+ "project-name": {
11215
+ "description": "Name for the Convex project (defaults to app slug)",
11216
+ "name": "project-name",
11217
+ "hasDynamicHelp": false,
11218
+ "multiple": false,
11219
+ "type": "option"
11220
+ }
11221
+ },
11150
11222
  "hasDynamicHelp": false,
11151
11223
  "hiddenAliases": [],
11152
- "id": "integrations:convex:team",
11224
+ "id": "integrations:convex:connect",
11153
11225
  "pluginAlias": "eas-cli",
11154
11226
  "pluginName": "eas-cli",
11155
11227
  "pluginType": "core",
@@ -11205,52 +11277,17 @@
11205
11277
  "commands",
11206
11278
  "integrations",
11207
11279
  "convex",
11208
- "team.js"
11280
+ "connect.js"
11209
11281
  ]
11210
11282
  },
11211
- "integrations:asc:connect": {
11283
+ "integrations:convex:dashboard": {
11212
11284
  "aliases": [],
11213
11285
  "args": {},
11214
- "description": "connect a project to an App Store Connect app",
11215
- "flags": {
11216
- "api-key-id": {
11217
- "description": "Apple App Store Connect API Key ID",
11218
- "name": "api-key-id",
11219
- "hasDynamicHelp": false,
11220
- "multiple": false,
11221
- "type": "option"
11222
- },
11223
- "asc-app-id": {
11224
- "description": "App Store Connect app identifier",
11225
- "name": "asc-app-id",
11226
- "hasDynamicHelp": false,
11227
- "multiple": false,
11228
- "type": "option"
11229
- },
11230
- "bundle-id": {
11231
- "description": "Filter discovered apps by bundle identifier",
11232
- "name": "bundle-id",
11233
- "hasDynamicHelp": false,
11234
- "multiple": false,
11235
- "type": "option"
11236
- },
11237
- "json": {
11238
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11239
- "name": "json",
11240
- "allowNo": false,
11241
- "type": "boolean"
11242
- },
11243
- "non-interactive": {
11244
- "description": "Run the command in non-interactive mode.",
11245
- "name": "non-interactive",
11246
- "noCacheDefault": true,
11247
- "allowNo": false,
11248
- "type": "boolean"
11249
- }
11250
- },
11286
+ "description": "open the Convex dashboard for the linked Convex project",
11287
+ "flags": {},
11251
11288
  "hasDynamicHelp": false,
11252
11289
  "hiddenAliases": [],
11253
- "id": "integrations:asc:connect",
11290
+ "id": "integrations:convex:dashboard",
11254
11291
  "pluginAlias": "eas-cli",
11255
11292
  "pluginName": "eas-cli",
11256
11293
  "pluginType": "core",
@@ -11297,49 +11334,26 @@
11297
11334
  }
11298
11335
  },
11299
11336
  "contextDefinition": {
11300
- "projectId": {},
11301
- "projectDir": {},
11302
11337
  "loggedIn": {},
11303
- "analytics": {},
11304
- "vcsClient": {}
11338
+ "privateProjectConfig": {}
11305
11339
  },
11306
11340
  "isESM": false,
11307
11341
  "relativePath": [
11308
11342
  "build",
11309
11343
  "commands",
11310
11344
  "integrations",
11311
- "asc",
11312
- "connect.js"
11345
+ "convex",
11346
+ "dashboard.js"
11313
11347
  ]
11314
11348
  },
11315
- "integrations:asc:disconnect": {
11349
+ "integrations:convex:project": {
11316
11350
  "aliases": [],
11317
11351
  "args": {},
11318
- "description": "disconnect the current project from its App Store Connect app",
11319
- "flags": {
11320
- "yes": {
11321
- "description": "Skip confirmation prompt",
11322
- "name": "yes",
11323
- "allowNo": false,
11324
- "type": "boolean"
11325
- },
11326
- "json": {
11327
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11328
- "name": "json",
11329
- "allowNo": false,
11330
- "type": "boolean"
11331
- },
11332
- "non-interactive": {
11333
- "description": "Run the command in non-interactive mode.",
11334
- "name": "non-interactive",
11335
- "noCacheDefault": true,
11336
- "allowNo": false,
11337
- "type": "boolean"
11338
- }
11339
- },
11352
+ "description": "display the Convex project linked to the current Expo app",
11353
+ "flags": {},
11340
11354
  "hasDynamicHelp": false,
11341
11355
  "hiddenAliases": [],
11342
- "id": "integrations:asc:disconnect",
11356
+ "id": "integrations:convex:project",
11343
11357
  "pluginAlias": "eas-cli",
11344
11358
  "pluginName": "eas-cli",
11345
11359
  "pluginType": "core",
@@ -11386,40 +11400,26 @@
11386
11400
  }
11387
11401
  },
11388
11402
  "contextDefinition": {
11389
- "projectId": {},
11390
- "loggedIn": {}
11403
+ "loggedIn": {},
11404
+ "privateProjectConfig": {}
11391
11405
  },
11392
11406
  "isESM": false,
11393
11407
  "relativePath": [
11394
11408
  "build",
11395
11409
  "commands",
11396
11410
  "integrations",
11397
- "asc",
11398
- "disconnect.js"
11411
+ "convex",
11412
+ "project.js"
11399
11413
  ]
11400
11414
  },
11401
- "integrations:asc:status": {
11415
+ "integrations:convex:team": {
11402
11416
  "aliases": [],
11403
11417
  "args": {},
11404
- "description": "show the App Store Connect app link status for the current project",
11405
- "flags": {
11406
- "json": {
11407
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11408
- "name": "json",
11409
- "allowNo": false,
11410
- "type": "boolean"
11411
- },
11412
- "non-interactive": {
11413
- "description": "Run the command in non-interactive mode.",
11414
- "name": "non-interactive",
11415
- "noCacheDefault": true,
11416
- "allowNo": false,
11417
- "type": "boolean"
11418
- }
11419
- },
11418
+ "description": "display Convex teams linked to the current Expo app's owner account",
11419
+ "flags": {},
11420
11420
  "hasDynamicHelp": false,
11421
11421
  "hiddenAliases": [],
11422
- "id": "integrations:asc:status",
11422
+ "id": "integrations:convex:team",
11423
11423
  "pluginAlias": "eas-cli",
11424
11424
  "pluginName": "eas-cli",
11425
11425
  "pluginType": "core",
@@ -11466,16 +11466,16 @@
11466
11466
  }
11467
11467
  },
11468
11468
  "contextDefinition": {
11469
- "projectId": {},
11470
- "loggedIn": {}
11469
+ "loggedIn": {},
11470
+ "privateProjectConfig": {}
11471
11471
  },
11472
11472
  "isESM": false,
11473
11473
  "relativePath": [
11474
11474
  "build",
11475
11475
  "commands",
11476
11476
  "integrations",
11477
- "asc",
11478
- "status.js"
11477
+ "convex",
11478
+ "team.js"
11479
11479
  ]
11480
11480
  },
11481
11481
  "integrations:convex:project:delete": {
@@ -11730,5 +11730,5 @@
11730
11730
  ]
11731
11731
  }
11732
11732
  },
11733
- "version": "18.11.0"
11733
+ "version": "18.12.0"
11734
11734
  }