eas-cli 18.10.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.
Files changed (56) hide show
  1. package/README.md +107 -102
  2. package/build/build/runBuildAndSubmit.d.ts +3 -1
  3. package/build/build/runBuildAndSubmit.js +12 -4
  4. package/build/build/utils/repository.js +8 -0
  5. package/build/build/validateLockfile.d.ts +1 -0
  6. package/build/build/validateLockfile.js +37 -0
  7. package/build/commandUtils/buildFlags.d.ts +1 -0
  8. package/build/commandUtils/buildFlags.js +18 -0
  9. package/build/commandUtils/convex.d.ts +1 -0
  10. package/build/commandUtils/convex.js +8 -2
  11. package/build/commands/build/dev.d.ts +1 -0
  12. package/build/commands/build/dev.js +12 -2
  13. package/build/commands/build/run.d.ts +1 -0
  14. package/build/commands/build/run.js +12 -3
  15. package/build/commands/integrations/convex/connect.d.ts +1 -0
  16. package/build/commands/integrations/convex/connect.js +65 -7
  17. package/build/commands/integrations/convex/team/invite.js +6 -1
  18. package/build/commands/observe/events.js +12 -24
  19. package/build/commands/observe/logs.d.ts +29 -0
  20. package/build/commands/observe/logs.js +163 -0
  21. package/build/commands/observe/metrics.js +11 -19
  22. package/build/commands/observe/versions.js +11 -19
  23. package/build/commands/simulator/start.js +85 -92
  24. package/build/commands/simulator/stop.js +1 -1
  25. package/build/graphql/generated.d.ts +290 -10
  26. package/build/graphql/generated.js +32 -3
  27. package/build/graphql/mutations/DeviceRunSessionMutation.d.ts +2 -2
  28. package/build/graphql/mutations/DeviceRunSessionMutation.js +4 -4
  29. package/build/graphql/queries/DeviceRunSessionQuery.js +8 -1
  30. package/build/graphql/queries/ObserveQuery.d.ts +21 -1
  31. package/build/graphql/queries/ObserveQuery.js +80 -0
  32. package/build/graphql/types/ConvexTeamConnection.d.ts +1 -1
  33. package/build/graphql/types/ConvexTeamConnection.js +1 -0
  34. package/build/graphql/types/Observe.d.ts +1 -0
  35. package/build/graphql/types/Observe.js +26 -1
  36. package/build/observe/fetchCustomEvents.d.ts +19 -0
  37. package/build/observe/fetchCustomEvents.js +21 -0
  38. package/build/observe/formatCustomEvents.d.ts +70 -0
  39. package/build/observe/formatCustomEvents.js +140 -0
  40. package/build/observe/formatEvents.js +5 -34
  41. package/build/observe/formatMetrics.js +2 -7
  42. package/build/observe/formatUtils.d.ts +27 -0
  43. package/build/observe/formatUtils.js +64 -0
  44. package/build/observe/formatVersions.js +2 -9
  45. package/build/observe/platforms.d.ts +21 -0
  46. package/build/observe/platforms.js +48 -0
  47. package/build/observe/resolveProjectContext.d.ts +22 -0
  48. package/build/observe/resolveProjectContext.js +21 -0
  49. package/build/run/ios/run.d.ts +2 -1
  50. package/build/run/ios/run.js +6 -2
  51. package/build/run/ios/simulator.d.ts +4 -1
  52. package/build/run/ios/simulator.js +14 -2
  53. package/build/run/run.d.ts +2 -1
  54. package/build/run/run.js +2 -2
  55. package/oclif.manifest.json +568 -375
  56. package/package.json +5 -5
@@ -1802,6 +1802,13 @@
1802
1802
  "name": "skip-bundler",
1803
1803
  "allowNo": false,
1804
1804
  "type": "boolean"
1805
+ },
1806
+ "simulator": {
1807
+ "description": "iOS simulator name or UDID to install and run the development build on. If no value is provided, you will be prompted to select a simulator.",
1808
+ "name": "simulator",
1809
+ "hasDynamicHelp": false,
1810
+ "multiple": false,
1811
+ "type": "option"
1805
1812
  }
1806
1813
  },
1807
1814
  "hasDynamicHelp": false,
@@ -2902,6 +2909,13 @@
2902
2909
  "multiple": false,
2903
2910
  "type": "option"
2904
2911
  },
2912
+ "simulator": {
2913
+ "description": "iOS simulator name or UDID to install and run the build on. If no value is provided, you will be prompted to select a simulator.",
2914
+ "name": "simulator",
2915
+ "hasDynamicHelp": false,
2916
+ "multiple": false,
2917
+ "type": "option"
2918
+ },
2905
2919
  "offset": {
2906
2920
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2907
2921
  "name": "offset",
@@ -5966,250 +5980,6 @@
5966
5980
  "generate.js"
5967
5981
  ]
5968
5982
  },
5969
- "metadata:lint": {
5970
- "aliases": [],
5971
- "args": {},
5972
- "description": "validate the local store configuration",
5973
- "flags": {
5974
- "json": {
5975
- "description": "Enable JSON output, non-JSON messages will be printed to stderr",
5976
- "name": "json",
5977
- "allowNo": false,
5978
- "type": "boolean"
5979
- },
5980
- "profile": {
5981
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
5982
- "name": "profile",
5983
- "hasDynamicHelp": false,
5984
- "multiple": false,
5985
- "type": "option"
5986
- }
5987
- },
5988
- "hasDynamicHelp": false,
5989
- "hiddenAliases": [],
5990
- "id": "metadata:lint",
5991
- "pluginAlias": "eas-cli",
5992
- "pluginName": "eas-cli",
5993
- "pluginType": "core",
5994
- "strict": true,
5995
- "enableJsonFlag": false,
5996
- "ContextOptions": {
5997
- "LoggedIn": {
5998
- "loggedIn": {}
5999
- },
6000
- "MaybeLoggedIn": {
6001
- "maybeLoggedIn": {}
6002
- },
6003
- "DynamicLoggedIn": {
6004
- "getDynamicLoggedInAsync": {}
6005
- },
6006
- "SessionManagment": {
6007
- "sessionManager": {}
6008
- },
6009
- "OptionalProjectConfig": {
6010
- "optionalPrivateProjectConfig": {}
6011
- },
6012
- "ProjectDir": {
6013
- "projectDir": {}
6014
- },
6015
- "DynamicProjectConfig": {
6016
- "getDynamicPublicProjectConfigAsync": {},
6017
- "getDynamicPrivateProjectConfigAsync": {}
6018
- },
6019
- "ProjectConfig": {
6020
- "loggedIn": {},
6021
- "privateProjectConfig": {}
6022
- },
6023
- "Analytics": {
6024
- "analytics": {}
6025
- },
6026
- "Vcs": {
6027
- "vcsClient": {}
6028
- },
6029
- "ServerSideEnvironmentVariables": {
6030
- "getServerSideEnvironmentVariablesAsync": {}
6031
- },
6032
- "ProjectId": {
6033
- "projectId": {}
6034
- }
6035
- },
6036
- "contextDefinition": {
6037
- "projectDir": {}
6038
- },
6039
- "isESM": false,
6040
- "relativePath": [
6041
- "build",
6042
- "commands",
6043
- "metadata",
6044
- "lint.js"
6045
- ]
6046
- },
6047
- "metadata:pull": {
6048
- "aliases": [],
6049
- "args": {},
6050
- "description": "generate the local store configuration from the app stores",
6051
- "flags": {
6052
- "profile": {
6053
- "char": "e",
6054
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6055
- "name": "profile",
6056
- "hasDynamicHelp": false,
6057
- "multiple": false,
6058
- "type": "option"
6059
- },
6060
- "non-interactive": {
6061
- "description": "Run the command in non-interactive mode.",
6062
- "name": "non-interactive",
6063
- "noCacheDefault": true,
6064
- "allowNo": false,
6065
- "type": "boolean"
6066
- }
6067
- },
6068
- "hasDynamicHelp": false,
6069
- "hiddenAliases": [],
6070
- "id": "metadata:pull",
6071
- "pluginAlias": "eas-cli",
6072
- "pluginName": "eas-cli",
6073
- "pluginType": "core",
6074
- "strict": true,
6075
- "enableJsonFlag": false,
6076
- "ContextOptions": {
6077
- "LoggedIn": {
6078
- "loggedIn": {}
6079
- },
6080
- "MaybeLoggedIn": {
6081
- "maybeLoggedIn": {}
6082
- },
6083
- "DynamicLoggedIn": {
6084
- "getDynamicLoggedInAsync": {}
6085
- },
6086
- "SessionManagment": {
6087
- "sessionManager": {}
6088
- },
6089
- "OptionalProjectConfig": {
6090
- "optionalPrivateProjectConfig": {}
6091
- },
6092
- "ProjectDir": {
6093
- "projectDir": {}
6094
- },
6095
- "DynamicProjectConfig": {
6096
- "getDynamicPublicProjectConfigAsync": {},
6097
- "getDynamicPrivateProjectConfigAsync": {}
6098
- },
6099
- "ProjectConfig": {
6100
- "loggedIn": {},
6101
- "privateProjectConfig": {}
6102
- },
6103
- "Analytics": {
6104
- "analytics": {}
6105
- },
6106
- "Vcs": {
6107
- "vcsClient": {}
6108
- },
6109
- "ServerSideEnvironmentVariables": {
6110
- "getServerSideEnvironmentVariablesAsync": {}
6111
- },
6112
- "ProjectId": {
6113
- "projectId": {}
6114
- }
6115
- },
6116
- "contextDefinition": {
6117
- "loggedIn": {},
6118
- "privateProjectConfig": {},
6119
- "analytics": {},
6120
- "vcsClient": {}
6121
- },
6122
- "isESM": false,
6123
- "relativePath": [
6124
- "build",
6125
- "commands",
6126
- "metadata",
6127
- "pull.js"
6128
- ]
6129
- },
6130
- "metadata:push": {
6131
- "aliases": [],
6132
- "args": {},
6133
- "description": "sync the local store configuration to the app stores",
6134
- "flags": {
6135
- "profile": {
6136
- "char": "e",
6137
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
6138
- "name": "profile",
6139
- "hasDynamicHelp": false,
6140
- "multiple": false,
6141
- "type": "option"
6142
- },
6143
- "non-interactive": {
6144
- "description": "Run the command in non-interactive mode.",
6145
- "name": "non-interactive",
6146
- "noCacheDefault": true,
6147
- "allowNo": false,
6148
- "type": "boolean"
6149
- }
6150
- },
6151
- "hasDynamicHelp": false,
6152
- "hiddenAliases": [],
6153
- "id": "metadata:push",
6154
- "pluginAlias": "eas-cli",
6155
- "pluginName": "eas-cli",
6156
- "pluginType": "core",
6157
- "strict": true,
6158
- "enableJsonFlag": false,
6159
- "ContextOptions": {
6160
- "LoggedIn": {
6161
- "loggedIn": {}
6162
- },
6163
- "MaybeLoggedIn": {
6164
- "maybeLoggedIn": {}
6165
- },
6166
- "DynamicLoggedIn": {
6167
- "getDynamicLoggedInAsync": {}
6168
- },
6169
- "SessionManagment": {
6170
- "sessionManager": {}
6171
- },
6172
- "OptionalProjectConfig": {
6173
- "optionalPrivateProjectConfig": {}
6174
- },
6175
- "ProjectDir": {
6176
- "projectDir": {}
6177
- },
6178
- "DynamicProjectConfig": {
6179
- "getDynamicPublicProjectConfigAsync": {},
6180
- "getDynamicPrivateProjectConfigAsync": {}
6181
- },
6182
- "ProjectConfig": {
6183
- "loggedIn": {},
6184
- "privateProjectConfig": {}
6185
- },
6186
- "Analytics": {
6187
- "analytics": {}
6188
- },
6189
- "Vcs": {
6190
- "vcsClient": {}
6191
- },
6192
- "ServerSideEnvironmentVariables": {
6193
- "getServerSideEnvironmentVariablesAsync": {}
6194
- },
6195
- "ProjectId": {
6196
- "projectId": {}
6197
- }
6198
- },
6199
- "contextDefinition": {
6200
- "loggedIn": {},
6201
- "privateProjectConfig": {},
6202
- "analytics": {},
6203
- "vcsClient": {}
6204
- },
6205
- "isESM": false,
6206
- "relativePath": [
6207
- "build",
6208
- "commands",
6209
- "metadata",
6210
- "push.js"
6211
- ]
6212
- },
6213
5983
  "observe:events": {
6214
5984
  "aliases": [],
6215
5985
  "args": {
@@ -6398,6 +6168,185 @@
6398
6168
  "events.js"
6399
6169
  ]
6400
6170
  },
6171
+ "observe:logs": {
6172
+ "aliases": [],
6173
+ "args": {
6174
+ "eventName": {
6175
+ "description": "Custom event name to filter by",
6176
+ "name": "eventName",
6177
+ "required": false
6178
+ }
6179
+ },
6180
+ "description": "display individual custom events (logs) emitted by the app, filtered by the event name in the argument. With no arguments, a list of the available event names and associated event counts is returned.",
6181
+ "flags": {
6182
+ "platform": {
6183
+ "description": "Filter by platform",
6184
+ "name": "platform",
6185
+ "hasDynamicHelp": false,
6186
+ "multiple": false,
6187
+ "options": [
6188
+ "android",
6189
+ "ios"
6190
+ ],
6191
+ "type": "option"
6192
+ },
6193
+ "after": {
6194
+ "description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
6195
+ "name": "after",
6196
+ "hasDynamicHelp": false,
6197
+ "multiple": false,
6198
+ "type": "option"
6199
+ },
6200
+ "limit": {
6201
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
6202
+ "name": "limit",
6203
+ "hasDynamicHelp": false,
6204
+ "multiple": false,
6205
+ "type": "option"
6206
+ },
6207
+ "start": {
6208
+ "description": "Start of time range (ISO date)",
6209
+ "exclusive": [
6210
+ "days"
6211
+ ],
6212
+ "name": "start",
6213
+ "hasDynamicHelp": false,
6214
+ "multiple": false,
6215
+ "type": "option"
6216
+ },
6217
+ "end": {
6218
+ "description": "End of time range (ISO date)",
6219
+ "exclusive": [
6220
+ "days"
6221
+ ],
6222
+ "name": "end",
6223
+ "hasDynamicHelp": false,
6224
+ "multiple": false,
6225
+ "type": "option"
6226
+ },
6227
+ "days": {
6228
+ "description": "Show events from the last N days (mutually exclusive with --start/--end)",
6229
+ "exclusive": [
6230
+ "start",
6231
+ "end"
6232
+ ],
6233
+ "name": "days",
6234
+ "hasDynamicHelp": false,
6235
+ "multiple": false,
6236
+ "type": "option"
6237
+ },
6238
+ "app-version": {
6239
+ "description": "Filter by app version",
6240
+ "name": "app-version",
6241
+ "hasDynamicHelp": false,
6242
+ "multiple": false,
6243
+ "type": "option"
6244
+ },
6245
+ "update-id": {
6246
+ "description": "Filter by EAS update ID",
6247
+ "name": "update-id",
6248
+ "hasDynamicHelp": false,
6249
+ "multiple": false,
6250
+ "type": "option"
6251
+ },
6252
+ "session-id": {
6253
+ "description": "Filter by session ID",
6254
+ "name": "session-id",
6255
+ "hasDynamicHelp": false,
6256
+ "multiple": false,
6257
+ "type": "option"
6258
+ },
6259
+ "all-events": {
6260
+ "description": "When no event name argument is provided, list all events across all event names instead of a summary of event names + counts.",
6261
+ "name": "all-events",
6262
+ "allowNo": false,
6263
+ "type": "boolean"
6264
+ },
6265
+ "project-id": {
6266
+ "description": "EAS project ID (defaults to the project ID of the current directory)",
6267
+ "name": "project-id",
6268
+ "hasDynamicHelp": false,
6269
+ "multiple": false,
6270
+ "type": "option"
6271
+ },
6272
+ "json": {
6273
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
6274
+ "name": "json",
6275
+ "allowNo": false,
6276
+ "type": "boolean"
6277
+ },
6278
+ "non-interactive": {
6279
+ "description": "Run the command in non-interactive mode.",
6280
+ "name": "non-interactive",
6281
+ "noCacheDefault": true,
6282
+ "allowNo": false,
6283
+ "type": "boolean"
6284
+ }
6285
+ },
6286
+ "hasDynamicHelp": false,
6287
+ "hidden": true,
6288
+ "hiddenAliases": [],
6289
+ "id": "observe:logs",
6290
+ "pluginAlias": "eas-cli",
6291
+ "pluginName": "eas-cli",
6292
+ "pluginType": "core",
6293
+ "strict": true,
6294
+ "enableJsonFlag": false,
6295
+ "ContextOptions": {
6296
+ "LoggedIn": {
6297
+ "loggedIn": {}
6298
+ },
6299
+ "MaybeLoggedIn": {
6300
+ "maybeLoggedIn": {}
6301
+ },
6302
+ "DynamicLoggedIn": {
6303
+ "getDynamicLoggedInAsync": {}
6304
+ },
6305
+ "SessionManagment": {
6306
+ "sessionManager": {}
6307
+ },
6308
+ "OptionalProjectConfig": {
6309
+ "optionalPrivateProjectConfig": {}
6310
+ },
6311
+ "ProjectDir": {
6312
+ "projectDir": {}
6313
+ },
6314
+ "DynamicProjectConfig": {
6315
+ "getDynamicPublicProjectConfigAsync": {},
6316
+ "getDynamicPrivateProjectConfigAsync": {}
6317
+ },
6318
+ "ProjectConfig": {
6319
+ "loggedIn": {},
6320
+ "privateProjectConfig": {}
6321
+ },
6322
+ "Analytics": {
6323
+ "analytics": {}
6324
+ },
6325
+ "Vcs": {
6326
+ "vcsClient": {}
6327
+ },
6328
+ "ServerSideEnvironmentVariables": {
6329
+ "getServerSideEnvironmentVariablesAsync": {}
6330
+ },
6331
+ "ProjectId": {
6332
+ "projectId": {}
6333
+ }
6334
+ },
6335
+ "contextDefinition": {
6336
+ "projectId": {},
6337
+ "loggedIn": {}
6338
+ },
6339
+ "loggedInOnlyContextDefinition": {
6340
+ "loggedIn": {}
6341
+ },
6342
+ "isESM": false,
6343
+ "relativePath": [
6344
+ "build",
6345
+ "commands",
6346
+ "observe",
6347
+ "logs.js"
6348
+ ]
6349
+ },
6401
6350
  "observe:metrics": {
6402
6351
  "aliases": [],
6403
6352
  "args": {},
@@ -6700,7 +6649,255 @@
6700
6649
  "flags": {},
6701
6650
  "hasDynamicHelp": false,
6702
6651
  "hiddenAliases": [],
6703
- "id": "project:info",
6652
+ "id": "project:info",
6653
+ "pluginAlias": "eas-cli",
6654
+ "pluginName": "eas-cli",
6655
+ "pluginType": "core",
6656
+ "strict": true,
6657
+ "enableJsonFlag": false,
6658
+ "ContextOptions": {
6659
+ "LoggedIn": {
6660
+ "loggedIn": {}
6661
+ },
6662
+ "MaybeLoggedIn": {
6663
+ "maybeLoggedIn": {}
6664
+ },
6665
+ "DynamicLoggedIn": {
6666
+ "getDynamicLoggedInAsync": {}
6667
+ },
6668
+ "SessionManagment": {
6669
+ "sessionManager": {}
6670
+ },
6671
+ "OptionalProjectConfig": {
6672
+ "optionalPrivateProjectConfig": {}
6673
+ },
6674
+ "ProjectDir": {
6675
+ "projectDir": {}
6676
+ },
6677
+ "DynamicProjectConfig": {
6678
+ "getDynamicPublicProjectConfigAsync": {},
6679
+ "getDynamicPrivateProjectConfigAsync": {}
6680
+ },
6681
+ "ProjectConfig": {
6682
+ "loggedIn": {},
6683
+ "privateProjectConfig": {}
6684
+ },
6685
+ "Analytics": {
6686
+ "analytics": {}
6687
+ },
6688
+ "Vcs": {
6689
+ "vcsClient": {}
6690
+ },
6691
+ "ServerSideEnvironmentVariables": {
6692
+ "getServerSideEnvironmentVariablesAsync": {}
6693
+ },
6694
+ "ProjectId": {
6695
+ "projectId": {}
6696
+ }
6697
+ },
6698
+ "contextDefinition": {
6699
+ "projectId": {},
6700
+ "loggedIn": {}
6701
+ },
6702
+ "isESM": false,
6703
+ "relativePath": [
6704
+ "build",
6705
+ "commands",
6706
+ "project",
6707
+ "info.js"
6708
+ ]
6709
+ },
6710
+ "project:init": {
6711
+ "aliases": [
6712
+ "init"
6713
+ ],
6714
+ "args": {},
6715
+ "description": "create or link an EAS project",
6716
+ "flags": {
6717
+ "id": {
6718
+ "description": "ID of the EAS project to link",
6719
+ "name": "id",
6720
+ "hasDynamicHelp": false,
6721
+ "multiple": false,
6722
+ "type": "option"
6723
+ },
6724
+ "force": {
6725
+ "description": "Whether to create a new project/link an existing project without additional prompts or overwrite any existing project ID when running with --id flag",
6726
+ "name": "force",
6727
+ "allowNo": false,
6728
+ "type": "boolean"
6729
+ },
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",
6704
6901
  "pluginAlias": "eas-cli",
6705
6902
  "pluginName": "eas-cli",
6706
6903
  "pluginType": "core",
@@ -6747,48 +6944,39 @@
6747
6944
  }
6748
6945
  },
6749
6946
  "contextDefinition": {
6750
- "projectId": {},
6751
- "loggedIn": {}
6947
+ "loggedIn": {},
6948
+ "analytics": {}
6752
6949
  },
6753
6950
  "isESM": false,
6754
6951
  "relativePath": [
6755
6952
  "build",
6756
6953
  "commands",
6757
6954
  "project",
6758
- "info.js"
6955
+ "onboarding.js"
6759
6956
  ]
6760
6957
  },
6761
- "project:init": {
6762
- "aliases": [
6763
- "init"
6764
- ],
6958
+ "metadata:lint": {
6959
+ "aliases": [],
6765
6960
  "args": {},
6766
- "description": "create or link an EAS project",
6961
+ "description": "validate the local store configuration",
6767
6962
  "flags": {
6768
- "id": {
6769
- "description": "ID of the EAS project to link",
6770
- "name": "id",
6771
- "hasDynamicHelp": false,
6772
- "multiple": false,
6773
- "type": "option"
6774
- },
6775
- "force": {
6776
- "description": "Whether to create a new project/link an existing project without additional prompts or overwrite any existing project ID when running with --id flag",
6777
- "name": "force",
6963
+ "json": {
6964
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr",
6965
+ "name": "json",
6778
6966
  "allowNo": false,
6779
6967
  "type": "boolean"
6780
6968
  },
6781
- "non-interactive": {
6782
- "description": "Run the command in non-interactive mode.",
6783
- "name": "non-interactive",
6784
- "noCacheDefault": true,
6785
- "allowNo": false,
6786
- "type": "boolean"
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"
6787
6975
  }
6788
6976
  },
6789
6977
  "hasDynamicHelp": false,
6790
6978
  "hiddenAliases": [],
6791
- "id": "project:init",
6979
+ "id": "metadata:lint",
6792
6980
  "pluginAlias": "eas-cli",
6793
6981
  "pluginName": "eas-cli",
6794
6982
  "pluginType": "core",
@@ -6835,49 +7023,40 @@
6835
7023
  }
6836
7024
  },
6837
7025
  "contextDefinition": {
6838
- "loggedIn": {},
6839
7026
  "projectDir": {}
6840
7027
  },
6841
7028
  "isESM": false,
6842
7029
  "relativePath": [
6843
7030
  "build",
6844
7031
  "commands",
6845
- "project",
6846
- "init.js"
7032
+ "metadata",
7033
+ "lint.js"
6847
7034
  ]
6848
7035
  },
6849
- "project:new": {
6850
- "aliases": [
6851
- "new"
6852
- ],
6853
- "args": {
6854
- "path": {
6855
- "description": "Path to create the project (defaults to current directory)",
6856
- "name": "path",
6857
- "required": false
6858
- }
6859
- },
6860
- "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",
6861
7040
  "flags": {
6862
- "package-manager": {
6863
- "char": "p",
6864
- "description": "Package manager to use for installing dependencies",
6865
- "name": "package-manager",
6866
- "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",
6867
7045
  "hasDynamicHelp": false,
6868
7046
  "multiple": false,
6869
- "options": [
6870
- "bun",
6871
- "npm",
6872
- "pnpm",
6873
- "yarn"
6874
- ],
6875
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"
6876
7055
  }
6877
7056
  },
6878
7057
  "hasDynamicHelp": false,
6879
7058
  "hiddenAliases": [],
6880
- "id": "project:new",
7059
+ "id": "metadata:pull",
6881
7060
  "pluginAlias": "eas-cli",
6882
7061
  "pluginName": "eas-cli",
6883
7062
  "pluginType": "core",
@@ -6924,31 +7103,43 @@
6924
7103
  }
6925
7104
  },
6926
7105
  "contextDefinition": {
6927
- "loggedIn": {}
7106
+ "loggedIn": {},
7107
+ "privateProjectConfig": {},
7108
+ "analytics": {},
7109
+ "vcsClient": {}
6928
7110
  },
6929
7111
  "isESM": false,
6930
7112
  "relativePath": [
6931
7113
  "build",
6932
7114
  "commands",
6933
- "project",
6934
- "new.js"
7115
+ "metadata",
7116
+ "pull.js"
6935
7117
  ]
6936
7118
  },
6937
- "project:onboarding": {
6938
- "aliases": [
6939
- "init:onboarding",
6940
- "onboarding"
6941
- ],
6942
- "args": {
6943
- "TARGET_PROJECT_DIRECTORY": {
6944
- "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"
6945
7138
  }
6946
7139
  },
6947
- "description": "continue onboarding process started on the https://expo.new website.",
6948
- "flags": {},
6949
7140
  "hasDynamicHelp": false,
6950
7141
  "hiddenAliases": [],
6951
- "id": "project:onboarding",
7142
+ "id": "metadata:push",
6952
7143
  "pluginAlias": "eas-cli",
6953
7144
  "pluginName": "eas-cli",
6954
7145
  "pluginType": "core",
@@ -6996,14 +7187,16 @@
6996
7187
  },
6997
7188
  "contextDefinition": {
6998
7189
  "loggedIn": {},
6999
- "analytics": {}
7190
+ "privateProjectConfig": {},
7191
+ "analytics": {},
7192
+ "vcsClient": {}
7000
7193
  },
7001
7194
  "isESM": false,
7002
7195
  "relativePath": [
7003
7196
  "build",
7004
7197
  "commands",
7005
- "project",
7006
- "onboarding.js"
7198
+ "metadata",
7199
+ "push.js"
7007
7200
  ]
7008
7201
  },
7009
7202
  "secret:create": {
@@ -7369,13 +7562,11 @@
7369
7562
  "push.js"
7370
7563
  ]
7371
7564
  },
7372
- "simulator:start": {
7565
+ "submit:internal": {
7373
7566
  "aliases": [],
7374
7567
  "args": {},
7375
- "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get the credentials to connect to it with the CLI tool of your choice",
7376
7568
  "flags": {
7377
7569
  "platform": {
7378
- "description": "Device platform",
7379
7570
  "name": "platform",
7380
7571
  "required": true,
7381
7572
  "hasDynamicHelp": false,
@@ -7386,36 +7577,26 @@
7386
7577
  ],
7387
7578
  "type": "option"
7388
7579
  },
7389
- "type": {
7390
- "description": "Type of device run session to create",
7391
- "name": "type",
7392
- "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",
7393
7583
  "hasDynamicHelp": false,
7394
7584
  "multiple": false,
7395
- "options": [
7396
- "agent-device"
7397
- ],
7398
7585
  "type": "option"
7399
7586
  },
7400
- "package-version": {
7401
- "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7402
- "name": "package-version",
7587
+ "id": {
7588
+ "description": "ID of the build to submit",
7589
+ "name": "id",
7590
+ "required": true,
7403
7591
  "hasDynamicHelp": false,
7404
7592
  "multiple": false,
7405
7593
  "type": "option"
7406
- },
7407
- "non-interactive": {
7408
- "description": "Run the command in non-interactive mode.",
7409
- "name": "non-interactive",
7410
- "noCacheDefault": true,
7411
- "allowNo": false,
7412
- "type": "boolean"
7413
7594
  }
7414
7595
  },
7415
7596
  "hasDynamicHelp": false,
7416
7597
  "hidden": true,
7417
7598
  "hiddenAliases": [],
7418
- "id": "simulator:start",
7599
+ "id": "submit:internal",
7419
7600
  "pluginAlias": "eas-cli",
7420
7601
  "pluginName": "eas-cli",
7421
7602
  "pluginType": "core",
@@ -7462,28 +7643,53 @@
7462
7643
  }
7463
7644
  },
7464
7645
  "contextDefinition": {
7465
- "projectId": {},
7466
- "loggedIn": {}
7646
+ "loggedIn": {},
7647
+ "privateProjectConfig": {},
7648
+ "projectDir": {},
7649
+ "analytics": {},
7650
+ "vcsClient": {}
7467
7651
  },
7468
7652
  "isESM": false,
7469
7653
  "relativePath": [
7470
7654
  "build",
7471
7655
  "commands",
7472
- "simulator",
7473
- "start.js"
7656
+ "submit",
7657
+ "internal.js"
7474
7658
  ]
7475
7659
  },
7476
- "simulator:stop": {
7660
+ "simulator:start": {
7477
7661
  "aliases": [],
7478
7662
  "args": {},
7479
- "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",
7480
7664
  "flags": {
7481
- "id": {
7482
- "description": "Device run session ID",
7483
- "name": "id",
7665
+ "platform": {
7666
+ "description": "Device platform",
7667
+ "name": "platform",
7484
7668
  "required": true,
7485
7669
  "hasDynamicHelp": false,
7486
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,
7487
7693
  "type": "option"
7488
7694
  },
7489
7695
  "non-interactive": {
@@ -7497,7 +7703,7 @@
7497
7703
  "hasDynamicHelp": false,
7498
7704
  "hidden": true,
7499
7705
  "hiddenAliases": [],
7500
- "id": "simulator:stop",
7706
+ "id": "simulator:start",
7501
7707
  "pluginAlias": "eas-cli",
7502
7708
  "pluginName": "eas-cli",
7503
7709
  "pluginType": "core",
@@ -7544,6 +7750,7 @@
7544
7750
  }
7545
7751
  },
7546
7752
  "contextDefinition": {
7753
+ "projectId": {},
7547
7754
  "loggedIn": {}
7548
7755
  },
7549
7756
  "isESM": false,
@@ -7551,44 +7758,34 @@
7551
7758
  "build",
7552
7759
  "commands",
7553
7760
  "simulator",
7554
- "stop.js"
7761
+ "start.js"
7555
7762
  ]
7556
7763
  },
7557
- "submit:internal": {
7764
+ "simulator:stop": {
7558
7765
  "aliases": [],
7559
7766
  "args": {},
7767
+ "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
7560
7768
  "flags": {
7561
- "platform": {
7562
- "name": "platform",
7563
- "required": true,
7564
- "hasDynamicHelp": false,
7565
- "multiple": false,
7566
- "options": [
7567
- "android",
7568
- "ios"
7569
- ],
7570
- "type": "option"
7571
- },
7572
- "profile": {
7573
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7574
- "name": "profile",
7575
- "hasDynamicHelp": false,
7576
- "multiple": false,
7577
- "type": "option"
7578
- },
7579
7769
  "id": {
7580
- "description": "ID of the build to submit",
7770
+ "description": "Device run session ID",
7581
7771
  "name": "id",
7582
7772
  "required": true,
7583
7773
  "hasDynamicHelp": false,
7584
7774
  "multiple": false,
7585
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"
7586
7783
  }
7587
7784
  },
7588
7785
  "hasDynamicHelp": false,
7589
7786
  "hidden": true,
7590
7787
  "hiddenAliases": [],
7591
- "id": "submit:internal",
7788
+ "id": "simulator:stop",
7592
7789
  "pluginAlias": "eas-cli",
7593
7790
  "pluginName": "eas-cli",
7594
7791
  "pluginType": "core",
@@ -7635,18 +7832,14 @@
7635
7832
  }
7636
7833
  },
7637
7834
  "contextDefinition": {
7638
- "loggedIn": {},
7639
- "privateProjectConfig": {},
7640
- "projectDir": {},
7641
- "analytics": {},
7642
- "vcsClient": {}
7835
+ "loggedIn": {}
7643
7836
  },
7644
7837
  "isESM": false,
7645
7838
  "relativePath": [
7646
7839
  "build",
7647
7840
  "commands",
7648
- "submit",
7649
- "internal.js"
7841
+ "simulator",
7842
+ "stop.js"
7650
7843
  ]
7651
7844
  },
7652
7845
  "update:configure": {
@@ -11537,5 +11730,5 @@
11537
11730
  ]
11538
11731
  }
11539
11732
  },
11540
- "version": "18.10.0"
11733
+ "version": "18.12.0"
11541
11734
  }