eas-cli 18.8.0 → 18.8.1

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.
@@ -4123,79 +4123,23 @@
4123
4123
  "index.js"
4124
4124
  ]
4125
4125
  },
4126
- "env:create": {
4127
- "aliases": [],
4126
+ "deploy:delete": {
4127
+ "aliases": [
4128
+ "worker:delete"
4129
+ ],
4128
4130
  "args": {
4129
- "environment": {
4130
- "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4131
- "name": "environment",
4132
- "required": false
4131
+ "DEPLOYMENT_ID": {
4132
+ "name": "DEPLOYMENT_ID"
4133
4133
  }
4134
4134
  },
4135
- "description": "create an environment variable for the current project or account",
4135
+ "description": "Delete a deployment.",
4136
4136
  "flags": {
4137
- "name": {
4138
- "description": "Name of the variable",
4139
- "name": "name",
4140
- "hasDynamicHelp": false,
4141
- "multiple": false,
4142
- "type": "option"
4143
- },
4144
- "value": {
4145
- "description": "Text value or the variable",
4146
- "name": "value",
4147
- "hasDynamicHelp": false,
4148
- "multiple": false,
4149
- "type": "option"
4150
- },
4151
- "force": {
4152
- "description": "Overwrite existing variable",
4153
- "name": "force",
4137
+ "json": {
4138
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4139
+ "name": "json",
4154
4140
  "allowNo": false,
4155
4141
  "type": "boolean"
4156
4142
  },
4157
- "type": {
4158
- "description": "The type of variable",
4159
- "name": "type",
4160
- "hasDynamicHelp": false,
4161
- "multiple": false,
4162
- "options": [
4163
- "string",
4164
- "file"
4165
- ],
4166
- "type": "option"
4167
- },
4168
- "visibility": {
4169
- "description": "Visibility of the variable",
4170
- "name": "visibility",
4171
- "hasDynamicHelp": false,
4172
- "multiple": false,
4173
- "options": [
4174
- "plaintext",
4175
- "sensitive",
4176
- "secret"
4177
- ],
4178
- "type": "option"
4179
- },
4180
- "scope": {
4181
- "description": "Scope for the variable",
4182
- "name": "scope",
4183
- "default": "project",
4184
- "hasDynamicHelp": false,
4185
- "multiple": false,
4186
- "options": [
4187
- "project",
4188
- "account"
4189
- ],
4190
- "type": "option"
4191
- },
4192
- "environment": {
4193
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4194
- "name": "environment",
4195
- "hasDynamicHelp": false,
4196
- "multiple": true,
4197
- "type": "option"
4198
- },
4199
4143
  "non-interactive": {
4200
4144
  "description": "Run the command in non-interactive mode.",
4201
4145
  "name": "non-interactive",
@@ -4206,10 +4150,11 @@
4206
4150
  },
4207
4151
  "hasDynamicHelp": false,
4208
4152
  "hiddenAliases": [],
4209
- "id": "env:create",
4153
+ "id": "deploy:delete",
4210
4154
  "pluginAlias": "eas-cli",
4211
4155
  "pluginName": "eas-cli",
4212
4156
  "pluginType": "core",
4157
+ "state": "preview",
4213
4158
  "strict": true,
4214
4159
  "enableJsonFlag": false,
4215
4160
  "ContextOptions": {
@@ -4253,55 +4198,85 @@
4253
4198
  }
4254
4199
  },
4255
4200
  "contextDefinition": {
4256
- "projectId": {},
4257
- "analytics": {},
4201
+ "getDynamicPublicProjectConfigAsync": {},
4202
+ "getDynamicPrivateProjectConfigAsync": {},
4203
+ "projectDir": {},
4258
4204
  "loggedIn": {}
4259
4205
  },
4260
4206
  "isESM": false,
4261
4207
  "relativePath": [
4262
4208
  "build",
4263
4209
  "commands",
4264
- "env",
4265
- "create.js"
4210
+ "deploy",
4211
+ "delete.js"
4266
4212
  ]
4267
4213
  },
4268
- "env:delete": {
4269
- "aliases": [],
4270
- "args": {
4271
- "environment": {
4272
- "description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
4273
- "name": "environment",
4274
- "required": false
4275
- }
4276
- },
4277
- "description": "delete an environment variable for the current project or account",
4214
+ "deploy": {
4215
+ "aliases": [
4216
+ "worker:deploy"
4217
+ ],
4218
+ "args": {},
4219
+ "description": "deploy your Expo Router web build and API Routes",
4278
4220
  "flags": {
4279
- "variable-name": {
4280
- "description": "Name of the variable to delete",
4281
- "name": "variable-name",
4221
+ "prod": {
4222
+ "aliases": [
4223
+ "production"
4224
+ ],
4225
+ "description": "Create a new production deployment.",
4226
+ "name": "prod",
4227
+ "allowNo": false,
4228
+ "type": "boolean"
4229
+ },
4230
+ "alias": {
4231
+ "description": "Custom alias to assign to the new deployment.",
4232
+ "name": "alias",
4282
4233
  "hasDynamicHelp": false,
4234
+ "helpValue": "name",
4283
4235
  "multiple": false,
4284
4236
  "type": "option"
4285
4237
  },
4286
- "variable-environment": {
4287
- "description": "Current environment of the variable to delete",
4288
- "name": "variable-environment",
4238
+ "id": {
4239
+ "description": "Custom unique identifier for the new deployment.",
4240
+ "name": "id",
4289
4241
  "hasDynamicHelp": false,
4242
+ "helpValue": "xyz123",
4290
4243
  "multiple": false,
4291
4244
  "type": "option"
4292
4245
  },
4293
- "scope": {
4294
- "description": "Scope for the variable",
4295
- "name": "scope",
4296
- "default": "project",
4246
+ "export-dir": {
4247
+ "description": "Directory where the Expo project was exported.",
4248
+ "name": "export-dir",
4249
+ "default": "dist",
4297
4250
  "hasDynamicHelp": false,
4251
+ "helpValue": "dir",
4298
4252
  "multiple": false,
4299
- "options": [
4300
- "project",
4301
- "account"
4302
- ],
4303
4253
  "type": "option"
4304
4254
  },
4255
+ "dry-run": {
4256
+ "description": "Outputs a tarball of the new deployment instead of uploading it.",
4257
+ "name": "dry-run",
4258
+ "allowNo": false,
4259
+ "type": "boolean"
4260
+ },
4261
+ "source-maps": {
4262
+ "description": "Include source maps in the deployment.",
4263
+ "name": "source-maps",
4264
+ "allowNo": true,
4265
+ "type": "boolean"
4266
+ },
4267
+ "environment": {
4268
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4269
+ "name": "environment",
4270
+ "hasDynamicHelp": false,
4271
+ "multiple": false,
4272
+ "type": "option"
4273
+ },
4274
+ "json": {
4275
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4276
+ "name": "json",
4277
+ "allowNo": false,
4278
+ "type": "boolean"
4279
+ },
4305
4280
  "non-interactive": {
4306
4281
  "description": "Run the command in non-interactive mode.",
4307
4282
  "name": "non-interactive",
@@ -4312,11 +4287,16 @@
4312
4287
  },
4313
4288
  "hasDynamicHelp": false,
4314
4289
  "hiddenAliases": [],
4315
- "id": "env:delete",
4290
+ "id": "deploy",
4316
4291
  "pluginAlias": "eas-cli",
4317
4292
  "pluginName": "eas-cli",
4318
4293
  "pluginType": "core",
4294
+ "state": "preview",
4319
4295
  "strict": true,
4296
+ "usage": [
4297
+ "deploy [options]",
4298
+ "deploy --prod"
4299
+ ],
4320
4300
  "enableJsonFlag": false,
4321
4301
  "ContextOptions": {
4322
4302
  "LoggedIn": {
@@ -4359,44 +4339,27 @@
4359
4339
  }
4360
4340
  },
4361
4341
  "contextDefinition": {
4362
- "projectId": {},
4342
+ "getDynamicPublicProjectConfigAsync": {},
4343
+ "getDynamicPrivateProjectConfigAsync": {},
4344
+ "projectDir": {},
4363
4345
  "loggedIn": {}
4364
4346
  },
4365
4347
  "isESM": false,
4366
4348
  "relativePath": [
4367
4349
  "build",
4368
4350
  "commands",
4369
- "env",
4370
- "delete.js"
4351
+ "deploy",
4352
+ "index.js"
4371
4353
  ]
4372
4354
  },
4373
- "env:exec": {
4355
+ "device:create": {
4374
4356
  "aliases": [],
4375
- "args": {
4376
- "environment": {
4377
- "description": "Environment to execute the command in. Default environments are 'production', 'preview', and 'development'.",
4378
- "name": "environment",
4379
- "required": true
4380
- },
4381
- "bash_command": {
4382
- "description": "bash command to execute with the environment variables from the environment",
4383
- "name": "bash_command",
4384
- "required": true
4385
- }
4386
- },
4387
- "description": "execute a command with environment variables from the selected environment",
4388
- "flags": {
4389
- "non-interactive": {
4390
- "description": "Run the command in non-interactive mode.",
4391
- "name": "non-interactive",
4392
- "noCacheDefault": true,
4393
- "allowNo": false,
4394
- "type": "boolean"
4395
- }
4396
- },
4357
+ "args": {},
4358
+ "description": "register new Apple Devices to use for internal distribution",
4359
+ "flags": {},
4397
4360
  "hasDynamicHelp": false,
4398
4361
  "hiddenAliases": [],
4399
- "id": "env:exec",
4362
+ "id": "device:create",
4400
4363
  "pluginAlias": "eas-cli",
4401
4364
  "pluginName": "eas-cli",
4402
4365
  "pluginType": "core",
@@ -4443,65 +4406,41 @@
4443
4406
  }
4444
4407
  },
4445
4408
  "contextDefinition": {
4446
- "projectId": {},
4447
- "loggedIn": {}
4409
+ "loggedIn": {},
4410
+ "optionalPrivateProjectConfig": {}
4448
4411
  },
4449
4412
  "isESM": false,
4450
4413
  "relativePath": [
4451
4414
  "build",
4452
4415
  "commands",
4453
- "env",
4454
- "exec.js"
4416
+ "device",
4417
+ "create.js"
4455
4418
  ]
4456
4419
  },
4457
- "env:get": {
4420
+ "device:delete": {
4458
4421
  "aliases": [],
4459
- "args": {
4460
- "environment": {
4461
- "description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
4462
- "name": "environment",
4463
- "required": false
4464
- }
4465
- },
4466
- "description": "view an environment variable for the current project or account",
4422
+ "args": {},
4423
+ "description": "remove a registered device from your account",
4467
4424
  "flags": {
4468
- "variable-name": {
4469
- "description": "Name of the variable",
4470
- "name": "variable-name",
4471
- "hasDynamicHelp": false,
4472
- "multiple": false,
4473
- "type": "option"
4474
- },
4475
- "variable-environment": {
4476
- "description": "Current environment of the variable",
4477
- "name": "variable-environment",
4425
+ "apple-team-id": {
4426
+ "description": "The Apple team ID on which to find the device",
4427
+ "name": "apple-team-id",
4478
4428
  "hasDynamicHelp": false,
4479
4429
  "multiple": false,
4480
4430
  "type": "option"
4481
4431
  },
4482
- "format": {
4483
- "description": "Output format",
4484
- "name": "format",
4485
- "default": "short",
4432
+ "udid": {
4433
+ "description": "The Apple device ID to disable",
4434
+ "name": "udid",
4486
4435
  "hasDynamicHelp": false,
4487
4436
  "multiple": false,
4488
- "options": [
4489
- "long",
4490
- "short"
4491
- ],
4492
4437
  "type": "option"
4493
4438
  },
4494
- "scope": {
4495
- "description": "Scope for the variable",
4496
- "name": "scope",
4497
- "default": "project",
4498
- "hasDynamicHelp": false,
4499
- "multiple": false,
4500
- "options": [
4501
- "project",
4502
- "account"
4503
- ],
4504
- "type": "option"
4439
+ "json": {
4440
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4441
+ "name": "json",
4442
+ "allowNo": false,
4443
+ "type": "boolean"
4505
4444
  },
4506
4445
  "non-interactive": {
4507
4446
  "description": "Run the command in non-interactive mode.",
@@ -4513,7 +4452,7 @@
4513
4452
  },
4514
4453
  "hasDynamicHelp": false,
4515
4454
  "hiddenAliases": [],
4516
- "id": "env:get",
4455
+ "id": "device:delete",
4517
4456
  "pluginAlias": "eas-cli",
4518
4457
  "pluginName": "eas-cli",
4519
4458
  "pluginType": "core",
@@ -4566,69 +4505,53 @@
4566
4505
  "isESM": false,
4567
4506
  "relativePath": [
4568
4507
  "build",
4569
- "commands",
4570
- "env",
4571
- "get.js"
4508
+ "commands",
4509
+ "device",
4510
+ "delete.js"
4572
4511
  ]
4573
4512
  },
4574
- "env:list": {
4513
+ "device:list": {
4575
4514
  "aliases": [],
4576
- "args": {
4577
- "environment": {
4578
- "description": "Environment to list the variables from. Default environments are 'production', 'preview', and 'development'.",
4579
- "name": "environment",
4580
- "required": false
4581
- }
4582
- },
4583
- "description": "list environment variables for the current project or account",
4515
+ "args": {},
4516
+ "description": "list all registered devices for your account",
4584
4517
  "flags": {
4585
- "include-sensitive": {
4586
- "description": "Display sensitive values in the output",
4587
- "name": "include-sensitive",
4588
- "allowNo": false,
4589
- "type": "boolean"
4590
- },
4591
- "include-file-content": {
4592
- "description": "Display files content in the output",
4593
- "name": "include-file-content",
4594
- "allowNo": false,
4595
- "type": "boolean"
4596
- },
4597
- "environment": {
4598
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4599
- "name": "environment",
4518
+ "apple-team-id": {
4519
+ "name": "apple-team-id",
4600
4520
  "hasDynamicHelp": false,
4601
- "multiple": true,
4521
+ "multiple": false,
4602
4522
  "type": "option"
4603
4523
  },
4604
- "format": {
4605
- "description": "Output format",
4606
- "name": "format",
4607
- "default": "short",
4524
+ "offset": {
4525
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
4526
+ "name": "offset",
4608
4527
  "hasDynamicHelp": false,
4609
4528
  "multiple": false,
4610
- "options": [
4611
- "long",
4612
- "short"
4613
- ],
4614
4529
  "type": "option"
4615
4530
  },
4616
- "scope": {
4617
- "description": "Scope for the variable",
4618
- "name": "scope",
4619
- "default": "project",
4531
+ "limit": {
4532
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
4533
+ "name": "limit",
4620
4534
  "hasDynamicHelp": false,
4621
4535
  "multiple": false,
4622
- "options": [
4623
- "project",
4624
- "account"
4625
- ],
4626
4536
  "type": "option"
4537
+ },
4538
+ "json": {
4539
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4540
+ "name": "json",
4541
+ "allowNo": false,
4542
+ "type": "boolean"
4543
+ },
4544
+ "non-interactive": {
4545
+ "description": "Run the command in non-interactive mode.",
4546
+ "name": "non-interactive",
4547
+ "noCacheDefault": true,
4548
+ "allowNo": false,
4549
+ "type": "boolean"
4627
4550
  }
4628
4551
  },
4629
4552
  "hasDynamicHelp": false,
4630
4553
  "hiddenAliases": [],
4631
- "id": "env:list",
4554
+ "id": "device:list",
4632
4555
  "pluginAlias": "eas-cli",
4633
4556
  "pluginName": "eas-cli",
4634
4557
  "pluginType": "core",
@@ -4682,47 +4605,53 @@
4682
4605
  "relativePath": [
4683
4606
  "build",
4684
4607
  "commands",
4685
- "env",
4608
+ "device",
4686
4609
  "list.js"
4687
4610
  ]
4688
4611
  },
4689
- "env:pull": {
4612
+ "device:rename": {
4690
4613
  "aliases": [],
4691
- "args": {
4692
- "environment": {
4693
- "description": "Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.",
4694
- "name": "environment",
4695
- "required": false
4696
- }
4697
- },
4698
- "description": "pull environment variables for the selected environment to .env file",
4614
+ "args": {},
4615
+ "description": "rename a registered device",
4699
4616
  "flags": {
4700
- "non-interactive": {
4701
- "description": "Run the command in non-interactive mode.",
4702
- "name": "non-interactive",
4703
- "noCacheDefault": true,
4704
- "allowNo": false,
4705
- "type": "boolean"
4617
+ "apple-team-id": {
4618
+ "description": "The Apple team ID on which to find the device",
4619
+ "name": "apple-team-id",
4620
+ "hasDynamicHelp": false,
4621
+ "multiple": false,
4622
+ "type": "option"
4706
4623
  },
4707
- "environment": {
4708
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4709
- "name": "environment",
4624
+ "udid": {
4625
+ "description": "The Apple device ID to rename",
4626
+ "name": "udid",
4710
4627
  "hasDynamicHelp": false,
4711
4628
  "multiple": false,
4712
4629
  "type": "option"
4713
4630
  },
4714
- "path": {
4715
- "description": "Path to the result `.env` file",
4716
- "name": "path",
4717
- "default": ".env.local",
4631
+ "name": {
4632
+ "description": "The new name for the device",
4633
+ "name": "name",
4718
4634
  "hasDynamicHelp": false,
4719
4635
  "multiple": false,
4720
4636
  "type": "option"
4637
+ },
4638
+ "json": {
4639
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4640
+ "name": "json",
4641
+ "allowNo": false,
4642
+ "type": "boolean"
4643
+ },
4644
+ "non-interactive": {
4645
+ "description": "Run the command in non-interactive mode.",
4646
+ "name": "non-interactive",
4647
+ "noCacheDefault": true,
4648
+ "allowNo": false,
4649
+ "type": "boolean"
4721
4650
  }
4722
4651
  },
4723
4652
  "hasDynamicHelp": false,
4724
4653
  "hiddenAliases": [],
4725
- "id": "env:pull",
4654
+ "id": "device:rename",
4726
4655
  "pluginAlias": "eas-cli",
4727
4656
  "pluginName": "eas-cli",
4728
4657
  "pluginType": "core",
@@ -4770,53 +4699,28 @@
4770
4699
  },
4771
4700
  "contextDefinition": {
4772
4701
  "projectId": {},
4773
- "loggedIn": {},
4774
- "projectDir": {}
4702
+ "loggedIn": {}
4775
4703
  },
4776
4704
  "isESM": false,
4777
4705
  "relativePath": [
4778
4706
  "build",
4779
4707
  "commands",
4780
- "env",
4781
- "pull.js"
4708
+ "device",
4709
+ "rename.js"
4782
4710
  ]
4783
4711
  },
4784
- "env:push": {
4712
+ "device:view": {
4785
4713
  "aliases": [],
4786
4714
  "args": {
4787
- "environment": {
4788
- "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
4789
- "name": "environment",
4790
- "required": false
4791
- }
4792
- },
4793
- "description": "push environment variables from .env file to the selected environment",
4794
- "flags": {
4795
- "environment": {
4796
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
4797
- "name": "environment",
4798
- "hasDynamicHelp": false,
4799
- "multiple": true,
4800
- "type": "option"
4801
- },
4802
- "path": {
4803
- "description": "Path to the input `.env` file",
4804
- "name": "path",
4805
- "default": ".env.local",
4806
- "hasDynamicHelp": false,
4807
- "multiple": false,
4808
- "type": "option"
4809
- },
4810
- "force": {
4811
- "description": "Skip confirmation and automatically override existing variables",
4812
- "name": "force",
4813
- "allowNo": false,
4814
- "type": "boolean"
4715
+ "UDID": {
4716
+ "name": "UDID"
4815
4717
  }
4816
4718
  },
4719
+ "description": "view a device for your project",
4720
+ "flags": {},
4817
4721
  "hasDynamicHelp": false,
4818
4722
  "hiddenAliases": [],
4819
- "id": "env:push",
4723
+ "id": "device:view",
4820
4724
  "pluginAlias": "eas-cli",
4821
4725
  "pluginName": "eas-cli",
4822
4726
  "pluginType": "core",
@@ -4870,49 +4774,41 @@
4870
4774
  "relativePath": [
4871
4775
  "build",
4872
4776
  "commands",
4873
- "env",
4874
- "push.js"
4777
+ "device",
4778
+ "view.js"
4875
4779
  ]
4876
4780
  },
4877
- "env:update": {
4781
+ "env:create": {
4878
4782
  "aliases": [],
4879
4783
  "args": {
4880
4784
  "environment": {
4881
- "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
4785
+ "description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
4882
4786
  "name": "environment",
4883
4787
  "required": false
4884
4788
  }
4885
4789
  },
4886
- "description": "update an environment variable on the current project or account",
4790
+ "description": "create an environment variable for the current project or account",
4887
4791
  "flags": {
4888
- "variable-name": {
4889
- "description": "Current name of the variable",
4890
- "name": "variable-name",
4891
- "hasDynamicHelp": false,
4892
- "multiple": false,
4893
- "type": "option"
4894
- },
4895
- "variable-environment": {
4896
- "description": "Current environment of the variable to update",
4897
- "name": "variable-environment",
4898
- "hasDynamicHelp": false,
4899
- "multiple": false,
4900
- "type": "option"
4901
- },
4902
4792
  "name": {
4903
- "description": "New name of the variable",
4793
+ "description": "Name of the variable",
4904
4794
  "name": "name",
4905
4795
  "hasDynamicHelp": false,
4906
4796
  "multiple": false,
4907
4797
  "type": "option"
4908
4798
  },
4909
4799
  "value": {
4910
- "description": "New value or the variable",
4800
+ "description": "Text value or the variable",
4911
4801
  "name": "value",
4912
4802
  "hasDynamicHelp": false,
4913
4803
  "multiple": false,
4914
4804
  "type": "option"
4915
4805
  },
4806
+ "force": {
4807
+ "description": "Overwrite existing variable",
4808
+ "name": "force",
4809
+ "allowNo": false,
4810
+ "type": "boolean"
4811
+ },
4916
4812
  "type": {
4917
4813
  "description": "The type of variable",
4918
4814
  "name": "type",
@@ -4965,7 +4861,7 @@
4965
4861
  },
4966
4862
  "hasDynamicHelp": false,
4967
4863
  "hiddenAliases": [],
4968
- "id": "env:update",
4864
+ "id": "env:create",
4969
4865
  "pluginAlias": "eas-cli",
4970
4866
  "pluginName": "eas-cli",
4971
4867
  "pluginType": "core",
@@ -5011,27 +4907,67 @@
5011
4907
  "projectId": {}
5012
4908
  }
5013
4909
  },
5014
- "contextDefinition": {
5015
- "projectId": {},
5016
- "analytics": {},
5017
- "loggedIn": {}
5018
- },
5019
- "isESM": false,
5020
- "relativePath": [
5021
- "build",
5022
- "commands",
5023
- "env",
5024
- "update.js"
5025
- ]
5026
- },
5027
- "device:create": {
5028
- "aliases": [],
5029
- "args": {},
5030
- "description": "register new Apple Devices to use for internal distribution",
5031
- "flags": {},
4910
+ "contextDefinition": {
4911
+ "projectId": {},
4912
+ "analytics": {},
4913
+ "loggedIn": {}
4914
+ },
4915
+ "isESM": false,
4916
+ "relativePath": [
4917
+ "build",
4918
+ "commands",
4919
+ "env",
4920
+ "create.js"
4921
+ ]
4922
+ },
4923
+ "env:delete": {
4924
+ "aliases": [],
4925
+ "args": {
4926
+ "environment": {
4927
+ "description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
4928
+ "name": "environment",
4929
+ "required": false
4930
+ }
4931
+ },
4932
+ "description": "delete an environment variable for the current project or account",
4933
+ "flags": {
4934
+ "variable-name": {
4935
+ "description": "Name of the variable to delete",
4936
+ "name": "variable-name",
4937
+ "hasDynamicHelp": false,
4938
+ "multiple": false,
4939
+ "type": "option"
4940
+ },
4941
+ "variable-environment": {
4942
+ "description": "Current environment of the variable to delete",
4943
+ "name": "variable-environment",
4944
+ "hasDynamicHelp": false,
4945
+ "multiple": false,
4946
+ "type": "option"
4947
+ },
4948
+ "scope": {
4949
+ "description": "Scope for the variable",
4950
+ "name": "scope",
4951
+ "default": "project",
4952
+ "hasDynamicHelp": false,
4953
+ "multiple": false,
4954
+ "options": [
4955
+ "project",
4956
+ "account"
4957
+ ],
4958
+ "type": "option"
4959
+ },
4960
+ "non-interactive": {
4961
+ "description": "Run the command in non-interactive mode.",
4962
+ "name": "non-interactive",
4963
+ "noCacheDefault": true,
4964
+ "allowNo": false,
4965
+ "type": "boolean"
4966
+ }
4967
+ },
5032
4968
  "hasDynamicHelp": false,
5033
4969
  "hiddenAliases": [],
5034
- "id": "device:create",
4970
+ "id": "env:delete",
5035
4971
  "pluginAlias": "eas-cli",
5036
4972
  "pluginName": "eas-cli",
5037
4973
  "pluginType": "core",
@@ -5078,42 +5014,33 @@
5078
5014
  }
5079
5015
  },
5080
5016
  "contextDefinition": {
5081
- "loggedIn": {},
5082
- "optionalPrivateProjectConfig": {}
5017
+ "projectId": {},
5018
+ "loggedIn": {}
5083
5019
  },
5084
5020
  "isESM": false,
5085
5021
  "relativePath": [
5086
5022
  "build",
5087
5023
  "commands",
5088
- "device",
5089
- "create.js"
5024
+ "env",
5025
+ "delete.js"
5090
5026
  ]
5091
5027
  },
5092
- "device:delete": {
5028
+ "env:exec": {
5093
5029
  "aliases": [],
5094
- "args": {},
5095
- "description": "remove a registered device from your account",
5096
- "flags": {
5097
- "apple-team-id": {
5098
- "description": "The Apple team ID on which to find the device",
5099
- "name": "apple-team-id",
5100
- "hasDynamicHelp": false,
5101
- "multiple": false,
5102
- "type": "option"
5103
- },
5104
- "udid": {
5105
- "description": "The Apple device ID to disable",
5106
- "name": "udid",
5107
- "hasDynamicHelp": false,
5108
- "multiple": false,
5109
- "type": "option"
5110
- },
5111
- "json": {
5112
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5113
- "name": "json",
5114
- "allowNo": false,
5115
- "type": "boolean"
5030
+ "args": {
5031
+ "environment": {
5032
+ "description": "Environment to execute the command in. Default environments are 'production', 'preview', and 'development'.",
5033
+ "name": "environment",
5034
+ "required": true
5116
5035
  },
5036
+ "bash_command": {
5037
+ "description": "bash command to execute with the environment variables from the environment",
5038
+ "name": "bash_command",
5039
+ "required": true
5040
+ }
5041
+ },
5042
+ "description": "execute a command with environment variables from the selected environment",
5043
+ "flags": {
5117
5044
  "non-interactive": {
5118
5045
  "description": "Run the command in non-interactive mode.",
5119
5046
  "name": "non-interactive",
@@ -5124,7 +5051,7 @@
5124
5051
  },
5125
5052
  "hasDynamicHelp": false,
5126
5053
  "hiddenAliases": [],
5127
- "id": "device:delete",
5054
+ "id": "env:exec",
5128
5055
  "pluginAlias": "eas-cli",
5129
5056
  "pluginName": "eas-cli",
5130
5057
  "pluginType": "core",
@@ -5178,40 +5105,58 @@
5178
5105
  "relativePath": [
5179
5106
  "build",
5180
5107
  "commands",
5181
- "device",
5182
- "delete.js"
5108
+ "env",
5109
+ "exec.js"
5183
5110
  ]
5184
5111
  },
5185
- "device:list": {
5112
+ "env:get": {
5186
5113
  "aliases": [],
5187
- "args": {},
5188
- "description": "list all registered devices for your account",
5114
+ "args": {
5115
+ "environment": {
5116
+ "description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
5117
+ "name": "environment",
5118
+ "required": false
5119
+ }
5120
+ },
5121
+ "description": "view an environment variable for the current project or account",
5189
5122
  "flags": {
5190
- "apple-team-id": {
5191
- "name": "apple-team-id",
5123
+ "variable-name": {
5124
+ "description": "Name of the variable",
5125
+ "name": "variable-name",
5192
5126
  "hasDynamicHelp": false,
5193
5127
  "multiple": false,
5194
5128
  "type": "option"
5195
5129
  },
5196
- "offset": {
5197
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
5198
- "name": "offset",
5130
+ "variable-environment": {
5131
+ "description": "Current environment of the variable",
5132
+ "name": "variable-environment",
5199
5133
  "hasDynamicHelp": false,
5200
5134
  "multiple": false,
5201
5135
  "type": "option"
5202
5136
  },
5203
- "limit": {
5204
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
5205
- "name": "limit",
5137
+ "format": {
5138
+ "description": "Output format",
5139
+ "name": "format",
5140
+ "default": "short",
5206
5141
  "hasDynamicHelp": false,
5207
5142
  "multiple": false,
5143
+ "options": [
5144
+ "long",
5145
+ "short"
5146
+ ],
5208
5147
  "type": "option"
5209
5148
  },
5210
- "json": {
5211
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5212
- "name": "json",
5213
- "allowNo": false,
5214
- "type": "boolean"
5149
+ "scope": {
5150
+ "description": "Scope for the variable",
5151
+ "name": "scope",
5152
+ "default": "project",
5153
+ "hasDynamicHelp": false,
5154
+ "multiple": false,
5155
+ "options": [
5156
+ "project",
5157
+ "account"
5158
+ ],
5159
+ "type": "option"
5215
5160
  },
5216
5161
  "non-interactive": {
5217
5162
  "description": "Run the command in non-interactive mode.",
@@ -5223,7 +5168,7 @@
5223
5168
  },
5224
5169
  "hasDynamicHelp": false,
5225
5170
  "hiddenAliases": [],
5226
- "id": "device:list",
5171
+ "id": "env:get",
5227
5172
  "pluginAlias": "eas-cli",
5228
5173
  "pluginName": "eas-cli",
5229
5174
  "pluginType": "core",
@@ -5277,53 +5222,68 @@
5277
5222
  "relativePath": [
5278
5223
  "build",
5279
5224
  "commands",
5280
- "device",
5281
- "list.js"
5225
+ "env",
5226
+ "get.js"
5282
5227
  ]
5283
5228
  },
5284
- "device:rename": {
5229
+ "env:list": {
5285
5230
  "aliases": [],
5286
- "args": {},
5287
- "description": "rename a registered device",
5231
+ "args": {
5232
+ "environment": {
5233
+ "description": "Environment to list the variables from. Default environments are 'production', 'preview', and 'development'.",
5234
+ "name": "environment",
5235
+ "required": false
5236
+ }
5237
+ },
5238
+ "description": "list environment variables for the current project or account",
5288
5239
  "flags": {
5289
- "apple-team-id": {
5290
- "description": "The Apple team ID on which to find the device",
5291
- "name": "apple-team-id",
5240
+ "include-sensitive": {
5241
+ "description": "Display sensitive values in the output",
5242
+ "name": "include-sensitive",
5243
+ "allowNo": false,
5244
+ "type": "boolean"
5245
+ },
5246
+ "include-file-content": {
5247
+ "description": "Display files content in the output",
5248
+ "name": "include-file-content",
5249
+ "allowNo": false,
5250
+ "type": "boolean"
5251
+ },
5252
+ "environment": {
5253
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5254
+ "name": "environment",
5292
5255
  "hasDynamicHelp": false,
5293
- "multiple": false,
5256
+ "multiple": true,
5294
5257
  "type": "option"
5295
5258
  },
5296
- "udid": {
5297
- "description": "The Apple device ID to rename",
5298
- "name": "udid",
5259
+ "format": {
5260
+ "description": "Output format",
5261
+ "name": "format",
5262
+ "default": "short",
5299
5263
  "hasDynamicHelp": false,
5300
5264
  "multiple": false,
5265
+ "options": [
5266
+ "long",
5267
+ "short"
5268
+ ],
5301
5269
  "type": "option"
5302
5270
  },
5303
- "name": {
5304
- "description": "The new name for the device",
5305
- "name": "name",
5271
+ "scope": {
5272
+ "description": "Scope for the variable",
5273
+ "name": "scope",
5274
+ "default": "project",
5306
5275
  "hasDynamicHelp": false,
5307
5276
  "multiple": false,
5277
+ "options": [
5278
+ "project",
5279
+ "account"
5280
+ ],
5308
5281
  "type": "option"
5309
- },
5310
- "json": {
5311
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5312
- "name": "json",
5313
- "allowNo": false,
5314
- "type": "boolean"
5315
- },
5316
- "non-interactive": {
5317
- "description": "Run the command in non-interactive mode.",
5318
- "name": "non-interactive",
5319
- "noCacheDefault": true,
5320
- "allowNo": false,
5321
- "type": "boolean"
5322
5282
  }
5323
5283
  },
5324
5284
  "hasDynamicHelp": false,
5325
5285
  "hiddenAliases": [],
5326
- "id": "device:rename",
5286
+ "id": "env:list",
5327
5287
  "pluginAlias": "eas-cli",
5328
5288
  "pluginName": "eas-cli",
5329
5289
  "pluginType": "core",
@@ -5377,22 +5337,47 @@
5377
5337
  "relativePath": [
5378
5338
  "build",
5379
5339
  "commands",
5380
- "device",
5381
- "rename.js"
5340
+ "env",
5341
+ "list.js"
5382
5342
  ]
5383
5343
  },
5384
- "device:view": {
5344
+ "env:pull": {
5385
5345
  "aliases": [],
5386
5346
  "args": {
5387
- "UDID": {
5388
- "name": "UDID"
5347
+ "environment": {
5348
+ "description": "Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.",
5349
+ "name": "environment",
5350
+ "required": false
5351
+ }
5352
+ },
5353
+ "description": "pull environment variables for the selected environment to .env file",
5354
+ "flags": {
5355
+ "non-interactive": {
5356
+ "description": "Run the command in non-interactive mode.",
5357
+ "name": "non-interactive",
5358
+ "noCacheDefault": true,
5359
+ "allowNo": false,
5360
+ "type": "boolean"
5361
+ },
5362
+ "environment": {
5363
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5364
+ "name": "environment",
5365
+ "hasDynamicHelp": false,
5366
+ "multiple": false,
5367
+ "type": "option"
5368
+ },
5369
+ "path": {
5370
+ "description": "Path to the result `.env` file",
5371
+ "name": "path",
5372
+ "default": ".env.local",
5373
+ "hasDynamicHelp": false,
5374
+ "multiple": false,
5375
+ "type": "option"
5389
5376
  }
5390
5377
  },
5391
- "description": "view a device for your project",
5392
- "flags": {},
5393
5378
  "hasDynamicHelp": false,
5394
5379
  "hiddenAliases": [],
5395
- "id": "device:view",
5380
+ "id": "env:pull",
5396
5381
  "pluginAlias": "eas-cli",
5397
5382
  "pluginName": "eas-cli",
5398
5383
  "pluginType": "core",
@@ -5440,48 +5425,56 @@
5440
5425
  },
5441
5426
  "contextDefinition": {
5442
5427
  "projectId": {},
5443
- "loggedIn": {}
5428
+ "loggedIn": {},
5429
+ "projectDir": {}
5444
5430
  },
5445
5431
  "isESM": false,
5446
5432
  "relativePath": [
5447
5433
  "build",
5448
5434
  "commands",
5449
- "device",
5450
- "view.js"
5435
+ "env",
5436
+ "pull.js"
5451
5437
  ]
5452
5438
  },
5453
- "deploy:delete": {
5454
- "aliases": [
5455
- "worker:delete"
5456
- ],
5439
+ "env:push": {
5440
+ "aliases": [],
5457
5441
  "args": {
5458
- "DEPLOYMENT_ID": {
5459
- "name": "DEPLOYMENT_ID"
5442
+ "environment": {
5443
+ "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
5444
+ "name": "environment",
5445
+ "required": false
5460
5446
  }
5461
5447
  },
5462
- "description": "Delete a deployment.",
5448
+ "description": "push environment variables from .env file to the selected environment",
5463
5449
  "flags": {
5464
- "json": {
5465
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5466
- "name": "json",
5467
- "allowNo": false,
5468
- "type": "boolean"
5450
+ "environment": {
5451
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5452
+ "name": "environment",
5453
+ "hasDynamicHelp": false,
5454
+ "multiple": true,
5455
+ "type": "option"
5469
5456
  },
5470
- "non-interactive": {
5471
- "description": "Run the command in non-interactive mode.",
5472
- "name": "non-interactive",
5473
- "noCacheDefault": true,
5457
+ "path": {
5458
+ "description": "Path to the input `.env` file",
5459
+ "name": "path",
5460
+ "default": ".env.local",
5461
+ "hasDynamicHelp": false,
5462
+ "multiple": false,
5463
+ "type": "option"
5464
+ },
5465
+ "force": {
5466
+ "description": "Skip confirmation and automatically override existing variables",
5467
+ "name": "force",
5474
5468
  "allowNo": false,
5475
5469
  "type": "boolean"
5476
5470
  }
5477
5471
  },
5478
5472
  "hasDynamicHelp": false,
5479
5473
  "hiddenAliases": [],
5480
- "id": "deploy:delete",
5474
+ "id": "env:push",
5481
5475
  "pluginAlias": "eas-cli",
5482
5476
  "pluginName": "eas-cli",
5483
5477
  "pluginType": "core",
5484
- "state": "preview",
5485
5478
  "strict": true,
5486
5479
  "enableJsonFlag": false,
5487
5480
  "ContextOptions": {
@@ -5525,85 +5518,98 @@
5525
5518
  }
5526
5519
  },
5527
5520
  "contextDefinition": {
5528
- "getDynamicPublicProjectConfigAsync": {},
5529
- "getDynamicPrivateProjectConfigAsync": {},
5530
- "projectDir": {},
5521
+ "projectId": {},
5531
5522
  "loggedIn": {}
5532
5523
  },
5533
5524
  "isESM": false,
5534
5525
  "relativePath": [
5535
5526
  "build",
5536
5527
  "commands",
5537
- "deploy",
5538
- "delete.js"
5528
+ "env",
5529
+ "push.js"
5539
5530
  ]
5540
5531
  },
5541
- "deploy": {
5542
- "aliases": [
5543
- "worker:deploy"
5544
- ],
5545
- "args": {},
5546
- "description": "deploy your Expo Router web build and API Routes",
5532
+ "env:update": {
5533
+ "aliases": [],
5534
+ "args": {
5535
+ "environment": {
5536
+ "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
5537
+ "name": "environment",
5538
+ "required": false
5539
+ }
5540
+ },
5541
+ "description": "update an environment variable on the current project or account",
5547
5542
  "flags": {
5548
- "prod": {
5549
- "aliases": [
5550
- "production"
5551
- ],
5552
- "description": "Create a new production deployment.",
5553
- "name": "prod",
5554
- "allowNo": false,
5555
- "type": "boolean"
5543
+ "variable-name": {
5544
+ "description": "Current name of the variable",
5545
+ "name": "variable-name",
5546
+ "hasDynamicHelp": false,
5547
+ "multiple": false,
5548
+ "type": "option"
5556
5549
  },
5557
- "alias": {
5558
- "description": "Custom alias to assign to the new deployment.",
5559
- "name": "alias",
5550
+ "variable-environment": {
5551
+ "description": "Current environment of the variable to update",
5552
+ "name": "variable-environment",
5560
5553
  "hasDynamicHelp": false,
5561
- "helpValue": "name",
5562
5554
  "multiple": false,
5563
5555
  "type": "option"
5564
5556
  },
5565
- "id": {
5566
- "description": "Custom unique identifier for the new deployment.",
5567
- "name": "id",
5557
+ "name": {
5558
+ "description": "New name of the variable",
5559
+ "name": "name",
5568
5560
  "hasDynamicHelp": false,
5569
- "helpValue": "xyz123",
5570
5561
  "multiple": false,
5571
5562
  "type": "option"
5572
5563
  },
5573
- "export-dir": {
5574
- "description": "Directory where the Expo project was exported.",
5575
- "name": "export-dir",
5576
- "default": "dist",
5564
+ "value": {
5565
+ "description": "New value or the variable",
5566
+ "name": "value",
5577
5567
  "hasDynamicHelp": false,
5578
- "helpValue": "dir",
5579
5568
  "multiple": false,
5580
5569
  "type": "option"
5581
5570
  },
5582
- "dry-run": {
5583
- "description": "Outputs a tarball of the new deployment instead of uploading it.",
5584
- "name": "dry-run",
5585
- "allowNo": false,
5586
- "type": "boolean"
5571
+ "type": {
5572
+ "description": "The type of variable",
5573
+ "name": "type",
5574
+ "hasDynamicHelp": false,
5575
+ "multiple": false,
5576
+ "options": [
5577
+ "string",
5578
+ "file"
5579
+ ],
5580
+ "type": "option"
5587
5581
  },
5588
- "source-maps": {
5589
- "description": "Include source maps in the deployment.",
5590
- "name": "source-maps",
5591
- "allowNo": true,
5592
- "type": "boolean"
5582
+ "visibility": {
5583
+ "description": "Visibility of the variable",
5584
+ "name": "visibility",
5585
+ "hasDynamicHelp": false,
5586
+ "multiple": false,
5587
+ "options": [
5588
+ "plaintext",
5589
+ "sensitive",
5590
+ "secret"
5591
+ ],
5592
+ "type": "option"
5593
+ },
5594
+ "scope": {
5595
+ "description": "Scope for the variable",
5596
+ "name": "scope",
5597
+ "default": "project",
5598
+ "hasDynamicHelp": false,
5599
+ "multiple": false,
5600
+ "options": [
5601
+ "project",
5602
+ "account"
5603
+ ],
5604
+ "type": "option"
5593
5605
  },
5594
5606
  "environment": {
5595
5607
  "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5596
5608
  "name": "environment",
5597
5609
  "hasDynamicHelp": false,
5598
- "multiple": false,
5610
+ "multiple": true,
5599
5611
  "type": "option"
5600
5612
  },
5601
- "json": {
5602
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5603
- "name": "json",
5604
- "allowNo": false,
5605
- "type": "boolean"
5606
- },
5607
5613
  "non-interactive": {
5608
5614
  "description": "Run the command in non-interactive mode.",
5609
5615
  "name": "non-interactive",
@@ -5614,16 +5620,11 @@
5614
5620
  },
5615
5621
  "hasDynamicHelp": false,
5616
5622
  "hiddenAliases": [],
5617
- "id": "deploy",
5623
+ "id": "env:update",
5618
5624
  "pluginAlias": "eas-cli",
5619
5625
  "pluginName": "eas-cli",
5620
5626
  "pluginType": "core",
5621
- "state": "preview",
5622
5627
  "strict": true,
5623
- "usage": [
5624
- "deploy [options]",
5625
- "deploy --prod"
5626
- ],
5627
5628
  "enableJsonFlag": false,
5628
5629
  "ContextOptions": {
5629
5630
  "LoggedIn": {
@@ -5666,17 +5667,16 @@
5666
5667
  }
5667
5668
  },
5668
5669
  "contextDefinition": {
5669
- "getDynamicPublicProjectConfigAsync": {},
5670
- "getDynamicPrivateProjectConfigAsync": {},
5671
- "projectDir": {},
5670
+ "projectId": {},
5671
+ "analytics": {},
5672
5672
  "loggedIn": {}
5673
5673
  },
5674
5674
  "isESM": false,
5675
5675
  "relativePath": [
5676
5676
  "build",
5677
5677
  "commands",
5678
- "deploy",
5679
- "index.js"
5678
+ "env",
5679
+ "update.js"
5680
5680
  ]
5681
5681
  },
5682
5682
  "fingerprint:compare": {
@@ -7340,6 +7340,110 @@
7340
7340
  "push.js"
7341
7341
  ]
7342
7342
  },
7343
+ "simulator:start": {
7344
+ "aliases": [],
7345
+ "args": {},
7346
+ "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get the credentials to connect to it with the CLI tool of your choice",
7347
+ "flags": {
7348
+ "platform": {
7349
+ "description": "Device platform",
7350
+ "name": "platform",
7351
+ "required": true,
7352
+ "hasDynamicHelp": false,
7353
+ "multiple": false,
7354
+ "options": [
7355
+ "android",
7356
+ "ios"
7357
+ ],
7358
+ "type": "option"
7359
+ },
7360
+ "type": {
7361
+ "description": "Type of device run session to create",
7362
+ "name": "type",
7363
+ "default": "agent-device",
7364
+ "hasDynamicHelp": false,
7365
+ "multiple": false,
7366
+ "options": [
7367
+ "agent-device"
7368
+ ],
7369
+ "type": "option"
7370
+ },
7371
+ "package-version": {
7372
+ "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7373
+ "name": "package-version",
7374
+ "hasDynamicHelp": false,
7375
+ "multiple": false,
7376
+ "type": "option"
7377
+ },
7378
+ "non-interactive": {
7379
+ "description": "Run the command in non-interactive mode.",
7380
+ "name": "non-interactive",
7381
+ "noCacheDefault": true,
7382
+ "allowNo": false,
7383
+ "type": "boolean"
7384
+ }
7385
+ },
7386
+ "hasDynamicHelp": false,
7387
+ "hidden": true,
7388
+ "hiddenAliases": [],
7389
+ "id": "simulator:start",
7390
+ "pluginAlias": "eas-cli",
7391
+ "pluginName": "eas-cli",
7392
+ "pluginType": "core",
7393
+ "strict": true,
7394
+ "enableJsonFlag": false,
7395
+ "ContextOptions": {
7396
+ "LoggedIn": {
7397
+ "loggedIn": {}
7398
+ },
7399
+ "MaybeLoggedIn": {
7400
+ "maybeLoggedIn": {}
7401
+ },
7402
+ "DynamicLoggedIn": {
7403
+ "getDynamicLoggedInAsync": {}
7404
+ },
7405
+ "SessionManagment": {
7406
+ "sessionManager": {}
7407
+ },
7408
+ "OptionalProjectConfig": {
7409
+ "optionalPrivateProjectConfig": {}
7410
+ },
7411
+ "ProjectDir": {
7412
+ "projectDir": {}
7413
+ },
7414
+ "DynamicProjectConfig": {
7415
+ "getDynamicPublicProjectConfigAsync": {},
7416
+ "getDynamicPrivateProjectConfigAsync": {}
7417
+ },
7418
+ "ProjectConfig": {
7419
+ "loggedIn": {},
7420
+ "privateProjectConfig": {}
7421
+ },
7422
+ "Analytics": {
7423
+ "analytics": {}
7424
+ },
7425
+ "Vcs": {
7426
+ "vcsClient": {}
7427
+ },
7428
+ "ServerSideEnvironmentVariables": {
7429
+ "getServerSideEnvironmentVariablesAsync": {}
7430
+ },
7431
+ "ProjectId": {
7432
+ "projectId": {}
7433
+ }
7434
+ },
7435
+ "contextDefinition": {
7436
+ "projectId": {},
7437
+ "loggedIn": {}
7438
+ },
7439
+ "isESM": false,
7440
+ "relativePath": [
7441
+ "build",
7442
+ "commands",
7443
+ "simulator",
7444
+ "start.js"
7445
+ ]
7446
+ },
7343
7447
  "submit:internal": {
7344
7448
  "aliases": [],
7345
7449
  "args": {},
@@ -10505,5 +10609,5 @@
10505
10609
  ]
10506
10610
  }
10507
10611
  },
10508
- "version": "18.8.0"
10612
+ "version": "18.8.1"
10509
10613
  }