eas-cli 20.0.0 → 20.1.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.
@@ -4841,264 +4841,6 @@
4841
4841
  "view.js"
4842
4842
  ]
4843
4843
  },
4844
- "fingerprint:compare": {
4845
- "aliases": [],
4846
- "args": {
4847
- "hash1": {
4848
- "description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
4849
- "name": "hash1",
4850
- "required": false
4851
- },
4852
- "hash2": {
4853
- "description": "If two hashes are provided, HASH1 is compared against HASH2.",
4854
- "name": "hash2",
4855
- "required": false
4856
- }
4857
- },
4858
- "description": "compare fingerprints of the current project, builds, and updates",
4859
- "examples": [
4860
- "$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
4861
- "$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
4862
- "$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
4863
- "$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
4864
- "$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
4865
- "$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
4866
- "$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
4867
- "$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
4868
- ],
4869
- "flags": {
4870
- "build-id": {
4871
- "aliases": [
4872
- "buildId"
4873
- ],
4874
- "description": "Compare the fingerprint with the build with the specified ID",
4875
- "name": "build-id",
4876
- "hasDynamicHelp": false,
4877
- "multiple": true,
4878
- "type": "option"
4879
- },
4880
- "update-id": {
4881
- "aliases": [
4882
- "updateId"
4883
- ],
4884
- "description": "Compare the fingerprint with the update with the specified ID",
4885
- "name": "update-id",
4886
- "hasDynamicHelp": false,
4887
- "multiple": true,
4888
- "type": "option"
4889
- },
4890
- "open": {
4891
- "description": "Open the fingerprint comparison in the browser",
4892
- "name": "open",
4893
- "allowNo": false,
4894
- "type": "boolean"
4895
- },
4896
- "environment": {
4897
- "description": "If generating a fingerprint from the local directory, use the specified environment.",
4898
- "name": "environment",
4899
- "hasDynamicHelp": false,
4900
- "multiple": false,
4901
- "type": "option"
4902
- },
4903
- "json": {
4904
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4905
- "name": "json",
4906
- "allowNo": false,
4907
- "type": "boolean"
4908
- },
4909
- "non-interactive": {
4910
- "description": "Run the command in non-interactive mode.",
4911
- "name": "non-interactive",
4912
- "noCacheDefault": true,
4913
- "allowNo": false,
4914
- "type": "boolean"
4915
- }
4916
- },
4917
- "hasDynamicHelp": false,
4918
- "hiddenAliases": [],
4919
- "id": "fingerprint:compare",
4920
- "pluginAlias": "eas-cli",
4921
- "pluginName": "eas-cli",
4922
- "pluginType": "core",
4923
- "strict": false,
4924
- "enableJsonFlag": false,
4925
- "ContextOptions": {
4926
- "LoggedIn": {
4927
- "loggedIn": {}
4928
- },
4929
- "MaybeLoggedIn": {
4930
- "maybeLoggedIn": {}
4931
- },
4932
- "DynamicLoggedIn": {
4933
- "getDynamicLoggedInAsync": {}
4934
- },
4935
- "SessionManagment": {
4936
- "sessionManager": {}
4937
- },
4938
- "OptionalProjectConfig": {
4939
- "optionalPrivateProjectConfig": {}
4940
- },
4941
- "ProjectDir": {
4942
- "projectDir": {}
4943
- },
4944
- "DynamicProjectConfig": {
4945
- "getDynamicPublicProjectConfigAsync": {},
4946
- "getDynamicPrivateProjectConfigAsync": {}
4947
- },
4948
- "ProjectConfig": {
4949
- "loggedIn": {},
4950
- "privateProjectConfig": {}
4951
- },
4952
- "Analytics": {
4953
- "analytics": {}
4954
- },
4955
- "Vcs": {
4956
- "vcsClient": {}
4957
- },
4958
- "ServerSideEnvironmentVariables": {
4959
- "getServerSideEnvironmentVariablesAsync": {}
4960
- },
4961
- "ProjectId": {
4962
- "projectId": {}
4963
- }
4964
- },
4965
- "contextDefinition": {
4966
- "projectId": {},
4967
- "loggedIn": {},
4968
- "privateProjectConfig": {},
4969
- "vcsClient": {},
4970
- "getServerSideEnvironmentVariablesAsync": {}
4971
- },
4972
- "isESM": false,
4973
- "relativePath": [
4974
- "build",
4975
- "commands",
4976
- "fingerprint",
4977
- "compare.js"
4978
- ]
4979
- },
4980
- "fingerprint:generate": {
4981
- "aliases": [],
4982
- "args": {},
4983
- "description": "generate fingerprints from the current project",
4984
- "examples": [
4985
- "$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
4986
- "$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
4987
- "$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
4988
- "$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
4989
- ],
4990
- "flags": {
4991
- "platform": {
4992
- "char": "p",
4993
- "name": "platform",
4994
- "hasDynamicHelp": false,
4995
- "multiple": false,
4996
- "options": [
4997
- "android",
4998
- "ios"
4999
- ],
5000
- "type": "option"
5001
- },
5002
- "environment": {
5003
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5004
- "exclusive": [
5005
- "build-profile"
5006
- ],
5007
- "name": "environment",
5008
- "hasDynamicHelp": false,
5009
- "multiple": false,
5010
- "type": "option"
5011
- },
5012
- "build-profile": {
5013
- "char": "e",
5014
- "description": "Name of the build profile from eas.json.",
5015
- "exclusive": [
5016
- "environment"
5017
- ],
5018
- "name": "build-profile",
5019
- "hasDynamicHelp": false,
5020
- "multiple": false,
5021
- "type": "option"
5022
- },
5023
- "json": {
5024
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5025
- "name": "json",
5026
- "allowNo": false,
5027
- "type": "boolean"
5028
- },
5029
- "non-interactive": {
5030
- "description": "Run the command in non-interactive mode.",
5031
- "name": "non-interactive",
5032
- "noCacheDefault": true,
5033
- "allowNo": false,
5034
- "type": "boolean"
5035
- }
5036
- },
5037
- "hasDynamicHelp": false,
5038
- "hiddenAliases": [],
5039
- "id": "fingerprint:generate",
5040
- "pluginAlias": "eas-cli",
5041
- "pluginName": "eas-cli",
5042
- "pluginType": "core",
5043
- "strict": false,
5044
- "enableJsonFlag": false,
5045
- "ContextOptions": {
5046
- "LoggedIn": {
5047
- "loggedIn": {}
5048
- },
5049
- "MaybeLoggedIn": {
5050
- "maybeLoggedIn": {}
5051
- },
5052
- "DynamicLoggedIn": {
5053
- "getDynamicLoggedInAsync": {}
5054
- },
5055
- "SessionManagment": {
5056
- "sessionManager": {}
5057
- },
5058
- "OptionalProjectConfig": {
5059
- "optionalPrivateProjectConfig": {}
5060
- },
5061
- "ProjectDir": {
5062
- "projectDir": {}
5063
- },
5064
- "DynamicProjectConfig": {
5065
- "getDynamicPublicProjectConfigAsync": {},
5066
- "getDynamicPrivateProjectConfigAsync": {}
5067
- },
5068
- "ProjectConfig": {
5069
- "loggedIn": {},
5070
- "privateProjectConfig": {}
5071
- },
5072
- "Analytics": {
5073
- "analytics": {}
5074
- },
5075
- "Vcs": {
5076
- "vcsClient": {}
5077
- },
5078
- "ServerSideEnvironmentVariables": {
5079
- "getServerSideEnvironmentVariablesAsync": {}
5080
- },
5081
- "ProjectId": {
5082
- "projectId": {}
5083
- }
5084
- },
5085
- "contextDefinition": {
5086
- "projectId": {},
5087
- "loggedIn": {},
5088
- "privateProjectConfig": {},
5089
- "vcsClient": {},
5090
- "getServerSideEnvironmentVariablesAsync": {},
5091
- "getDynamicPublicProjectConfigAsync": {},
5092
- "getDynamicPrivateProjectConfigAsync": {}
5093
- },
5094
- "isESM": false,
5095
- "relativePath": [
5096
- "build",
5097
- "commands",
5098
- "fingerprint",
5099
- "generate.js"
5100
- ]
5101
- },
5102
4844
  "env:create": {
5103
4845
  "aliases": [],
5104
4846
  "args": {
@@ -5906,31 +5648,285 @@
5906
5648
  "hasDynamicHelp": false,
5907
5649
  "multiple": false,
5908
5650
  "options": [
5909
- "plaintext",
5910
- "sensitive",
5911
- "secret"
5651
+ "plaintext",
5652
+ "sensitive",
5653
+ "secret"
5654
+ ],
5655
+ "type": "option"
5656
+ },
5657
+ "scope": {
5658
+ "description": "Scope for the variable",
5659
+ "name": "scope",
5660
+ "default": "project",
5661
+ "hasDynamicHelp": false,
5662
+ "multiple": false,
5663
+ "options": [
5664
+ "project",
5665
+ "account"
5666
+ ],
5667
+ "type": "option"
5668
+ },
5669
+ "environment": {
5670
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5671
+ "name": "environment",
5672
+ "hasDynamicHelp": false,
5673
+ "multiple": true,
5674
+ "type": "option"
5675
+ },
5676
+ "non-interactive": {
5677
+ "description": "Run the command in non-interactive mode.",
5678
+ "name": "non-interactive",
5679
+ "noCacheDefault": true,
5680
+ "allowNo": false,
5681
+ "type": "boolean"
5682
+ }
5683
+ },
5684
+ "hasDynamicHelp": false,
5685
+ "hiddenAliases": [],
5686
+ "id": "env:update",
5687
+ "pluginAlias": "eas-cli",
5688
+ "pluginName": "eas-cli",
5689
+ "pluginType": "core",
5690
+ "strict": true,
5691
+ "enableJsonFlag": false,
5692
+ "ContextOptions": {
5693
+ "LoggedIn": {
5694
+ "loggedIn": {}
5695
+ },
5696
+ "MaybeLoggedIn": {
5697
+ "maybeLoggedIn": {}
5698
+ },
5699
+ "DynamicLoggedIn": {
5700
+ "getDynamicLoggedInAsync": {}
5701
+ },
5702
+ "SessionManagment": {
5703
+ "sessionManager": {}
5704
+ },
5705
+ "OptionalProjectConfig": {
5706
+ "optionalPrivateProjectConfig": {}
5707
+ },
5708
+ "ProjectDir": {
5709
+ "projectDir": {}
5710
+ },
5711
+ "DynamicProjectConfig": {
5712
+ "getDynamicPublicProjectConfigAsync": {},
5713
+ "getDynamicPrivateProjectConfigAsync": {}
5714
+ },
5715
+ "ProjectConfig": {
5716
+ "loggedIn": {},
5717
+ "privateProjectConfig": {}
5718
+ },
5719
+ "Analytics": {
5720
+ "analytics": {}
5721
+ },
5722
+ "Vcs": {
5723
+ "vcsClient": {}
5724
+ },
5725
+ "ServerSideEnvironmentVariables": {
5726
+ "getServerSideEnvironmentVariablesAsync": {}
5727
+ },
5728
+ "ProjectId": {
5729
+ "projectId": {}
5730
+ }
5731
+ },
5732
+ "contextDefinition": {
5733
+ "projectId": {},
5734
+ "analytics": {},
5735
+ "loggedIn": {}
5736
+ },
5737
+ "isESM": false,
5738
+ "relativePath": [
5739
+ "build",
5740
+ "commands",
5741
+ "env",
5742
+ "update.js"
5743
+ ]
5744
+ },
5745
+ "fingerprint:compare": {
5746
+ "aliases": [],
5747
+ "args": {
5748
+ "hash1": {
5749
+ "description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
5750
+ "name": "hash1",
5751
+ "required": false
5752
+ },
5753
+ "hash2": {
5754
+ "description": "If two hashes are provided, HASH1 is compared against HASH2.",
5755
+ "name": "hash2",
5756
+ "required": false
5757
+ }
5758
+ },
5759
+ "description": "compare fingerprints of the current project, builds, and updates",
5760
+ "examples": [
5761
+ "$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
5762
+ "$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
5763
+ "$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
5764
+ "$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
5765
+ "$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
5766
+ "$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
5767
+ "$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
5768
+ "$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
5769
+ ],
5770
+ "flags": {
5771
+ "build-id": {
5772
+ "aliases": [
5773
+ "buildId"
5774
+ ],
5775
+ "description": "Compare the fingerprint with the build with the specified ID",
5776
+ "name": "build-id",
5777
+ "hasDynamicHelp": false,
5778
+ "multiple": true,
5779
+ "type": "option"
5780
+ },
5781
+ "update-id": {
5782
+ "aliases": [
5783
+ "updateId"
5784
+ ],
5785
+ "description": "Compare the fingerprint with the update with the specified ID",
5786
+ "name": "update-id",
5787
+ "hasDynamicHelp": false,
5788
+ "multiple": true,
5789
+ "type": "option"
5790
+ },
5791
+ "open": {
5792
+ "description": "Open the fingerprint comparison in the browser",
5793
+ "name": "open",
5794
+ "allowNo": false,
5795
+ "type": "boolean"
5796
+ },
5797
+ "environment": {
5798
+ "description": "If generating a fingerprint from the local directory, use the specified environment.",
5799
+ "name": "environment",
5800
+ "hasDynamicHelp": false,
5801
+ "multiple": false,
5802
+ "type": "option"
5803
+ },
5804
+ "json": {
5805
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5806
+ "name": "json",
5807
+ "allowNo": false,
5808
+ "type": "boolean"
5809
+ },
5810
+ "non-interactive": {
5811
+ "description": "Run the command in non-interactive mode.",
5812
+ "name": "non-interactive",
5813
+ "noCacheDefault": true,
5814
+ "allowNo": false,
5815
+ "type": "boolean"
5816
+ }
5817
+ },
5818
+ "hasDynamicHelp": false,
5819
+ "hiddenAliases": [],
5820
+ "id": "fingerprint:compare",
5821
+ "pluginAlias": "eas-cli",
5822
+ "pluginName": "eas-cli",
5823
+ "pluginType": "core",
5824
+ "strict": false,
5825
+ "enableJsonFlag": false,
5826
+ "ContextOptions": {
5827
+ "LoggedIn": {
5828
+ "loggedIn": {}
5829
+ },
5830
+ "MaybeLoggedIn": {
5831
+ "maybeLoggedIn": {}
5832
+ },
5833
+ "DynamicLoggedIn": {
5834
+ "getDynamicLoggedInAsync": {}
5835
+ },
5836
+ "SessionManagment": {
5837
+ "sessionManager": {}
5838
+ },
5839
+ "OptionalProjectConfig": {
5840
+ "optionalPrivateProjectConfig": {}
5841
+ },
5842
+ "ProjectDir": {
5843
+ "projectDir": {}
5844
+ },
5845
+ "DynamicProjectConfig": {
5846
+ "getDynamicPublicProjectConfigAsync": {},
5847
+ "getDynamicPrivateProjectConfigAsync": {}
5848
+ },
5849
+ "ProjectConfig": {
5850
+ "loggedIn": {},
5851
+ "privateProjectConfig": {}
5852
+ },
5853
+ "Analytics": {
5854
+ "analytics": {}
5855
+ },
5856
+ "Vcs": {
5857
+ "vcsClient": {}
5858
+ },
5859
+ "ServerSideEnvironmentVariables": {
5860
+ "getServerSideEnvironmentVariablesAsync": {}
5861
+ },
5862
+ "ProjectId": {
5863
+ "projectId": {}
5864
+ }
5865
+ },
5866
+ "contextDefinition": {
5867
+ "projectId": {},
5868
+ "loggedIn": {},
5869
+ "privateProjectConfig": {},
5870
+ "vcsClient": {},
5871
+ "getServerSideEnvironmentVariablesAsync": {}
5872
+ },
5873
+ "isESM": false,
5874
+ "relativePath": [
5875
+ "build",
5876
+ "commands",
5877
+ "fingerprint",
5878
+ "compare.js"
5879
+ ]
5880
+ },
5881
+ "fingerprint:generate": {
5882
+ "aliases": [],
5883
+ "args": {},
5884
+ "description": "generate fingerprints from the current project",
5885
+ "examples": [
5886
+ "$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
5887
+ "$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
5888
+ "$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
5889
+ "$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
5890
+ ],
5891
+ "flags": {
5892
+ "platform": {
5893
+ "char": "p",
5894
+ "name": "platform",
5895
+ "hasDynamicHelp": false,
5896
+ "multiple": false,
5897
+ "options": [
5898
+ "android",
5899
+ "ios"
5912
5900
  ],
5913
5901
  "type": "option"
5914
5902
  },
5915
- "scope": {
5916
- "description": "Scope for the variable",
5917
- "name": "scope",
5918
- "default": "project",
5903
+ "environment": {
5904
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5905
+ "exclusive": [
5906
+ "build-profile"
5907
+ ],
5908
+ "name": "environment",
5919
5909
  "hasDynamicHelp": false,
5920
5910
  "multiple": false,
5921
- "options": [
5922
- "project",
5923
- "account"
5924
- ],
5925
5911
  "type": "option"
5926
5912
  },
5927
- "environment": {
5928
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5929
- "name": "environment",
5913
+ "build-profile": {
5914
+ "char": "e",
5915
+ "description": "Name of the build profile from eas.json.",
5916
+ "exclusive": [
5917
+ "environment"
5918
+ ],
5919
+ "name": "build-profile",
5930
5920
  "hasDynamicHelp": false,
5931
- "multiple": true,
5921
+ "multiple": false,
5932
5922
  "type": "option"
5933
5923
  },
5924
+ "json": {
5925
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5926
+ "name": "json",
5927
+ "allowNo": false,
5928
+ "type": "boolean"
5929
+ },
5934
5930
  "non-interactive": {
5935
5931
  "description": "Run the command in non-interactive mode.",
5936
5932
  "name": "non-interactive",
@@ -5941,11 +5937,11 @@
5941
5937
  },
5942
5938
  "hasDynamicHelp": false,
5943
5939
  "hiddenAliases": [],
5944
- "id": "env:update",
5940
+ "id": "fingerprint:generate",
5945
5941
  "pluginAlias": "eas-cli",
5946
5942
  "pluginName": "eas-cli",
5947
5943
  "pluginType": "core",
5948
- "strict": true,
5944
+ "strict": false,
5949
5945
  "enableJsonFlag": false,
5950
5946
  "ContextOptions": {
5951
5947
  "LoggedIn": {
@@ -5989,15 +5985,19 @@
5989
5985
  },
5990
5986
  "contextDefinition": {
5991
5987
  "projectId": {},
5992
- "analytics": {},
5993
- "loggedIn": {}
5988
+ "loggedIn": {},
5989
+ "privateProjectConfig": {},
5990
+ "vcsClient": {},
5991
+ "getServerSideEnvironmentVariablesAsync": {},
5992
+ "getDynamicPublicProjectConfigAsync": {},
5993
+ "getDynamicPrivateProjectConfigAsync": {}
5994
5994
  },
5995
5995
  "isESM": false,
5996
5996
  "relativePath": [
5997
5997
  "build",
5998
5998
  "commands",
5999
- "env",
6000
- "update.js"
5999
+ "fingerprint",
6000
+ "generate.js"
6001
6001
  ]
6002
6002
  },
6003
6003
  "metadata:lint": {
@@ -7780,45 +7780,19 @@
7780
7780
  "push.js"
7781
7781
  ]
7782
7782
  },
7783
- "submit:internal": {
7783
+ "simulator:exec": {
7784
7784
  "aliases": [],
7785
7785
  "args": {},
7786
- "flags": {
7787
- "platform": {
7788
- "name": "platform",
7789
- "required": true,
7790
- "hasDynamicHelp": false,
7791
- "multiple": false,
7792
- "options": [
7793
- "android",
7794
- "ios"
7795
- ],
7796
- "type": "option"
7797
- },
7798
- "profile": {
7799
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7800
- "name": "profile",
7801
- "hasDynamicHelp": false,
7802
- "multiple": false,
7803
- "type": "option"
7804
- },
7805
- "id": {
7806
- "description": "ID of the build to submit",
7807
- "name": "id",
7808
- "required": true,
7809
- "hasDynamicHelp": false,
7810
- "multiple": false,
7811
- "type": "option"
7812
- }
7813
- },
7786
+ "description": "[EXPERIMENTAL] execute a simulator command with .env.eas-simulator environment loaded",
7787
+ "flags": {},
7814
7788
  "hasDynamicHelp": false,
7815
7789
  "hidden": true,
7816
7790
  "hiddenAliases": [],
7817
- "id": "submit:internal",
7791
+ "id": "simulator:exec",
7818
7792
  "pluginAlias": "eas-cli",
7819
7793
  "pluginName": "eas-cli",
7820
7794
  "pluginType": "core",
7821
- "strict": true,
7795
+ "strict": false,
7822
7796
  "enableJsonFlag": false,
7823
7797
  "ContextOptions": {
7824
7798
  "LoggedIn": {
@@ -7861,18 +7835,14 @@
7861
7835
  }
7862
7836
  },
7863
7837
  "contextDefinition": {
7864
- "loggedIn": {},
7865
- "privateProjectConfig": {},
7866
- "projectDir": {},
7867
- "analytics": {},
7868
- "vcsClient": {}
7838
+ "projectDir": {}
7869
7839
  },
7870
7840
  "isESM": false,
7871
7841
  "relativePath": [
7872
7842
  "build",
7873
7843
  "commands",
7874
- "submit",
7875
- "internal.js"
7844
+ "simulator",
7845
+ "exec.js"
7876
7846
  ]
7877
7847
  },
7878
7848
  "simulator:get": {
@@ -7881,9 +7851,8 @@
7881
7851
  "description": "[EXPERIMENTAL] get info about a remote simulator session on EAS by its device run session ID",
7882
7852
  "flags": {
7883
7853
  "id": {
7884
- "description": "Device run session ID",
7854
+ "description": "Device run session ID. Defaults to .env.eas-simulator.",
7885
7855
  "name": "id",
7886
- "required": true,
7887
7856
  "hasDynamicHelp": false,
7888
7857
  "multiple": false,
7889
7858
  "type": "option"
@@ -7952,7 +7921,8 @@
7952
7921
  }
7953
7922
  },
7954
7923
  "contextDefinition": {
7955
- "loggedIn": {}
7924
+ "loggedIn": {},
7925
+ "projectDir": {}
7956
7926
  },
7957
7927
  "isESM": false,
7958
7928
  "relativePath": [
@@ -8129,6 +8099,24 @@
8129
8099
  "multiple": false,
8130
8100
  "type": "option"
8131
8101
  },
8102
+ "force": {
8103
+ "description": "[default: true] Create a new device session even when an existing simulator session is present in the environment.",
8104
+ "name": "force",
8105
+ "allowNo": true,
8106
+ "type": "boolean"
8107
+ },
8108
+ "out-config-type": {
8109
+ "description": "How to output simulator connection configuration. Use \"env\" to print shell exports, or \"dotenv\" to write .env.eas-simulator.",
8110
+ "name": "out-config-type",
8111
+ "default": "dotenv",
8112
+ "hasDynamicHelp": false,
8113
+ "multiple": false,
8114
+ "options": [
8115
+ "env",
8116
+ "dotenv"
8117
+ ],
8118
+ "type": "option"
8119
+ },
8132
8120
  "json": {
8133
8121
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
8134
8122
  "name": "json",
@@ -8194,6 +8182,7 @@
8194
8182
  },
8195
8183
  "contextDefinition": {
8196
8184
  "projectId": {},
8185
+ "projectDir": {},
8197
8186
  "loggedIn": {}
8198
8187
  },
8199
8188
  "isESM": false,
@@ -8210,9 +8199,8 @@
8210
8199
  "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
8211
8200
  "flags": {
8212
8201
  "id": {
8213
- "description": "Device run session ID",
8202
+ "description": "Device run session ID. Defaults to .env.eas-simulator.",
8214
8203
  "name": "id",
8215
- "required": true,
8216
8204
  "hasDynamicHelp": false,
8217
8205
  "multiple": false,
8218
8206
  "type": "option"
@@ -8281,7 +8269,8 @@
8281
8269
  }
8282
8270
  },
8283
8271
  "contextDefinition": {
8284
- "loggedIn": {}
8272
+ "loggedIn": {},
8273
+ "projectDir": {}
8285
8274
  },
8286
8275
  "isESM": false,
8287
8276
  "relativePath": [
@@ -8291,6 +8280,101 @@
8291
8280
  "stop.js"
8292
8281
  ]
8293
8282
  },
8283
+ "submit:internal": {
8284
+ "aliases": [],
8285
+ "args": {},
8286
+ "flags": {
8287
+ "platform": {
8288
+ "name": "platform",
8289
+ "required": true,
8290
+ "hasDynamicHelp": false,
8291
+ "multiple": false,
8292
+ "options": [
8293
+ "android",
8294
+ "ios"
8295
+ ],
8296
+ "type": "option"
8297
+ },
8298
+ "profile": {
8299
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
8300
+ "name": "profile",
8301
+ "hasDynamicHelp": false,
8302
+ "multiple": false,
8303
+ "type": "option"
8304
+ },
8305
+ "id": {
8306
+ "description": "ID of the build to submit",
8307
+ "name": "id",
8308
+ "required": true,
8309
+ "hasDynamicHelp": false,
8310
+ "multiple": false,
8311
+ "type": "option"
8312
+ }
8313
+ },
8314
+ "hasDynamicHelp": false,
8315
+ "hidden": true,
8316
+ "hiddenAliases": [],
8317
+ "id": "submit:internal",
8318
+ "pluginAlias": "eas-cli",
8319
+ "pluginName": "eas-cli",
8320
+ "pluginType": "core",
8321
+ "strict": true,
8322
+ "enableJsonFlag": false,
8323
+ "ContextOptions": {
8324
+ "LoggedIn": {
8325
+ "loggedIn": {}
8326
+ },
8327
+ "MaybeLoggedIn": {
8328
+ "maybeLoggedIn": {}
8329
+ },
8330
+ "DynamicLoggedIn": {
8331
+ "getDynamicLoggedInAsync": {}
8332
+ },
8333
+ "SessionManagment": {
8334
+ "sessionManager": {}
8335
+ },
8336
+ "OptionalProjectConfig": {
8337
+ "optionalPrivateProjectConfig": {}
8338
+ },
8339
+ "ProjectDir": {
8340
+ "projectDir": {}
8341
+ },
8342
+ "DynamicProjectConfig": {
8343
+ "getDynamicPublicProjectConfigAsync": {},
8344
+ "getDynamicPrivateProjectConfigAsync": {}
8345
+ },
8346
+ "ProjectConfig": {
8347
+ "loggedIn": {},
8348
+ "privateProjectConfig": {}
8349
+ },
8350
+ "Analytics": {
8351
+ "analytics": {}
8352
+ },
8353
+ "Vcs": {
8354
+ "vcsClient": {}
8355
+ },
8356
+ "ServerSideEnvironmentVariables": {
8357
+ "getServerSideEnvironmentVariablesAsync": {}
8358
+ },
8359
+ "ProjectId": {
8360
+ "projectId": {}
8361
+ }
8362
+ },
8363
+ "contextDefinition": {
8364
+ "loggedIn": {},
8365
+ "privateProjectConfig": {},
8366
+ "projectDir": {},
8367
+ "analytics": {},
8368
+ "vcsClient": {}
8369
+ },
8370
+ "isESM": false,
8371
+ "relativePath": [
8372
+ "build",
8373
+ "commands",
8374
+ "submit",
8375
+ "internal.js"
8376
+ ]
8377
+ },
8294
8378
  "update:configure": {
8295
8379
  "aliases": [],
8296
8380
  "args": {},
@@ -9629,50 +9713,25 @@
9629
9713
  "getServerSideEnvironmentVariablesAsync": {}
9630
9714
  },
9631
9715
  "ProjectId": {
9632
- "projectId": {}
9633
- }
9634
- },
9635
- "contextDefinition": {
9636
- "loggedIn": {}
9637
- },
9638
- "isESM": false,
9639
- "relativePath": [
9640
- "build",
9641
- "commands",
9642
- "update",
9643
- "view.js"
9644
- ]
9645
- },
9646
- "webhook:create": {
9647
- "aliases": [],
9648
- "args": {},
9649
- "description": "create a webhook",
9650
- "flags": {
9651
- "event": {
9652
- "description": "Event type that triggers the webhook",
9653
- "name": "event",
9654
- "hasDynamicHelp": false,
9655
- "multiple": false,
9656
- "options": [
9657
- "BUILD",
9658
- "SUBMIT"
9659
- ],
9660
- "type": "option"
9661
- },
9662
- "url": {
9663
- "description": "Webhook URL",
9664
- "name": "url",
9665
- "hasDynamicHelp": false,
9666
- "multiple": false,
9667
- "type": "option"
9668
- },
9669
- "secret": {
9670
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9671
- "name": "secret",
9672
- "hasDynamicHelp": false,
9673
- "multiple": false,
9674
- "type": "option"
9675
- },
9716
+ "projectId": {}
9717
+ }
9718
+ },
9719
+ "contextDefinition": {
9720
+ "loggedIn": {}
9721
+ },
9722
+ "isESM": false,
9723
+ "relativePath": [
9724
+ "build",
9725
+ "commands",
9726
+ "update",
9727
+ "view.js"
9728
+ ]
9729
+ },
9730
+ "workflow:cancel": {
9731
+ "aliases": [],
9732
+ "args": {},
9733
+ "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
9734
+ "flags": {
9676
9735
  "non-interactive": {
9677
9736
  "description": "Run the command in non-interactive mode.",
9678
9737
  "name": "non-interactive",
@@ -9683,11 +9742,11 @@
9683
9742
  },
9684
9743
  "hasDynamicHelp": false,
9685
9744
  "hiddenAliases": [],
9686
- "id": "webhook:create",
9745
+ "id": "workflow:cancel",
9687
9746
  "pluginAlias": "eas-cli",
9688
9747
  "pluginName": "eas-cli",
9689
9748
  "pluginType": "core",
9690
- "strict": true,
9749
+ "strict": false,
9691
9750
  "enableJsonFlag": false,
9692
9751
  "ContextOptions": {
9693
9752
  "LoggedIn": {
@@ -9737,32 +9796,31 @@
9737
9796
  "relativePath": [
9738
9797
  "build",
9739
9798
  "commands",
9740
- "webhook",
9741
- "create.js"
9799
+ "workflow",
9800
+ "cancel.js"
9742
9801
  ]
9743
9802
  },
9744
- "webhook:delete": {
9803
+ "workflow:create": {
9745
9804
  "aliases": [],
9746
9805
  "args": {
9747
- "ID": {
9748
- "description": "ID of the webhook to delete",
9749
- "name": "ID",
9806
+ "name": {
9807
+ "description": "Name of the workflow file (must end with .yml or .yaml)",
9808
+ "name": "name",
9750
9809
  "required": false
9751
9810
  }
9752
9811
  },
9753
- "description": "delete a webhook",
9812
+ "description": "create a new workflow configuration YAML file",
9754
9813
  "flags": {
9755
- "non-interactive": {
9756
- "description": "Run the command in non-interactive mode.",
9757
- "name": "non-interactive",
9758
- "noCacheDefault": true,
9814
+ "skip-validation": {
9815
+ "description": "If set, the workflow file will not be validated before being created",
9816
+ "name": "skip-validation",
9759
9817
  "allowNo": false,
9760
9818
  "type": "boolean"
9761
9819
  }
9762
9820
  },
9763
9821
  "hasDynamicHelp": false,
9764
9822
  "hiddenAliases": [],
9765
- "id": "webhook:delete",
9823
+ "id": "workflow:create",
9766
9824
  "pluginAlias": "eas-cli",
9767
9825
  "pluginName": "eas-cli",
9768
9826
  "pluginType": "core",
@@ -9809,33 +9867,24 @@
9809
9867
  }
9810
9868
  },
9811
9869
  "contextDefinition": {
9812
- "projectId": {},
9870
+ "getDynamicPublicProjectConfigAsync": {},
9871
+ "getDynamicPrivateProjectConfigAsync": {},
9872
+ "projectDir": {},
9813
9873
  "loggedIn": {}
9814
9874
  },
9815
9875
  "isESM": false,
9816
9876
  "relativePath": [
9817
9877
  "build",
9818
9878
  "commands",
9819
- "webhook",
9820
- "delete.js"
9879
+ "workflow",
9880
+ "create.js"
9821
9881
  ]
9822
9882
  },
9823
- "webhook:list": {
9883
+ "workflow:list": {
9824
9884
  "aliases": [],
9825
9885
  "args": {},
9826
- "description": "list webhooks",
9886
+ "description": "List workflows for the current project",
9827
9887
  "flags": {
9828
- "event": {
9829
- "description": "Event type that triggers the webhook",
9830
- "name": "event",
9831
- "hasDynamicHelp": false,
9832
- "multiple": false,
9833
- "options": [
9834
- "BUILD",
9835
- "SUBMIT"
9836
- ],
9837
- "type": "option"
9838
- },
9839
9888
  "json": {
9840
9889
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9841
9890
  "name": "json",
@@ -9844,8 +9893,9 @@
9844
9893
  }
9845
9894
  },
9846
9895
  "hasDynamicHelp": false,
9896
+ "hidden": true,
9847
9897
  "hiddenAliases": [],
9848
- "id": "webhook:list",
9898
+ "id": "workflow:list",
9849
9899
  "pluginAlias": "eas-cli",
9850
9900
  "pluginName": "eas-cli",
9851
9901
  "pluginType": "core",
@@ -9899,47 +9949,25 @@
9899
9949
  "relativePath": [
9900
9950
  "build",
9901
9951
  "commands",
9902
- "webhook",
9952
+ "workflow",
9903
9953
  "list.js"
9904
9954
  ]
9905
9955
  },
9906
- "webhook:update": {
9956
+ "workflow:logs": {
9907
9957
  "aliases": [],
9908
- "args": {},
9909
- "description": "update a webhook",
9910
- "flags": {
9958
+ "args": {
9911
9959
  "id": {
9912
- "description": "Webhook ID",
9913
- "name": "id",
9914
- "required": true,
9915
- "hasDynamicHelp": false,
9916
- "multiple": false,
9917
- "type": "option"
9918
- },
9919
- "event": {
9920
- "description": "Event type that triggers the webhook",
9921
- "name": "event",
9922
- "hasDynamicHelp": false,
9923
- "multiple": false,
9924
- "options": [
9925
- "BUILD",
9926
- "SUBMIT"
9927
- ],
9928
- "type": "option"
9929
- },
9930
- "url": {
9931
- "description": "Webhook URL",
9932
- "name": "url",
9933
- "hasDynamicHelp": false,
9934
- "multiple": false,
9935
- "type": "option"
9936
- },
9937
- "secret": {
9938
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9939
- "name": "secret",
9940
- "hasDynamicHelp": false,
9941
- "multiple": false,
9942
- "type": "option"
9960
+ "description": "ID of the workflow run or workflow job to view logs for",
9961
+ "name": "id"
9962
+ }
9963
+ },
9964
+ "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
9965
+ "flags": {
9966
+ "json": {
9967
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9968
+ "name": "json",
9969
+ "allowNo": false,
9970
+ "type": "boolean"
9943
9971
  },
9944
9972
  "non-interactive": {
9945
9973
  "description": "Run the command in non-interactive mode.",
@@ -9947,11 +9975,17 @@
9947
9975
  "noCacheDefault": true,
9948
9976
  "allowNo": false,
9949
9977
  "type": "boolean"
9978
+ },
9979
+ "all-steps": {
9980
+ "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
9981
+ "name": "all-steps",
9982
+ "allowNo": false,
9983
+ "type": "boolean"
9950
9984
  }
9951
9985
  },
9952
9986
  "hasDynamicHelp": false,
9953
9987
  "hiddenAliases": [],
9954
- "id": "webhook:update",
9988
+ "id": "workflow:logs",
9955
9989
  "pluginAlias": "eas-cli",
9956
9990
  "pluginName": "eas-cli",
9957
9991
  "pluginType": "core",
@@ -9998,30 +10032,73 @@
9998
10032
  }
9999
10033
  },
10000
10034
  "contextDefinition": {
10035
+ "projectId": {},
10001
10036
  "loggedIn": {}
10002
10037
  },
10003
10038
  "isESM": false,
10004
10039
  "relativePath": [
10005
10040
  "build",
10006
10041
  "commands",
10007
- "webhook",
10008
- "update.js"
10042
+ "workflow",
10043
+ "logs.js"
10009
10044
  ]
10010
10045
  },
10011
- "webhook:view": {
10046
+ "workflow:run": {
10012
10047
  "aliases": [],
10013
10048
  "args": {
10014
- "ID": {
10015
- "description": "ID of the webhook to view",
10016
- "name": "ID",
10049
+ "file": {
10050
+ "description": "Path to the workflow file to run",
10051
+ "name": "file",
10017
10052
  "required": true
10018
10053
  }
10019
10054
  },
10020
- "description": "view a webhook",
10021
- "flags": {},
10055
+ "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
10056
+ "flags": {
10057
+ "non-interactive": {
10058
+ "description": "Run the command in non-interactive mode.",
10059
+ "name": "non-interactive",
10060
+ "noCacheDefault": true,
10061
+ "allowNo": false,
10062
+ "type": "boolean"
10063
+ },
10064
+ "wait": {
10065
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10066
+ "name": "wait",
10067
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10068
+ "allowNo": true,
10069
+ "type": "boolean"
10070
+ },
10071
+ "input": {
10072
+ "aliases": [
10073
+ "f",
10074
+ "field"
10075
+ ],
10076
+ "char": "F",
10077
+ "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
10078
+ "name": "input",
10079
+ "summary": "Set workflow inputs",
10080
+ "hasDynamicHelp": false,
10081
+ "multiple": true,
10082
+ "type": "option"
10083
+ },
10084
+ "ref": {
10085
+ "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
10086
+ "name": "ref",
10087
+ "summary": "Git reference to run the workflow on",
10088
+ "hasDynamicHelp": false,
10089
+ "multiple": false,
10090
+ "type": "option"
10091
+ },
10092
+ "json": {
10093
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10094
+ "name": "json",
10095
+ "allowNo": false,
10096
+ "type": "boolean"
10097
+ }
10098
+ },
10022
10099
  "hasDynamicHelp": false,
10023
10100
  "hiddenAliases": [],
10024
- "id": "webhook:view",
10101
+ "id": "workflow:run",
10025
10102
  "pluginAlias": "eas-cli",
10026
10103
  "pluginName": "eas-cli",
10027
10104
  "pluginType": "core",
@@ -10068,36 +10145,70 @@
10068
10145
  }
10069
10146
  },
10070
10147
  "contextDefinition": {
10148
+ "getDynamicPublicProjectConfigAsync": {},
10149
+ "getDynamicPrivateProjectConfigAsync": {},
10150
+ "projectDir": {},
10151
+ "vcsClient": {},
10071
10152
  "loggedIn": {}
10072
10153
  },
10073
10154
  "isESM": false,
10074
10155
  "relativePath": [
10075
10156
  "build",
10076
10157
  "commands",
10077
- "webhook",
10078
- "view.js"
10158
+ "workflow",
10159
+ "run.js"
10079
10160
  ]
10080
10161
  },
10081
- "workflow:cancel": {
10162
+ "workflow:runs": {
10082
10163
  "aliases": [],
10083
10164
  "args": {},
10084
- "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
10165
+ "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
10085
10166
  "flags": {
10086
- "non-interactive": {
10087
- "description": "Run the command in non-interactive mode.",
10088
- "name": "non-interactive",
10089
- "noCacheDefault": true,
10167
+ "workflow": {
10168
+ "description": "If present, the query will only return runs for the specified workflow file name",
10169
+ "name": "workflow",
10170
+ "required": false,
10171
+ "hasDynamicHelp": false,
10172
+ "multiple": false,
10173
+ "type": "option"
10174
+ },
10175
+ "status": {
10176
+ "description": "If present, filter the returned runs to select those with the specified status",
10177
+ "name": "status",
10178
+ "required": false,
10179
+ "hasDynamicHelp": false,
10180
+ "multiple": false,
10181
+ "options": [
10182
+ "ACTION_REQUIRED",
10183
+ "CANCELED",
10184
+ "FAILURE",
10185
+ "IN_PROGRESS",
10186
+ "NEW",
10187
+ "SUCCESS"
10188
+ ],
10189
+ "type": "option"
10190
+ },
10191
+ "json": {
10192
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10193
+ "name": "json",
10090
10194
  "allowNo": false,
10091
10195
  "type": "boolean"
10196
+ },
10197
+ "limit": {
10198
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
10199
+ "name": "limit",
10200
+ "hasDynamicHelp": false,
10201
+ "multiple": false,
10202
+ "type": "option"
10092
10203
  }
10093
10204
  },
10094
10205
  "hasDynamicHelp": false,
10095
10206
  "hiddenAliases": [],
10096
- "id": "workflow:cancel",
10207
+ "id": "workflow:runs",
10097
10208
  "pluginAlias": "eas-cli",
10098
10209
  "pluginName": "eas-cli",
10099
10210
  "pluginType": "core",
10100
- "strict": false,
10211
+ "strict": true,
10101
10212
  "enableJsonFlag": false,
10102
10213
  "ContextOptions": {
10103
10214
  "LoggedIn": {
@@ -10148,30 +10259,43 @@
10148
10259
  "build",
10149
10260
  "commands",
10150
10261
  "workflow",
10151
- "cancel.js"
10262
+ "runs.js"
10152
10263
  ]
10153
10264
  },
10154
- "workflow:create": {
10265
+ "workflow:status": {
10155
10266
  "aliases": [],
10156
10267
  "args": {
10157
- "name": {
10158
- "description": "Name of the workflow file (must end with .yml or .yaml)",
10159
- "name": "name",
10160
- "required": false
10268
+ "WORKFLOW_RUN_ID": {
10269
+ "description": "A workflow run ID.",
10270
+ "name": "WORKFLOW_RUN_ID"
10161
10271
  }
10162
10272
  },
10163
- "description": "create a new workflow configuration YAML file",
10273
+ "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10164
10274
  "flags": {
10165
- "skip-validation": {
10166
- "description": "If set, the workflow file will not be validated before being created",
10167
- "name": "skip-validation",
10275
+ "non-interactive": {
10276
+ "description": "Run the command in non-interactive mode.",
10277
+ "name": "non-interactive",
10278
+ "noCacheDefault": true,
10279
+ "allowNo": false,
10280
+ "type": "boolean"
10281
+ },
10282
+ "wait": {
10283
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10284
+ "name": "wait",
10285
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10286
+ "allowNo": true,
10287
+ "type": "boolean"
10288
+ },
10289
+ "json": {
10290
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10291
+ "name": "json",
10168
10292
  "allowNo": false,
10169
10293
  "type": "boolean"
10170
10294
  }
10171
10295
  },
10172
10296
  "hasDynamicHelp": false,
10173
10297
  "hiddenAliases": [],
10174
- "id": "workflow:create",
10298
+ "id": "workflow:status",
10175
10299
  "pluginAlias": "eas-cli",
10176
10300
  "pluginName": "eas-cli",
10177
10301
  "pluginType": "core",
@@ -10221,6 +10345,7 @@
10221
10345
  "getDynamicPublicProjectConfigAsync": {},
10222
10346
  "getDynamicPrivateProjectConfigAsync": {},
10223
10347
  "projectDir": {},
10348
+ "vcsClient": {},
10224
10349
  "loggedIn": {}
10225
10350
  },
10226
10351
  "isESM": false,
@@ -10228,25 +10353,31 @@
10228
10353
  "build",
10229
10354
  "commands",
10230
10355
  "workflow",
10231
- "create.js"
10356
+ "status.js"
10232
10357
  ]
10233
10358
  },
10234
- "workflow:list": {
10359
+ "workflow:validate": {
10235
10360
  "aliases": [],
10236
- "args": {},
10237
- "description": "List workflows for the current project",
10361
+ "args": {
10362
+ "path": {
10363
+ "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10364
+ "name": "path",
10365
+ "required": true
10366
+ }
10367
+ },
10368
+ "description": "validate a workflow configuration yaml file",
10238
10369
  "flags": {
10239
- "json": {
10240
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10241
- "name": "json",
10370
+ "non-interactive": {
10371
+ "description": "Run the command in non-interactive mode.",
10372
+ "name": "non-interactive",
10373
+ "noCacheDefault": true,
10242
10374
  "allowNo": false,
10243
10375
  "type": "boolean"
10244
10376
  }
10245
10377
  },
10246
10378
  "hasDynamicHelp": false,
10247
- "hidden": true,
10248
10379
  "hiddenAliases": [],
10249
- "id": "workflow:list",
10380
+ "id": "workflow:validate",
10250
10381
  "pluginAlias": "eas-cli",
10251
10382
  "pluginName": "eas-cli",
10252
10383
  "pluginType": "core",
@@ -10293,6 +10424,9 @@
10293
10424
  }
10294
10425
  },
10295
10426
  "contextDefinition": {
10427
+ "getDynamicPublicProjectConfigAsync": {},
10428
+ "getDynamicPrivateProjectConfigAsync": {},
10429
+ "projectDir": {},
10296
10430
  "projectId": {},
10297
10431
  "loggedIn": {}
10298
10432
  },
@@ -10301,18 +10435,18 @@
10301
10435
  "build",
10302
10436
  "commands",
10303
10437
  "workflow",
10304
- "list.js"
10438
+ "validate.js"
10305
10439
  ]
10306
10440
  },
10307
- "workflow:logs": {
10441
+ "workflow:view": {
10308
10442
  "aliases": [],
10309
10443
  "args": {
10310
10444
  "id": {
10311
- "description": "ID of the workflow run or workflow job to view logs for",
10445
+ "description": "ID of the workflow run to view",
10312
10446
  "name": "id"
10313
10447
  }
10314
10448
  },
10315
- "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
10449
+ "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10316
10450
  "flags": {
10317
10451
  "json": {
10318
10452
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
@@ -10326,17 +10460,11 @@
10326
10460
  "noCacheDefault": true,
10327
10461
  "allowNo": false,
10328
10462
  "type": "boolean"
10329
- },
10330
- "all-steps": {
10331
- "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
10332
- "name": "all-steps",
10333
- "allowNo": false,
10334
- "type": "boolean"
10335
10463
  }
10336
10464
  },
10337
10465
  "hasDynamicHelp": false,
10338
10466
  "hiddenAliases": [],
10339
- "id": "workflow:logs",
10467
+ "id": "workflow:view",
10340
10468
  "pluginAlias": "eas-cli",
10341
10469
  "pluginName": "eas-cli",
10342
10470
  "pluginType": "core",
@@ -10391,65 +10519,50 @@
10391
10519
  "build",
10392
10520
  "commands",
10393
10521
  "workflow",
10394
- "logs.js"
10522
+ "view.js"
10395
10523
  ]
10396
10524
  },
10397
- "workflow:run": {
10525
+ "webhook:create": {
10398
10526
  "aliases": [],
10399
- "args": {
10400
- "file": {
10401
- "description": "Path to the workflow file to run",
10402
- "name": "file",
10403
- "required": true
10404
- }
10405
- },
10406
- "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
10527
+ "args": {},
10528
+ "description": "create a webhook",
10407
10529
  "flags": {
10408
- "non-interactive": {
10409
- "description": "Run the command in non-interactive mode.",
10410
- "name": "non-interactive",
10411
- "noCacheDefault": true,
10412
- "allowNo": false,
10413
- "type": "boolean"
10414
- },
10415
- "wait": {
10416
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10417
- "name": "wait",
10418
- "summary": "Wait for workflow run to complete. Defaults to false.",
10419
- "allowNo": true,
10420
- "type": "boolean"
10421
- },
10422
- "input": {
10423
- "aliases": [
10424
- "f",
10425
- "field"
10530
+ "event": {
10531
+ "description": "Event type that triggers the webhook",
10532
+ "name": "event",
10533
+ "hasDynamicHelp": false,
10534
+ "multiple": false,
10535
+ "options": [
10536
+ "BUILD",
10537
+ "SUBMIT"
10426
10538
  ],
10427
- "char": "F",
10428
- "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
10429
- "name": "input",
10430
- "summary": "Set workflow inputs",
10539
+ "type": "option"
10540
+ },
10541
+ "url": {
10542
+ "description": "Webhook URL",
10543
+ "name": "url",
10431
10544
  "hasDynamicHelp": false,
10432
- "multiple": true,
10545
+ "multiple": false,
10433
10546
  "type": "option"
10434
10547
  },
10435
- "ref": {
10436
- "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
10437
- "name": "ref",
10438
- "summary": "Git reference to run the workflow on",
10548
+ "secret": {
10549
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10550
+ "name": "secret",
10439
10551
  "hasDynamicHelp": false,
10440
10552
  "multiple": false,
10441
10553
  "type": "option"
10442
10554
  },
10443
- "json": {
10444
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10445
- "name": "json",
10555
+ "non-interactive": {
10556
+ "description": "Run the command in non-interactive mode.",
10557
+ "name": "non-interactive",
10558
+ "noCacheDefault": true,
10446
10559
  "allowNo": false,
10447
10560
  "type": "boolean"
10448
10561
  }
10449
10562
  },
10450
10563
  "hasDynamicHelp": false,
10451
10564
  "hiddenAliases": [],
10452
- "id": "workflow:run",
10565
+ "id": "webhook:create",
10453
10566
  "pluginAlias": "eas-cli",
10454
10567
  "pluginName": "eas-cli",
10455
10568
  "pluginType": "core",
@@ -10496,66 +10609,39 @@
10496
10609
  }
10497
10610
  },
10498
10611
  "contextDefinition": {
10499
- "getDynamicPublicProjectConfigAsync": {},
10500
- "getDynamicPrivateProjectConfigAsync": {},
10501
- "projectDir": {},
10502
- "vcsClient": {},
10612
+ "projectId": {},
10503
10613
  "loggedIn": {}
10504
10614
  },
10505
10615
  "isESM": false,
10506
10616
  "relativePath": [
10507
10617
  "build",
10508
10618
  "commands",
10509
- "workflow",
10510
- "run.js"
10619
+ "webhook",
10620
+ "create.js"
10511
10621
  ]
10512
10622
  },
10513
- "workflow:runs": {
10623
+ "webhook:delete": {
10514
10624
  "aliases": [],
10515
- "args": {},
10516
- "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
10625
+ "args": {
10626
+ "ID": {
10627
+ "description": "ID of the webhook to delete",
10628
+ "name": "ID",
10629
+ "required": false
10630
+ }
10631
+ },
10632
+ "description": "delete a webhook",
10517
10633
  "flags": {
10518
- "workflow": {
10519
- "description": "If present, the query will only return runs for the specified workflow file name",
10520
- "name": "workflow",
10521
- "required": false,
10522
- "hasDynamicHelp": false,
10523
- "multiple": false,
10524
- "type": "option"
10525
- },
10526
- "status": {
10527
- "description": "If present, filter the returned runs to select those with the specified status",
10528
- "name": "status",
10529
- "required": false,
10530
- "hasDynamicHelp": false,
10531
- "multiple": false,
10532
- "options": [
10533
- "ACTION_REQUIRED",
10534
- "CANCELED",
10535
- "FAILURE",
10536
- "IN_PROGRESS",
10537
- "NEW",
10538
- "SUCCESS"
10539
- ],
10540
- "type": "option"
10541
- },
10542
- "json": {
10543
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10544
- "name": "json",
10634
+ "non-interactive": {
10635
+ "description": "Run the command in non-interactive mode.",
10636
+ "name": "non-interactive",
10637
+ "noCacheDefault": true,
10545
10638
  "allowNo": false,
10546
10639
  "type": "boolean"
10547
- },
10548
- "limit": {
10549
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
10550
- "name": "limit",
10551
- "hasDynamicHelp": false,
10552
- "multiple": false,
10553
- "type": "option"
10554
10640
  }
10555
10641
  },
10556
10642
  "hasDynamicHelp": false,
10557
10643
  "hiddenAliases": [],
10558
- "id": "workflow:runs",
10644
+ "id": "webhook:delete",
10559
10645
  "pluginAlias": "eas-cli",
10560
10646
  "pluginName": "eas-cli",
10561
10647
  "pluginType": "core",
@@ -10609,33 +10695,25 @@
10609
10695
  "relativePath": [
10610
10696
  "build",
10611
10697
  "commands",
10612
- "workflow",
10613
- "runs.js"
10698
+ "webhook",
10699
+ "delete.js"
10614
10700
  ]
10615
10701
  },
10616
- "workflow:status": {
10702
+ "webhook:list": {
10617
10703
  "aliases": [],
10618
- "args": {
10619
- "WORKFLOW_RUN_ID": {
10620
- "description": "A workflow run ID.",
10621
- "name": "WORKFLOW_RUN_ID"
10622
- }
10623
- },
10624
- "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10704
+ "args": {},
10705
+ "description": "list webhooks",
10625
10706
  "flags": {
10626
- "non-interactive": {
10627
- "description": "Run the command in non-interactive mode.",
10628
- "name": "non-interactive",
10629
- "noCacheDefault": true,
10630
- "allowNo": false,
10631
- "type": "boolean"
10632
- },
10633
- "wait": {
10634
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10635
- "name": "wait",
10636
- "summary": "Wait for workflow run to complete. Defaults to false.",
10637
- "allowNo": true,
10638
- "type": "boolean"
10707
+ "event": {
10708
+ "description": "Event type that triggers the webhook",
10709
+ "name": "event",
10710
+ "hasDynamicHelp": false,
10711
+ "multiple": false,
10712
+ "options": [
10713
+ "BUILD",
10714
+ "SUBMIT"
10715
+ ],
10716
+ "type": "option"
10639
10717
  },
10640
10718
  "json": {
10641
10719
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
@@ -10646,7 +10724,7 @@
10646
10724
  },
10647
10725
  "hasDynamicHelp": false,
10648
10726
  "hiddenAliases": [],
10649
- "id": "workflow:status",
10727
+ "id": "webhook:list",
10650
10728
  "pluginAlias": "eas-cli",
10651
10729
  "pluginName": "eas-cli",
10652
10730
  "pluginType": "core",
@@ -10693,31 +10771,55 @@
10693
10771
  }
10694
10772
  },
10695
10773
  "contextDefinition": {
10696
- "getDynamicPublicProjectConfigAsync": {},
10697
- "getDynamicPrivateProjectConfigAsync": {},
10698
- "projectDir": {},
10699
- "vcsClient": {},
10774
+ "projectId": {},
10700
10775
  "loggedIn": {}
10701
10776
  },
10702
10777
  "isESM": false,
10703
10778
  "relativePath": [
10704
10779
  "build",
10705
10780
  "commands",
10706
- "workflow",
10707
- "status.js"
10781
+ "webhook",
10782
+ "list.js"
10708
10783
  ]
10709
10784
  },
10710
- "workflow:validate": {
10711
- "aliases": [],
10712
- "args": {
10713
- "path": {
10714
- "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10715
- "name": "path",
10716
- "required": true
10717
- }
10718
- },
10719
- "description": "validate a workflow configuration yaml file",
10785
+ "webhook:update": {
10786
+ "aliases": [],
10787
+ "args": {},
10788
+ "description": "update a webhook",
10720
10789
  "flags": {
10790
+ "id": {
10791
+ "description": "Webhook ID",
10792
+ "name": "id",
10793
+ "required": true,
10794
+ "hasDynamicHelp": false,
10795
+ "multiple": false,
10796
+ "type": "option"
10797
+ },
10798
+ "event": {
10799
+ "description": "Event type that triggers the webhook",
10800
+ "name": "event",
10801
+ "hasDynamicHelp": false,
10802
+ "multiple": false,
10803
+ "options": [
10804
+ "BUILD",
10805
+ "SUBMIT"
10806
+ ],
10807
+ "type": "option"
10808
+ },
10809
+ "url": {
10810
+ "description": "Webhook URL",
10811
+ "name": "url",
10812
+ "hasDynamicHelp": false,
10813
+ "multiple": false,
10814
+ "type": "option"
10815
+ },
10816
+ "secret": {
10817
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10818
+ "name": "secret",
10819
+ "hasDynamicHelp": false,
10820
+ "multiple": false,
10821
+ "type": "option"
10822
+ },
10721
10823
  "non-interactive": {
10722
10824
  "description": "Run the command in non-interactive mode.",
10723
10825
  "name": "non-interactive",
@@ -10728,7 +10830,7 @@
10728
10830
  },
10729
10831
  "hasDynamicHelp": false,
10730
10832
  "hiddenAliases": [],
10731
- "id": "workflow:validate",
10833
+ "id": "webhook:update",
10732
10834
  "pluginAlias": "eas-cli",
10733
10835
  "pluginName": "eas-cli",
10734
10836
  "pluginType": "core",
@@ -10775,47 +10877,30 @@
10775
10877
  }
10776
10878
  },
10777
10879
  "contextDefinition": {
10778
- "getDynamicPublicProjectConfigAsync": {},
10779
- "getDynamicPrivateProjectConfigAsync": {},
10780
- "projectDir": {},
10781
- "projectId": {},
10782
10880
  "loggedIn": {}
10783
10881
  },
10784
10882
  "isESM": false,
10785
10883
  "relativePath": [
10786
10884
  "build",
10787
10885
  "commands",
10788
- "workflow",
10789
- "validate.js"
10886
+ "webhook",
10887
+ "update.js"
10790
10888
  ]
10791
10889
  },
10792
- "workflow:view": {
10890
+ "webhook:view": {
10793
10891
  "aliases": [],
10794
10892
  "args": {
10795
- "id": {
10796
- "description": "ID of the workflow run to view",
10797
- "name": "id"
10798
- }
10799
- },
10800
- "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10801
- "flags": {
10802
- "json": {
10803
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10804
- "name": "json",
10805
- "allowNo": false,
10806
- "type": "boolean"
10807
- },
10808
- "non-interactive": {
10809
- "description": "Run the command in non-interactive mode.",
10810
- "name": "non-interactive",
10811
- "noCacheDefault": true,
10812
- "allowNo": false,
10813
- "type": "boolean"
10893
+ "ID": {
10894
+ "description": "ID of the webhook to view",
10895
+ "name": "ID",
10896
+ "required": true
10814
10897
  }
10815
10898
  },
10899
+ "description": "view a webhook",
10900
+ "flags": {},
10816
10901
  "hasDynamicHelp": false,
10817
10902
  "hiddenAliases": [],
10818
- "id": "workflow:view",
10903
+ "id": "webhook:view",
10819
10904
  "pluginAlias": "eas-cli",
10820
10905
  "pluginName": "eas-cli",
10821
10906
  "pluginType": "core",
@@ -10862,14 +10947,13 @@
10862
10947
  }
10863
10948
  },
10864
10949
  "contextDefinition": {
10865
- "projectId": {},
10866
10950
  "loggedIn": {}
10867
10951
  },
10868
10952
  "isESM": false,
10869
10953
  "relativePath": [
10870
10954
  "build",
10871
10955
  "commands",
10872
- "workflow",
10956
+ "webhook",
10873
10957
  "view.js"
10874
10958
  ]
10875
10959
  },
@@ -11550,28 +11634,193 @@
11550
11634
  "disconnect.js"
11551
11635
  ]
11552
11636
  },
11553
- "integrations:asc:status": {
11637
+ "integrations:asc:status": {
11638
+ "aliases": [],
11639
+ "args": {},
11640
+ "description": "show the App Store Connect app link status for the current project",
11641
+ "flags": {
11642
+ "json": {
11643
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11644
+ "name": "json",
11645
+ "allowNo": false,
11646
+ "type": "boolean"
11647
+ },
11648
+ "non-interactive": {
11649
+ "description": "Run the command in non-interactive mode.",
11650
+ "name": "non-interactive",
11651
+ "noCacheDefault": true,
11652
+ "allowNo": false,
11653
+ "type": "boolean"
11654
+ }
11655
+ },
11656
+ "hasDynamicHelp": false,
11657
+ "hiddenAliases": [],
11658
+ "id": "integrations:asc:status",
11659
+ "pluginAlias": "eas-cli",
11660
+ "pluginName": "eas-cli",
11661
+ "pluginType": "core",
11662
+ "strict": true,
11663
+ "enableJsonFlag": false,
11664
+ "ContextOptions": {
11665
+ "LoggedIn": {
11666
+ "loggedIn": {}
11667
+ },
11668
+ "MaybeLoggedIn": {
11669
+ "maybeLoggedIn": {}
11670
+ },
11671
+ "DynamicLoggedIn": {
11672
+ "getDynamicLoggedInAsync": {}
11673
+ },
11674
+ "SessionManagment": {
11675
+ "sessionManager": {}
11676
+ },
11677
+ "OptionalProjectConfig": {
11678
+ "optionalPrivateProjectConfig": {}
11679
+ },
11680
+ "ProjectDir": {
11681
+ "projectDir": {}
11682
+ },
11683
+ "DynamicProjectConfig": {
11684
+ "getDynamicPublicProjectConfigAsync": {},
11685
+ "getDynamicPrivateProjectConfigAsync": {}
11686
+ },
11687
+ "ProjectConfig": {
11688
+ "loggedIn": {},
11689
+ "privateProjectConfig": {}
11690
+ },
11691
+ "Analytics": {
11692
+ "analytics": {}
11693
+ },
11694
+ "Vcs": {
11695
+ "vcsClient": {}
11696
+ },
11697
+ "ServerSideEnvironmentVariables": {
11698
+ "getServerSideEnvironmentVariablesAsync": {}
11699
+ },
11700
+ "ProjectId": {
11701
+ "projectId": {}
11702
+ }
11703
+ },
11704
+ "contextDefinition": {
11705
+ "projectId": {},
11706
+ "loggedIn": {}
11707
+ },
11708
+ "isESM": false,
11709
+ "relativePath": [
11710
+ "build",
11711
+ "commands",
11712
+ "integrations",
11713
+ "asc",
11714
+ "status.js"
11715
+ ]
11716
+ },
11717
+ "integrations:convex:connect": {
11718
+ "aliases": [],
11719
+ "args": {},
11720
+ "description": "connect Convex to your Expo project",
11721
+ "flags": {
11722
+ "non-interactive": {
11723
+ "description": "Run the command in non-interactive mode.",
11724
+ "name": "non-interactive",
11725
+ "noCacheDefault": true,
11726
+ "allowNo": false,
11727
+ "type": "boolean"
11728
+ },
11729
+ "region": {
11730
+ "description": "Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)",
11731
+ "name": "region",
11732
+ "hasDynamicHelp": false,
11733
+ "multiple": false,
11734
+ "options": [
11735
+ "aws-us-east-1",
11736
+ "aws-eu-west-1"
11737
+ ],
11738
+ "type": "option"
11739
+ },
11740
+ "team-name": {
11741
+ "description": "Name for the new Convex team (defaults to EAS account name)",
11742
+ "name": "team-name",
11743
+ "hasDynamicHelp": false,
11744
+ "multiple": false,
11745
+ "type": "option"
11746
+ },
11747
+ "project-name": {
11748
+ "description": "Name for the Convex project (defaults to app slug)",
11749
+ "name": "project-name",
11750
+ "hasDynamicHelp": false,
11751
+ "multiple": false,
11752
+ "type": "option"
11753
+ }
11754
+ },
11755
+ "hasDynamicHelp": false,
11756
+ "hiddenAliases": [],
11757
+ "id": "integrations:convex:connect",
11758
+ "pluginAlias": "eas-cli",
11759
+ "pluginName": "eas-cli",
11760
+ "pluginType": "core",
11761
+ "strict": true,
11762
+ "enableJsonFlag": false,
11763
+ "ContextOptions": {
11764
+ "LoggedIn": {
11765
+ "loggedIn": {}
11766
+ },
11767
+ "MaybeLoggedIn": {
11768
+ "maybeLoggedIn": {}
11769
+ },
11770
+ "DynamicLoggedIn": {
11771
+ "getDynamicLoggedInAsync": {}
11772
+ },
11773
+ "SessionManagment": {
11774
+ "sessionManager": {}
11775
+ },
11776
+ "OptionalProjectConfig": {
11777
+ "optionalPrivateProjectConfig": {}
11778
+ },
11779
+ "ProjectDir": {
11780
+ "projectDir": {}
11781
+ },
11782
+ "DynamicProjectConfig": {
11783
+ "getDynamicPublicProjectConfigAsync": {},
11784
+ "getDynamicPrivateProjectConfigAsync": {}
11785
+ },
11786
+ "ProjectConfig": {
11787
+ "loggedIn": {},
11788
+ "privateProjectConfig": {}
11789
+ },
11790
+ "Analytics": {
11791
+ "analytics": {}
11792
+ },
11793
+ "Vcs": {
11794
+ "vcsClient": {}
11795
+ },
11796
+ "ServerSideEnvironmentVariables": {
11797
+ "getServerSideEnvironmentVariablesAsync": {}
11798
+ },
11799
+ "ProjectId": {
11800
+ "projectId": {}
11801
+ }
11802
+ },
11803
+ "contextDefinition": {
11804
+ "loggedIn": {},
11805
+ "privateProjectConfig": {}
11806
+ },
11807
+ "isESM": false,
11808
+ "relativePath": [
11809
+ "build",
11810
+ "commands",
11811
+ "integrations",
11812
+ "convex",
11813
+ "connect.js"
11814
+ ]
11815
+ },
11816
+ "integrations:convex:dashboard": {
11554
11817
  "aliases": [],
11555
11818
  "args": {},
11556
- "description": "show the App Store Connect app link status for the current project",
11557
- "flags": {
11558
- "json": {
11559
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11560
- "name": "json",
11561
- "allowNo": false,
11562
- "type": "boolean"
11563
- },
11564
- "non-interactive": {
11565
- "description": "Run the command in non-interactive mode.",
11566
- "name": "non-interactive",
11567
- "noCacheDefault": true,
11568
- "allowNo": false,
11569
- "type": "boolean"
11570
- }
11571
- },
11819
+ "description": "open the Convex dashboard for the linked Convex project",
11820
+ "flags": {},
11572
11821
  "hasDynamicHelp": false,
11573
11822
  "hiddenAliases": [],
11574
- "id": "integrations:asc:status",
11823
+ "id": "integrations:convex:dashboard",
11575
11824
  "pluginAlias": "eas-cli",
11576
11825
  "pluginName": "eas-cli",
11577
11826
  "pluginType": "core",
@@ -11618,59 +11867,26 @@
11618
11867
  }
11619
11868
  },
11620
11869
  "contextDefinition": {
11621
- "projectId": {},
11622
- "loggedIn": {}
11870
+ "loggedIn": {},
11871
+ "privateProjectConfig": {}
11623
11872
  },
11624
11873
  "isESM": false,
11625
11874
  "relativePath": [
11626
11875
  "build",
11627
11876
  "commands",
11628
11877
  "integrations",
11629
- "asc",
11630
- "status.js"
11878
+ "convex",
11879
+ "dashboard.js"
11631
11880
  ]
11632
11881
  },
11633
- "integrations:convex:connect": {
11882
+ "integrations:convex:project": {
11634
11883
  "aliases": [],
11635
11884
  "args": {},
11636
- "description": "connect Convex to your Expo project",
11637
- "flags": {
11638
- "non-interactive": {
11639
- "description": "Run the command in non-interactive mode.",
11640
- "name": "non-interactive",
11641
- "noCacheDefault": true,
11642
- "allowNo": false,
11643
- "type": "boolean"
11644
- },
11645
- "region": {
11646
- "description": "Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)",
11647
- "name": "region",
11648
- "hasDynamicHelp": false,
11649
- "multiple": false,
11650
- "options": [
11651
- "aws-us-east-1",
11652
- "aws-eu-west-1"
11653
- ],
11654
- "type": "option"
11655
- },
11656
- "team-name": {
11657
- "description": "Name for the new Convex team (defaults to EAS account name)",
11658
- "name": "team-name",
11659
- "hasDynamicHelp": false,
11660
- "multiple": false,
11661
- "type": "option"
11662
- },
11663
- "project-name": {
11664
- "description": "Name for the Convex project (defaults to app slug)",
11665
- "name": "project-name",
11666
- "hasDynamicHelp": false,
11667
- "multiple": false,
11668
- "type": "option"
11669
- }
11670
- },
11885
+ "description": "display the Convex project linked to the current Expo app",
11886
+ "flags": {},
11671
11887
  "hasDynamicHelp": false,
11672
11888
  "hiddenAliases": [],
11673
- "id": "integrations:convex:connect",
11889
+ "id": "integrations:convex:project",
11674
11890
  "pluginAlias": "eas-cli",
11675
11891
  "pluginName": "eas-cli",
11676
11892
  "pluginType": "core",
@@ -11726,17 +11942,17 @@
11726
11942
  "commands",
11727
11943
  "integrations",
11728
11944
  "convex",
11729
- "connect.js"
11945
+ "project.js"
11730
11946
  ]
11731
11947
  },
11732
- "integrations:convex:dashboard": {
11948
+ "integrations:convex:team": {
11733
11949
  "aliases": [],
11734
11950
  "args": {},
11735
- "description": "open the Convex dashboard for the linked Convex project",
11951
+ "description": "display Convex teams linked to the current Expo app's owner account",
11736
11952
  "flags": {},
11737
11953
  "hasDynamicHelp": false,
11738
11954
  "hiddenAliases": [],
11739
- "id": "integrations:convex:dashboard",
11955
+ "id": "integrations:convex:team",
11740
11956
  "pluginAlias": "eas-cli",
11741
11957
  "pluginName": "eas-cli",
11742
11958
  "pluginType": "core",
@@ -11792,17 +12008,37 @@
11792
12008
  "commands",
11793
12009
  "integrations",
11794
12010
  "convex",
11795
- "dashboard.js"
12011
+ "team.js"
11796
12012
  ]
11797
12013
  },
11798
- "integrations:convex:project": {
12014
+ "update:embedded:delete": {
11799
12015
  "aliases": [],
11800
- "args": {},
11801
- "description": "display the Convex project linked to the current Expo app",
11802
- "flags": {},
12016
+ "args": {
12017
+ "id": {
12018
+ "description": "The ID of the embedded update (manifest UUID from app.manifest).",
12019
+ "name": "id",
12020
+ "required": true
12021
+ }
12022
+ },
12023
+ "description": "delete an embedded update registered with EAS Update",
12024
+ "flags": {
12025
+ "json": {
12026
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
12027
+ "name": "json",
12028
+ "allowNo": false,
12029
+ "type": "boolean"
12030
+ },
12031
+ "non-interactive": {
12032
+ "description": "Run the command in non-interactive mode.",
12033
+ "name": "non-interactive",
12034
+ "noCacheDefault": true,
12035
+ "allowNo": false,
12036
+ "type": "boolean"
12037
+ }
12038
+ },
11803
12039
  "hasDynamicHelp": false,
11804
12040
  "hiddenAliases": [],
11805
- "id": "integrations:convex:project",
12041
+ "id": "update:embedded:delete",
11806
12042
  "pluginAlias": "eas-cli",
11807
12043
  "pluginName": "eas-cli",
11808
12044
  "pluginType": "core",
@@ -11849,26 +12085,79 @@
11849
12085
  }
11850
12086
  },
11851
12087
  "contextDefinition": {
11852
- "loggedIn": {},
11853
- "privateProjectConfig": {}
12088
+ "loggedIn": {}
11854
12089
  },
11855
12090
  "isESM": false,
11856
12091
  "relativePath": [
11857
12092
  "build",
11858
12093
  "commands",
11859
- "integrations",
11860
- "convex",
11861
- "project.js"
12094
+ "update",
12095
+ "embedded",
12096
+ "delete.js"
11862
12097
  ]
11863
12098
  },
11864
- "integrations:convex:team": {
12099
+ "update:embedded:list": {
11865
12100
  "aliases": [],
11866
12101
  "args": {},
11867
- "description": "display Convex teams linked to the current Expo app's owner account",
11868
- "flags": {},
12102
+ "description": "list embedded updates registered with EAS Update for this project",
12103
+ "flags": {
12104
+ "platform": {
12105
+ "char": "p",
12106
+ "description": "Filter by platform",
12107
+ "name": "platform",
12108
+ "hasDynamicHelp": false,
12109
+ "multiple": false,
12110
+ "options": [
12111
+ "ios",
12112
+ "android"
12113
+ ],
12114
+ "type": "option"
12115
+ },
12116
+ "runtime-version": {
12117
+ "description": "Filter by runtime version",
12118
+ "name": "runtime-version",
12119
+ "hasDynamicHelp": false,
12120
+ "multiple": false,
12121
+ "type": "option"
12122
+ },
12123
+ "channel": {
12124
+ "description": "Filter by channel name (pass \"all\" to skip the channel prompt)",
12125
+ "name": "channel",
12126
+ "hasDynamicHelp": false,
12127
+ "multiple": false,
12128
+ "type": "option"
12129
+ },
12130
+ "limit": {
12131
+ "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
12132
+ "name": "limit",
12133
+ "hasDynamicHelp": false,
12134
+ "multiple": false,
12135
+ "type": "option"
12136
+ },
12137
+ "after-cursor": {
12138
+ "description": "Return items after this cursor (for pagination)",
12139
+ "name": "after-cursor",
12140
+ "hasDynamicHelp": false,
12141
+ "multiple": false,
12142
+ "type": "option"
12143
+ },
12144
+ "json": {
12145
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
12146
+ "name": "json",
12147
+ "allowNo": false,
12148
+ "type": "boolean"
12149
+ },
12150
+ "non-interactive": {
12151
+ "description": "Run the command in non-interactive mode.",
12152
+ "name": "non-interactive",
12153
+ "noCacheDefault": true,
12154
+ "allowNo": false,
12155
+ "type": "boolean"
12156
+ }
12157
+ },
11869
12158
  "hasDynamicHelp": false,
11870
12159
  "hiddenAliases": [],
11871
- "id": "integrations:convex:team",
12160
+ "id": "update:embedded:list",
11872
12161
  "pluginAlias": "eas-cli",
11873
12162
  "pluginName": "eas-cli",
11874
12163
  "pluginType": "core",
@@ -11915,16 +12204,16 @@
11915
12204
  }
11916
12205
  },
11917
12206
  "contextDefinition": {
11918
- "loggedIn": {},
11919
- "privateProjectConfig": {}
12207
+ "projectId": {},
12208
+ "loggedIn": {}
11920
12209
  },
11921
12210
  "isESM": false,
11922
12211
  "relativePath": [
11923
12212
  "build",
11924
12213
  "commands",
11925
- "integrations",
11926
- "convex",
11927
- "team.js"
12214
+ "update",
12215
+ "embedded",
12216
+ "list.js"
11928
12217
  ]
11929
12218
  },
11930
12219
  "update:embedded:upload": {
@@ -12056,6 +12345,85 @@
12056
12345
  "upload.js"
12057
12346
  ]
12058
12347
  },
12348
+ "update:embedded:view": {
12349
+ "aliases": [],
12350
+ "args": {
12351
+ "id": {
12352
+ "description": "The ID of the embedded update (manifest UUID from app.manifest).",
12353
+ "name": "id",
12354
+ "required": true
12355
+ }
12356
+ },
12357
+ "description": "view details of an embedded update registered with EAS Update",
12358
+ "flags": {
12359
+ "json": {
12360
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
12361
+ "name": "json",
12362
+ "allowNo": false,
12363
+ "type": "boolean"
12364
+ }
12365
+ },
12366
+ "hasDynamicHelp": false,
12367
+ "hiddenAliases": [],
12368
+ "id": "update:embedded:view",
12369
+ "pluginAlias": "eas-cli",
12370
+ "pluginName": "eas-cli",
12371
+ "pluginType": "core",
12372
+ "strict": true,
12373
+ "enableJsonFlag": false,
12374
+ "ContextOptions": {
12375
+ "LoggedIn": {
12376
+ "loggedIn": {}
12377
+ },
12378
+ "MaybeLoggedIn": {
12379
+ "maybeLoggedIn": {}
12380
+ },
12381
+ "DynamicLoggedIn": {
12382
+ "getDynamicLoggedInAsync": {}
12383
+ },
12384
+ "SessionManagment": {
12385
+ "sessionManager": {}
12386
+ },
12387
+ "OptionalProjectConfig": {
12388
+ "optionalPrivateProjectConfig": {}
12389
+ },
12390
+ "ProjectDir": {
12391
+ "projectDir": {}
12392
+ },
12393
+ "DynamicProjectConfig": {
12394
+ "getDynamicPublicProjectConfigAsync": {},
12395
+ "getDynamicPrivateProjectConfigAsync": {}
12396
+ },
12397
+ "ProjectConfig": {
12398
+ "loggedIn": {},
12399
+ "privateProjectConfig": {}
12400
+ },
12401
+ "Analytics": {
12402
+ "analytics": {}
12403
+ },
12404
+ "Vcs": {
12405
+ "vcsClient": {}
12406
+ },
12407
+ "ServerSideEnvironmentVariables": {
12408
+ "getServerSideEnvironmentVariablesAsync": {}
12409
+ },
12410
+ "ProjectId": {
12411
+ "projectId": {}
12412
+ }
12413
+ },
12414
+ "contextDefinition": {
12415
+ "projectId": {},
12416
+ "loggedIn": {}
12417
+ },
12418
+ "isESM": false,
12419
+ "relativePath": [
12420
+ "build",
12421
+ "commands",
12422
+ "update",
12423
+ "embedded",
12424
+ "view.js"
12425
+ ]
12426
+ },
12059
12427
  "integrations:convex:project:delete": {
12060
12428
  "aliases": [],
12061
12429
  "args": {},
@@ -12308,5 +12676,5 @@
12308
12676
  ]
12309
12677
  }
12310
12678
  },
12311
- "version": "20.0.0"
12679
+ "version": "20.1.0"
12312
12680
  }