eas-cli 19.0.8 → 20.0.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 (48) hide show
  1. package/README.md +305 -101
  2. package/build/build/createContext.d.ts +2 -1
  3. package/build/build/createContext.js +3 -1
  4. package/build/build/ios/credentials.js +5 -1
  5. package/build/build/ios/prepareJob.js +3 -0
  6. package/build/build/runBuildAndSubmit.d.ts +1 -0
  7. package/build/build/runBuildAndSubmit.js +1 -0
  8. package/build/build/types.d.ts +1 -0
  9. package/build/commands/build/index.d.ts +1 -0
  10. package/build/commands/build/index.js +13 -0
  11. package/build/commands/build/internal.d.ts +1 -0
  12. package/build/commands/build/internal.js +5 -0
  13. package/build/commands/go.d.ts +1 -0
  14. package/build/commands/go.js +29 -1
  15. package/build/commands/observe/events.d.ts +3 -3
  16. package/build/commands/observe/events.js +69 -51
  17. package/build/commands/observe/{logs.d.ts → metrics-summary.d.ts} +3 -11
  18. package/build/commands/observe/metrics-summary.js +95 -0
  19. package/build/commands/observe/metrics.d.ts +8 -3
  20. package/build/commands/observe/metrics.js +63 -47
  21. package/build/commands/observe/routes.d.ts +0 -1
  22. package/build/commands/observe/routes.js +0 -4
  23. package/build/commands/observe/versions.d.ts +0 -1
  24. package/build/commands/observe/versions.js +0 -4
  25. package/build/commands/update/embedded/upload.d.ts +20 -0
  26. package/build/commands/update/embedded/upload.js +129 -0
  27. package/build/credentials/context.d.ts +2 -0
  28. package/build/credentials/context.js +2 -0
  29. package/build/credentials/ios/actions/DeviceUtils.d.ts +2 -0
  30. package/build/credentials/ios/actions/DeviceUtils.js +21 -0
  31. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.d.ts +1 -0
  32. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +76 -14
  33. package/build/credentials/ios/actions/SetUpTargetBuildCredentials.js +8 -0
  34. package/build/graphql/client.js +1 -0
  35. package/build/graphql/generated.d.ts +70 -1
  36. package/build/graphql/mutations/EmbeddedUpdateAssetMutation.d.ts +13 -0
  37. package/build/graphql/mutations/EmbeddedUpdateAssetMutation.js +32 -0
  38. package/build/graphql/mutations/EmbeddedUpdateMutation.d.ts +14 -0
  39. package/build/graphql/mutations/EmbeddedUpdateMutation.js +37 -0
  40. package/build/graphql/queries/WorkflowRunQuery.d.ts +2 -1
  41. package/build/graphql/queries/WorkflowRunQuery.js +19 -6
  42. package/build/observe/formatCustomEvents.js +5 -5
  43. package/build/observe/metricNames.js +2 -0
  44. package/build/update/embeddedManifest.d.ts +3 -0
  45. package/build/update/embeddedManifest.js +28 -0
  46. package/oclif.manifest.json +1852 -1714
  47. package/package.json +6 -6
  48. package/build/commands/observe/logs.js +0 -141
@@ -1494,34 +1494,48 @@
1494
1494
  "view.js"
1495
1495
  ]
1496
1496
  },
1497
- "channel:create": {
1497
+ "build:cancel": {
1498
1498
  "aliases": [],
1499
1499
  "args": {
1500
- "name": {
1501
- "description": "Name of the channel to create",
1502
- "name": "name",
1503
- "required": false
1500
+ "BUILD_ID": {
1501
+ "name": "BUILD_ID"
1504
1502
  }
1505
1503
  },
1506
- "description": "create a channel",
1504
+ "description": "cancel a build",
1507
1505
  "flags": {
1508
- "json": {
1509
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1510
- "name": "json",
1511
- "allowNo": false,
1512
- "type": "boolean"
1513
- },
1514
1506
  "non-interactive": {
1515
1507
  "description": "Run the command in non-interactive mode.",
1516
1508
  "name": "non-interactive",
1517
1509
  "noCacheDefault": true,
1518
1510
  "allowNo": false,
1519
1511
  "type": "boolean"
1512
+ },
1513
+ "platform": {
1514
+ "char": "p",
1515
+ "description": "Filter builds by the platform if build ID is not provided",
1516
+ "name": "platform",
1517
+ "hasDynamicHelp": false,
1518
+ "multiple": false,
1519
+ "options": [
1520
+ "android",
1521
+ "ios",
1522
+ "all"
1523
+ ],
1524
+ "type": "option"
1525
+ },
1526
+ "profile": {
1527
+ "char": "e",
1528
+ "description": "Filter builds by build profile if build ID is not provided",
1529
+ "name": "profile",
1530
+ "hasDynamicHelp": false,
1531
+ "helpValue": "PROFILE_NAME",
1532
+ "multiple": false,
1533
+ "type": "option"
1520
1534
  }
1521
1535
  },
1522
1536
  "hasDynamicHelp": false,
1523
1537
  "hiddenAliases": [],
1524
- "id": "channel:create",
1538
+ "id": "build:cancel",
1525
1539
  "pluginAlias": "eas-cli",
1526
1540
  "pluginName": "eas-cli",
1527
1541
  "pluginType": "core",
@@ -1569,44 +1583,39 @@
1569
1583
  },
1570
1584
  "contextDefinition": {
1571
1585
  "projectId": {},
1572
- "loggedIn": {}
1586
+ "loggedIn": {},
1587
+ "vcsClient": {}
1573
1588
  },
1574
1589
  "isESM": false,
1575
1590
  "relativePath": [
1576
1591
  "build",
1577
1592
  "commands",
1578
- "channel",
1579
- "create.js"
1593
+ "build",
1594
+ "cancel.js"
1580
1595
  ]
1581
1596
  },
1582
- "channel:delete": {
1597
+ "build:configure": {
1583
1598
  "aliases": [],
1584
- "args": {
1585
- "name": {
1586
- "description": "Name of the channel to delete",
1587
- "name": "name",
1588
- "required": false
1589
- }
1590
- },
1591
- "description": "Delete a channel",
1599
+ "args": {},
1600
+ "description": "configure the project to support EAS Build",
1592
1601
  "flags": {
1593
- "json": {
1594
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1595
- "name": "json",
1596
- "allowNo": false,
1597
- "type": "boolean"
1598
- },
1599
- "non-interactive": {
1600
- "description": "Run the command in non-interactive mode.",
1601
- "name": "non-interactive",
1602
- "noCacheDefault": true,
1603
- "allowNo": false,
1604
- "type": "boolean"
1602
+ "platform": {
1603
+ "char": "p",
1604
+ "description": "Platform to configure",
1605
+ "name": "platform",
1606
+ "hasDynamicHelp": false,
1607
+ "multiple": false,
1608
+ "options": [
1609
+ "android",
1610
+ "ios",
1611
+ "all"
1612
+ ],
1613
+ "type": "option"
1605
1614
  }
1606
1615
  },
1607
1616
  "hasDynamicHelp": false,
1608
1617
  "hiddenAliases": [],
1609
- "id": "channel:delete",
1618
+ "id": "build:configure",
1610
1619
  "pluginAlias": "eas-cli",
1611
1620
  "pluginName": "eas-cli",
1612
1621
  "pluginType": "core",
@@ -1653,52 +1662,60 @@
1653
1662
  }
1654
1663
  },
1655
1664
  "contextDefinition": {
1656
- "projectId": {},
1657
- "loggedIn": {}
1665
+ "loggedIn": {},
1666
+ "privateProjectConfig": {},
1667
+ "vcsClient": {}
1658
1668
  },
1659
1669
  "isESM": false,
1660
1670
  "relativePath": [
1661
1671
  "build",
1662
1672
  "commands",
1663
- "channel",
1664
- "delete.js"
1673
+ "build",
1674
+ "configure.js"
1665
1675
  ]
1666
1676
  },
1667
- "channel:edit": {
1677
+ "build:delete": {
1668
1678
  "aliases": [],
1669
1679
  "args": {
1670
- "name": {
1671
- "description": "Name of the channel to edit",
1672
- "name": "name",
1673
- "required": false
1680
+ "BUILD_ID": {
1681
+ "name": "BUILD_ID"
1674
1682
  }
1675
1683
  },
1676
- "description": "point a channel at a new branch",
1684
+ "description": "delete a build",
1677
1685
  "flags": {
1678
- "branch": {
1679
- "description": "Name of the branch to point to",
1680
- "name": "branch",
1681
- "hasDynamicHelp": false,
1682
- "multiple": false,
1683
- "type": "option"
1684
- },
1685
- "json": {
1686
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1687
- "name": "json",
1688
- "allowNo": false,
1689
- "type": "boolean"
1690
- },
1691
1686
  "non-interactive": {
1692
1687
  "description": "Run the command in non-interactive mode.",
1693
1688
  "name": "non-interactive",
1694
1689
  "noCacheDefault": true,
1695
1690
  "allowNo": false,
1696
1691
  "type": "boolean"
1692
+ },
1693
+ "platform": {
1694
+ "char": "p",
1695
+ "description": "Filter builds by the platform if build ID is not provided",
1696
+ "name": "platform",
1697
+ "hasDynamicHelp": false,
1698
+ "multiple": false,
1699
+ "options": [
1700
+ "android",
1701
+ "ios",
1702
+ "all"
1703
+ ],
1704
+ "type": "option"
1705
+ },
1706
+ "profile": {
1707
+ "char": "e",
1708
+ "description": "Filter builds by build profile if build ID is not provided",
1709
+ "name": "profile",
1710
+ "hasDynamicHelp": false,
1711
+ "helpValue": "PROFILE_NAME",
1712
+ "multiple": false,
1713
+ "type": "option"
1697
1714
  }
1698
1715
  },
1699
1716
  "hasDynamicHelp": false,
1700
1717
  "hiddenAliases": [],
1701
- "id": "channel:edit",
1718
+ "id": "build:delete",
1702
1719
  "pluginAlias": "eas-cli",
1703
1720
  "pluginName": "eas-cli",
1704
1721
  "pluginType": "core",
@@ -1746,85 +1763,65 @@
1746
1763
  },
1747
1764
  "contextDefinition": {
1748
1765
  "projectId": {},
1749
- "loggedIn": {}
1766
+ "loggedIn": {},
1767
+ "vcsClient": {}
1750
1768
  },
1751
1769
  "isESM": false,
1752
1770
  "relativePath": [
1753
1771
  "build",
1754
1772
  "commands",
1755
- "channel",
1756
- "edit.js"
1773
+ "build",
1774
+ "delete.js"
1757
1775
  ]
1758
1776
  },
1759
- "channel:insights": {
1777
+ "build:dev": {
1760
1778
  "aliases": [],
1761
1779
  "args": {},
1762
- "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
1780
+ "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
1763
1781
  "flags": {
1764
- "channel": {
1765
- "description": "Name of the channel.",
1766
- "name": "channel",
1767
- "required": true,
1768
- "hasDynamicHelp": false,
1769
- "multiple": false,
1770
- "type": "option"
1771
- },
1772
- "runtime-version": {
1773
- "description": "Runtime version to query insights for.",
1774
- "name": "runtime-version",
1775
- "required": true,
1776
- "hasDynamicHelp": false,
1777
- "multiple": false,
1778
- "type": "option"
1779
- },
1780
- "days": {
1781
- "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
1782
- "exclusive": [
1783
- "start",
1784
- "end"
1785
- ],
1786
- "name": "days",
1782
+ "platform": {
1783
+ "char": "p",
1784
+ "name": "platform",
1787
1785
  "hasDynamicHelp": false,
1788
1786
  "multiple": false,
1789
- "type": "option"
1790
- },
1791
- "start": {
1792
- "description": "Start of insights time range (ISO date).",
1793
- "exclusive": [
1794
- "days"
1787
+ "options": [
1788
+ "ios",
1789
+ "android"
1795
1790
  ],
1796
- "name": "start",
1797
- "hasDynamicHelp": false,
1798
- "multiple": false,
1799
1791
  "type": "option"
1800
1792
  },
1801
- "end": {
1802
- "description": "End of insights time range (ISO date).",
1803
- "exclusive": [
1804
- "days"
1805
- ],
1806
- "name": "end",
1793
+ "profile": {
1794
+ "char": "e",
1795
+ "description": "Name of the build profile from eas.json. It must be a profile allowing to create emulator/simulator internal distribution dev client builds. The \"development-simulator\" build profile will be selected by default.",
1796
+ "name": "profile",
1807
1797
  "hasDynamicHelp": false,
1798
+ "helpValue": "PROFILE_NAME",
1808
1799
  "multiple": false,
1809
1800
  "type": "option"
1810
1801
  },
1811
- "json": {
1812
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1813
- "name": "json",
1802
+ "skip-build-if-not-found": {
1803
+ "description": "Skip build if no successful build with matching fingerprint is found.",
1804
+ "name": "skip-build-if-not-found",
1814
1805
  "allowNo": false,
1815
1806
  "type": "boolean"
1816
1807
  },
1817
- "non-interactive": {
1818
- "description": "Run the command in non-interactive mode.",
1819
- "name": "non-interactive",
1820
- "noCacheDefault": true,
1808
+ "skip-bundler": {
1809
+ "description": "Install and run the development build without starting the bundler server.",
1810
+ "name": "skip-bundler",
1821
1811
  "allowNo": false,
1822
1812
  "type": "boolean"
1813
+ },
1814
+ "simulator": {
1815
+ "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.",
1816
+ "name": "simulator",
1817
+ "hasDynamicHelp": false,
1818
+ "multiple": false,
1819
+ "type": "option"
1823
1820
  }
1824
1821
  },
1825
1822
  "hasDynamicHelp": false,
1826
1823
  "hiddenAliases": [],
1827
- "id": "channel:insights",
1824
+ "id": "build:dev",
1828
1825
  "pluginAlias": "eas-cli",
1829
1826
  "pluginName": "eas-cli",
1830
1827
  "pluginType": "core",
@@ -1871,36 +1868,81 @@
1871
1868
  }
1872
1869
  },
1873
1870
  "contextDefinition": {
1874
- "projectId": {},
1875
- "loggedIn": {}
1871
+ "loggedIn": {},
1872
+ "getDynamicPublicProjectConfigAsync": {},
1873
+ "getDynamicPrivateProjectConfigAsync": {},
1874
+ "projectDir": {},
1875
+ "vcsClient": {},
1876
+ "analytics": {},
1877
+ "projectId": {}
1876
1878
  },
1877
1879
  "isESM": false,
1878
1880
  "relativePath": [
1879
1881
  "build",
1880
1882
  "commands",
1881
- "channel",
1882
- "insights.js"
1883
+ "build",
1884
+ "dev.js"
1883
1885
  ]
1884
1886
  },
1885
- "channel:list": {
1887
+ "build:download": {
1886
1888
  "aliases": [],
1887
1889
  "args": {},
1888
- "description": "list all channels",
1890
+ "description": "download a simulator/emulator build by build ID or fingerprint hash",
1889
1891
  "flags": {
1890
- "offset": {
1891
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1892
- "name": "offset",
1892
+ "build-id": {
1893
+ "aliases": [
1894
+ "id"
1895
+ ],
1896
+ "description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
1897
+ "exclusive": [
1898
+ "fingerprint",
1899
+ "platform",
1900
+ "dev-client"
1901
+ ],
1902
+ "name": "build-id",
1893
1903
  "hasDynamicHelp": false,
1894
1904
  "multiple": false,
1895
1905
  "type": "option"
1896
1906
  },
1897
- "limit": {
1898
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
1899
- "name": "limit",
1907
+ "fingerprint": {
1908
+ "description": "Fingerprint hash of the build to download",
1909
+ "exclusive": [
1910
+ "build-id"
1911
+ ],
1912
+ "name": "fingerprint",
1913
+ "hasDynamicHelp": false,
1914
+ "multiple": false,
1915
+ "type": "option"
1916
+ },
1917
+ "platform": {
1918
+ "char": "p",
1919
+ "exclusive": [
1920
+ "build-id"
1921
+ ],
1922
+ "name": "platform",
1900
1923
  "hasDynamicHelp": false,
1901
1924
  "multiple": false,
1925
+ "options": [
1926
+ "ios",
1927
+ "android"
1928
+ ],
1902
1929
  "type": "option"
1903
1930
  },
1931
+ "dev-client": {
1932
+ "description": "Filter only dev-client builds.",
1933
+ "exclusive": [
1934
+ "build-id"
1935
+ ],
1936
+ "name": "dev-client",
1937
+ "allowNo": true,
1938
+ "type": "boolean"
1939
+ },
1940
+ "all-artifacts": {
1941
+ "description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
1942
+ "name": "all-artifacts",
1943
+ "allowNo": false,
1944
+ "type": "boolean"
1945
+ },
1904
1946
  "json": {
1905
1947
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1906
1948
  "name": "json",
@@ -1917,7 +1959,7 @@
1917
1959
  },
1918
1960
  "hasDynamicHelp": false,
1919
1961
  "hiddenAliases": [],
1920
- "id": "channel:list",
1962
+ "id": "build:download",
1921
1963
  "pluginAlias": "eas-cli",
1922
1964
  "pluginName": "eas-cli",
1923
1965
  "pluginType": "core",
@@ -1964,35 +2006,171 @@
1964
2006
  }
1965
2007
  },
1966
2008
  "contextDefinition": {
1967
- "projectId": {},
1968
- "loggedIn": {}
2009
+ "loggedIn": {},
2010
+ "projectId": {}
1969
2011
  },
1970
2012
  "isESM": false,
1971
2013
  "relativePath": [
1972
2014
  "build",
1973
2015
  "commands",
1974
- "channel",
1975
- "list.js"
2016
+ "build",
2017
+ "download.js"
1976
2018
  ]
1977
2019
  },
1978
- "channel:pause": {
2020
+ "build": {
1979
2021
  "aliases": [],
1980
- "args": {
1981
- "name": {
1982
- "description": "Name of the channel to edit",
1983
- "name": "name",
1984
- "required": false
1985
- }
1986
- },
1987
- "description": "pause a channel to stop it from sending updates",
2022
+ "args": {},
2023
+ "description": "start a build",
1988
2024
  "flags": {
1989
- "branch": {
1990
- "description": "Name of the branch to point to",
1991
- "name": "branch",
2025
+ "platform": {
2026
+ "char": "p",
2027
+ "name": "platform",
2028
+ "hasDynamicHelp": false,
2029
+ "multiple": false,
2030
+ "options": [
2031
+ "android",
2032
+ "ios",
2033
+ "all"
2034
+ ],
2035
+ "type": "option"
2036
+ },
2037
+ "skip-credentials-check": {
2038
+ "hidden": true,
2039
+ "name": "skip-credentials-check",
2040
+ "allowNo": false,
2041
+ "type": "boolean"
2042
+ },
2043
+ "skip-project-configuration": {
2044
+ "hidden": true,
2045
+ "name": "skip-project-configuration",
2046
+ "allowNo": false,
2047
+ "type": "boolean"
2048
+ },
2049
+ "profile": {
2050
+ "char": "e",
2051
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2052
+ "name": "profile",
2053
+ "hasDynamicHelp": false,
2054
+ "helpValue": "PROFILE_NAME",
2055
+ "multiple": false,
2056
+ "type": "option"
2057
+ },
2058
+ "local": {
2059
+ "description": "Run build locally [experimental]",
2060
+ "name": "local",
2061
+ "allowNo": false,
2062
+ "type": "boolean"
2063
+ },
2064
+ "output": {
2065
+ "description": "Output path for local build",
2066
+ "name": "output",
2067
+ "hasDynamicHelp": false,
2068
+ "multiple": false,
2069
+ "type": "option"
2070
+ },
2071
+ "wait": {
2072
+ "description": "Wait for build(s) to complete",
2073
+ "name": "wait",
2074
+ "allowNo": true,
2075
+ "type": "boolean"
2076
+ },
2077
+ "clear-cache": {
2078
+ "description": "Clear cache before the build",
2079
+ "name": "clear-cache",
2080
+ "allowNo": false,
2081
+ "type": "boolean"
2082
+ },
2083
+ "auto-submit": {
2084
+ "aliases": [
2085
+ "submit"
2086
+ ],
2087
+ "char": "s",
2088
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
2089
+ "exclusive": [
2090
+ "auto-submit-with-profile"
2091
+ ],
2092
+ "name": "auto-submit",
2093
+ "allowNo": false,
2094
+ "type": "boolean"
2095
+ },
2096
+ "auto-submit-with-profile": {
2097
+ "description": "Submit on build complete using the submit profile with provided name",
2098
+ "exclusive": [
2099
+ "auto-submit"
2100
+ ],
2101
+ "name": "auto-submit-with-profile",
2102
+ "hasDynamicHelp": false,
2103
+ "helpValue": "PROFILE_NAME",
2104
+ "multiple": false,
2105
+ "type": "option"
2106
+ },
2107
+ "what-to-test": {
2108
+ "description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
2109
+ "name": "what-to-test",
2110
+ "hasDynamicHelp": false,
2111
+ "multiple": false,
2112
+ "type": "option"
2113
+ },
2114
+ "resource-class": {
2115
+ "deprecated": {
2116
+ "message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
2117
+ },
2118
+ "description": "The instance type that will be used to run this build [experimental]",
2119
+ "hidden": true,
2120
+ "name": "resource-class",
2121
+ "hasDynamicHelp": false,
2122
+ "multiple": false,
2123
+ "options": [
2124
+ "default",
2125
+ "large",
2126
+ "m1-medium",
2127
+ "medium",
2128
+ "m-medium",
2129
+ "m-large"
2130
+ ],
2131
+ "type": "option"
2132
+ },
2133
+ "message": {
2134
+ "char": "m",
2135
+ "description": "A short message describing the build",
2136
+ "name": "message",
2137
+ "hasDynamicHelp": false,
2138
+ "multiple": false,
2139
+ "type": "option"
2140
+ },
2141
+ "build-logger-level": {
2142
+ "description": "The level of logs to output during the build process. Defaults to \"info\".",
2143
+ "name": "build-logger-level",
1992
2144
  "hasDynamicHelp": false,
1993
2145
  "multiple": false,
2146
+ "options": [
2147
+ "trace",
2148
+ "debug",
2149
+ "info",
2150
+ "warn",
2151
+ "error",
2152
+ "fatal"
2153
+ ],
1994
2154
  "type": "option"
1995
2155
  },
2156
+ "freeze-credentials": {
2157
+ "description": "Prevent the build from updating credentials in non-interactive mode",
2158
+ "name": "freeze-credentials",
2159
+ "allowNo": false,
2160
+ "type": "boolean"
2161
+ },
2162
+ "refresh-ad-hoc-provisioning-profile": {
2163
+ "description": "Refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials",
2164
+ "name": "refresh-ad-hoc-provisioning-profile",
2165
+ "allowNo": false,
2166
+ "type": "boolean"
2167
+ },
2168
+ "verbose-logs": {
2169
+ "description": "Use verbose logs for the build process",
2170
+ "name": "verbose-logs",
2171
+ "allowNo": false,
2172
+ "type": "boolean"
2173
+ },
1996
2174
  "json": {
1997
2175
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1998
2176
  "name": "json",
@@ -2009,7 +2187,7 @@
2009
2187
  },
2010
2188
  "hasDynamicHelp": false,
2011
2189
  "hiddenAliases": [],
2012
- "id": "channel:pause",
2190
+ "id": "build",
2013
2191
  "pluginAlias": "eas-cli",
2014
2192
  "pluginName": "eas-cli",
2015
2193
  "pluginType": "core",
@@ -2056,52 +2234,87 @@
2056
2234
  }
2057
2235
  },
2058
2236
  "contextDefinition": {
2059
- "projectId": {},
2060
- "loggedIn": {}
2237
+ "loggedIn": {},
2238
+ "getDynamicPublicProjectConfigAsync": {},
2239
+ "getDynamicPrivateProjectConfigAsync": {},
2240
+ "projectDir": {},
2241
+ "analytics": {},
2242
+ "vcsClient": {}
2061
2243
  },
2062
2244
  "isESM": false,
2063
2245
  "relativePath": [
2064
2246
  "build",
2065
2247
  "commands",
2066
- "channel",
2067
- "pause.js"
2248
+ "build",
2249
+ "index.js"
2068
2250
  ]
2069
2251
  },
2070
- "channel:resume": {
2252
+ "build:inspect": {
2071
2253
  "aliases": [],
2072
- "args": {
2073
- "name": {
2074
- "description": "Name of the channel to edit",
2075
- "name": "name",
2076
- "required": false
2077
- }
2078
- },
2079
- "description": "resume a channel to start sending updates",
2254
+ "args": {},
2255
+ "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
2080
2256
  "flags": {
2081
- "branch": {
2082
- "description": "Name of the branch to point to",
2083
- "name": "branch",
2257
+ "platform": {
2258
+ "char": "p",
2259
+ "name": "platform",
2260
+ "required": true,
2084
2261
  "hasDynamicHelp": false,
2085
2262
  "multiple": false,
2263
+ "options": [
2264
+ "android",
2265
+ "ios"
2266
+ ],
2086
2267
  "type": "option"
2087
2268
  },
2088
- "json": {
2089
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2090
- "name": "json",
2091
- "allowNo": false,
2092
- "type": "boolean"
2269
+ "profile": {
2270
+ "char": "e",
2271
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2272
+ "name": "profile",
2273
+ "hasDynamicHelp": false,
2274
+ "helpValue": "PROFILE_NAME",
2275
+ "multiple": false,
2276
+ "type": "option"
2093
2277
  },
2094
- "non-interactive": {
2095
- "description": "Run the command in non-interactive mode.",
2096
- "name": "non-interactive",
2097
- "noCacheDefault": true,
2278
+ "stage": {
2279
+ "char": "s",
2280
+ "description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
2281
+ "name": "stage",
2282
+ "required": true,
2283
+ "hasDynamicHelp": false,
2284
+ "multiple": false,
2285
+ "options": [
2286
+ "archive",
2287
+ "pre-build",
2288
+ "post-build"
2289
+ ],
2290
+ "type": "option"
2291
+ },
2292
+ "output": {
2293
+ "char": "o",
2294
+ "description": "Output directory.",
2295
+ "name": "output",
2296
+ "required": true,
2297
+ "hasDynamicHelp": false,
2298
+ "helpValue": "OUTPUT_DIRECTORY",
2299
+ "multiple": false,
2300
+ "type": "option"
2301
+ },
2302
+ "force": {
2303
+ "description": "Delete OUTPUT_DIRECTORY if it already exists.",
2304
+ "name": "force",
2305
+ "allowNo": false,
2306
+ "type": "boolean"
2307
+ },
2308
+ "verbose": {
2309
+ "char": "v",
2310
+ "name": "verbose",
2098
2311
  "allowNo": false,
2099
2312
  "type": "boolean"
2100
2313
  }
2101
2314
  },
2102
2315
  "hasDynamicHelp": false,
2103
2316
  "hiddenAliases": [],
2104
- "id": "channel:resume",
2317
+ "id": "build:inspect",
2105
2318
  "pluginAlias": "eas-cli",
2106
2319
  "pluginName": "eas-cli",
2107
2320
  "pluginType": "core",
@@ -2148,121 +2361,77 @@
2148
2361
  }
2149
2362
  },
2150
2363
  "contextDefinition": {
2151
- "projectId": {},
2152
- "loggedIn": {}
2364
+ "loggedIn": {},
2365
+ "getDynamicPublicProjectConfigAsync": {},
2366
+ "getDynamicPrivateProjectConfigAsync": {},
2367
+ "projectDir": {},
2368
+ "analytics": {},
2369
+ "vcsClient": {}
2153
2370
  },
2154
2371
  "isESM": false,
2155
2372
  "relativePath": [
2156
2373
  "build",
2157
2374
  "commands",
2158
- "channel",
2159
- "resume.js"
2375
+ "build",
2376
+ "inspect.js"
2160
2377
  ]
2161
2378
  },
2162
- "channel:rollout": {
2379
+ "build:internal": {
2163
2380
  "aliases": [],
2164
- "args": {
2165
- "channel": {
2166
- "description": "channel on which the rollout should be done",
2167
- "name": "channel"
2168
- }
2169
- },
2170
- "description": "Roll a new branch out on a channel incrementally.",
2381
+ "args": {},
2171
2382
  "flags": {
2172
- "action": {
2173
- "description": "Rollout action to perform",
2174
- "name": "action",
2175
- "relationships": [
2176
- {
2177
- "type": "all",
2178
- "flags": [
2179
- {
2180
- "name": "percent"
2181
- },
2182
- {
2183
- "name": "outcome"
2184
- },
2185
- {
2186
- "name": "branch"
2187
- },
2188
- {
2189
- "name": "runtime-version"
2190
- }
2191
- ]
2192
- }
2193
- ],
2194
- "required": false,
2383
+ "platform": {
2384
+ "char": "p",
2385
+ "name": "platform",
2386
+ "required": true,
2195
2387
  "hasDynamicHelp": false,
2196
2388
  "multiple": false,
2197
2389
  "options": [
2198
- "create",
2199
- "edit",
2200
- "end",
2201
- "view"
2390
+ "android",
2391
+ "ios"
2202
2392
  ],
2203
2393
  "type": "option"
2204
2394
  },
2205
- "percent": {
2206
- "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
2207
- "name": "percent",
2208
- "required": false,
2395
+ "profile": {
2396
+ "char": "e",
2397
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2398
+ "name": "profile",
2209
2399
  "hasDynamicHelp": false,
2400
+ "helpValue": "PROFILE_NAME",
2210
2401
  "multiple": false,
2211
2402
  "type": "option"
2212
2403
  },
2213
- "outcome": {
2214
- "description": "End outcome of rollout. Use with --action=end",
2215
- "name": "outcome",
2216
- "required": false,
2217
- "hasDynamicHelp": false,
2218
- "multiple": false,
2219
- "options": [
2220
- "republish-and-revert",
2221
- "revert"
2404
+ "auto-submit": {
2405
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
2406
+ "exclusive": [
2407
+ "auto-submit-with-profile"
2222
2408
  ],
2223
- "type": "option"
2224
- },
2225
- "branch": {
2226
- "description": "Branch to roll out. Use with --action=create",
2227
- "name": "branch",
2228
- "required": false,
2229
- "hasDynamicHelp": false,
2230
- "multiple": false,
2231
- "type": "option"
2232
- },
2233
- "runtime-version": {
2234
- "description": "Runtime version to target. Use with --action=create",
2235
- "name": "runtime-version",
2236
- "required": false,
2237
- "hasDynamicHelp": false,
2238
- "multiple": false,
2239
- "type": "option"
2409
+ "name": "auto-submit",
2410
+ "allowNo": false,
2411
+ "type": "boolean"
2240
2412
  },
2241
- "private-key-path": {
2242
- "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
2243
- "name": "private-key-path",
2244
- "required": false,
2413
+ "auto-submit-with-profile": {
2414
+ "description": "Submit on build complete using the submit profile with provided name",
2415
+ "exclusive": [
2416
+ "auto-submit"
2417
+ ],
2418
+ "name": "auto-submit-with-profile",
2245
2419
  "hasDynamicHelp": false,
2420
+ "helpValue": "PROFILE_NAME",
2246
2421
  "multiple": false,
2247
2422
  "type": "option"
2248
2423
  },
2249
- "json": {
2250
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2251
- "name": "json",
2252
- "allowNo": false,
2253
- "type": "boolean"
2254
- },
2255
- "non-interactive": {
2256
- "description": "Run the command in non-interactive mode.",
2257
- "name": "non-interactive",
2258
- "noCacheDefault": true,
2424
+ "refresh-ad-hoc-provisioning-profile": {
2425
+ "description": "Refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials",
2426
+ "name": "refresh-ad-hoc-provisioning-profile",
2259
2427
  "allowNo": false,
2260
2428
  "type": "boolean"
2261
2429
  }
2262
2430
  },
2263
2431
  "hasDynamicHelp": false,
2432
+ "hidden": true,
2264
2433
  "hiddenAliases": [],
2265
- "id": "channel:rollout",
2434
+ "id": "build:internal",
2266
2435
  "pluginAlias": "eas-cli",
2267
2436
  "pluginName": "eas-cli",
2268
2437
  "pluginType": "core",
@@ -2310,125 +2479,170 @@
2310
2479
  },
2311
2480
  "contextDefinition": {
2312
2481
  "loggedIn": {},
2313
- "privateProjectConfig": {},
2482
+ "getDynamicPublicProjectConfigAsync": {},
2483
+ "getDynamicPrivateProjectConfigAsync": {},
2484
+ "projectDir": {},
2485
+ "analytics": {},
2314
2486
  "vcsClient": {}
2315
2487
  },
2316
2488
  "isESM": false,
2317
2489
  "relativePath": [
2318
2490
  "build",
2319
2491
  "commands",
2320
- "channel",
2321
- "rollout.js"
2492
+ "build",
2493
+ "internal.js"
2322
2494
  ]
2323
2495
  },
2324
- "channel:view": {
2496
+ "build:list": {
2325
2497
  "aliases": [],
2326
- "args": {
2327
- "name": {
2328
- "description": "Name of the channel to view",
2329
- "name": "name",
2330
- "required": false
2331
- }
2332
- },
2333
- "description": "view a channel",
2498
+ "args": {},
2499
+ "description": "list all builds for your project",
2334
2500
  "flags": {
2335
- "json": {
2336
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2337
- "name": "json",
2338
- "allowNo": false,
2339
- "type": "boolean"
2501
+ "platform": {
2502
+ "char": "p",
2503
+ "name": "platform",
2504
+ "hasDynamicHelp": false,
2505
+ "multiple": false,
2506
+ "options": [
2507
+ "android",
2508
+ "ios",
2509
+ "all"
2510
+ ],
2511
+ "type": "option"
2340
2512
  },
2341
- "non-interactive": {
2342
- "description": "Run the command in non-interactive mode.",
2343
- "name": "non-interactive",
2344
- "noCacheDefault": true,
2345
- "allowNo": false,
2346
- "type": "boolean"
2513
+ "status": {
2514
+ "description": "Filter only builds with the specified status",
2515
+ "name": "status",
2516
+ "hasDynamicHelp": false,
2517
+ "multiple": false,
2518
+ "options": [
2519
+ "new",
2520
+ "in-queue",
2521
+ "in-progress",
2522
+ "pending-cancel",
2523
+ "errored",
2524
+ "finished",
2525
+ "canceled"
2526
+ ],
2527
+ "type": "option"
2347
2528
  },
2348
- "offset": {
2349
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2350
- "name": "offset",
2529
+ "distribution": {
2530
+ "description": "Filter only builds with the specified distribution type",
2531
+ "name": "distribution",
2351
2532
  "hasDynamicHelp": false,
2352
2533
  "multiple": false,
2534
+ "options": [
2535
+ "store",
2536
+ "internal",
2537
+ "simulator"
2538
+ ],
2353
2539
  "type": "option"
2354
2540
  },
2355
- "limit": {
2356
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2357
- "name": "limit",
2541
+ "channel": {
2542
+ "name": "channel",
2358
2543
  "hasDynamicHelp": false,
2359
2544
  "multiple": false,
2360
2545
  "type": "option"
2361
- }
2362
- },
2363
- "hasDynamicHelp": false,
2364
- "hiddenAliases": [],
2365
- "id": "channel:view",
2366
- "pluginAlias": "eas-cli",
2367
- "pluginName": "eas-cli",
2368
- "pluginType": "core",
2369
- "strict": true,
2370
- "enableJsonFlag": false,
2371
- "ContextOptions": {
2372
- "LoggedIn": {
2373
- "loggedIn": {}
2374
2546
  },
2375
- "MaybeLoggedIn": {
2376
- "maybeLoggedIn": {}
2547
+ "app-version": {
2548
+ "aliases": [
2549
+ "appVersion"
2550
+ ],
2551
+ "description": "Filter only builds created with the specified main app version",
2552
+ "name": "app-version",
2553
+ "hasDynamicHelp": false,
2554
+ "multiple": false,
2555
+ "type": "option"
2377
2556
  },
2378
- "DynamicLoggedIn": {
2379
- "getDynamicLoggedInAsync": {}
2557
+ "app-build-version": {
2558
+ "aliases": [
2559
+ "appBuildVersion"
2560
+ ],
2561
+ "description": "Filter only builds created with the specified app build version",
2562
+ "name": "app-build-version",
2563
+ "hasDynamicHelp": false,
2564
+ "multiple": false,
2565
+ "type": "option"
2380
2566
  },
2381
- "SessionManagment": {
2382
- "sessionManager": {}
2567
+ "sdk-version": {
2568
+ "aliases": [
2569
+ "sdkVersion"
2570
+ ],
2571
+ "description": "Filter only builds created with the specified Expo SDK version",
2572
+ "name": "sdk-version",
2573
+ "hasDynamicHelp": false,
2574
+ "multiple": false,
2575
+ "type": "option"
2383
2576
  },
2384
- "OptionalProjectConfig": {
2385
- "optionalPrivateProjectConfig": {}
2577
+ "runtime-version": {
2578
+ "aliases": [
2579
+ "runtimeVersion"
2580
+ ],
2581
+ "description": "Filter only builds created with the specified runtime version",
2582
+ "name": "runtime-version",
2583
+ "hasDynamicHelp": false,
2584
+ "multiple": false,
2585
+ "type": "option"
2386
2586
  },
2387
- "ProjectDir": {
2388
- "projectDir": {}
2587
+ "app-identifier": {
2588
+ "aliases": [
2589
+ "appIdentifier"
2590
+ ],
2591
+ "description": "Filter only builds created with the specified app identifier",
2592
+ "name": "app-identifier",
2593
+ "hasDynamicHelp": false,
2594
+ "multiple": false,
2595
+ "type": "option"
2389
2596
  },
2390
- "DynamicProjectConfig": {
2391
- "getDynamicPublicProjectConfigAsync": {},
2392
- "getDynamicPrivateProjectConfigAsync": {}
2597
+ "build-profile": {
2598
+ "aliases": [
2599
+ "profile",
2600
+ "buildProfile"
2601
+ ],
2602
+ "char": "e",
2603
+ "description": "Filter only builds created with the specified build profile",
2604
+ "name": "build-profile",
2605
+ "hasDynamicHelp": false,
2606
+ "multiple": false,
2607
+ "type": "option"
2393
2608
  },
2394
- "ProjectConfig": {
2395
- "loggedIn": {},
2396
- "privateProjectConfig": {}
2609
+ "git-commit-hash": {
2610
+ "aliases": [
2611
+ "gitCommitHash"
2612
+ ],
2613
+ "description": "Filter only builds created with the specified git commit hash",
2614
+ "name": "git-commit-hash",
2615
+ "hasDynamicHelp": false,
2616
+ "multiple": false,
2617
+ "type": "option"
2397
2618
  },
2398
- "Analytics": {
2399
- "analytics": {}
2619
+ "fingerprint-hash": {
2620
+ "description": "Filter only builds with the specified fingerprint hash",
2621
+ "name": "fingerprint-hash",
2622
+ "hasDynamicHelp": false,
2623
+ "multiple": false,
2624
+ "type": "option"
2400
2625
  },
2401
- "Vcs": {
2402
- "vcsClient": {}
2626
+ "offset": {
2627
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2628
+ "name": "offset",
2629
+ "hasDynamicHelp": false,
2630
+ "multiple": false,
2631
+ "type": "option"
2403
2632
  },
2404
- "ServerSideEnvironmentVariables": {
2405
- "getServerSideEnvironmentVariablesAsync": {}
2633
+ "limit": {
2634
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
2635
+ "name": "limit",
2636
+ "hasDynamicHelp": false,
2637
+ "multiple": false,
2638
+ "type": "option"
2639
+ },
2640
+ "json": {
2641
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2642
+ "name": "json",
2643
+ "allowNo": false,
2644
+ "type": "boolean"
2406
2645
  },
2407
- "ProjectId": {
2408
- "projectId": {}
2409
- }
2410
- },
2411
- "contextDefinition": {
2412
- "projectId": {},
2413
- "loggedIn": {}
2414
- },
2415
- "isESM": false,
2416
- "relativePath": [
2417
- "build",
2418
- "commands",
2419
- "channel",
2420
- "view.js"
2421
- ]
2422
- },
2423
- "build:cancel": {
2424
- "aliases": [],
2425
- "args": {
2426
- "BUILD_ID": {
2427
- "name": "BUILD_ID"
2428
- }
2429
- },
2430
- "description": "cancel a build",
2431
- "flags": {
2432
2646
  "non-interactive": {
2433
2647
  "description": "Run the command in non-interactive mode.",
2434
2648
  "name": "non-interactive",
@@ -2436,32 +2650,16 @@
2436
2650
  "allowNo": false,
2437
2651
  "type": "boolean"
2438
2652
  },
2439
- "platform": {
2440
- "char": "p",
2441
- "description": "Filter builds by the platform if build ID is not provided",
2442
- "name": "platform",
2443
- "hasDynamicHelp": false,
2444
- "multiple": false,
2445
- "options": [
2446
- "android",
2447
- "ios",
2448
- "all"
2449
- ],
2450
- "type": "option"
2451
- },
2452
- "profile": {
2453
- "char": "e",
2454
- "description": "Filter builds by build profile if build ID is not provided",
2455
- "name": "profile",
2456
- "hasDynamicHelp": false,
2457
- "helpValue": "PROFILE_NAME",
2458
- "multiple": false,
2459
- "type": "option"
2653
+ "simulator": {
2654
+ "description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
2655
+ "name": "simulator",
2656
+ "allowNo": false,
2657
+ "type": "boolean"
2460
2658
  }
2461
2659
  },
2462
2660
  "hasDynamicHelp": false,
2463
2661
  "hiddenAliases": [],
2464
- "id": "build:cancel",
2662
+ "id": "build:list",
2465
2663
  "pluginAlias": "eas-cli",
2466
2664
  "pluginName": "eas-cli",
2467
2665
  "pluginType": "core",
@@ -2517,31 +2715,89 @@
2517
2715
  "build",
2518
2716
  "commands",
2519
2717
  "build",
2520
- "cancel.js"
2718
+ "list.js"
2521
2719
  ]
2522
2720
  },
2523
- "build:configure": {
2721
+ "build:resign": {
2524
2722
  "aliases": [],
2525
2723
  "args": {},
2526
- "description": "configure the project to support EAS Build",
2724
+ "description": "re-sign a build archive",
2527
2725
  "flags": {
2528
2726
  "platform": {
2529
2727
  "char": "p",
2530
- "description": "Platform to configure",
2531
2728
  "name": "platform",
2532
2729
  "hasDynamicHelp": false,
2533
2730
  "multiple": false,
2534
2731
  "options": [
2535
2732
  "android",
2536
- "ios",
2537
- "all"
2733
+ "ios"
2734
+ ],
2735
+ "type": "option"
2736
+ },
2737
+ "target-profile": {
2738
+ "aliases": [
2739
+ "profile"
2538
2740
  ],
2741
+ "char": "e",
2742
+ "description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
2743
+ "name": "target-profile",
2744
+ "hasDynamicHelp": false,
2745
+ "helpValue": "PROFILE_NAME",
2746
+ "multiple": false,
2747
+ "type": "option"
2748
+ },
2749
+ "source-profile": {
2750
+ "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
2751
+ "name": "source-profile",
2752
+ "hasDynamicHelp": false,
2753
+ "helpValue": "PROFILE_NAME",
2754
+ "multiple": false,
2755
+ "type": "option"
2756
+ },
2757
+ "wait": {
2758
+ "description": "Wait for build(s) to complete.",
2759
+ "name": "wait",
2760
+ "allowNo": true,
2761
+ "type": "boolean"
2762
+ },
2763
+ "id": {
2764
+ "description": "ID of the build to re-sign.",
2765
+ "name": "id",
2766
+ "hasDynamicHelp": false,
2767
+ "multiple": false,
2768
+ "type": "option"
2769
+ },
2770
+ "offset": {
2771
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2772
+ "name": "offset",
2773
+ "hasDynamicHelp": false,
2774
+ "multiple": false,
2775
+ "type": "option"
2776
+ },
2777
+ "limit": {
2778
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2779
+ "name": "limit",
2780
+ "hasDynamicHelp": false,
2781
+ "multiple": false,
2539
2782
  "type": "option"
2783
+ },
2784
+ "json": {
2785
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2786
+ "name": "json",
2787
+ "allowNo": false,
2788
+ "type": "boolean"
2789
+ },
2790
+ "non-interactive": {
2791
+ "description": "Run the command in non-interactive mode.",
2792
+ "name": "non-interactive",
2793
+ "noCacheDefault": true,
2794
+ "allowNo": false,
2795
+ "type": "boolean"
2540
2796
  }
2541
2797
  },
2542
2798
  "hasDynamicHelp": false,
2543
2799
  "hiddenAliases": [],
2544
- "id": "build:configure",
2800
+ "id": "build:resign",
2545
2801
  "pluginAlias": "eas-cli",
2546
2802
  "pluginName": "eas-cli",
2547
2803
  "pluginType": "core",
@@ -2589,7 +2845,10 @@
2589
2845
  },
2590
2846
  "contextDefinition": {
2591
2847
  "loggedIn": {},
2592
- "privateProjectConfig": {},
2848
+ "getDynamicPublicProjectConfigAsync": {},
2849
+ "getDynamicPrivateProjectConfigAsync": {},
2850
+ "projectDir": {},
2851
+ "analytics": {},
2593
2852
  "vcsClient": {}
2594
2853
  },
2595
2854
  "isESM": false,
@@ -2597,51 +2856,104 @@
2597
2856
  "build",
2598
2857
  "commands",
2599
2858
  "build",
2600
- "configure.js"
2859
+ "resign.js"
2601
2860
  ]
2602
2861
  },
2603
- "build:delete": {
2862
+ "build:run": {
2604
2863
  "aliases": [],
2605
- "args": {
2606
- "BUILD_ID": {
2607
- "name": "BUILD_ID"
2608
- }
2609
- },
2610
- "description": "delete a build",
2864
+ "args": {},
2865
+ "description": "run simulator/emulator builds from eas-cli",
2611
2866
  "flags": {
2612
- "non-interactive": {
2613
- "description": "Run the command in non-interactive mode.",
2614
- "name": "non-interactive",
2615
- "noCacheDefault": true,
2867
+ "latest": {
2868
+ "description": "Run the latest simulator/emulator build for specified platform",
2869
+ "exclusive": [
2870
+ "id",
2871
+ "path",
2872
+ "url"
2873
+ ],
2874
+ "name": "latest",
2616
2875
  "allowNo": false,
2617
2876
  "type": "boolean"
2618
2877
  },
2619
- "platform": {
2620
- "char": "p",
2621
- "description": "Filter builds by the platform if build ID is not provided",
2878
+ "url": {
2879
+ "description": "Simulator/Emulator build archive url",
2880
+ "exclusive": [
2881
+ "latest",
2882
+ "id",
2883
+ "path"
2884
+ ],
2885
+ "name": "url",
2886
+ "hasDynamicHelp": false,
2887
+ "multiple": false,
2888
+ "type": "option"
2889
+ },
2890
+ "path": {
2891
+ "description": "Path to the simulator/emulator build archive or app",
2892
+ "exclusive": [
2893
+ "latest",
2894
+ "id",
2895
+ "url"
2896
+ ],
2897
+ "name": "path",
2898
+ "hasDynamicHelp": false,
2899
+ "multiple": false,
2900
+ "type": "option"
2901
+ },
2902
+ "id": {
2903
+ "description": "ID of the simulator/emulator build to run",
2904
+ "exclusive": [
2905
+ "latest, path, url"
2906
+ ],
2907
+ "name": "id",
2908
+ "hasDynamicHelp": false,
2909
+ "multiple": false,
2910
+ "type": "option"
2911
+ },
2912
+ "platform": {
2913
+ "char": "p",
2622
2914
  "name": "platform",
2623
2915
  "hasDynamicHelp": false,
2624
2916
  "multiple": false,
2625
2917
  "options": [
2626
2918
  "android",
2627
- "ios",
2628
- "all"
2919
+ "ios"
2629
2920
  ],
2630
2921
  "type": "option"
2631
2922
  },
2632
2923
  "profile": {
2633
2924
  "char": "e",
2634
- "description": "Filter builds by build profile if build ID is not provided",
2925
+ "description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
2635
2926
  "name": "profile",
2636
2927
  "hasDynamicHelp": false,
2637
2928
  "helpValue": "PROFILE_NAME",
2638
2929
  "multiple": false,
2639
2930
  "type": "option"
2931
+ },
2932
+ "simulator": {
2933
+ "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.",
2934
+ "name": "simulator",
2935
+ "hasDynamicHelp": false,
2936
+ "multiple": false,
2937
+ "type": "option"
2938
+ },
2939
+ "offset": {
2940
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2941
+ "name": "offset",
2942
+ "hasDynamicHelp": false,
2943
+ "multiple": false,
2944
+ "type": "option"
2945
+ },
2946
+ "limit": {
2947
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2948
+ "name": "limit",
2949
+ "hasDynamicHelp": false,
2950
+ "multiple": false,
2951
+ "type": "option"
2640
2952
  }
2641
2953
  },
2642
2954
  "hasDynamicHelp": false,
2643
2955
  "hiddenAliases": [],
2644
- "id": "build:delete",
2956
+ "id": "build:run",
2645
2957
  "pluginAlias": "eas-cli",
2646
2958
  "pluginName": "eas-cli",
2647
2959
  "pluginType": "core",
@@ -2688,8 +3000,8 @@
2688
3000
  }
2689
3001
  },
2690
3002
  "contextDefinition": {
2691
- "projectId": {},
2692
3003
  "loggedIn": {},
3004
+ "projectId": {},
2693
3005
  "vcsClient": {}
2694
3006
  },
2695
3007
  "isESM": false,
@@ -2697,57 +3009,28 @@
2697
3009
  "build",
2698
3010
  "commands",
2699
3011
  "build",
2700
- "delete.js"
3012
+ "run.js"
2701
3013
  ]
2702
3014
  },
2703
- "build:dev": {
3015
+ "build:view": {
2704
3016
  "aliases": [],
2705
- "args": {},
2706
- "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
3017
+ "args": {
3018
+ "BUILD_ID": {
3019
+ "name": "BUILD_ID"
3020
+ }
3021
+ },
3022
+ "description": "view a build for your project",
2707
3023
  "flags": {
2708
- "platform": {
2709
- "char": "p",
2710
- "name": "platform",
2711
- "hasDynamicHelp": false,
2712
- "multiple": false,
2713
- "options": [
2714
- "ios",
2715
- "android"
2716
- ],
2717
- "type": "option"
2718
- },
2719
- "profile": {
2720
- "char": "e",
2721
- "description": "Name of the build profile from eas.json. It must be a profile allowing to create emulator/simulator internal distribution dev client builds. The \"development-simulator\" build profile will be selected by default.",
2722
- "name": "profile",
2723
- "hasDynamicHelp": false,
2724
- "helpValue": "PROFILE_NAME",
2725
- "multiple": false,
2726
- "type": "option"
2727
- },
2728
- "skip-build-if-not-found": {
2729
- "description": "Skip build if no successful build with matching fingerprint is found.",
2730
- "name": "skip-build-if-not-found",
2731
- "allowNo": false,
2732
- "type": "boolean"
2733
- },
2734
- "skip-bundler": {
2735
- "description": "Install and run the development build without starting the bundler server.",
2736
- "name": "skip-bundler",
3024
+ "json": {
3025
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
3026
+ "name": "json",
2737
3027
  "allowNo": false,
2738
3028
  "type": "boolean"
2739
- },
2740
- "simulator": {
2741
- "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.",
2742
- "name": "simulator",
2743
- "hasDynamicHelp": false,
2744
- "multiple": false,
2745
- "type": "option"
2746
3029
  }
2747
3030
  },
2748
3031
  "hasDynamicHelp": false,
2749
3032
  "hiddenAliases": [],
2750
- "id": "build:dev",
3033
+ "id": "build:view",
2751
3034
  "pluginAlias": "eas-cli",
2752
3035
  "pluginName": "eas-cli",
2753
3036
  "pluginType": "core",
@@ -2794,81 +3077,29 @@
2794
3077
  }
2795
3078
  },
2796
3079
  "contextDefinition": {
3080
+ "projectId": {},
2797
3081
  "loggedIn": {},
2798
- "getDynamicPublicProjectConfigAsync": {},
2799
- "getDynamicPrivateProjectConfigAsync": {},
2800
- "projectDir": {},
2801
- "vcsClient": {},
2802
- "analytics": {},
2803
- "projectId": {}
3082
+ "vcsClient": {}
2804
3083
  },
2805
3084
  "isESM": false,
2806
3085
  "relativePath": [
2807
3086
  "build",
2808
3087
  "commands",
2809
3088
  "build",
2810
- "dev.js"
3089
+ "view.js"
2811
3090
  ]
2812
3091
  },
2813
- "build:download": {
3092
+ "channel:create": {
2814
3093
  "aliases": [],
2815
- "args": {},
2816
- "description": "download a simulator/emulator build by build ID or fingerprint hash",
3094
+ "args": {
3095
+ "name": {
3096
+ "description": "Name of the channel to create",
3097
+ "name": "name",
3098
+ "required": false
3099
+ }
3100
+ },
3101
+ "description": "create a channel",
2817
3102
  "flags": {
2818
- "build-id": {
2819
- "aliases": [
2820
- "id"
2821
- ],
2822
- "description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
2823
- "exclusive": [
2824
- "fingerprint",
2825
- "platform",
2826
- "dev-client"
2827
- ],
2828
- "name": "build-id",
2829
- "hasDynamicHelp": false,
2830
- "multiple": false,
2831
- "type": "option"
2832
- },
2833
- "fingerprint": {
2834
- "description": "Fingerprint hash of the build to download",
2835
- "exclusive": [
2836
- "build-id"
2837
- ],
2838
- "name": "fingerprint",
2839
- "hasDynamicHelp": false,
2840
- "multiple": false,
2841
- "type": "option"
2842
- },
2843
- "platform": {
2844
- "char": "p",
2845
- "exclusive": [
2846
- "build-id"
2847
- ],
2848
- "name": "platform",
2849
- "hasDynamicHelp": false,
2850
- "multiple": false,
2851
- "options": [
2852
- "ios",
2853
- "android"
2854
- ],
2855
- "type": "option"
2856
- },
2857
- "dev-client": {
2858
- "description": "Filter only dev-client builds.",
2859
- "exclusive": [
2860
- "build-id"
2861
- ],
2862
- "name": "dev-client",
2863
- "allowNo": true,
2864
- "type": "boolean"
2865
- },
2866
- "all-artifacts": {
2867
- "description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
2868
- "name": "all-artifacts",
2869
- "allowNo": false,
2870
- "type": "boolean"
2871
- },
2872
3103
  "json": {
2873
3104
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2874
3105
  "name": "json",
@@ -2885,7 +3116,7 @@
2885
3116
  },
2886
3117
  "hasDynamicHelp": false,
2887
3118
  "hiddenAliases": [],
2888
- "id": "build:download",
3119
+ "id": "channel:create",
2889
3120
  "pluginAlias": "eas-cli",
2890
3121
  "pluginName": "eas-cli",
2891
3122
  "pluginType": "core",
@@ -2932,190 +3163,53 @@
2932
3163
  }
2933
3164
  },
2934
3165
  "contextDefinition": {
2935
- "loggedIn": {},
2936
- "projectId": {}
3166
+ "projectId": {},
3167
+ "loggedIn": {}
2937
3168
  },
2938
3169
  "isESM": false,
2939
3170
  "relativePath": [
2940
3171
  "build",
2941
3172
  "commands",
2942
- "build",
2943
- "download.js"
3173
+ "channel",
3174
+ "create.js"
2944
3175
  ]
2945
3176
  },
2946
- "build": {
3177
+ "channel:delete": {
2947
3178
  "aliases": [],
2948
- "args": {},
2949
- "description": "start a build",
3179
+ "args": {
3180
+ "name": {
3181
+ "description": "Name of the channel to delete",
3182
+ "name": "name",
3183
+ "required": false
3184
+ }
3185
+ },
3186
+ "description": "Delete a channel",
2950
3187
  "flags": {
2951
- "platform": {
2952
- "char": "p",
2953
- "name": "platform",
2954
- "hasDynamicHelp": false,
2955
- "multiple": false,
2956
- "options": [
2957
- "android",
2958
- "ios",
2959
- "all"
2960
- ],
2961
- "type": "option"
2962
- },
2963
- "skip-credentials-check": {
2964
- "hidden": true,
2965
- "name": "skip-credentials-check",
3188
+ "json": {
3189
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3190
+ "name": "json",
2966
3191
  "allowNo": false,
2967
3192
  "type": "boolean"
2968
3193
  },
2969
- "skip-project-configuration": {
2970
- "hidden": true,
2971
- "name": "skip-project-configuration",
3194
+ "non-interactive": {
3195
+ "description": "Run the command in non-interactive mode.",
3196
+ "name": "non-interactive",
3197
+ "noCacheDefault": true,
2972
3198
  "allowNo": false,
2973
3199
  "type": "boolean"
2974
- },
2975
- "profile": {
2976
- "char": "e",
2977
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2978
- "name": "profile",
2979
- "hasDynamicHelp": false,
2980
- "helpValue": "PROFILE_NAME",
2981
- "multiple": false,
2982
- "type": "option"
2983
- },
2984
- "local": {
2985
- "description": "Run build locally [experimental]",
2986
- "name": "local",
2987
- "allowNo": false,
2988
- "type": "boolean"
2989
- },
2990
- "output": {
2991
- "description": "Output path for local build",
2992
- "name": "output",
2993
- "hasDynamicHelp": false,
2994
- "multiple": false,
2995
- "type": "option"
2996
- },
2997
- "wait": {
2998
- "description": "Wait for build(s) to complete",
2999
- "name": "wait",
3000
- "allowNo": true,
3001
- "type": "boolean"
3002
- },
3003
- "clear-cache": {
3004
- "description": "Clear cache before the build",
3005
- "name": "clear-cache",
3006
- "allowNo": false,
3007
- "type": "boolean"
3008
- },
3009
- "auto-submit": {
3010
- "aliases": [
3011
- "submit"
3012
- ],
3013
- "char": "s",
3014
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3015
- "exclusive": [
3016
- "auto-submit-with-profile"
3017
- ],
3018
- "name": "auto-submit",
3019
- "allowNo": false,
3020
- "type": "boolean"
3021
- },
3022
- "auto-submit-with-profile": {
3023
- "description": "Submit on build complete using the submit profile with provided name",
3024
- "exclusive": [
3025
- "auto-submit"
3026
- ],
3027
- "name": "auto-submit-with-profile",
3028
- "hasDynamicHelp": false,
3029
- "helpValue": "PROFILE_NAME",
3030
- "multiple": false,
3031
- "type": "option"
3032
- },
3033
- "what-to-test": {
3034
- "description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
3035
- "name": "what-to-test",
3036
- "hasDynamicHelp": false,
3037
- "multiple": false,
3038
- "type": "option"
3039
- },
3040
- "resource-class": {
3041
- "deprecated": {
3042
- "message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
3043
- },
3044
- "description": "The instance type that will be used to run this build [experimental]",
3045
- "hidden": true,
3046
- "name": "resource-class",
3047
- "hasDynamicHelp": false,
3048
- "multiple": false,
3049
- "options": [
3050
- "default",
3051
- "large",
3052
- "m1-medium",
3053
- "medium",
3054
- "m-medium",
3055
- "m-large"
3056
- ],
3057
- "type": "option"
3058
- },
3059
- "message": {
3060
- "char": "m",
3061
- "description": "A short message describing the build",
3062
- "name": "message",
3063
- "hasDynamicHelp": false,
3064
- "multiple": false,
3065
- "type": "option"
3066
- },
3067
- "build-logger-level": {
3068
- "description": "The level of logs to output during the build process. Defaults to \"info\".",
3069
- "name": "build-logger-level",
3070
- "hasDynamicHelp": false,
3071
- "multiple": false,
3072
- "options": [
3073
- "trace",
3074
- "debug",
3075
- "info",
3076
- "warn",
3077
- "error",
3078
- "fatal"
3079
- ],
3080
- "type": "option"
3081
- },
3082
- "freeze-credentials": {
3083
- "description": "Prevent the build from updating credentials in non-interactive mode",
3084
- "name": "freeze-credentials",
3085
- "allowNo": false,
3086
- "type": "boolean"
3087
- },
3088
- "verbose-logs": {
3089
- "description": "Use verbose logs for the build process",
3090
- "name": "verbose-logs",
3091
- "allowNo": false,
3092
- "type": "boolean"
3093
- },
3094
- "json": {
3095
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3096
- "name": "json",
3097
- "allowNo": false,
3098
- "type": "boolean"
3099
- },
3100
- "non-interactive": {
3101
- "description": "Run the command in non-interactive mode.",
3102
- "name": "non-interactive",
3103
- "noCacheDefault": true,
3104
- "allowNo": false,
3105
- "type": "boolean"
3106
- }
3107
- },
3108
- "hasDynamicHelp": false,
3109
- "hiddenAliases": [],
3110
- "id": "build",
3111
- "pluginAlias": "eas-cli",
3112
- "pluginName": "eas-cli",
3113
- "pluginType": "core",
3114
- "strict": true,
3115
- "enableJsonFlag": false,
3116
- "ContextOptions": {
3117
- "LoggedIn": {
3118
- "loggedIn": {}
3200
+ }
3201
+ },
3202
+ "hasDynamicHelp": false,
3203
+ "hiddenAliases": [],
3204
+ "id": "channel:delete",
3205
+ "pluginAlias": "eas-cli",
3206
+ "pluginName": "eas-cli",
3207
+ "pluginType": "core",
3208
+ "strict": true,
3209
+ "enableJsonFlag": false,
3210
+ "ContextOptions": {
3211
+ "LoggedIn": {
3212
+ "loggedIn": {}
3119
3213
  },
3120
3214
  "MaybeLoggedIn": {
3121
3215
  "maybeLoggedIn": {}
@@ -3154,87 +3248,52 @@
3154
3248
  }
3155
3249
  },
3156
3250
  "contextDefinition": {
3157
- "loggedIn": {},
3158
- "getDynamicPublicProjectConfigAsync": {},
3159
- "getDynamicPrivateProjectConfigAsync": {},
3160
- "projectDir": {},
3161
- "analytics": {},
3162
- "vcsClient": {}
3251
+ "projectId": {},
3252
+ "loggedIn": {}
3163
3253
  },
3164
3254
  "isESM": false,
3165
3255
  "relativePath": [
3166
3256
  "build",
3167
3257
  "commands",
3168
- "build",
3169
- "index.js"
3258
+ "channel",
3259
+ "delete.js"
3170
3260
  ]
3171
3261
  },
3172
- "build:inspect": {
3262
+ "channel:edit": {
3173
3263
  "aliases": [],
3174
- "args": {},
3175
- "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
3264
+ "args": {
3265
+ "name": {
3266
+ "description": "Name of the channel to edit",
3267
+ "name": "name",
3268
+ "required": false
3269
+ }
3270
+ },
3271
+ "description": "point a channel at a new branch",
3176
3272
  "flags": {
3177
- "platform": {
3178
- "char": "p",
3179
- "name": "platform",
3180
- "required": true,
3181
- "hasDynamicHelp": false,
3182
- "multiple": false,
3183
- "options": [
3184
- "android",
3185
- "ios"
3186
- ],
3187
- "type": "option"
3188
- },
3189
- "profile": {
3190
- "char": "e",
3191
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3192
- "name": "profile",
3193
- "hasDynamicHelp": false,
3194
- "helpValue": "PROFILE_NAME",
3195
- "multiple": false,
3196
- "type": "option"
3197
- },
3198
- "stage": {
3199
- "char": "s",
3200
- "description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
3201
- "name": "stage",
3202
- "required": true,
3203
- "hasDynamicHelp": false,
3204
- "multiple": false,
3205
- "options": [
3206
- "archive",
3207
- "pre-build",
3208
- "post-build"
3209
- ],
3210
- "type": "option"
3211
- },
3212
- "output": {
3213
- "char": "o",
3214
- "description": "Output directory.",
3215
- "name": "output",
3216
- "required": true,
3273
+ "branch": {
3274
+ "description": "Name of the branch to point to",
3275
+ "name": "branch",
3217
3276
  "hasDynamicHelp": false,
3218
- "helpValue": "OUTPUT_DIRECTORY",
3219
3277
  "multiple": false,
3220
3278
  "type": "option"
3221
3279
  },
3222
- "force": {
3223
- "description": "Delete OUTPUT_DIRECTORY if it already exists.",
3224
- "name": "force",
3280
+ "json": {
3281
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3282
+ "name": "json",
3225
3283
  "allowNo": false,
3226
3284
  "type": "boolean"
3227
3285
  },
3228
- "verbose": {
3229
- "char": "v",
3230
- "name": "verbose",
3286
+ "non-interactive": {
3287
+ "description": "Run the command in non-interactive mode.",
3288
+ "name": "non-interactive",
3289
+ "noCacheDefault": true,
3231
3290
  "allowNo": false,
3232
3291
  "type": "boolean"
3233
3292
  }
3234
3293
  },
3235
3294
  "hasDynamicHelp": false,
3236
3295
  "hiddenAliases": [],
3237
- "id": "build:inspect",
3296
+ "id": "channel:edit",
3238
3297
  "pluginAlias": "eas-cli",
3239
3298
  "pluginName": "eas-cli",
3240
3299
  "pluginType": "core",
@@ -3281,71 +3340,86 @@
3281
3340
  }
3282
3341
  },
3283
3342
  "contextDefinition": {
3284
- "loggedIn": {},
3285
- "getDynamicPublicProjectConfigAsync": {},
3286
- "getDynamicPrivateProjectConfigAsync": {},
3287
- "projectDir": {},
3288
- "analytics": {},
3289
- "vcsClient": {}
3343
+ "projectId": {},
3344
+ "loggedIn": {}
3290
3345
  },
3291
3346
  "isESM": false,
3292
3347
  "relativePath": [
3293
3348
  "build",
3294
3349
  "commands",
3295
- "build",
3296
- "inspect.js"
3350
+ "channel",
3351
+ "edit.js"
3297
3352
  ]
3298
3353
  },
3299
- "build:internal": {
3354
+ "channel:insights": {
3300
3355
  "aliases": [],
3301
3356
  "args": {},
3357
+ "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
3302
3358
  "flags": {
3303
- "platform": {
3304
- "char": "p",
3305
- "name": "platform",
3359
+ "channel": {
3360
+ "description": "Name of the channel.",
3361
+ "name": "channel",
3306
3362
  "required": true,
3307
3363
  "hasDynamicHelp": false,
3308
3364
  "multiple": false,
3309
- "options": [
3310
- "android",
3311
- "ios"
3312
- ],
3313
3365
  "type": "option"
3314
3366
  },
3315
- "profile": {
3316
- "char": "e",
3317
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
3318
- "name": "profile",
3367
+ "runtime-version": {
3368
+ "description": "Runtime version to query insights for.",
3369
+ "name": "runtime-version",
3370
+ "required": true,
3319
3371
  "hasDynamicHelp": false,
3320
- "helpValue": "PROFILE_NAME",
3321
3372
  "multiple": false,
3322
3373
  "type": "option"
3323
3374
  },
3324
- "auto-submit": {
3325
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3375
+ "days": {
3376
+ "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
3326
3377
  "exclusive": [
3327
- "auto-submit-with-profile"
3378
+ "start",
3379
+ "end"
3328
3380
  ],
3329
- "name": "auto-submit",
3330
- "allowNo": false,
3331
- "type": "boolean"
3381
+ "name": "days",
3382
+ "hasDynamicHelp": false,
3383
+ "multiple": false,
3384
+ "type": "option"
3332
3385
  },
3333
- "auto-submit-with-profile": {
3334
- "description": "Submit on build complete using the submit profile with provided name",
3386
+ "start": {
3387
+ "description": "Start of insights time range (ISO date).",
3335
3388
  "exclusive": [
3336
- "auto-submit"
3389
+ "days"
3337
3390
  ],
3338
- "name": "auto-submit-with-profile",
3391
+ "name": "start",
3392
+ "hasDynamicHelp": false,
3393
+ "multiple": false,
3394
+ "type": "option"
3395
+ },
3396
+ "end": {
3397
+ "description": "End of insights time range (ISO date).",
3398
+ "exclusive": [
3399
+ "days"
3400
+ ],
3401
+ "name": "end",
3339
3402
  "hasDynamicHelp": false,
3340
- "helpValue": "PROFILE_NAME",
3341
3403
  "multiple": false,
3342
3404
  "type": "option"
3405
+ },
3406
+ "json": {
3407
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3408
+ "name": "json",
3409
+ "allowNo": false,
3410
+ "type": "boolean"
3411
+ },
3412
+ "non-interactive": {
3413
+ "description": "Run the command in non-interactive mode.",
3414
+ "name": "non-interactive",
3415
+ "noCacheDefault": true,
3416
+ "allowNo": false,
3417
+ "type": "boolean"
3343
3418
  }
3344
3419
  },
3345
3420
  "hasDynamicHelp": false,
3346
- "hidden": true,
3347
3421
  "hiddenAliases": [],
3348
- "id": "build:internal",
3422
+ "id": "channel:insights",
3349
3423
  "pluginAlias": "eas-cli",
3350
3424
  "pluginName": "eas-cli",
3351
3425
  "pluginType": "core",
@@ -3392,151 +3466,22 @@
3392
3466
  }
3393
3467
  },
3394
3468
  "contextDefinition": {
3395
- "loggedIn": {},
3396
- "getDynamicPublicProjectConfigAsync": {},
3397
- "getDynamicPrivateProjectConfigAsync": {},
3398
- "projectDir": {},
3399
- "analytics": {},
3400
- "vcsClient": {}
3469
+ "projectId": {},
3470
+ "loggedIn": {}
3401
3471
  },
3402
3472
  "isESM": false,
3403
3473
  "relativePath": [
3404
3474
  "build",
3405
3475
  "commands",
3406
- "build",
3407
- "internal.js"
3476
+ "channel",
3477
+ "insights.js"
3408
3478
  ]
3409
3479
  },
3410
- "build:list": {
3480
+ "channel:list": {
3411
3481
  "aliases": [],
3412
- "args": {},
3413
- "description": "list all builds for your project",
3414
- "flags": {
3415
- "platform": {
3416
- "char": "p",
3417
- "name": "platform",
3418
- "hasDynamicHelp": false,
3419
- "multiple": false,
3420
- "options": [
3421
- "android",
3422
- "ios",
3423
- "all"
3424
- ],
3425
- "type": "option"
3426
- },
3427
- "status": {
3428
- "description": "Filter only builds with the specified status",
3429
- "name": "status",
3430
- "hasDynamicHelp": false,
3431
- "multiple": false,
3432
- "options": [
3433
- "new",
3434
- "in-queue",
3435
- "in-progress",
3436
- "pending-cancel",
3437
- "errored",
3438
- "finished",
3439
- "canceled"
3440
- ],
3441
- "type": "option"
3442
- },
3443
- "distribution": {
3444
- "description": "Filter only builds with the specified distribution type",
3445
- "name": "distribution",
3446
- "hasDynamicHelp": false,
3447
- "multiple": false,
3448
- "options": [
3449
- "store",
3450
- "internal",
3451
- "simulator"
3452
- ],
3453
- "type": "option"
3454
- },
3455
- "channel": {
3456
- "name": "channel",
3457
- "hasDynamicHelp": false,
3458
- "multiple": false,
3459
- "type": "option"
3460
- },
3461
- "app-version": {
3462
- "aliases": [
3463
- "appVersion"
3464
- ],
3465
- "description": "Filter only builds created with the specified main app version",
3466
- "name": "app-version",
3467
- "hasDynamicHelp": false,
3468
- "multiple": false,
3469
- "type": "option"
3470
- },
3471
- "app-build-version": {
3472
- "aliases": [
3473
- "appBuildVersion"
3474
- ],
3475
- "description": "Filter only builds created with the specified app build version",
3476
- "name": "app-build-version",
3477
- "hasDynamicHelp": false,
3478
- "multiple": false,
3479
- "type": "option"
3480
- },
3481
- "sdk-version": {
3482
- "aliases": [
3483
- "sdkVersion"
3484
- ],
3485
- "description": "Filter only builds created with the specified Expo SDK version",
3486
- "name": "sdk-version",
3487
- "hasDynamicHelp": false,
3488
- "multiple": false,
3489
- "type": "option"
3490
- },
3491
- "runtime-version": {
3492
- "aliases": [
3493
- "runtimeVersion"
3494
- ],
3495
- "description": "Filter only builds created with the specified runtime version",
3496
- "name": "runtime-version",
3497
- "hasDynamicHelp": false,
3498
- "multiple": false,
3499
- "type": "option"
3500
- },
3501
- "app-identifier": {
3502
- "aliases": [
3503
- "appIdentifier"
3504
- ],
3505
- "description": "Filter only builds created with the specified app identifier",
3506
- "name": "app-identifier",
3507
- "hasDynamicHelp": false,
3508
- "multiple": false,
3509
- "type": "option"
3510
- },
3511
- "build-profile": {
3512
- "aliases": [
3513
- "profile",
3514
- "buildProfile"
3515
- ],
3516
- "char": "e",
3517
- "description": "Filter only builds created with the specified build profile",
3518
- "name": "build-profile",
3519
- "hasDynamicHelp": false,
3520
- "multiple": false,
3521
- "type": "option"
3522
- },
3523
- "git-commit-hash": {
3524
- "aliases": [
3525
- "gitCommitHash"
3526
- ],
3527
- "description": "Filter only builds created with the specified git commit hash",
3528
- "name": "git-commit-hash",
3529
- "hasDynamicHelp": false,
3530
- "multiple": false,
3531
- "type": "option"
3532
- },
3533
- "fingerprint-hash": {
3534
- "description": "Filter only builds with the specified fingerprint hash",
3535
- "name": "fingerprint-hash",
3536
- "hasDynamicHelp": false,
3537
- "multiple": false,
3538
- "type": "option"
3539
- },
3482
+ "args": {},
3483
+ "description": "list all channels",
3484
+ "flags": {
3540
3485
  "offset": {
3541
3486
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3542
3487
  "name": "offset",
@@ -3545,7 +3490,7 @@
3545
3490
  "type": "option"
3546
3491
  },
3547
3492
  "limit": {
3548
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
3493
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
3549
3494
  "name": "limit",
3550
3495
  "hasDynamicHelp": false,
3551
3496
  "multiple": false,
@@ -3563,17 +3508,11 @@
3563
3508
  "noCacheDefault": true,
3564
3509
  "allowNo": false,
3565
3510
  "type": "boolean"
3566
- },
3567
- "simulator": {
3568
- "description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
3569
- "name": "simulator",
3570
- "allowNo": false,
3571
- "type": "boolean"
3572
3511
  }
3573
3512
  },
3574
3513
  "hasDynamicHelp": false,
3575
3514
  "hiddenAliases": [],
3576
- "id": "build:list",
3515
+ "id": "channel:list",
3577
3516
  "pluginAlias": "eas-cli",
3578
3517
  "pluginName": "eas-cli",
3579
3518
  "pluginType": "core",
@@ -3621,76 +3560,122 @@
3621
3560
  },
3622
3561
  "contextDefinition": {
3623
3562
  "projectId": {},
3624
- "loggedIn": {},
3625
- "vcsClient": {}
3563
+ "loggedIn": {}
3626
3564
  },
3627
3565
  "isESM": false,
3628
3566
  "relativePath": [
3629
3567
  "build",
3630
3568
  "commands",
3631
- "build",
3569
+ "channel",
3632
3570
  "list.js"
3633
3571
  ]
3634
3572
  },
3635
- "build:resign": {
3573
+ "channel:pause": {
3636
3574
  "aliases": [],
3637
- "args": {},
3638
- "description": "re-sign a build archive",
3575
+ "args": {
3576
+ "name": {
3577
+ "description": "Name of the channel to edit",
3578
+ "name": "name",
3579
+ "required": false
3580
+ }
3581
+ },
3582
+ "description": "pause a channel to stop it from sending updates",
3639
3583
  "flags": {
3640
- "platform": {
3641
- "char": "p",
3642
- "name": "platform",
3643
- "hasDynamicHelp": false,
3644
- "multiple": false,
3645
- "options": [
3646
- "android",
3647
- "ios"
3648
- ],
3649
- "type": "option"
3650
- },
3651
- "target-profile": {
3652
- "aliases": [
3653
- "profile"
3654
- ],
3655
- "char": "e",
3656
- "description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
3657
- "name": "target-profile",
3584
+ "branch": {
3585
+ "description": "Name of the branch to point to",
3586
+ "name": "branch",
3658
3587
  "hasDynamicHelp": false,
3659
- "helpValue": "PROFILE_NAME",
3660
3588
  "multiple": false,
3661
3589
  "type": "option"
3662
3590
  },
3663
- "source-profile": {
3664
- "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
3665
- "name": "source-profile",
3666
- "hasDynamicHelp": false,
3667
- "helpValue": "PROFILE_NAME",
3668
- "multiple": false,
3669
- "type": "option"
3591
+ "json": {
3592
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3593
+ "name": "json",
3594
+ "allowNo": false,
3595
+ "type": "boolean"
3670
3596
  },
3671
- "wait": {
3672
- "description": "Wait for build(s) to complete.",
3673
- "name": "wait",
3674
- "allowNo": true,
3597
+ "non-interactive": {
3598
+ "description": "Run the command in non-interactive mode.",
3599
+ "name": "non-interactive",
3600
+ "noCacheDefault": true,
3601
+ "allowNo": false,
3675
3602
  "type": "boolean"
3603
+ }
3604
+ },
3605
+ "hasDynamicHelp": false,
3606
+ "hiddenAliases": [],
3607
+ "id": "channel:pause",
3608
+ "pluginAlias": "eas-cli",
3609
+ "pluginName": "eas-cli",
3610
+ "pluginType": "core",
3611
+ "strict": true,
3612
+ "enableJsonFlag": false,
3613
+ "ContextOptions": {
3614
+ "LoggedIn": {
3615
+ "loggedIn": {}
3676
3616
  },
3677
- "id": {
3678
- "description": "ID of the build to re-sign.",
3679
- "name": "id",
3680
- "hasDynamicHelp": false,
3681
- "multiple": false,
3682
- "type": "option"
3617
+ "MaybeLoggedIn": {
3618
+ "maybeLoggedIn": {}
3683
3619
  },
3684
- "offset": {
3685
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3686
- "name": "offset",
3687
- "hasDynamicHelp": false,
3688
- "multiple": false,
3689
- "type": "option"
3620
+ "DynamicLoggedIn": {
3621
+ "getDynamicLoggedInAsync": {}
3690
3622
  },
3691
- "limit": {
3692
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3693
- "name": "limit",
3623
+ "SessionManagment": {
3624
+ "sessionManager": {}
3625
+ },
3626
+ "OptionalProjectConfig": {
3627
+ "optionalPrivateProjectConfig": {}
3628
+ },
3629
+ "ProjectDir": {
3630
+ "projectDir": {}
3631
+ },
3632
+ "DynamicProjectConfig": {
3633
+ "getDynamicPublicProjectConfigAsync": {},
3634
+ "getDynamicPrivateProjectConfigAsync": {}
3635
+ },
3636
+ "ProjectConfig": {
3637
+ "loggedIn": {},
3638
+ "privateProjectConfig": {}
3639
+ },
3640
+ "Analytics": {
3641
+ "analytics": {}
3642
+ },
3643
+ "Vcs": {
3644
+ "vcsClient": {}
3645
+ },
3646
+ "ServerSideEnvironmentVariables": {
3647
+ "getServerSideEnvironmentVariablesAsync": {}
3648
+ },
3649
+ "ProjectId": {
3650
+ "projectId": {}
3651
+ }
3652
+ },
3653
+ "contextDefinition": {
3654
+ "projectId": {},
3655
+ "loggedIn": {}
3656
+ },
3657
+ "isESM": false,
3658
+ "relativePath": [
3659
+ "build",
3660
+ "commands",
3661
+ "channel",
3662
+ "pause.js"
3663
+ ]
3664
+ },
3665
+ "channel:resume": {
3666
+ "aliases": [],
3667
+ "args": {
3668
+ "name": {
3669
+ "description": "Name of the channel to edit",
3670
+ "name": "name",
3671
+ "required": false
3672
+ }
3673
+ },
3674
+ "description": "resume a channel to start sending updates",
3675
+ "flags": {
3676
+ "branch": {
3677
+ "description": "Name of the branch to point to",
3678
+ "name": "branch",
3694
3679
  "hasDynamicHelp": false,
3695
3680
  "multiple": false,
3696
3681
  "type": "option"
@@ -3711,7 +3696,7 @@
3711
3696
  },
3712
3697
  "hasDynamicHelp": false,
3713
3698
  "hiddenAliases": [],
3714
- "id": "build:resign",
3699
+ "id": "channel:resume",
3715
3700
  "pluginAlias": "eas-cli",
3716
3701
  "pluginName": "eas-cli",
3717
3702
  "pluginType": "core",
@@ -3758,116 +3743,121 @@
3758
3743
  }
3759
3744
  },
3760
3745
  "contextDefinition": {
3761
- "loggedIn": {},
3762
- "getDynamicPublicProjectConfigAsync": {},
3763
- "getDynamicPrivateProjectConfigAsync": {},
3764
- "projectDir": {},
3765
- "analytics": {},
3766
- "vcsClient": {}
3746
+ "projectId": {},
3747
+ "loggedIn": {}
3767
3748
  },
3768
3749
  "isESM": false,
3769
3750
  "relativePath": [
3770
3751
  "build",
3771
3752
  "commands",
3772
- "build",
3773
- "resign.js"
3753
+ "channel",
3754
+ "resume.js"
3774
3755
  ]
3775
3756
  },
3776
- "build:run": {
3757
+ "channel:rollout": {
3777
3758
  "aliases": [],
3778
- "args": {},
3779
- "description": "run simulator/emulator builds from eas-cli",
3759
+ "args": {
3760
+ "channel": {
3761
+ "description": "channel on which the rollout should be done",
3762
+ "name": "channel"
3763
+ }
3764
+ },
3765
+ "description": "Roll a new branch out on a channel incrementally.",
3780
3766
  "flags": {
3781
- "latest": {
3782
- "description": "Run the latest simulator/emulator build for specified platform",
3783
- "exclusive": [
3784
- "id",
3785
- "path",
3786
- "url"
3787
- ],
3788
- "name": "latest",
3789
- "allowNo": false,
3790
- "type": "boolean"
3791
- },
3792
- "url": {
3793
- "description": "Simulator/Emulator build archive url",
3794
- "exclusive": [
3795
- "latest",
3796
- "id",
3797
- "path"
3767
+ "action": {
3768
+ "description": "Rollout action to perform",
3769
+ "name": "action",
3770
+ "relationships": [
3771
+ {
3772
+ "type": "all",
3773
+ "flags": [
3774
+ {
3775
+ "name": "percent"
3776
+ },
3777
+ {
3778
+ "name": "outcome"
3779
+ },
3780
+ {
3781
+ "name": "branch"
3782
+ },
3783
+ {
3784
+ "name": "runtime-version"
3785
+ }
3786
+ ]
3787
+ }
3798
3788
  ],
3799
- "name": "url",
3789
+ "required": false,
3800
3790
  "hasDynamicHelp": false,
3801
3791
  "multiple": false,
3802
- "type": "option"
3803
- },
3804
- "path": {
3805
- "description": "Path to the simulator/emulator build archive or app",
3806
- "exclusive": [
3807
- "latest",
3808
- "id",
3809
- "url"
3792
+ "options": [
3793
+ "create",
3794
+ "edit",
3795
+ "end",
3796
+ "view"
3810
3797
  ],
3811
- "name": "path",
3812
- "hasDynamicHelp": false,
3813
- "multiple": false,
3814
3798
  "type": "option"
3815
3799
  },
3816
- "id": {
3817
- "description": "ID of the simulator/emulator build to run",
3818
- "exclusive": [
3819
- "latest, path, url"
3820
- ],
3821
- "name": "id",
3800
+ "percent": {
3801
+ "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
3802
+ "name": "percent",
3803
+ "required": false,
3822
3804
  "hasDynamicHelp": false,
3823
3805
  "multiple": false,
3824
3806
  "type": "option"
3825
- },
3826
- "platform": {
3827
- "char": "p",
3828
- "name": "platform",
3807
+ },
3808
+ "outcome": {
3809
+ "description": "End outcome of rollout. Use with --action=end",
3810
+ "name": "outcome",
3811
+ "required": false,
3829
3812
  "hasDynamicHelp": false,
3830
3813
  "multiple": false,
3831
3814
  "options": [
3832
- "android",
3833
- "ios"
3815
+ "republish-and-revert",
3816
+ "revert"
3834
3817
  ],
3835
3818
  "type": "option"
3836
3819
  },
3837
- "profile": {
3838
- "char": "e",
3839
- "description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
3840
- "name": "profile",
3820
+ "branch": {
3821
+ "description": "Branch to roll out. Use with --action=create",
3822
+ "name": "branch",
3823
+ "required": false,
3841
3824
  "hasDynamicHelp": false,
3842
- "helpValue": "PROFILE_NAME",
3843
3825
  "multiple": false,
3844
3826
  "type": "option"
3845
3827
  },
3846
- "simulator": {
3847
- "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.",
3848
- "name": "simulator",
3828
+ "runtime-version": {
3829
+ "description": "Runtime version to target. Use with --action=create",
3830
+ "name": "runtime-version",
3831
+ "required": false,
3849
3832
  "hasDynamicHelp": false,
3850
3833
  "multiple": false,
3851
3834
  "type": "option"
3852
3835
  },
3853
- "offset": {
3854
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3855
- "name": "offset",
3836
+ "private-key-path": {
3837
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
3838
+ "name": "private-key-path",
3839
+ "required": false,
3856
3840
  "hasDynamicHelp": false,
3857
3841
  "multiple": false,
3858
3842
  "type": "option"
3859
3843
  },
3860
- "limit": {
3861
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3862
- "name": "limit",
3863
- "hasDynamicHelp": false,
3864
- "multiple": false,
3865
- "type": "option"
3844
+ "json": {
3845
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3846
+ "name": "json",
3847
+ "allowNo": false,
3848
+ "type": "boolean"
3849
+ },
3850
+ "non-interactive": {
3851
+ "description": "Run the command in non-interactive mode.",
3852
+ "name": "non-interactive",
3853
+ "noCacheDefault": true,
3854
+ "allowNo": false,
3855
+ "type": "boolean"
3866
3856
  }
3867
3857
  },
3868
3858
  "hasDynamicHelp": false,
3869
3859
  "hiddenAliases": [],
3870
- "id": "build:run",
3860
+ "id": "channel:rollout",
3871
3861
  "pluginAlias": "eas-cli",
3872
3862
  "pluginName": "eas-cli",
3873
3863
  "pluginType": "core",
@@ -3915,36 +3905,59 @@
3915
3905
  },
3916
3906
  "contextDefinition": {
3917
3907
  "loggedIn": {},
3918
- "projectId": {},
3908
+ "privateProjectConfig": {},
3919
3909
  "vcsClient": {}
3920
3910
  },
3921
3911
  "isESM": false,
3922
3912
  "relativePath": [
3923
3913
  "build",
3924
3914
  "commands",
3925
- "build",
3926
- "run.js"
3915
+ "channel",
3916
+ "rollout.js"
3927
3917
  ]
3928
3918
  },
3929
- "build:view": {
3919
+ "channel:view": {
3930
3920
  "aliases": [],
3931
3921
  "args": {
3932
- "BUILD_ID": {
3933
- "name": "BUILD_ID"
3922
+ "name": {
3923
+ "description": "Name of the channel to view",
3924
+ "name": "name",
3925
+ "required": false
3934
3926
  }
3935
3927
  },
3936
- "description": "view a build for your project",
3928
+ "description": "view a channel",
3937
3929
  "flags": {
3938
3930
  "json": {
3939
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
3931
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3940
3932
  "name": "json",
3941
3933
  "allowNo": false,
3942
3934
  "type": "boolean"
3935
+ },
3936
+ "non-interactive": {
3937
+ "description": "Run the command in non-interactive mode.",
3938
+ "name": "non-interactive",
3939
+ "noCacheDefault": true,
3940
+ "allowNo": false,
3941
+ "type": "boolean"
3942
+ },
3943
+ "offset": {
3944
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3945
+ "name": "offset",
3946
+ "hasDynamicHelp": false,
3947
+ "multiple": false,
3948
+ "type": "option"
3949
+ },
3950
+ "limit": {
3951
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3952
+ "name": "limit",
3953
+ "hasDynamicHelp": false,
3954
+ "multiple": false,
3955
+ "type": "option"
3943
3956
  }
3944
3957
  },
3945
3958
  "hasDynamicHelp": false,
3946
3959
  "hiddenAliases": [],
3947
- "id": "build:view",
3960
+ "id": "channel:view",
3948
3961
  "pluginAlias": "eas-cli",
3949
3962
  "pluginName": "eas-cli",
3950
3963
  "pluginType": "core",
@@ -3992,14 +4005,13 @@
3992
4005
  },
3993
4006
  "contextDefinition": {
3994
4007
  "projectId": {},
3995
- "loggedIn": {},
3996
- "vcsClient": {}
4008
+ "loggedIn": {}
3997
4009
  },
3998
4010
  "isESM": false,
3999
4011
  "relativePath": [
4000
4012
  "build",
4001
4013
  "commands",
4002
- "build",
4014
+ "channel",
4003
4015
  "view.js"
4004
4016
  ]
4005
4017
  },
@@ -4403,14 +4415,206 @@
4403
4415
  "index.js"
4404
4416
  ]
4405
4417
  },
4406
- "device:create": {
4418
+ "device:create": {
4419
+ "aliases": [],
4420
+ "args": {},
4421
+ "description": "register new Apple Devices to use for internal distribution",
4422
+ "flags": {},
4423
+ "hasDynamicHelp": false,
4424
+ "hiddenAliases": [],
4425
+ "id": "device:create",
4426
+ "pluginAlias": "eas-cli",
4427
+ "pluginName": "eas-cli",
4428
+ "pluginType": "core",
4429
+ "strict": true,
4430
+ "enableJsonFlag": false,
4431
+ "ContextOptions": {
4432
+ "LoggedIn": {
4433
+ "loggedIn": {}
4434
+ },
4435
+ "MaybeLoggedIn": {
4436
+ "maybeLoggedIn": {}
4437
+ },
4438
+ "DynamicLoggedIn": {
4439
+ "getDynamicLoggedInAsync": {}
4440
+ },
4441
+ "SessionManagment": {
4442
+ "sessionManager": {}
4443
+ },
4444
+ "OptionalProjectConfig": {
4445
+ "optionalPrivateProjectConfig": {}
4446
+ },
4447
+ "ProjectDir": {
4448
+ "projectDir": {}
4449
+ },
4450
+ "DynamicProjectConfig": {
4451
+ "getDynamicPublicProjectConfigAsync": {},
4452
+ "getDynamicPrivateProjectConfigAsync": {}
4453
+ },
4454
+ "ProjectConfig": {
4455
+ "loggedIn": {},
4456
+ "privateProjectConfig": {}
4457
+ },
4458
+ "Analytics": {
4459
+ "analytics": {}
4460
+ },
4461
+ "Vcs": {
4462
+ "vcsClient": {}
4463
+ },
4464
+ "ServerSideEnvironmentVariables": {
4465
+ "getServerSideEnvironmentVariablesAsync": {}
4466
+ },
4467
+ "ProjectId": {
4468
+ "projectId": {}
4469
+ }
4470
+ },
4471
+ "contextDefinition": {
4472
+ "loggedIn": {},
4473
+ "optionalPrivateProjectConfig": {}
4474
+ },
4475
+ "isESM": false,
4476
+ "relativePath": [
4477
+ "build",
4478
+ "commands",
4479
+ "device",
4480
+ "create.js"
4481
+ ]
4482
+ },
4483
+ "device:delete": {
4484
+ "aliases": [],
4485
+ "args": {},
4486
+ "description": "remove a registered device from your account",
4487
+ "flags": {
4488
+ "apple-team-id": {
4489
+ "description": "The Apple team ID on which to find the device",
4490
+ "name": "apple-team-id",
4491
+ "hasDynamicHelp": false,
4492
+ "multiple": false,
4493
+ "type": "option"
4494
+ },
4495
+ "udid": {
4496
+ "description": "The Apple device ID to disable",
4497
+ "name": "udid",
4498
+ "hasDynamicHelp": false,
4499
+ "multiple": false,
4500
+ "type": "option"
4501
+ },
4502
+ "json": {
4503
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4504
+ "name": "json",
4505
+ "allowNo": false,
4506
+ "type": "boolean"
4507
+ },
4508
+ "non-interactive": {
4509
+ "description": "Run the command in non-interactive mode.",
4510
+ "name": "non-interactive",
4511
+ "noCacheDefault": true,
4512
+ "allowNo": false,
4513
+ "type": "boolean"
4514
+ }
4515
+ },
4516
+ "hasDynamicHelp": false,
4517
+ "hiddenAliases": [],
4518
+ "id": "device:delete",
4519
+ "pluginAlias": "eas-cli",
4520
+ "pluginName": "eas-cli",
4521
+ "pluginType": "core",
4522
+ "strict": true,
4523
+ "enableJsonFlag": false,
4524
+ "ContextOptions": {
4525
+ "LoggedIn": {
4526
+ "loggedIn": {}
4527
+ },
4528
+ "MaybeLoggedIn": {
4529
+ "maybeLoggedIn": {}
4530
+ },
4531
+ "DynamicLoggedIn": {
4532
+ "getDynamicLoggedInAsync": {}
4533
+ },
4534
+ "SessionManagment": {
4535
+ "sessionManager": {}
4536
+ },
4537
+ "OptionalProjectConfig": {
4538
+ "optionalPrivateProjectConfig": {}
4539
+ },
4540
+ "ProjectDir": {
4541
+ "projectDir": {}
4542
+ },
4543
+ "DynamicProjectConfig": {
4544
+ "getDynamicPublicProjectConfigAsync": {},
4545
+ "getDynamicPrivateProjectConfigAsync": {}
4546
+ },
4547
+ "ProjectConfig": {
4548
+ "loggedIn": {},
4549
+ "privateProjectConfig": {}
4550
+ },
4551
+ "Analytics": {
4552
+ "analytics": {}
4553
+ },
4554
+ "Vcs": {
4555
+ "vcsClient": {}
4556
+ },
4557
+ "ServerSideEnvironmentVariables": {
4558
+ "getServerSideEnvironmentVariablesAsync": {}
4559
+ },
4560
+ "ProjectId": {
4561
+ "projectId": {}
4562
+ }
4563
+ },
4564
+ "contextDefinition": {
4565
+ "projectId": {},
4566
+ "loggedIn": {}
4567
+ },
4568
+ "isESM": false,
4569
+ "relativePath": [
4570
+ "build",
4571
+ "commands",
4572
+ "device",
4573
+ "delete.js"
4574
+ ]
4575
+ },
4576
+ "device:list": {
4407
4577
  "aliases": [],
4408
4578
  "args": {},
4409
- "description": "register new Apple Devices to use for internal distribution",
4410
- "flags": {},
4579
+ "description": "list all registered devices for your account",
4580
+ "flags": {
4581
+ "apple-team-id": {
4582
+ "name": "apple-team-id",
4583
+ "hasDynamicHelp": false,
4584
+ "multiple": false,
4585
+ "type": "option"
4586
+ },
4587
+ "offset": {
4588
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
4589
+ "name": "offset",
4590
+ "hasDynamicHelp": false,
4591
+ "multiple": false,
4592
+ "type": "option"
4593
+ },
4594
+ "limit": {
4595
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
4596
+ "name": "limit",
4597
+ "hasDynamicHelp": false,
4598
+ "multiple": false,
4599
+ "type": "option"
4600
+ },
4601
+ "json": {
4602
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4603
+ "name": "json",
4604
+ "allowNo": false,
4605
+ "type": "boolean"
4606
+ },
4607
+ "non-interactive": {
4608
+ "description": "Run the command in non-interactive mode.",
4609
+ "name": "non-interactive",
4610
+ "noCacheDefault": true,
4611
+ "allowNo": false,
4612
+ "type": "boolean"
4613
+ }
4614
+ },
4411
4615
  "hasDynamicHelp": false,
4412
4616
  "hiddenAliases": [],
4413
- "id": "device:create",
4617
+ "id": "device:list",
4414
4618
  "pluginAlias": "eas-cli",
4415
4619
  "pluginName": "eas-cli",
4416
4620
  "pluginType": "core",
@@ -4457,21 +4661,21 @@
4457
4661
  }
4458
4662
  },
4459
4663
  "contextDefinition": {
4460
- "loggedIn": {},
4461
- "optionalPrivateProjectConfig": {}
4664
+ "projectId": {},
4665
+ "loggedIn": {}
4462
4666
  },
4463
4667
  "isESM": false,
4464
4668
  "relativePath": [
4465
4669
  "build",
4466
4670
  "commands",
4467
4671
  "device",
4468
- "create.js"
4672
+ "list.js"
4469
4673
  ]
4470
4674
  },
4471
- "device:delete": {
4675
+ "device:rename": {
4472
4676
  "aliases": [],
4473
4677
  "args": {},
4474
- "description": "remove a registered device from your account",
4678
+ "description": "rename a registered device",
4475
4679
  "flags": {
4476
4680
  "apple-team-id": {
4477
4681
  "description": "The Apple team ID on which to find the device",
@@ -4481,12 +4685,19 @@
4481
4685
  "type": "option"
4482
4686
  },
4483
4687
  "udid": {
4484
- "description": "The Apple device ID to disable",
4688
+ "description": "The Apple device ID to rename",
4485
4689
  "name": "udid",
4486
4690
  "hasDynamicHelp": false,
4487
4691
  "multiple": false,
4488
4692
  "type": "option"
4489
4693
  },
4694
+ "name": {
4695
+ "description": "The new name for the device",
4696
+ "name": "name",
4697
+ "hasDynamicHelp": false,
4698
+ "multiple": false,
4699
+ "type": "option"
4700
+ },
4490
4701
  "json": {
4491
4702
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4492
4703
  "name": "json",
@@ -4503,7 +4714,7 @@
4503
4714
  },
4504
4715
  "hasDynamicHelp": false,
4505
4716
  "hiddenAliases": [],
4506
- "id": "device:delete",
4717
+ "id": "device:rename",
4507
4718
  "pluginAlias": "eas-cli",
4508
4719
  "pluginName": "eas-cli",
4509
4720
  "pluginType": "core",
@@ -4558,51 +4769,21 @@
4558
4769
  "build",
4559
4770
  "commands",
4560
4771
  "device",
4561
- "delete.js"
4772
+ "rename.js"
4562
4773
  ]
4563
4774
  },
4564
- "device:list": {
4775
+ "device:view": {
4565
4776
  "aliases": [],
4566
- "args": {},
4567
- "description": "list all registered devices for your account",
4568
- "flags": {
4569
- "apple-team-id": {
4570
- "name": "apple-team-id",
4571
- "hasDynamicHelp": false,
4572
- "multiple": false,
4573
- "type": "option"
4574
- },
4575
- "offset": {
4576
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
4577
- "name": "offset",
4578
- "hasDynamicHelp": false,
4579
- "multiple": false,
4580
- "type": "option"
4581
- },
4582
- "limit": {
4583
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
4584
- "name": "limit",
4585
- "hasDynamicHelp": false,
4586
- "multiple": false,
4587
- "type": "option"
4588
- },
4589
- "json": {
4590
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
4591
- "name": "json",
4592
- "allowNo": false,
4593
- "type": "boolean"
4594
- },
4595
- "non-interactive": {
4596
- "description": "Run the command in non-interactive mode.",
4597
- "name": "non-interactive",
4598
- "noCacheDefault": true,
4599
- "allowNo": false,
4600
- "type": "boolean"
4777
+ "args": {
4778
+ "UDID": {
4779
+ "name": "UDID"
4601
4780
  }
4602
4781
  },
4782
+ "description": "view a device for your project",
4783
+ "flags": {},
4603
4784
  "hasDynamicHelp": false,
4604
4785
  "hiddenAliases": [],
4605
- "id": "device:list",
4786
+ "id": "device:view",
4606
4787
  "pluginAlias": "eas-cli",
4607
4788
  "pluginName": "eas-cli",
4608
4789
  "pluginType": "core",
@@ -4657,31 +4838,64 @@
4657
4838
  "build",
4658
4839
  "commands",
4659
4840
  "device",
4660
- "list.js"
4841
+ "view.js"
4661
4842
  ]
4662
4843
  },
4663
- "device:rename": {
4844
+ "fingerprint:compare": {
4664
4845
  "aliases": [],
4665
- "args": {},
4666
- "description": "rename a registered device",
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
+ ],
4667
4869
  "flags": {
4668
- "apple-team-id": {
4669
- "description": "The Apple team ID on which to find the device",
4670
- "name": "apple-team-id",
4870
+ "build-id": {
4871
+ "aliases": [
4872
+ "buildId"
4873
+ ],
4874
+ "description": "Compare the fingerprint with the build with the specified ID",
4875
+ "name": "build-id",
4671
4876
  "hasDynamicHelp": false,
4672
- "multiple": false,
4877
+ "multiple": true,
4673
4878
  "type": "option"
4674
4879
  },
4675
- "udid": {
4676
- "description": "The Apple device ID to rename",
4677
- "name": "udid",
4880
+ "update-id": {
4881
+ "aliases": [
4882
+ "updateId"
4883
+ ],
4884
+ "description": "Compare the fingerprint with the update with the specified ID",
4885
+ "name": "update-id",
4678
4886
  "hasDynamicHelp": false,
4679
- "multiple": false,
4887
+ "multiple": true,
4680
4888
  "type": "option"
4681
4889
  },
4682
- "name": {
4683
- "description": "The new name for the device",
4684
- "name": "name",
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",
4685
4899
  "hasDynamicHelp": false,
4686
4900
  "multiple": false,
4687
4901
  "type": "option"
@@ -4702,11 +4916,11 @@
4702
4916
  },
4703
4917
  "hasDynamicHelp": false,
4704
4918
  "hiddenAliases": [],
4705
- "id": "device:rename",
4919
+ "id": "fingerprint:compare",
4706
4920
  "pluginAlias": "eas-cli",
4707
4921
  "pluginName": "eas-cli",
4708
4922
  "pluginType": "core",
4709
- "strict": true,
4923
+ "strict": false,
4710
4924
  "enableJsonFlag": false,
4711
4925
  "ContextOptions": {
4712
4926
  "LoggedIn": {
@@ -4750,32 +4964,83 @@
4750
4964
  },
4751
4965
  "contextDefinition": {
4752
4966
  "projectId": {},
4753
- "loggedIn": {}
4967
+ "loggedIn": {},
4968
+ "privateProjectConfig": {},
4969
+ "vcsClient": {},
4970
+ "getServerSideEnvironmentVariablesAsync": {}
4754
4971
  },
4755
4972
  "isESM": false,
4756
4973
  "relativePath": [
4757
4974
  "build",
4758
4975
  "commands",
4759
- "device",
4760
- "rename.js"
4976
+ "fingerprint",
4977
+ "compare.js"
4761
4978
  ]
4762
4979
  },
4763
- "device:view": {
4980
+ "fingerprint:generate": {
4764
4981
  "aliases": [],
4765
- "args": {
4766
- "UDID": {
4767
- "name": "UDID"
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"
4768
5035
  }
4769
5036
  },
4770
- "description": "view a device for your project",
4771
- "flags": {},
4772
5037
  "hasDynamicHelp": false,
4773
5038
  "hiddenAliases": [],
4774
- "id": "device:view",
5039
+ "id": "fingerprint:generate",
4775
5040
  "pluginAlias": "eas-cli",
4776
5041
  "pluginName": "eas-cli",
4777
5042
  "pluginType": "core",
4778
- "strict": true,
5043
+ "strict": false,
4779
5044
  "enableJsonFlag": false,
4780
5045
  "ContextOptions": {
4781
5046
  "LoggedIn": {
@@ -4819,14 +5084,19 @@
4819
5084
  },
4820
5085
  "contextDefinition": {
4821
5086
  "projectId": {},
4822
- "loggedIn": {}
5087
+ "loggedIn": {},
5088
+ "privateProjectConfig": {},
5089
+ "vcsClient": {},
5090
+ "getServerSideEnvironmentVariablesAsync": {},
5091
+ "getDynamicPublicProjectConfigAsync": {},
5092
+ "getDynamicPrivateProjectConfigAsync": {}
4823
5093
  },
4824
5094
  "isESM": false,
4825
5095
  "relativePath": [
4826
5096
  "build",
4827
5097
  "commands",
4828
- "device",
4829
- "view.js"
5098
+ "fingerprint",
5099
+ "generate.js"
4830
5100
  ]
4831
5101
  },
4832
5102
  "env:create": {
@@ -5401,277 +5671,34 @@
5401
5671
  "required": false
5402
5672
  }
5403
5673
  },
5404
- "description": "pull environment variables for the selected environment to .env file",
5405
- "flags": {
5406
- "non-interactive": {
5407
- "description": "Run the command in non-interactive mode.",
5408
- "name": "non-interactive",
5409
- "noCacheDefault": true,
5410
- "allowNo": false,
5411
- "type": "boolean"
5412
- },
5413
- "environment": {
5414
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5415
- "name": "environment",
5416
- "hasDynamicHelp": false,
5417
- "multiple": false,
5418
- "type": "option"
5419
- },
5420
- "path": {
5421
- "description": "Path to the result `.env` file",
5422
- "name": "path",
5423
- "default": ".env.local",
5424
- "hasDynamicHelp": false,
5425
- "multiple": false,
5426
- "type": "option"
5427
- }
5428
- },
5429
- "hasDynamicHelp": false,
5430
- "hiddenAliases": [],
5431
- "id": "env:pull",
5432
- "pluginAlias": "eas-cli",
5433
- "pluginName": "eas-cli",
5434
- "pluginType": "core",
5435
- "strict": true,
5436
- "enableJsonFlag": false,
5437
- "ContextOptions": {
5438
- "LoggedIn": {
5439
- "loggedIn": {}
5440
- },
5441
- "MaybeLoggedIn": {
5442
- "maybeLoggedIn": {}
5443
- },
5444
- "DynamicLoggedIn": {
5445
- "getDynamicLoggedInAsync": {}
5446
- },
5447
- "SessionManagment": {
5448
- "sessionManager": {}
5449
- },
5450
- "OptionalProjectConfig": {
5451
- "optionalPrivateProjectConfig": {}
5452
- },
5453
- "ProjectDir": {
5454
- "projectDir": {}
5455
- },
5456
- "DynamicProjectConfig": {
5457
- "getDynamicPublicProjectConfigAsync": {},
5458
- "getDynamicPrivateProjectConfigAsync": {}
5459
- },
5460
- "ProjectConfig": {
5461
- "loggedIn": {},
5462
- "privateProjectConfig": {}
5463
- },
5464
- "Analytics": {
5465
- "analytics": {}
5466
- },
5467
- "Vcs": {
5468
- "vcsClient": {}
5469
- },
5470
- "ServerSideEnvironmentVariables": {
5471
- "getServerSideEnvironmentVariablesAsync": {}
5472
- },
5473
- "ProjectId": {
5474
- "projectId": {}
5475
- }
5476
- },
5477
- "contextDefinition": {
5478
- "projectId": {},
5479
- "loggedIn": {},
5480
- "projectDir": {}
5481
- },
5482
- "isESM": false,
5483
- "relativePath": [
5484
- "build",
5485
- "commands",
5486
- "env",
5487
- "pull.js"
5488
- ]
5489
- },
5490
- "env:push": {
5491
- "aliases": [],
5492
- "args": {
5493
- "environment": {
5494
- "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
5495
- "name": "environment",
5496
- "required": false
5497
- }
5498
- },
5499
- "description": "push environment variables from .env file to the selected environment",
5500
- "flags": {
5501
- "environment": {
5502
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5503
- "name": "environment",
5504
- "hasDynamicHelp": false,
5505
- "multiple": true,
5506
- "type": "option"
5507
- },
5508
- "path": {
5509
- "description": "Path to the input `.env` file",
5510
- "name": "path",
5511
- "default": ".env.local",
5512
- "hasDynamicHelp": false,
5513
- "multiple": false,
5514
- "type": "option"
5515
- },
5516
- "force": {
5517
- "description": "Skip confirmation and automatically override existing variables",
5518
- "name": "force",
5519
- "allowNo": false,
5520
- "type": "boolean"
5521
- }
5522
- },
5523
- "hasDynamicHelp": false,
5524
- "hiddenAliases": [],
5525
- "id": "env:push",
5526
- "pluginAlias": "eas-cli",
5527
- "pluginName": "eas-cli",
5528
- "pluginType": "core",
5529
- "strict": true,
5530
- "enableJsonFlag": false,
5531
- "ContextOptions": {
5532
- "LoggedIn": {
5533
- "loggedIn": {}
5534
- },
5535
- "MaybeLoggedIn": {
5536
- "maybeLoggedIn": {}
5537
- },
5538
- "DynamicLoggedIn": {
5539
- "getDynamicLoggedInAsync": {}
5540
- },
5541
- "SessionManagment": {
5542
- "sessionManager": {}
5543
- },
5544
- "OptionalProjectConfig": {
5545
- "optionalPrivateProjectConfig": {}
5546
- },
5547
- "ProjectDir": {
5548
- "projectDir": {}
5549
- },
5550
- "DynamicProjectConfig": {
5551
- "getDynamicPublicProjectConfigAsync": {},
5552
- "getDynamicPrivateProjectConfigAsync": {}
5553
- },
5554
- "ProjectConfig": {
5555
- "loggedIn": {},
5556
- "privateProjectConfig": {}
5557
- },
5558
- "Analytics": {
5559
- "analytics": {}
5560
- },
5561
- "Vcs": {
5562
- "vcsClient": {}
5563
- },
5564
- "ServerSideEnvironmentVariables": {
5565
- "getServerSideEnvironmentVariablesAsync": {}
5566
- },
5567
- "ProjectId": {
5568
- "projectId": {}
5569
- }
5570
- },
5571
- "contextDefinition": {
5572
- "projectId": {},
5573
- "loggedIn": {}
5574
- },
5575
- "isESM": false,
5576
- "relativePath": [
5577
- "build",
5578
- "commands",
5579
- "env",
5580
- "push.js"
5581
- ]
5582
- },
5583
- "env:update": {
5584
- "aliases": [],
5585
- "args": {
5586
- "environment": {
5587
- "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
5588
- "name": "environment",
5589
- "required": false
5590
- }
5591
- },
5592
- "description": "update an environment variable on the current project or account",
5593
- "flags": {
5594
- "variable-name": {
5595
- "description": "Current name of the variable",
5596
- "name": "variable-name",
5597
- "hasDynamicHelp": false,
5598
- "multiple": false,
5599
- "type": "option"
5600
- },
5601
- "variable-environment": {
5602
- "description": "Current environment of the variable to update",
5603
- "name": "variable-environment",
5604
- "hasDynamicHelp": false,
5605
- "multiple": false,
5606
- "type": "option"
5607
- },
5608
- "name": {
5609
- "description": "New name of the variable",
5610
- "name": "name",
5611
- "hasDynamicHelp": false,
5612
- "multiple": false,
5613
- "type": "option"
5614
- },
5615
- "value": {
5616
- "description": "New value or the variable",
5617
- "name": "value",
5618
- "hasDynamicHelp": false,
5619
- "multiple": false,
5620
- "type": "option"
5621
- },
5622
- "type": {
5623
- "description": "The type of variable",
5624
- "name": "type",
5625
- "hasDynamicHelp": false,
5626
- "multiple": false,
5627
- "options": [
5628
- "string",
5629
- "file"
5630
- ],
5631
- "type": "option"
5632
- },
5633
- "visibility": {
5634
- "description": "Visibility of the variable",
5635
- "name": "visibility",
5636
- "hasDynamicHelp": false,
5637
- "multiple": false,
5638
- "options": [
5639
- "plaintext",
5640
- "sensitive",
5641
- "secret"
5642
- ],
5643
- "type": "option"
5644
- },
5645
- "scope": {
5646
- "description": "Scope for the variable",
5647
- "name": "scope",
5648
- "default": "project",
5649
- "hasDynamicHelp": false,
5650
- "multiple": false,
5651
- "options": [
5652
- "project",
5653
- "account"
5654
- ],
5655
- "type": "option"
5674
+ "description": "pull environment variables for the selected environment to .env file",
5675
+ "flags": {
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"
5656
5682
  },
5657
5683
  "environment": {
5658
5684
  "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5659
5685
  "name": "environment",
5660
5686
  "hasDynamicHelp": false,
5661
- "multiple": true,
5687
+ "multiple": false,
5662
5688
  "type": "option"
5663
5689
  },
5664
- "non-interactive": {
5665
- "description": "Run the command in non-interactive mode.",
5666
- "name": "non-interactive",
5667
- "noCacheDefault": true,
5668
- "allowNo": false,
5669
- "type": "boolean"
5690
+ "path": {
5691
+ "description": "Path to the result `.env` file",
5692
+ "name": "path",
5693
+ "default": ".env.local",
5694
+ "hasDynamicHelp": false,
5695
+ "multiple": false,
5696
+ "type": "option"
5670
5697
  }
5671
5698
  },
5672
5699
  "hasDynamicHelp": false,
5673
5700
  "hiddenAliases": [],
5674
- "id": "env:update",
5701
+ "id": "env:pull",
5675
5702
  "pluginAlias": "eas-cli",
5676
5703
  "pluginName": "eas-cli",
5677
5704
  "pluginType": "core",
@@ -5719,97 +5746,57 @@
5719
5746
  },
5720
5747
  "contextDefinition": {
5721
5748
  "projectId": {},
5722
- "analytics": {},
5723
- "loggedIn": {}
5749
+ "loggedIn": {},
5750
+ "projectDir": {}
5724
5751
  },
5725
5752
  "isESM": false,
5726
5753
  "relativePath": [
5727
5754
  "build",
5728
5755
  "commands",
5729
5756
  "env",
5730
- "update.js"
5757
+ "pull.js"
5731
5758
  ]
5732
5759
  },
5733
- "fingerprint:compare": {
5760
+ "env:push": {
5734
5761
  "aliases": [],
5735
5762
  "args": {
5736
- "hash1": {
5737
- "description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
5738
- "name": "hash1",
5739
- "required": false
5740
- },
5741
- "hash2": {
5742
- "description": "If two hashes are provided, HASH1 is compared against HASH2.",
5743
- "name": "hash2",
5763
+ "environment": {
5764
+ "description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
5765
+ "name": "environment",
5744
5766
  "required": false
5745
5767
  }
5746
5768
  },
5747
- "description": "compare fingerprints of the current project, builds, and updates",
5748
- "examples": [
5749
- "$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
5750
- "$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
5751
- "$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
5752
- "$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
5753
- "$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
5754
- "$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
5755
- "$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
5756
- "$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
5757
- ],
5769
+ "description": "push environment variables from .env file to the selected environment",
5758
5770
  "flags": {
5759
- "build-id": {
5760
- "aliases": [
5761
- "buildId"
5762
- ],
5763
- "description": "Compare the fingerprint with the build with the specified ID",
5764
- "name": "build-id",
5765
- "hasDynamicHelp": false,
5766
- "multiple": true,
5767
- "type": "option"
5768
- },
5769
- "update-id": {
5770
- "aliases": [
5771
- "updateId"
5772
- ],
5773
- "description": "Compare the fingerprint with the update with the specified ID",
5774
- "name": "update-id",
5771
+ "environment": {
5772
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5773
+ "name": "environment",
5775
5774
  "hasDynamicHelp": false,
5776
5775
  "multiple": true,
5777
5776
  "type": "option"
5778
5777
  },
5779
- "open": {
5780
- "description": "Open the fingerprint comparison in the browser",
5781
- "name": "open",
5782
- "allowNo": false,
5783
- "type": "boolean"
5784
- },
5785
- "environment": {
5786
- "description": "If generating a fingerprint from the local directory, use the specified environment.",
5787
- "name": "environment",
5778
+ "path": {
5779
+ "description": "Path to the input `.env` file",
5780
+ "name": "path",
5781
+ "default": ".env.local",
5788
5782
  "hasDynamicHelp": false,
5789
5783
  "multiple": false,
5790
5784
  "type": "option"
5791
5785
  },
5792
- "json": {
5793
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5794
- "name": "json",
5795
- "allowNo": false,
5796
- "type": "boolean"
5797
- },
5798
- "non-interactive": {
5799
- "description": "Run the command in non-interactive mode.",
5800
- "name": "non-interactive",
5801
- "noCacheDefault": true,
5786
+ "force": {
5787
+ "description": "Skip confirmation and automatically override existing variables",
5788
+ "name": "force",
5802
5789
  "allowNo": false,
5803
5790
  "type": "boolean"
5804
5791
  }
5805
5792
  },
5806
5793
  "hasDynamicHelp": false,
5807
5794
  "hiddenAliases": [],
5808
- "id": "fingerprint:compare",
5795
+ "id": "env:push",
5809
5796
  "pluginAlias": "eas-cli",
5810
5797
  "pluginName": "eas-cli",
5811
5798
  "pluginType": "core",
5812
- "strict": false,
5799
+ "strict": true,
5813
5800
  "enableJsonFlag": false,
5814
5801
  "ContextOptions": {
5815
5802
  "LoggedIn": {
@@ -5853,67 +5840,96 @@
5853
5840
  },
5854
5841
  "contextDefinition": {
5855
5842
  "projectId": {},
5856
- "loggedIn": {},
5857
- "privateProjectConfig": {},
5858
- "vcsClient": {},
5859
- "getServerSideEnvironmentVariablesAsync": {}
5843
+ "loggedIn": {}
5860
5844
  },
5861
5845
  "isESM": false,
5862
5846
  "relativePath": [
5863
5847
  "build",
5864
5848
  "commands",
5865
- "fingerprint",
5866
- "compare.js"
5849
+ "env",
5850
+ "push.js"
5867
5851
  ]
5868
5852
  },
5869
- "fingerprint:generate": {
5853
+ "env:update": {
5870
5854
  "aliases": [],
5871
- "args": {},
5872
- "description": "generate fingerprints from the current project",
5873
- "examples": [
5874
- "$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
5875
- "$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
5876
- "$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
5877
- "$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
5878
- ],
5855
+ "args": {
5856
+ "environment": {
5857
+ "description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
5858
+ "name": "environment",
5859
+ "required": false
5860
+ }
5861
+ },
5862
+ "description": "update an environment variable on the current project or account",
5879
5863
  "flags": {
5880
- "platform": {
5881
- "char": "p",
5882
- "name": "platform",
5864
+ "variable-name": {
5865
+ "description": "Current name of the variable",
5866
+ "name": "variable-name",
5867
+ "hasDynamicHelp": false,
5868
+ "multiple": false,
5869
+ "type": "option"
5870
+ },
5871
+ "variable-environment": {
5872
+ "description": "Current environment of the variable to update",
5873
+ "name": "variable-environment",
5874
+ "hasDynamicHelp": false,
5875
+ "multiple": false,
5876
+ "type": "option"
5877
+ },
5878
+ "name": {
5879
+ "description": "New name of the variable",
5880
+ "name": "name",
5881
+ "hasDynamicHelp": false,
5882
+ "multiple": false,
5883
+ "type": "option"
5884
+ },
5885
+ "value": {
5886
+ "description": "New value or the variable",
5887
+ "name": "value",
5888
+ "hasDynamicHelp": false,
5889
+ "multiple": false,
5890
+ "type": "option"
5891
+ },
5892
+ "type": {
5893
+ "description": "The type of variable",
5894
+ "name": "type",
5883
5895
  "hasDynamicHelp": false,
5884
5896
  "multiple": false,
5885
5897
  "options": [
5886
- "android",
5887
- "ios"
5898
+ "string",
5899
+ "file"
5888
5900
  ],
5889
5901
  "type": "option"
5890
5902
  },
5891
- "environment": {
5892
- "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5893
- "exclusive": [
5894
- "build-profile"
5895
- ],
5896
- "name": "environment",
5903
+ "visibility": {
5904
+ "description": "Visibility of the variable",
5905
+ "name": "visibility",
5897
5906
  "hasDynamicHelp": false,
5898
5907
  "multiple": false,
5908
+ "options": [
5909
+ "plaintext",
5910
+ "sensitive",
5911
+ "secret"
5912
+ ],
5899
5913
  "type": "option"
5900
5914
  },
5901
- "build-profile": {
5902
- "char": "e",
5903
- "description": "Name of the build profile from eas.json.",
5904
- "exclusive": [
5905
- "environment"
5906
- ],
5907
- "name": "build-profile",
5915
+ "scope": {
5916
+ "description": "Scope for the variable",
5917
+ "name": "scope",
5918
+ "default": "project",
5908
5919
  "hasDynamicHelp": false,
5909
5920
  "multiple": false,
5921
+ "options": [
5922
+ "project",
5923
+ "account"
5924
+ ],
5910
5925
  "type": "option"
5911
5926
  },
5912
- "json": {
5913
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
5914
- "name": "json",
5915
- "allowNo": false,
5916
- "type": "boolean"
5927
+ "environment": {
5928
+ "description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
5929
+ "name": "environment",
5930
+ "hasDynamicHelp": false,
5931
+ "multiple": true,
5932
+ "type": "option"
5917
5933
  },
5918
5934
  "non-interactive": {
5919
5935
  "description": "Run the command in non-interactive mode.",
@@ -5925,11 +5941,11 @@
5925
5941
  },
5926
5942
  "hasDynamicHelp": false,
5927
5943
  "hiddenAliases": [],
5928
- "id": "fingerprint:generate",
5944
+ "id": "env:update",
5929
5945
  "pluginAlias": "eas-cli",
5930
5946
  "pluginName": "eas-cli",
5931
5947
  "pluginType": "core",
5932
- "strict": false,
5948
+ "strict": true,
5933
5949
  "enableJsonFlag": false,
5934
5950
  "ContextOptions": {
5935
5951
  "LoggedIn": {
@@ -5973,19 +5989,15 @@
5973
5989
  },
5974
5990
  "contextDefinition": {
5975
5991
  "projectId": {},
5976
- "loggedIn": {},
5977
- "privateProjectConfig": {},
5978
- "vcsClient": {},
5979
- "getServerSideEnvironmentVariablesAsync": {},
5980
- "getDynamicPublicProjectConfigAsync": {},
5981
- "getDynamicPrivateProjectConfigAsync": {}
5992
+ "analytics": {},
5993
+ "loggedIn": {}
5982
5994
  },
5983
5995
  "isESM": false,
5984
5996
  "relativePath": [
5985
5997
  "build",
5986
5998
  "commands",
5987
- "fingerprint",
5988
- "generate.js"
5999
+ "env",
6000
+ "update.js"
5989
6001
  ]
5990
6002
  },
5991
6003
  "metadata:lint": {
@@ -6235,36 +6247,14 @@
6235
6247
  "observe:events": {
6236
6248
  "aliases": [],
6237
6249
  "args": {
6238
- "metric": {
6239
- "description": "Metric to query (e.g. tti, cold_launch)",
6240
- "name": "metric",
6241
- "options": [
6242
- "tti",
6243
- "ttr",
6244
- "cold_launch",
6245
- "warm_launch",
6246
- "bundle_load"
6247
- ],
6248
- "required": false
6249
- }
6250
- },
6251
- "description": "display individual app performance events ordered by metric value",
6252
- "flags": {
6253
- "sort": {
6254
- "description": "Sort order for events",
6255
- "name": "sort",
6256
- "required": false,
6257
- "default": "oldest",
6258
- "hasDynamicHelp": false,
6259
- "multiple": false,
6260
- "options": [
6261
- "slowest",
6262
- "fastest",
6263
- "newest",
6264
- "oldest"
6265
- ],
6266
- "type": "option"
6267
- },
6250
+ "eventName": {
6251
+ "description": "Event name to filter by",
6252
+ "name": "eventName",
6253
+ "required": false
6254
+ }
6255
+ },
6256
+ "description": "display individual events emitted by the app via `logEvent`, filtered by the event name in the argument. With no arguments, a list of the available event names and associated event counts is returned.",
6257
+ "flags": {
6268
6258
  "platform": {
6269
6259
  "description": "Filter by platform",
6270
6260
  "name": "platform",
@@ -6335,6 +6325,19 @@
6335
6325
  "multiple": false,
6336
6326
  "type": "option"
6337
6327
  },
6328
+ "session-id": {
6329
+ "description": "Filter by session ID",
6330
+ "name": "session-id",
6331
+ "hasDynamicHelp": false,
6332
+ "multiple": false,
6333
+ "type": "option"
6334
+ },
6335
+ "all-events": {
6336
+ "description": "When no event name argument is provided, list all events across all event names instead of a summary of event names + counts.",
6337
+ "name": "all-events",
6338
+ "allowNo": false,
6339
+ "type": "boolean"
6340
+ },
6338
6341
  "project-id": {
6339
6342
  "description": "EAS project ID (defaults to the project ID of the current directory)",
6340
6343
  "name": "project-id",
@@ -6357,7 +6360,6 @@
6357
6360
  }
6358
6361
  },
6359
6362
  "hasDynamicHelp": false,
6360
- "hidden": true,
6361
6363
  "hiddenAliases": [],
6362
6364
  "id": "observe:events",
6363
6365
  "pluginAlias": "eas-cli",
@@ -6420,16 +6422,10 @@
6420
6422
  "events.js"
6421
6423
  ]
6422
6424
  },
6423
- "observe:logs": {
6425
+ "observe:metrics-summary": {
6424
6426
  "aliases": [],
6425
- "args": {
6426
- "eventName": {
6427
- "description": "Custom event name to filter by",
6428
- "name": "eventName",
6429
- "required": false
6430
- }
6431
- },
6432
- "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.",
6427
+ "args": {},
6428
+ "description": "display aggregated performance metric statistics grouped by app version",
6433
6429
  "flags": {
6434
6430
  "platform": {
6435
6431
  "description": "Filter by platform",
@@ -6442,18 +6438,36 @@
6442
6438
  ],
6443
6439
  "type": "option"
6444
6440
  },
6445
- "after": {
6446
- "description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
6447
- "name": "after",
6441
+ "metric": {
6442
+ "description": "Metric name to display (can be specified multiple times).",
6443
+ "name": "metric",
6448
6444
  "hasDynamicHelp": false,
6449
- "multiple": false,
6445
+ "multiple": true,
6446
+ "options": [
6447
+ "tti",
6448
+ "ttr",
6449
+ "cold_launch",
6450
+ "warm_launch",
6451
+ "bundle_load",
6452
+ "update_download"
6453
+ ],
6450
6454
  "type": "option"
6451
6455
  },
6452
- "limit": {
6453
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
6454
- "name": "limit",
6456
+ "stat": {
6457
+ "description": "Statistic to display per metric (can be specified multiple times)",
6458
+ "name": "stat",
6455
6459
  "hasDynamicHelp": false,
6456
- "multiple": false,
6460
+ "multiple": true,
6461
+ "options": [
6462
+ "min",
6463
+ "median",
6464
+ "max",
6465
+ "average",
6466
+ "p80",
6467
+ "p90",
6468
+ "p99",
6469
+ "eventCount"
6470
+ ],
6457
6471
  "type": "option"
6458
6472
  },
6459
6473
  "start": {
@@ -6487,33 +6501,6 @@
6487
6501
  "multiple": false,
6488
6502
  "type": "option"
6489
6503
  },
6490
- "app-version": {
6491
- "description": "Filter by app version",
6492
- "name": "app-version",
6493
- "hasDynamicHelp": false,
6494
- "multiple": false,
6495
- "type": "option"
6496
- },
6497
- "update-id": {
6498
- "description": "Filter by EAS update ID",
6499
- "name": "update-id",
6500
- "hasDynamicHelp": false,
6501
- "multiple": false,
6502
- "type": "option"
6503
- },
6504
- "session-id": {
6505
- "description": "Filter by session ID",
6506
- "name": "session-id",
6507
- "hasDynamicHelp": false,
6508
- "multiple": false,
6509
- "type": "option"
6510
- },
6511
- "all-events": {
6512
- "description": "When no event name argument is provided, list all events across all event names instead of a summary of event names + counts.",
6513
- "name": "all-events",
6514
- "allowNo": false,
6515
- "type": "boolean"
6516
- },
6517
6504
  "project-id": {
6518
6505
  "description": "EAS project ID (defaults to the project ID of the current directory)",
6519
6506
  "name": "project-id",
@@ -6536,9 +6523,8 @@
6536
6523
  }
6537
6524
  },
6538
6525
  "hasDynamicHelp": false,
6539
- "hidden": true,
6540
6526
  "hiddenAliases": [],
6541
- "id": "observe:logs",
6527
+ "id": "observe:metrics-summary",
6542
6528
  "pluginAlias": "eas-cli",
6543
6529
  "pluginName": "eas-cli",
6544
6530
  "pluginType": "core",
@@ -6596,14 +6582,43 @@
6596
6582
  "build",
6597
6583
  "commands",
6598
6584
  "observe",
6599
- "logs.js"
6585
+ "metrics-summary.js"
6600
6586
  ]
6601
6587
  },
6602
6588
  "observe:metrics": {
6603
6589
  "aliases": [],
6604
- "args": {},
6605
- "description": "display app performance metrics grouped by app version",
6590
+ "args": {
6591
+ "metric": {
6592
+ "description": "Metric to query (e.g. tti, cold_launch)",
6593
+ "name": "metric",
6594
+ "options": [
6595
+ "tti",
6596
+ "ttr",
6597
+ "cold_launch",
6598
+ "warm_launch",
6599
+ "bundle_load",
6600
+ "update_download"
6601
+ ],
6602
+ "required": false
6603
+ }
6604
+ },
6605
+ "description": "display individual performance metric samples ordered by value",
6606
6606
  "flags": {
6607
+ "sort": {
6608
+ "description": "Sort order for events",
6609
+ "name": "sort",
6610
+ "required": false,
6611
+ "default": "oldest",
6612
+ "hasDynamicHelp": false,
6613
+ "multiple": false,
6614
+ "options": [
6615
+ "slowest",
6616
+ "fastest",
6617
+ "newest",
6618
+ "oldest"
6619
+ ],
6620
+ "type": "option"
6621
+ },
6607
6622
  "platform": {
6608
6623
  "description": "Filter by platform",
6609
6624
  "name": "platform",
@@ -6615,35 +6630,18 @@
6615
6630
  ],
6616
6631
  "type": "option"
6617
6632
  },
6618
- "metric": {
6619
- "description": "Metric name to display (can be specified multiple times).",
6620
- "name": "metric",
6633
+ "after": {
6634
+ "description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
6635
+ "name": "after",
6621
6636
  "hasDynamicHelp": false,
6622
- "multiple": true,
6623
- "options": [
6624
- "tti",
6625
- "ttr",
6626
- "cold_launch",
6627
- "warm_launch",
6628
- "bundle_load"
6629
- ],
6637
+ "multiple": false,
6630
6638
  "type": "option"
6631
6639
  },
6632
- "stat": {
6633
- "description": "Statistic to display per metric (can be specified multiple times)",
6634
- "name": "stat",
6640
+ "limit": {
6641
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
6642
+ "name": "limit",
6635
6643
  "hasDynamicHelp": false,
6636
- "multiple": true,
6637
- "options": [
6638
- "min",
6639
- "median",
6640
- "max",
6641
- "average",
6642
- "p80",
6643
- "p90",
6644
- "p99",
6645
- "eventCount"
6646
- ],
6644
+ "multiple": false,
6647
6645
  "type": "option"
6648
6646
  },
6649
6647
  "start": {
@@ -6677,6 +6675,20 @@
6677
6675
  "multiple": false,
6678
6676
  "type": "option"
6679
6677
  },
6678
+ "app-version": {
6679
+ "description": "Filter by app version",
6680
+ "name": "app-version",
6681
+ "hasDynamicHelp": false,
6682
+ "multiple": false,
6683
+ "type": "option"
6684
+ },
6685
+ "update-id": {
6686
+ "description": "Filter by EAS update ID",
6687
+ "name": "update-id",
6688
+ "hasDynamicHelp": false,
6689
+ "multiple": false,
6690
+ "type": "option"
6691
+ },
6680
6692
  "project-id": {
6681
6693
  "description": "EAS project ID (defaults to the project ID of the current directory)",
6682
6694
  "name": "project-id",
@@ -6699,7 +6711,6 @@
6699
6711
  }
6700
6712
  },
6701
6713
  "hasDynamicHelp": false,
6702
- "hidden": true,
6703
6714
  "hiddenAliases": [],
6704
6715
  "id": "observe:metrics",
6705
6716
  "pluginAlias": "eas-cli",
@@ -6900,7 +6911,6 @@
6900
6911
  }
6901
6912
  },
6902
6913
  "hasDynamicHelp": false,
6903
- "hidden": true,
6904
6914
  "hiddenAliases": [],
6905
6915
  "id": "observe:routes",
6906
6916
  "pluginAlias": "eas-cli",
@@ -7032,7 +7042,6 @@
7032
7042
  }
7033
7043
  },
7034
7044
  "hasDynamicHelp": false,
7035
- "hidden": true,
7036
7045
  "hiddenAliases": [],
7037
7046
  "id": "observe:versions",
7038
7047
  "pluginAlias": "eas-cli",
@@ -7684,36 +7693,128 @@
7684
7693
  "hasDynamicHelp": false,
7685
7694
  "multiple": false,
7686
7695
  "options": [
7687
- "account",
7688
- "project"
7696
+ "account",
7697
+ "project"
7698
+ ],
7699
+ "type": "option"
7700
+ },
7701
+ "env-file": {
7702
+ "description": "Env file with secrets",
7703
+ "name": "env-file",
7704
+ "hasDynamicHelp": false,
7705
+ "multiple": false,
7706
+ "type": "option"
7707
+ },
7708
+ "force": {
7709
+ "description": "Delete and recreate existing secrets",
7710
+ "name": "force",
7711
+ "allowNo": false,
7712
+ "type": "boolean"
7713
+ },
7714
+ "non-interactive": {
7715
+ "description": "Run the command in non-interactive mode.",
7716
+ "name": "non-interactive",
7717
+ "noCacheDefault": true,
7718
+ "allowNo": false,
7719
+ "type": "boolean"
7720
+ }
7721
+ },
7722
+ "hasDynamicHelp": false,
7723
+ "hidden": true,
7724
+ "hiddenAliases": [],
7725
+ "id": "secret:push",
7726
+ "pluginAlias": "eas-cli",
7727
+ "pluginName": "eas-cli",
7728
+ "pluginType": "core",
7729
+ "strict": true,
7730
+ "enableJsonFlag": false,
7731
+ "ContextOptions": {
7732
+ "LoggedIn": {
7733
+ "loggedIn": {}
7734
+ },
7735
+ "MaybeLoggedIn": {
7736
+ "maybeLoggedIn": {}
7737
+ },
7738
+ "DynamicLoggedIn": {
7739
+ "getDynamicLoggedInAsync": {}
7740
+ },
7741
+ "SessionManagment": {
7742
+ "sessionManager": {}
7743
+ },
7744
+ "OptionalProjectConfig": {
7745
+ "optionalPrivateProjectConfig": {}
7746
+ },
7747
+ "ProjectDir": {
7748
+ "projectDir": {}
7749
+ },
7750
+ "DynamicProjectConfig": {
7751
+ "getDynamicPublicProjectConfigAsync": {},
7752
+ "getDynamicPrivateProjectConfigAsync": {}
7753
+ },
7754
+ "ProjectConfig": {
7755
+ "loggedIn": {},
7756
+ "privateProjectConfig": {}
7757
+ },
7758
+ "Analytics": {
7759
+ "analytics": {}
7760
+ },
7761
+ "Vcs": {
7762
+ "vcsClient": {}
7763
+ },
7764
+ "ServerSideEnvironmentVariables": {
7765
+ "getServerSideEnvironmentVariablesAsync": {}
7766
+ },
7767
+ "ProjectId": {
7768
+ "projectId": {}
7769
+ }
7770
+ },
7771
+ "contextDefinition": {
7772
+ "projectId": {},
7773
+ "loggedIn": {}
7774
+ },
7775
+ "isESM": false,
7776
+ "relativePath": [
7777
+ "build",
7778
+ "commands",
7779
+ "secret",
7780
+ "push.js"
7781
+ ]
7782
+ },
7783
+ "submit:internal": {
7784
+ "aliases": [],
7785
+ "args": {},
7786
+ "flags": {
7787
+ "platform": {
7788
+ "name": "platform",
7789
+ "required": true,
7790
+ "hasDynamicHelp": false,
7791
+ "multiple": false,
7792
+ "options": [
7793
+ "android",
7794
+ "ios"
7689
7795
  ],
7690
7796
  "type": "option"
7691
7797
  },
7692
- "env-file": {
7693
- "description": "Env file with secrets",
7694
- "name": "env-file",
7798
+ "profile": {
7799
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7800
+ "name": "profile",
7695
7801
  "hasDynamicHelp": false,
7696
7802
  "multiple": false,
7697
7803
  "type": "option"
7698
7804
  },
7699
- "force": {
7700
- "description": "Delete and recreate existing secrets",
7701
- "name": "force",
7702
- "allowNo": false,
7703
- "type": "boolean"
7704
- },
7705
- "non-interactive": {
7706
- "description": "Run the command in non-interactive mode.",
7707
- "name": "non-interactive",
7708
- "noCacheDefault": true,
7709
- "allowNo": false,
7710
- "type": "boolean"
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"
7711
7812
  }
7712
7813
  },
7713
7814
  "hasDynamicHelp": false,
7714
7815
  "hidden": true,
7715
7816
  "hiddenAliases": [],
7716
- "id": "secret:push",
7817
+ "id": "submit:internal",
7717
7818
  "pluginAlias": "eas-cli",
7718
7819
  "pluginName": "eas-cli",
7719
7820
  "pluginType": "core",
@@ -7760,15 +7861,18 @@
7760
7861
  }
7761
7862
  },
7762
7863
  "contextDefinition": {
7763
- "projectId": {},
7764
- "loggedIn": {}
7864
+ "loggedIn": {},
7865
+ "privateProjectConfig": {},
7866
+ "projectDir": {},
7867
+ "analytics": {},
7868
+ "vcsClient": {}
7765
7869
  },
7766
7870
  "isESM": false,
7767
7871
  "relativePath": [
7768
7872
  "build",
7769
7873
  "commands",
7770
- "secret",
7771
- "push.js"
7874
+ "submit",
7875
+ "internal.js"
7772
7876
  ]
7773
7877
  },
7774
7878
  "simulator:get": {
@@ -8187,101 +8291,6 @@
8187
8291
  "stop.js"
8188
8292
  ]
8189
8293
  },
8190
- "submit:internal": {
8191
- "aliases": [],
8192
- "args": {},
8193
- "flags": {
8194
- "platform": {
8195
- "name": "platform",
8196
- "required": true,
8197
- "hasDynamicHelp": false,
8198
- "multiple": false,
8199
- "options": [
8200
- "android",
8201
- "ios"
8202
- ],
8203
- "type": "option"
8204
- },
8205
- "profile": {
8206
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
8207
- "name": "profile",
8208
- "hasDynamicHelp": false,
8209
- "multiple": false,
8210
- "type": "option"
8211
- },
8212
- "id": {
8213
- "description": "ID of the build to submit",
8214
- "name": "id",
8215
- "required": true,
8216
- "hasDynamicHelp": false,
8217
- "multiple": false,
8218
- "type": "option"
8219
- }
8220
- },
8221
- "hasDynamicHelp": false,
8222
- "hidden": true,
8223
- "hiddenAliases": [],
8224
- "id": "submit:internal",
8225
- "pluginAlias": "eas-cli",
8226
- "pluginName": "eas-cli",
8227
- "pluginType": "core",
8228
- "strict": true,
8229
- "enableJsonFlag": false,
8230
- "ContextOptions": {
8231
- "LoggedIn": {
8232
- "loggedIn": {}
8233
- },
8234
- "MaybeLoggedIn": {
8235
- "maybeLoggedIn": {}
8236
- },
8237
- "DynamicLoggedIn": {
8238
- "getDynamicLoggedInAsync": {}
8239
- },
8240
- "SessionManagment": {
8241
- "sessionManager": {}
8242
- },
8243
- "OptionalProjectConfig": {
8244
- "optionalPrivateProjectConfig": {}
8245
- },
8246
- "ProjectDir": {
8247
- "projectDir": {}
8248
- },
8249
- "DynamicProjectConfig": {
8250
- "getDynamicPublicProjectConfigAsync": {},
8251
- "getDynamicPrivateProjectConfigAsync": {}
8252
- },
8253
- "ProjectConfig": {
8254
- "loggedIn": {},
8255
- "privateProjectConfig": {}
8256
- },
8257
- "Analytics": {
8258
- "analytics": {}
8259
- },
8260
- "Vcs": {
8261
- "vcsClient": {}
8262
- },
8263
- "ServerSideEnvironmentVariables": {
8264
- "getServerSideEnvironmentVariablesAsync": {}
8265
- },
8266
- "ProjectId": {
8267
- "projectId": {}
8268
- }
8269
- },
8270
- "contextDefinition": {
8271
- "loggedIn": {},
8272
- "privateProjectConfig": {},
8273
- "projectDir": {},
8274
- "analytics": {},
8275
- "vcsClient": {}
8276
- },
8277
- "isESM": false,
8278
- "relativePath": [
8279
- "build",
8280
- "commands",
8281
- "submit",
8282
- "internal.js"
8283
- ]
8284
- },
8285
8294
  "update:configure": {
8286
8295
  "aliases": [],
8287
8296
  "args": {},
@@ -11918,6 +11927,135 @@
11918
11927
  "team.js"
11919
11928
  ]
11920
11929
  },
11930
+ "update:embedded:upload": {
11931
+ "aliases": [],
11932
+ "args": {},
11933
+ "description": "upload the JS bundle embedded in a native build so EAS Update can generate bsdiff patches against it",
11934
+ "examples": [
11935
+ "$ eas update:embedded:upload --platform ios --bundle ios/build/App.app/main.jsbundle --manifest ios/build/App.app/app.manifest --channel production",
11936
+ "$ eas update:embedded:upload --platform android --bundle android/app/src/main/assets/index.android.bundle --manifest android/app/src/main/assets/app.manifest --channel production --build-id <BUILD-ID>"
11937
+ ],
11938
+ "flags": {
11939
+ "platform": {
11940
+ "char": "p",
11941
+ "description": "Platform of the embedded bundle",
11942
+ "name": "platform",
11943
+ "required": true,
11944
+ "hasDynamicHelp": false,
11945
+ "multiple": false,
11946
+ "options": [
11947
+ "ios",
11948
+ "android"
11949
+ ],
11950
+ "type": "option"
11951
+ },
11952
+ "bundle": {
11953
+ "description": "Path to the embedded JS bundle file",
11954
+ "name": "bundle",
11955
+ "required": true,
11956
+ "hasDynamicHelp": false,
11957
+ "multiple": false,
11958
+ "type": "option"
11959
+ },
11960
+ "manifest": {
11961
+ "description": "Path to the app.manifest file embedded in the build",
11962
+ "name": "manifest",
11963
+ "required": true,
11964
+ "hasDynamicHelp": false,
11965
+ "multiple": false,
11966
+ "type": "option"
11967
+ },
11968
+ "channel": {
11969
+ "description": "Channel name the embedded update should be associated with",
11970
+ "name": "channel",
11971
+ "required": true,
11972
+ "hasDynamicHelp": false,
11973
+ "multiple": false,
11974
+ "type": "option"
11975
+ },
11976
+ "build-id": {
11977
+ "description": "EAS Build ID that produced this binary (required when invoked from EAS Build)",
11978
+ "name": "build-id",
11979
+ "required": false,
11980
+ "hasDynamicHelp": false,
11981
+ "multiple": false,
11982
+ "type": "option"
11983
+ },
11984
+ "json": {
11985
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
11986
+ "name": "json",
11987
+ "allowNo": false,
11988
+ "type": "boolean"
11989
+ },
11990
+ "non-interactive": {
11991
+ "description": "Run the command in non-interactive mode.",
11992
+ "name": "non-interactive",
11993
+ "noCacheDefault": true,
11994
+ "allowNo": false,
11995
+ "type": "boolean"
11996
+ }
11997
+ },
11998
+ "hasDynamicHelp": false,
11999
+ "hiddenAliases": [],
12000
+ "id": "update:embedded:upload",
12001
+ "pluginAlias": "eas-cli",
12002
+ "pluginName": "eas-cli",
12003
+ "pluginType": "core",
12004
+ "strict": true,
12005
+ "enableJsonFlag": false,
12006
+ "ContextOptions": {
12007
+ "LoggedIn": {
12008
+ "loggedIn": {}
12009
+ },
12010
+ "MaybeLoggedIn": {
12011
+ "maybeLoggedIn": {}
12012
+ },
12013
+ "DynamicLoggedIn": {
12014
+ "getDynamicLoggedInAsync": {}
12015
+ },
12016
+ "SessionManagment": {
12017
+ "sessionManager": {}
12018
+ },
12019
+ "OptionalProjectConfig": {
12020
+ "optionalPrivateProjectConfig": {}
12021
+ },
12022
+ "ProjectDir": {
12023
+ "projectDir": {}
12024
+ },
12025
+ "DynamicProjectConfig": {
12026
+ "getDynamicPublicProjectConfigAsync": {},
12027
+ "getDynamicPrivateProjectConfigAsync": {}
12028
+ },
12029
+ "ProjectConfig": {
12030
+ "loggedIn": {},
12031
+ "privateProjectConfig": {}
12032
+ },
12033
+ "Analytics": {
12034
+ "analytics": {}
12035
+ },
12036
+ "Vcs": {
12037
+ "vcsClient": {}
12038
+ },
12039
+ "ServerSideEnvironmentVariables": {
12040
+ "getServerSideEnvironmentVariablesAsync": {}
12041
+ },
12042
+ "ProjectId": {
12043
+ "projectId": {}
12044
+ }
12045
+ },
12046
+ "contextDefinition": {
12047
+ "loggedIn": {},
12048
+ "privateProjectConfig": {}
12049
+ },
12050
+ "isESM": false,
12051
+ "relativePath": [
12052
+ "build",
12053
+ "commands",
12054
+ "update",
12055
+ "embedded",
12056
+ "upload.js"
12057
+ ]
12058
+ },
11921
12059
  "integrations:convex:project:delete": {
11922
12060
  "aliases": [],
11923
12061
  "args": {},
@@ -12170,5 +12308,5 @@
12170
12308
  ]
12171
12309
  }
12172
12310
  },
12173
- "version": "19.0.8"
12311
+ "version": "20.0.0"
12174
12312
  }