eas-cli 19.0.2 → 19.0.5

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.
@@ -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,127 +2006,165 @@
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",
1992
2028
  "hasDynamicHelp": false,
1993
2029
  "multiple": false,
2030
+ "options": [
2031
+ "android",
2032
+ "ios",
2033
+ "all"
2034
+ ],
1994
2035
  "type": "option"
1995
2036
  },
1996
- "json": {
1997
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
1998
- "name": "json",
2037
+ "skip-credentials-check": {
2038
+ "hidden": true,
2039
+ "name": "skip-credentials-check",
1999
2040
  "allowNo": false,
2000
2041
  "type": "boolean"
2001
2042
  },
2002
- "non-interactive": {
2003
- "description": "Run the command in non-interactive mode.",
2004
- "name": "non-interactive",
2005
- "noCacheDefault": true,
2043
+ "skip-project-configuration": {
2044
+ "hidden": true,
2045
+ "name": "skip-project-configuration",
2006
2046
  "allowNo": false,
2007
2047
  "type": "boolean"
2008
- }
2009
- },
2010
- "hasDynamicHelp": false,
2011
- "hiddenAliases": [],
2012
- "id": "channel:pause",
2013
- "pluginAlias": "eas-cli",
2014
- "pluginName": "eas-cli",
2015
- "pluginType": "core",
2016
- "strict": true,
2017
- "enableJsonFlag": false,
2018
- "ContextOptions": {
2019
- "LoggedIn": {
2020
- "loggedIn": {}
2021
2048
  },
2022
- "MaybeLoggedIn": {
2023
- "maybeLoggedIn": {}
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"
2024
2057
  },
2025
- "DynamicLoggedIn": {
2026
- "getDynamicLoggedInAsync": {}
2058
+ "local": {
2059
+ "description": "Run build locally [experimental]",
2060
+ "name": "local",
2061
+ "allowNo": false,
2062
+ "type": "boolean"
2027
2063
  },
2028
- "SessionManagment": {
2029
- "sessionManager": {}
2064
+ "output": {
2065
+ "description": "Output path for local build",
2066
+ "name": "output",
2067
+ "hasDynamicHelp": false,
2068
+ "multiple": false,
2069
+ "type": "option"
2030
2070
  },
2031
- "OptionalProjectConfig": {
2032
- "optionalPrivateProjectConfig": {}
2071
+ "wait": {
2072
+ "description": "Wait for build(s) to complete",
2073
+ "name": "wait",
2074
+ "allowNo": true,
2075
+ "type": "boolean"
2033
2076
  },
2034
- "ProjectDir": {
2035
- "projectDir": {}
2077
+ "clear-cache": {
2078
+ "description": "Clear cache before the build",
2079
+ "name": "clear-cache",
2080
+ "allowNo": false,
2081
+ "type": "boolean"
2036
2082
  },
2037
- "DynamicProjectConfig": {
2038
- "getDynamicPublicProjectConfigAsync": {},
2039
- "getDynamicPrivateProjectConfigAsync": {}
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"
2040
2095
  },
2041
- "ProjectConfig": {
2042
- "loggedIn": {},
2043
- "privateProjectConfig": {}
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"
2044
2106
  },
2045
- "Analytics": {
2046
- "analytics": {}
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"
2047
2113
  },
2048
- "Vcs": {
2049
- "vcsClient": {}
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"
2050
2132
  },
2051
- "ServerSideEnvironmentVariables": {
2052
- "getServerSideEnvironmentVariablesAsync": {}
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"
2053
2140
  },
2054
- "ProjectId": {
2055
- "projectId": {}
2056
- }
2057
- },
2058
- "contextDefinition": {
2059
- "projectId": {},
2060
- "loggedIn": {}
2061
- },
2062
- "isESM": false,
2063
- "relativePath": [
2064
- "build",
2065
- "commands",
2066
- "channel",
2067
- "pause.js"
2068
- ]
2069
- },
2070
- "channel:resume": {
2071
- "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",
2080
- "flags": {
2081
- "branch": {
2082
- "description": "Name of the branch to point to",
2083
- "name": "branch",
2141
+ "build-logger-level": {
2142
+ "description": "The level of logs to output during the build process. Defaults to \"info\".",
2143
+ "name": "build-logger-level",
2084
2144
  "hasDynamicHelp": false,
2085
2145
  "multiple": false,
2146
+ "options": [
2147
+ "trace",
2148
+ "debug",
2149
+ "info",
2150
+ "warn",
2151
+ "error",
2152
+ "fatal"
2153
+ ],
2086
2154
  "type": "option"
2087
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
+ "verbose-logs": {
2163
+ "description": "Use verbose logs for the build process",
2164
+ "name": "verbose-logs",
2165
+ "allowNo": false,
2166
+ "type": "boolean"
2167
+ },
2088
2168
  "json": {
2089
2169
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2090
2170
  "name": "json",
@@ -2101,7 +2181,7 @@
2101
2181
  },
2102
2182
  "hasDynamicHelp": false,
2103
2183
  "hiddenAliases": [],
2104
- "id": "channel:resume",
2184
+ "id": "build",
2105
2185
  "pluginAlias": "eas-cli",
2106
2186
  "pluginName": "eas-cli",
2107
2187
  "pluginType": "core",
@@ -2148,121 +2228,87 @@
2148
2228
  }
2149
2229
  },
2150
2230
  "contextDefinition": {
2151
- "projectId": {},
2152
- "loggedIn": {}
2231
+ "loggedIn": {},
2232
+ "getDynamicPublicProjectConfigAsync": {},
2233
+ "getDynamicPrivateProjectConfigAsync": {},
2234
+ "projectDir": {},
2235
+ "analytics": {},
2236
+ "vcsClient": {}
2153
2237
  },
2154
2238
  "isESM": false,
2155
2239
  "relativePath": [
2156
2240
  "build",
2157
2241
  "commands",
2158
- "channel",
2159
- "resume.js"
2242
+ "build",
2243
+ "index.js"
2160
2244
  ]
2161
2245
  },
2162
- "channel:rollout": {
2246
+ "build:inspect": {
2163
2247
  "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.",
2248
+ "args": {},
2249
+ "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
2171
2250
  "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,
2251
+ "platform": {
2252
+ "char": "p",
2253
+ "name": "platform",
2254
+ "required": true,
2195
2255
  "hasDynamicHelp": false,
2196
2256
  "multiple": false,
2197
2257
  "options": [
2198
- "create",
2199
- "edit",
2200
- "end",
2201
- "view"
2258
+ "android",
2259
+ "ios"
2202
2260
  ],
2203
2261
  "type": "option"
2204
2262
  },
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,
2263
+ "profile": {
2264
+ "char": "e",
2265
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2266
+ "name": "profile",
2209
2267
  "hasDynamicHelp": false,
2268
+ "helpValue": "PROFILE_NAME",
2210
2269
  "multiple": false,
2211
2270
  "type": "option"
2212
2271
  },
2213
- "outcome": {
2214
- "description": "End outcome of rollout. Use with --action=end",
2215
- "name": "outcome",
2216
- "required": false,
2272
+ "stage": {
2273
+ "char": "s",
2274
+ "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",
2275
+ "name": "stage",
2276
+ "required": true,
2217
2277
  "hasDynamicHelp": false,
2218
2278
  "multiple": false,
2219
2279
  "options": [
2220
- "republish-and-revert",
2221
- "revert"
2280
+ "archive",
2281
+ "pre-build",
2282
+ "post-build"
2222
2283
  ],
2223
2284
  "type": "option"
2224
2285
  },
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"
2240
- },
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,
2286
+ "output": {
2287
+ "char": "o",
2288
+ "description": "Output directory.",
2289
+ "name": "output",
2290
+ "required": true,
2245
2291
  "hasDynamicHelp": false,
2292
+ "helpValue": "OUTPUT_DIRECTORY",
2246
2293
  "multiple": false,
2247
2294
  "type": "option"
2248
2295
  },
2249
- "json": {
2250
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2251
- "name": "json",
2296
+ "force": {
2297
+ "description": "Delete OUTPUT_DIRECTORY if it already exists.",
2298
+ "name": "force",
2252
2299
  "allowNo": false,
2253
2300
  "type": "boolean"
2254
2301
  },
2255
- "non-interactive": {
2256
- "description": "Run the command in non-interactive mode.",
2257
- "name": "non-interactive",
2258
- "noCacheDefault": true,
2302
+ "verbose": {
2303
+ "char": "v",
2304
+ "name": "verbose",
2259
2305
  "allowNo": false,
2260
2306
  "type": "boolean"
2261
2307
  }
2262
2308
  },
2263
2309
  "hasDynamicHelp": false,
2264
2310
  "hiddenAliases": [],
2265
- "id": "channel:rollout",
2311
+ "id": "build:inspect",
2266
2312
  "pluginAlias": "eas-cli",
2267
2313
  "pluginName": "eas-cli",
2268
2314
  "pluginType": "core",
@@ -2310,59 +2356,70 @@
2310
2356
  },
2311
2357
  "contextDefinition": {
2312
2358
  "loggedIn": {},
2313
- "privateProjectConfig": {},
2359
+ "getDynamicPublicProjectConfigAsync": {},
2360
+ "getDynamicPrivateProjectConfigAsync": {},
2361
+ "projectDir": {},
2362
+ "analytics": {},
2314
2363
  "vcsClient": {}
2315
2364
  },
2316
2365
  "isESM": false,
2317
2366
  "relativePath": [
2318
2367
  "build",
2319
2368
  "commands",
2320
- "channel",
2321
- "rollout.js"
2369
+ "build",
2370
+ "inspect.js"
2322
2371
  ]
2323
2372
  },
2324
- "channel:view": {
2373
+ "build:internal": {
2325
2374
  "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",
2375
+ "args": {},
2334
2376
  "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"
2340
- },
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"
2377
+ "platform": {
2378
+ "char": "p",
2379
+ "name": "platform",
2380
+ "required": true,
2381
+ "hasDynamicHelp": false,
2382
+ "multiple": false,
2383
+ "options": [
2384
+ "android",
2385
+ "ios"
2386
+ ],
2387
+ "type": "option"
2347
2388
  },
2348
- "offset": {
2349
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2350
- "name": "offset",
2389
+ "profile": {
2390
+ "char": "e",
2391
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2392
+ "name": "profile",
2351
2393
  "hasDynamicHelp": false,
2394
+ "helpValue": "PROFILE_NAME",
2352
2395
  "multiple": false,
2353
2396
  "type": "option"
2354
2397
  },
2355
- "limit": {
2356
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2357
- "name": "limit",
2398
+ "auto-submit": {
2399
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
2400
+ "exclusive": [
2401
+ "auto-submit-with-profile"
2402
+ ],
2403
+ "name": "auto-submit",
2404
+ "allowNo": false,
2405
+ "type": "boolean"
2406
+ },
2407
+ "auto-submit-with-profile": {
2408
+ "description": "Submit on build complete using the submit profile with provided name",
2409
+ "exclusive": [
2410
+ "auto-submit"
2411
+ ],
2412
+ "name": "auto-submit-with-profile",
2358
2413
  "hasDynamicHelp": false,
2414
+ "helpValue": "PROFILE_NAME",
2359
2415
  "multiple": false,
2360
2416
  "type": "option"
2361
2417
  }
2362
2418
  },
2363
2419
  "hasDynamicHelp": false,
2420
+ "hidden": true,
2364
2421
  "hiddenAliases": [],
2365
- "id": "channel:view",
2422
+ "id": "build:internal",
2366
2423
  "pluginAlias": "eas-cli",
2367
2424
  "pluginName": "eas-cli",
2368
2425
  "pluginType": "core",
@@ -2409,36 +2466,28 @@
2409
2466
  }
2410
2467
  },
2411
2468
  "contextDefinition": {
2412
- "projectId": {},
2413
- "loggedIn": {}
2469
+ "loggedIn": {},
2470
+ "getDynamicPublicProjectConfigAsync": {},
2471
+ "getDynamicPrivateProjectConfigAsync": {},
2472
+ "projectDir": {},
2473
+ "analytics": {},
2474
+ "vcsClient": {}
2414
2475
  },
2415
2476
  "isESM": false,
2416
2477
  "relativePath": [
2417
2478
  "build",
2418
2479
  "commands",
2419
- "channel",
2420
- "view.js"
2480
+ "build",
2481
+ "internal.js"
2421
2482
  ]
2422
2483
  },
2423
- "build:cancel": {
2484
+ "build:list": {
2424
2485
  "aliases": [],
2425
- "args": {
2426
- "BUILD_ID": {
2427
- "name": "BUILD_ID"
2428
- }
2429
- },
2430
- "description": "cancel a build",
2486
+ "args": {},
2487
+ "description": "list all builds for your project",
2431
2488
  "flags": {
2432
- "non-interactive": {
2433
- "description": "Run the command in non-interactive mode.",
2434
- "name": "non-interactive",
2435
- "noCacheDefault": true,
2436
- "allowNo": false,
2437
- "type": "boolean"
2438
- },
2439
2489
  "platform": {
2440
2490
  "char": "p",
2441
- "description": "Filter builds by the platform if build ID is not provided",
2442
2491
  "name": "platform",
2443
2492
  "hasDynamicHelp": false,
2444
2493
  "multiple": false,
@@ -2449,33 +2498,170 @@
2449
2498
  ],
2450
2499
  "type": "option"
2451
2500
  },
2452
- "profile": {
2453
- "char": "e",
2454
- "description": "Filter builds by build profile if build ID is not provided",
2455
- "name": "profile",
2501
+ "status": {
2502
+ "description": "Filter only builds with the specified status",
2503
+ "name": "status",
2456
2504
  "hasDynamicHelp": false,
2457
- "helpValue": "PROFILE_NAME",
2458
2505
  "multiple": false,
2506
+ "options": [
2507
+ "new",
2508
+ "in-queue",
2509
+ "in-progress",
2510
+ "pending-cancel",
2511
+ "errored",
2512
+ "finished",
2513
+ "canceled"
2514
+ ],
2459
2515
  "type": "option"
2460
- }
2461
- },
2462
- "hasDynamicHelp": false,
2463
- "hiddenAliases": [],
2464
- "id": "build:cancel",
2465
- "pluginAlias": "eas-cli",
2466
- "pluginName": "eas-cli",
2467
- "pluginType": "core",
2468
- "strict": true,
2469
- "enableJsonFlag": false,
2470
- "ContextOptions": {
2471
- "LoggedIn": {
2472
- "loggedIn": {}
2473
- },
2474
- "MaybeLoggedIn": {
2475
- "maybeLoggedIn": {}
2476
2516
  },
2477
- "DynamicLoggedIn": {
2478
- "getDynamicLoggedInAsync": {}
2517
+ "distribution": {
2518
+ "description": "Filter only builds with the specified distribution type",
2519
+ "name": "distribution",
2520
+ "hasDynamicHelp": false,
2521
+ "multiple": false,
2522
+ "options": [
2523
+ "store",
2524
+ "internal",
2525
+ "simulator"
2526
+ ],
2527
+ "type": "option"
2528
+ },
2529
+ "channel": {
2530
+ "name": "channel",
2531
+ "hasDynamicHelp": false,
2532
+ "multiple": false,
2533
+ "type": "option"
2534
+ },
2535
+ "app-version": {
2536
+ "aliases": [
2537
+ "appVersion"
2538
+ ],
2539
+ "description": "Filter only builds created with the specified main app version",
2540
+ "name": "app-version",
2541
+ "hasDynamicHelp": false,
2542
+ "multiple": false,
2543
+ "type": "option"
2544
+ },
2545
+ "app-build-version": {
2546
+ "aliases": [
2547
+ "appBuildVersion"
2548
+ ],
2549
+ "description": "Filter only builds created with the specified app build version",
2550
+ "name": "app-build-version",
2551
+ "hasDynamicHelp": false,
2552
+ "multiple": false,
2553
+ "type": "option"
2554
+ },
2555
+ "sdk-version": {
2556
+ "aliases": [
2557
+ "sdkVersion"
2558
+ ],
2559
+ "description": "Filter only builds created with the specified Expo SDK version",
2560
+ "name": "sdk-version",
2561
+ "hasDynamicHelp": false,
2562
+ "multiple": false,
2563
+ "type": "option"
2564
+ },
2565
+ "runtime-version": {
2566
+ "aliases": [
2567
+ "runtimeVersion"
2568
+ ],
2569
+ "description": "Filter only builds created with the specified runtime version",
2570
+ "name": "runtime-version",
2571
+ "hasDynamicHelp": false,
2572
+ "multiple": false,
2573
+ "type": "option"
2574
+ },
2575
+ "app-identifier": {
2576
+ "aliases": [
2577
+ "appIdentifier"
2578
+ ],
2579
+ "description": "Filter only builds created with the specified app identifier",
2580
+ "name": "app-identifier",
2581
+ "hasDynamicHelp": false,
2582
+ "multiple": false,
2583
+ "type": "option"
2584
+ },
2585
+ "build-profile": {
2586
+ "aliases": [
2587
+ "profile",
2588
+ "buildProfile"
2589
+ ],
2590
+ "char": "e",
2591
+ "description": "Filter only builds created with the specified build profile",
2592
+ "name": "build-profile",
2593
+ "hasDynamicHelp": false,
2594
+ "multiple": false,
2595
+ "type": "option"
2596
+ },
2597
+ "git-commit-hash": {
2598
+ "aliases": [
2599
+ "gitCommitHash"
2600
+ ],
2601
+ "description": "Filter only builds created with the specified git commit hash",
2602
+ "name": "git-commit-hash",
2603
+ "hasDynamicHelp": false,
2604
+ "multiple": false,
2605
+ "type": "option"
2606
+ },
2607
+ "fingerprint-hash": {
2608
+ "description": "Filter only builds with the specified fingerprint hash",
2609
+ "name": "fingerprint-hash",
2610
+ "hasDynamicHelp": false,
2611
+ "multiple": false,
2612
+ "type": "option"
2613
+ },
2614
+ "offset": {
2615
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2616
+ "name": "offset",
2617
+ "hasDynamicHelp": false,
2618
+ "multiple": false,
2619
+ "type": "option"
2620
+ },
2621
+ "limit": {
2622
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
2623
+ "name": "limit",
2624
+ "hasDynamicHelp": false,
2625
+ "multiple": false,
2626
+ "type": "option"
2627
+ },
2628
+ "json": {
2629
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2630
+ "name": "json",
2631
+ "allowNo": false,
2632
+ "type": "boolean"
2633
+ },
2634
+ "non-interactive": {
2635
+ "description": "Run the command in non-interactive mode.",
2636
+ "name": "non-interactive",
2637
+ "noCacheDefault": true,
2638
+ "allowNo": false,
2639
+ "type": "boolean"
2640
+ },
2641
+ "simulator": {
2642
+ "description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
2643
+ "name": "simulator",
2644
+ "allowNo": false,
2645
+ "type": "boolean"
2646
+ }
2647
+ },
2648
+ "hasDynamicHelp": false,
2649
+ "hiddenAliases": [],
2650
+ "id": "build:list",
2651
+ "pluginAlias": "eas-cli",
2652
+ "pluginName": "eas-cli",
2653
+ "pluginType": "core",
2654
+ "strict": true,
2655
+ "enableJsonFlag": false,
2656
+ "ContextOptions": {
2657
+ "LoggedIn": {
2658
+ "loggedIn": {}
2659
+ },
2660
+ "MaybeLoggedIn": {
2661
+ "maybeLoggedIn": {}
2662
+ },
2663
+ "DynamicLoggedIn": {
2664
+ "getDynamicLoggedInAsync": {}
2479
2665
  },
2480
2666
  "SessionManagment": {
2481
2667
  "sessionManager": {}
@@ -2517,31 +2703,89 @@
2517
2703
  "build",
2518
2704
  "commands",
2519
2705
  "build",
2520
- "cancel.js"
2706
+ "list.js"
2521
2707
  ]
2522
2708
  },
2523
- "build:configure": {
2709
+ "build:resign": {
2524
2710
  "aliases": [],
2525
2711
  "args": {},
2526
- "description": "configure the project to support EAS Build",
2712
+ "description": "re-sign a build archive",
2527
2713
  "flags": {
2528
2714
  "platform": {
2529
2715
  "char": "p",
2530
- "description": "Platform to configure",
2531
2716
  "name": "platform",
2532
2717
  "hasDynamicHelp": false,
2533
2718
  "multiple": false,
2534
2719
  "options": [
2535
2720
  "android",
2536
- "ios",
2537
- "all"
2721
+ "ios"
2722
+ ],
2723
+ "type": "option"
2724
+ },
2725
+ "target-profile": {
2726
+ "aliases": [
2727
+ "profile"
2538
2728
  ],
2729
+ "char": "e",
2730
+ "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.",
2731
+ "name": "target-profile",
2732
+ "hasDynamicHelp": false,
2733
+ "helpValue": "PROFILE_NAME",
2734
+ "multiple": false,
2539
2735
  "type": "option"
2736
+ },
2737
+ "source-profile": {
2738
+ "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
2739
+ "name": "source-profile",
2740
+ "hasDynamicHelp": false,
2741
+ "helpValue": "PROFILE_NAME",
2742
+ "multiple": false,
2743
+ "type": "option"
2744
+ },
2745
+ "wait": {
2746
+ "description": "Wait for build(s) to complete.",
2747
+ "name": "wait",
2748
+ "allowNo": true,
2749
+ "type": "boolean"
2750
+ },
2751
+ "id": {
2752
+ "description": "ID of the build to re-sign.",
2753
+ "name": "id",
2754
+ "hasDynamicHelp": false,
2755
+ "multiple": false,
2756
+ "type": "option"
2757
+ },
2758
+ "offset": {
2759
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2760
+ "name": "offset",
2761
+ "hasDynamicHelp": false,
2762
+ "multiple": false,
2763
+ "type": "option"
2764
+ },
2765
+ "limit": {
2766
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2767
+ "name": "limit",
2768
+ "hasDynamicHelp": false,
2769
+ "multiple": false,
2770
+ "type": "option"
2771
+ },
2772
+ "json": {
2773
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2774
+ "name": "json",
2775
+ "allowNo": false,
2776
+ "type": "boolean"
2777
+ },
2778
+ "non-interactive": {
2779
+ "description": "Run the command in non-interactive mode.",
2780
+ "name": "non-interactive",
2781
+ "noCacheDefault": true,
2782
+ "allowNo": false,
2783
+ "type": "boolean"
2540
2784
  }
2541
2785
  },
2542
2786
  "hasDynamicHelp": false,
2543
2787
  "hiddenAliases": [],
2544
- "id": "build:configure",
2788
+ "id": "build:resign",
2545
2789
  "pluginAlias": "eas-cli",
2546
2790
  "pluginName": "eas-cli",
2547
2791
  "pluginType": "core",
@@ -2589,7 +2833,10 @@
2589
2833
  },
2590
2834
  "contextDefinition": {
2591
2835
  "loggedIn": {},
2592
- "privateProjectConfig": {},
2836
+ "getDynamicPublicProjectConfigAsync": {},
2837
+ "getDynamicPrivateProjectConfigAsync": {},
2838
+ "projectDir": {},
2839
+ "analytics": {},
2593
2840
  "vcsClient": {}
2594
2841
  },
2595
2842
  "isESM": false,
@@ -2597,51 +2844,104 @@
2597
2844
  "build",
2598
2845
  "commands",
2599
2846
  "build",
2600
- "configure.js"
2847
+ "resign.js"
2601
2848
  ]
2602
2849
  },
2603
- "build:delete": {
2850
+ "build:run": {
2604
2851
  "aliases": [],
2605
- "args": {
2606
- "BUILD_ID": {
2607
- "name": "BUILD_ID"
2608
- }
2609
- },
2610
- "description": "delete a build",
2852
+ "args": {},
2853
+ "description": "run simulator/emulator builds from eas-cli",
2611
2854
  "flags": {
2612
- "non-interactive": {
2613
- "description": "Run the command in non-interactive mode.",
2614
- "name": "non-interactive",
2615
- "noCacheDefault": true,
2855
+ "latest": {
2856
+ "description": "Run the latest simulator/emulator build for specified platform",
2857
+ "exclusive": [
2858
+ "id",
2859
+ "path",
2860
+ "url"
2861
+ ],
2862
+ "name": "latest",
2616
2863
  "allowNo": false,
2617
2864
  "type": "boolean"
2618
2865
  },
2866
+ "url": {
2867
+ "description": "Simulator/Emulator build archive url",
2868
+ "exclusive": [
2869
+ "latest",
2870
+ "id",
2871
+ "path"
2872
+ ],
2873
+ "name": "url",
2874
+ "hasDynamicHelp": false,
2875
+ "multiple": false,
2876
+ "type": "option"
2877
+ },
2878
+ "path": {
2879
+ "description": "Path to the simulator/emulator build archive or app",
2880
+ "exclusive": [
2881
+ "latest",
2882
+ "id",
2883
+ "url"
2884
+ ],
2885
+ "name": "path",
2886
+ "hasDynamicHelp": false,
2887
+ "multiple": false,
2888
+ "type": "option"
2889
+ },
2890
+ "id": {
2891
+ "description": "ID of the simulator/emulator build to run",
2892
+ "exclusive": [
2893
+ "latest, path, url"
2894
+ ],
2895
+ "name": "id",
2896
+ "hasDynamicHelp": false,
2897
+ "multiple": false,
2898
+ "type": "option"
2899
+ },
2619
2900
  "platform": {
2620
2901
  "char": "p",
2621
- "description": "Filter builds by the platform if build ID is not provided",
2622
2902
  "name": "platform",
2623
2903
  "hasDynamicHelp": false,
2624
2904
  "multiple": false,
2625
2905
  "options": [
2626
2906
  "android",
2627
- "ios",
2628
- "all"
2907
+ "ios"
2629
2908
  ],
2630
2909
  "type": "option"
2631
2910
  },
2632
2911
  "profile": {
2633
2912
  "char": "e",
2634
- "description": "Filter builds by build profile if build ID is not provided",
2913
+ "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
2914
  "name": "profile",
2636
2915
  "hasDynamicHelp": false,
2637
- "helpValue": "PROFILE_NAME",
2916
+ "helpValue": "PROFILE_NAME",
2917
+ "multiple": false,
2918
+ "type": "option"
2919
+ },
2920
+ "simulator": {
2921
+ "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.",
2922
+ "name": "simulator",
2923
+ "hasDynamicHelp": false,
2924
+ "multiple": false,
2925
+ "type": "option"
2926
+ },
2927
+ "offset": {
2928
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2929
+ "name": "offset",
2930
+ "hasDynamicHelp": false,
2931
+ "multiple": false,
2932
+ "type": "option"
2933
+ },
2934
+ "limit": {
2935
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
2936
+ "name": "limit",
2937
+ "hasDynamicHelp": false,
2638
2938
  "multiple": false,
2639
2939
  "type": "option"
2640
2940
  }
2641
2941
  },
2642
2942
  "hasDynamicHelp": false,
2643
2943
  "hiddenAliases": [],
2644
- "id": "build:delete",
2944
+ "id": "build:run",
2645
2945
  "pluginAlias": "eas-cli",
2646
2946
  "pluginName": "eas-cli",
2647
2947
  "pluginType": "core",
@@ -2688,8 +2988,8 @@
2688
2988
  }
2689
2989
  },
2690
2990
  "contextDefinition": {
2691
- "projectId": {},
2692
2991
  "loggedIn": {},
2992
+ "projectId": {},
2693
2993
  "vcsClient": {}
2694
2994
  },
2695
2995
  "isESM": false,
@@ -2697,57 +2997,28 @@
2697
2997
  "build",
2698
2998
  "commands",
2699
2999
  "build",
2700
- "delete.js"
3000
+ "run.js"
2701
3001
  ]
2702
3002
  },
2703
- "build:dev": {
3003
+ "build:view": {
2704
3004
  "aliases": [],
2705
- "args": {},
2706
- "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
3005
+ "args": {
3006
+ "BUILD_ID": {
3007
+ "name": "BUILD_ID"
3008
+ }
3009
+ },
3010
+ "description": "view a build for your project",
2707
3011
  "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",
3012
+ "json": {
3013
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
3014
+ "name": "json",
2737
3015
  "allowNo": false,
2738
3016
  "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
3017
  }
2747
3018
  },
2748
3019
  "hasDynamicHelp": false,
2749
3020
  "hiddenAliases": [],
2750
- "id": "build:dev",
3021
+ "id": "build:view",
2751
3022
  "pluginAlias": "eas-cli",
2752
3023
  "pluginName": "eas-cli",
2753
3024
  "pluginType": "core",
@@ -2794,81 +3065,29 @@
2794
3065
  }
2795
3066
  },
2796
3067
  "contextDefinition": {
3068
+ "projectId": {},
2797
3069
  "loggedIn": {},
2798
- "getDynamicPublicProjectConfigAsync": {},
2799
- "getDynamicPrivateProjectConfigAsync": {},
2800
- "projectDir": {},
2801
- "vcsClient": {},
2802
- "analytics": {},
2803
- "projectId": {}
3070
+ "vcsClient": {}
2804
3071
  },
2805
3072
  "isESM": false,
2806
3073
  "relativePath": [
2807
3074
  "build",
2808
3075
  "commands",
2809
3076
  "build",
2810
- "dev.js"
3077
+ "view.js"
2811
3078
  ]
2812
3079
  },
2813
- "build:download": {
3080
+ "channel:create": {
2814
3081
  "aliases": [],
2815
- "args": {},
2816
- "description": "download a simulator/emulator build by build ID or fingerprint hash",
3082
+ "args": {
3083
+ "name": {
3084
+ "description": "Name of the channel to create",
3085
+ "name": "name",
3086
+ "required": false
3087
+ }
3088
+ },
3089
+ "description": "create a channel",
2817
3090
  "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
3091
  "json": {
2873
3092
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
2874
3093
  "name": "json",
@@ -2885,7 +3104,7 @@
2885
3104
  },
2886
3105
  "hasDynamicHelp": false,
2887
3106
  "hiddenAliases": [],
2888
- "id": "build:download",
3107
+ "id": "channel:create",
2889
3108
  "pluginAlias": "eas-cli",
2890
3109
  "pluginName": "eas-cli",
2891
3110
  "pluginType": "core",
@@ -2901,196 +3120,59 @@
2901
3120
  "DynamicLoggedIn": {
2902
3121
  "getDynamicLoggedInAsync": {}
2903
3122
  },
2904
- "SessionManagment": {
2905
- "sessionManager": {}
2906
- },
2907
- "OptionalProjectConfig": {
2908
- "optionalPrivateProjectConfig": {}
2909
- },
2910
- "ProjectDir": {
2911
- "projectDir": {}
2912
- },
2913
- "DynamicProjectConfig": {
2914
- "getDynamicPublicProjectConfigAsync": {},
2915
- "getDynamicPrivateProjectConfigAsync": {}
2916
- },
2917
- "ProjectConfig": {
2918
- "loggedIn": {},
2919
- "privateProjectConfig": {}
2920
- },
2921
- "Analytics": {
2922
- "analytics": {}
2923
- },
2924
- "Vcs": {
2925
- "vcsClient": {}
2926
- },
2927
- "ServerSideEnvironmentVariables": {
2928
- "getServerSideEnvironmentVariablesAsync": {}
2929
- },
2930
- "ProjectId": {
2931
- "projectId": {}
2932
- }
2933
- },
2934
- "contextDefinition": {
2935
- "loggedIn": {},
2936
- "projectId": {}
2937
- },
2938
- "isESM": false,
2939
- "relativePath": [
2940
- "build",
2941
- "commands",
2942
- "build",
2943
- "download.js"
2944
- ]
2945
- },
2946
- "build": {
2947
- "aliases": [],
2948
- "args": {},
2949
- "description": "start a build",
2950
- "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",
2966
- "allowNo": false,
2967
- "type": "boolean"
2968
- },
2969
- "skip-project-configuration": {
2970
- "hidden": true,
2971
- "name": "skip-project-configuration",
2972
- "allowNo": false,
2973
- "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"
3123
+ "SessionManagment": {
3124
+ "sessionManager": {}
3021
3125
  },
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"
3126
+ "OptionalProjectConfig": {
3127
+ "optionalPrivateProjectConfig": {}
3032
3128
  },
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"
3129
+ "ProjectDir": {
3130
+ "projectDir": {}
3039
3131
  },
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"
3132
+ "DynamicProjectConfig": {
3133
+ "getDynamicPublicProjectConfigAsync": {},
3134
+ "getDynamicPrivateProjectConfigAsync": {}
3058
3135
  },
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"
3136
+ "ProjectConfig": {
3137
+ "loggedIn": {},
3138
+ "privateProjectConfig": {}
3066
3139
  },
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"
3140
+ "Analytics": {
3141
+ "analytics": {}
3081
3142
  },
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"
3143
+ "Vcs": {
3144
+ "vcsClient": {}
3087
3145
  },
3088
- "verbose-logs": {
3089
- "description": "Use verbose logs for the build process",
3090
- "name": "verbose-logs",
3091
- "allowNo": false,
3092
- "type": "boolean"
3146
+ "ServerSideEnvironmentVariables": {
3147
+ "getServerSideEnvironmentVariablesAsync": {}
3093
3148
  },
3149
+ "ProjectId": {
3150
+ "projectId": {}
3151
+ }
3152
+ },
3153
+ "contextDefinition": {
3154
+ "projectId": {},
3155
+ "loggedIn": {}
3156
+ },
3157
+ "isESM": false,
3158
+ "relativePath": [
3159
+ "build",
3160
+ "commands",
3161
+ "channel",
3162
+ "create.js"
3163
+ ]
3164
+ },
3165
+ "channel:delete": {
3166
+ "aliases": [],
3167
+ "args": {
3168
+ "name": {
3169
+ "description": "Name of the channel to delete",
3170
+ "name": "name",
3171
+ "required": false
3172
+ }
3173
+ },
3174
+ "description": "Delete a channel",
3175
+ "flags": {
3094
3176
  "json": {
3095
3177
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3096
3178
  "name": "json",
@@ -3107,7 +3189,7 @@
3107
3189
  },
3108
3190
  "hasDynamicHelp": false,
3109
3191
  "hiddenAliases": [],
3110
- "id": "build",
3192
+ "id": "channel:delete",
3111
3193
  "pluginAlias": "eas-cli",
3112
3194
  "pluginName": "eas-cli",
3113
3195
  "pluginType": "core",
@@ -3154,87 +3236,52 @@
3154
3236
  }
3155
3237
  },
3156
3238
  "contextDefinition": {
3157
- "loggedIn": {},
3158
- "getDynamicPublicProjectConfigAsync": {},
3159
- "getDynamicPrivateProjectConfigAsync": {},
3160
- "projectDir": {},
3161
- "analytics": {},
3162
- "vcsClient": {}
3239
+ "projectId": {},
3240
+ "loggedIn": {}
3163
3241
  },
3164
3242
  "isESM": false,
3165
3243
  "relativePath": [
3166
3244
  "build",
3167
3245
  "commands",
3168
- "build",
3169
- "index.js"
3246
+ "channel",
3247
+ "delete.js"
3170
3248
  ]
3171
3249
  },
3172
- "build:inspect": {
3250
+ "channel:edit": {
3173
3251
  "aliases": [],
3174
- "args": {},
3175
- "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
3252
+ "args": {
3253
+ "name": {
3254
+ "description": "Name of the channel to edit",
3255
+ "name": "name",
3256
+ "required": false
3257
+ }
3258
+ },
3259
+ "description": "point a channel at a new branch",
3176
3260
  "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,
3261
+ "branch": {
3262
+ "description": "Name of the branch to point to",
3263
+ "name": "branch",
3217
3264
  "hasDynamicHelp": false,
3218
- "helpValue": "OUTPUT_DIRECTORY",
3219
3265
  "multiple": false,
3220
3266
  "type": "option"
3221
3267
  },
3222
- "force": {
3223
- "description": "Delete OUTPUT_DIRECTORY if it already exists.",
3224
- "name": "force",
3268
+ "json": {
3269
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3270
+ "name": "json",
3225
3271
  "allowNo": false,
3226
3272
  "type": "boolean"
3227
3273
  },
3228
- "verbose": {
3229
- "char": "v",
3230
- "name": "verbose",
3274
+ "non-interactive": {
3275
+ "description": "Run the command in non-interactive mode.",
3276
+ "name": "non-interactive",
3277
+ "noCacheDefault": true,
3231
3278
  "allowNo": false,
3232
3279
  "type": "boolean"
3233
3280
  }
3234
3281
  },
3235
3282
  "hasDynamicHelp": false,
3236
3283
  "hiddenAliases": [],
3237
- "id": "build:inspect",
3284
+ "id": "channel:edit",
3238
3285
  "pluginAlias": "eas-cli",
3239
3286
  "pluginName": "eas-cli",
3240
3287
  "pluginType": "core",
@@ -3281,71 +3328,86 @@
3281
3328
  }
3282
3329
  },
3283
3330
  "contextDefinition": {
3284
- "loggedIn": {},
3285
- "getDynamicPublicProjectConfigAsync": {},
3286
- "getDynamicPrivateProjectConfigAsync": {},
3287
- "projectDir": {},
3288
- "analytics": {},
3289
- "vcsClient": {}
3331
+ "projectId": {},
3332
+ "loggedIn": {}
3290
3333
  },
3291
3334
  "isESM": false,
3292
3335
  "relativePath": [
3293
3336
  "build",
3294
3337
  "commands",
3295
- "build",
3296
- "inspect.js"
3338
+ "channel",
3339
+ "edit.js"
3297
3340
  ]
3298
3341
  },
3299
- "build:internal": {
3342
+ "channel:insights": {
3300
3343
  "aliases": [],
3301
3344
  "args": {},
3345
+ "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
3302
3346
  "flags": {
3303
- "platform": {
3304
- "char": "p",
3305
- "name": "platform",
3347
+ "channel": {
3348
+ "description": "Name of the channel.",
3349
+ "name": "channel",
3306
3350
  "required": true,
3307
3351
  "hasDynamicHelp": false,
3308
3352
  "multiple": false,
3309
- "options": [
3310
- "android",
3311
- "ios"
3312
- ],
3313
3353
  "type": "option"
3314
3354
  },
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",
3355
+ "runtime-version": {
3356
+ "description": "Runtime version to query insights for.",
3357
+ "name": "runtime-version",
3358
+ "required": true,
3319
3359
  "hasDynamicHelp": false,
3320
- "helpValue": "PROFILE_NAME",
3321
3360
  "multiple": false,
3322
3361
  "type": "option"
3323
3362
  },
3324
- "auto-submit": {
3325
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3363
+ "days": {
3364
+ "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
3326
3365
  "exclusive": [
3327
- "auto-submit-with-profile"
3366
+ "start",
3367
+ "end"
3328
3368
  ],
3329
- "name": "auto-submit",
3330
- "allowNo": false,
3331
- "type": "boolean"
3369
+ "name": "days",
3370
+ "hasDynamicHelp": false,
3371
+ "multiple": false,
3372
+ "type": "option"
3332
3373
  },
3333
- "auto-submit-with-profile": {
3334
- "description": "Submit on build complete using the submit profile with provided name",
3374
+ "start": {
3375
+ "description": "Start of insights time range (ISO date).",
3376
+ "exclusive": [
3377
+ "days"
3378
+ ],
3379
+ "name": "start",
3380
+ "hasDynamicHelp": false,
3381
+ "multiple": false,
3382
+ "type": "option"
3383
+ },
3384
+ "end": {
3385
+ "description": "End of insights time range (ISO date).",
3335
3386
  "exclusive": [
3336
- "auto-submit"
3387
+ "days"
3337
3388
  ],
3338
- "name": "auto-submit-with-profile",
3389
+ "name": "end",
3339
3390
  "hasDynamicHelp": false,
3340
- "helpValue": "PROFILE_NAME",
3341
3391
  "multiple": false,
3342
3392
  "type": "option"
3393
+ },
3394
+ "json": {
3395
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3396
+ "name": "json",
3397
+ "allowNo": false,
3398
+ "type": "boolean"
3399
+ },
3400
+ "non-interactive": {
3401
+ "description": "Run the command in non-interactive mode.",
3402
+ "name": "non-interactive",
3403
+ "noCacheDefault": true,
3404
+ "allowNo": false,
3405
+ "type": "boolean"
3343
3406
  }
3344
3407
  },
3345
3408
  "hasDynamicHelp": false,
3346
- "hidden": true,
3347
3409
  "hiddenAliases": [],
3348
- "id": "build:internal",
3410
+ "id": "channel:insights",
3349
3411
  "pluginAlias": "eas-cli",
3350
3412
  "pluginName": "eas-cli",
3351
3413
  "pluginType": "core",
@@ -3392,151 +3454,22 @@
3392
3454
  }
3393
3455
  },
3394
3456
  "contextDefinition": {
3395
- "loggedIn": {},
3396
- "getDynamicPublicProjectConfigAsync": {},
3397
- "getDynamicPrivateProjectConfigAsync": {},
3398
- "projectDir": {},
3399
- "analytics": {},
3400
- "vcsClient": {}
3457
+ "projectId": {},
3458
+ "loggedIn": {}
3401
3459
  },
3402
3460
  "isESM": false,
3403
3461
  "relativePath": [
3404
3462
  "build",
3405
3463
  "commands",
3406
- "build",
3407
- "internal.js"
3464
+ "channel",
3465
+ "insights.js"
3408
3466
  ]
3409
3467
  },
3410
- "build:list": {
3468
+ "channel:list": {
3411
3469
  "aliases": [],
3412
3470
  "args": {},
3413
- "description": "list all builds for your project",
3471
+ "description": "list all channels",
3414
3472
  "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
- },
3540
3473
  "offset": {
3541
3474
  "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3542
3475
  "name": "offset",
@@ -3545,7 +3478,7 @@
3545
3478
  "type": "option"
3546
3479
  },
3547
3480
  "limit": {
3548
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
3481
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
3549
3482
  "name": "limit",
3550
3483
  "hasDynamicHelp": false,
3551
3484
  "multiple": false,
@@ -3563,17 +3496,11 @@
3563
3496
  "noCacheDefault": true,
3564
3497
  "allowNo": false,
3565
3498
  "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
3499
  }
3573
3500
  },
3574
3501
  "hasDynamicHelp": false,
3575
3502
  "hiddenAliases": [],
3576
- "id": "build:list",
3503
+ "id": "channel:list",
3577
3504
  "pluginAlias": "eas-cli",
3578
3505
  "pluginName": "eas-cli",
3579
3506
  "pluginType": "core",
@@ -3621,76 +3548,122 @@
3621
3548
  },
3622
3549
  "contextDefinition": {
3623
3550
  "projectId": {},
3624
- "loggedIn": {},
3625
- "vcsClient": {}
3551
+ "loggedIn": {}
3626
3552
  },
3627
3553
  "isESM": false,
3628
3554
  "relativePath": [
3629
3555
  "build",
3630
3556
  "commands",
3631
- "build",
3557
+ "channel",
3632
3558
  "list.js"
3633
3559
  ]
3634
3560
  },
3635
- "build:resign": {
3561
+ "channel:pause": {
3636
3562
  "aliases": [],
3637
- "args": {},
3638
- "description": "re-sign a build archive",
3563
+ "args": {
3564
+ "name": {
3565
+ "description": "Name of the channel to edit",
3566
+ "name": "name",
3567
+ "required": false
3568
+ }
3569
+ },
3570
+ "description": "pause a channel to stop it from sending updates",
3639
3571
  "flags": {
3640
- "platform": {
3641
- "char": "p",
3642
- "name": "platform",
3572
+ "branch": {
3573
+ "description": "Name of the branch to point to",
3574
+ "name": "branch",
3643
3575
  "hasDynamicHelp": false,
3644
3576
  "multiple": false,
3645
- "options": [
3646
- "android",
3647
- "ios"
3648
- ],
3649
3577
  "type": "option"
3650
3578
  },
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",
3658
- "hasDynamicHelp": false,
3659
- "helpValue": "PROFILE_NAME",
3660
- "multiple": false,
3661
- "type": "option"
3579
+ "json": {
3580
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3581
+ "name": "json",
3582
+ "allowNo": false,
3583
+ "type": "boolean"
3662
3584
  },
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"
3585
+ "non-interactive": {
3586
+ "description": "Run the command in non-interactive mode.",
3587
+ "name": "non-interactive",
3588
+ "noCacheDefault": true,
3589
+ "allowNo": false,
3590
+ "type": "boolean"
3591
+ }
3592
+ },
3593
+ "hasDynamicHelp": false,
3594
+ "hiddenAliases": [],
3595
+ "id": "channel:pause",
3596
+ "pluginAlias": "eas-cli",
3597
+ "pluginName": "eas-cli",
3598
+ "pluginType": "core",
3599
+ "strict": true,
3600
+ "enableJsonFlag": false,
3601
+ "ContextOptions": {
3602
+ "LoggedIn": {
3603
+ "loggedIn": {}
3604
+ },
3605
+ "MaybeLoggedIn": {
3606
+ "maybeLoggedIn": {}
3607
+ },
3608
+ "DynamicLoggedIn": {
3609
+ "getDynamicLoggedInAsync": {}
3610
+ },
3611
+ "SessionManagment": {
3612
+ "sessionManager": {}
3613
+ },
3614
+ "OptionalProjectConfig": {
3615
+ "optionalPrivateProjectConfig": {}
3616
+ },
3617
+ "ProjectDir": {
3618
+ "projectDir": {}
3670
3619
  },
3671
- "wait": {
3672
- "description": "Wait for build(s) to complete.",
3673
- "name": "wait",
3674
- "allowNo": true,
3675
- "type": "boolean"
3620
+ "DynamicProjectConfig": {
3621
+ "getDynamicPublicProjectConfigAsync": {},
3622
+ "getDynamicPrivateProjectConfigAsync": {}
3676
3623
  },
3677
- "id": {
3678
- "description": "ID of the build to re-sign.",
3679
- "name": "id",
3680
- "hasDynamicHelp": false,
3681
- "multiple": false,
3682
- "type": "option"
3624
+ "ProjectConfig": {
3625
+ "loggedIn": {},
3626
+ "privateProjectConfig": {}
3683
3627
  },
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"
3628
+ "Analytics": {
3629
+ "analytics": {}
3690
3630
  },
3691
- "limit": {
3692
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3693
- "name": "limit",
3631
+ "Vcs": {
3632
+ "vcsClient": {}
3633
+ },
3634
+ "ServerSideEnvironmentVariables": {
3635
+ "getServerSideEnvironmentVariablesAsync": {}
3636
+ },
3637
+ "ProjectId": {
3638
+ "projectId": {}
3639
+ }
3640
+ },
3641
+ "contextDefinition": {
3642
+ "projectId": {},
3643
+ "loggedIn": {}
3644
+ },
3645
+ "isESM": false,
3646
+ "relativePath": [
3647
+ "build",
3648
+ "commands",
3649
+ "channel",
3650
+ "pause.js"
3651
+ ]
3652
+ },
3653
+ "channel:resume": {
3654
+ "aliases": [],
3655
+ "args": {
3656
+ "name": {
3657
+ "description": "Name of the channel to edit",
3658
+ "name": "name",
3659
+ "required": false
3660
+ }
3661
+ },
3662
+ "description": "resume a channel to start sending updates",
3663
+ "flags": {
3664
+ "branch": {
3665
+ "description": "Name of the branch to point to",
3666
+ "name": "branch",
3694
3667
  "hasDynamicHelp": false,
3695
3668
  "multiple": false,
3696
3669
  "type": "option"
@@ -3711,7 +3684,7 @@
3711
3684
  },
3712
3685
  "hasDynamicHelp": false,
3713
3686
  "hiddenAliases": [],
3714
- "id": "build:resign",
3687
+ "id": "channel:resume",
3715
3688
  "pluginAlias": "eas-cli",
3716
3689
  "pluginName": "eas-cli",
3717
3690
  "pluginType": "core",
@@ -3758,116 +3731,121 @@
3758
3731
  }
3759
3732
  },
3760
3733
  "contextDefinition": {
3761
- "loggedIn": {},
3762
- "getDynamicPublicProjectConfigAsync": {},
3763
- "getDynamicPrivateProjectConfigAsync": {},
3764
- "projectDir": {},
3765
- "analytics": {},
3766
- "vcsClient": {}
3734
+ "projectId": {},
3735
+ "loggedIn": {}
3767
3736
  },
3768
3737
  "isESM": false,
3769
3738
  "relativePath": [
3770
3739
  "build",
3771
3740
  "commands",
3772
- "build",
3773
- "resign.js"
3741
+ "channel",
3742
+ "resume.js"
3774
3743
  ]
3775
3744
  },
3776
- "build:run": {
3745
+ "channel:rollout": {
3777
3746
  "aliases": [],
3778
- "args": {},
3779
- "description": "run simulator/emulator builds from eas-cli",
3747
+ "args": {
3748
+ "channel": {
3749
+ "description": "channel on which the rollout should be done",
3750
+ "name": "channel"
3751
+ }
3752
+ },
3753
+ "description": "Roll a new branch out on a channel incrementally.",
3780
3754
  "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"
3755
+ "action": {
3756
+ "description": "Rollout action to perform",
3757
+ "name": "action",
3758
+ "relationships": [
3759
+ {
3760
+ "type": "all",
3761
+ "flags": [
3762
+ {
3763
+ "name": "percent"
3764
+ },
3765
+ {
3766
+ "name": "outcome"
3767
+ },
3768
+ {
3769
+ "name": "branch"
3770
+ },
3771
+ {
3772
+ "name": "runtime-version"
3773
+ }
3774
+ ]
3775
+ }
3798
3776
  ],
3799
- "name": "url",
3777
+ "required": false,
3800
3778
  "hasDynamicHelp": false,
3801
3779
  "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"
3780
+ "options": [
3781
+ "create",
3782
+ "edit",
3783
+ "end",
3784
+ "view"
3810
3785
  ],
3811
- "name": "path",
3812
- "hasDynamicHelp": false,
3813
- "multiple": false,
3814
3786
  "type": "option"
3815
3787
  },
3816
- "id": {
3817
- "description": "ID of the simulator/emulator build to run",
3818
- "exclusive": [
3819
- "latest, path, url"
3820
- ],
3821
- "name": "id",
3788
+ "percent": {
3789
+ "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
3790
+ "name": "percent",
3791
+ "required": false,
3822
3792
  "hasDynamicHelp": false,
3823
3793
  "multiple": false,
3824
3794
  "type": "option"
3825
3795
  },
3826
- "platform": {
3827
- "char": "p",
3828
- "name": "platform",
3796
+ "outcome": {
3797
+ "description": "End outcome of rollout. Use with --action=end",
3798
+ "name": "outcome",
3799
+ "required": false,
3829
3800
  "hasDynamicHelp": false,
3830
3801
  "multiple": false,
3831
3802
  "options": [
3832
- "android",
3833
- "ios"
3803
+ "republish-and-revert",
3804
+ "revert"
3834
3805
  ],
3835
3806
  "type": "option"
3836
3807
  },
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",
3808
+ "branch": {
3809
+ "description": "Branch to roll out. Use with --action=create",
3810
+ "name": "branch",
3811
+ "required": false,
3841
3812
  "hasDynamicHelp": false,
3842
- "helpValue": "PROFILE_NAME",
3843
3813
  "multiple": false,
3844
3814
  "type": "option"
3845
3815
  },
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",
3816
+ "runtime-version": {
3817
+ "description": "Runtime version to target. Use with --action=create",
3818
+ "name": "runtime-version",
3819
+ "required": false,
3849
3820
  "hasDynamicHelp": false,
3850
3821
  "multiple": false,
3851
3822
  "type": "option"
3852
3823
  },
3853
- "offset": {
3854
- "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3855
- "name": "offset",
3824
+ "private-key-path": {
3825
+ "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/",
3826
+ "name": "private-key-path",
3827
+ "required": false,
3856
3828
  "hasDynamicHelp": false,
3857
3829
  "multiple": false,
3858
3830
  "type": "option"
3859
3831
  },
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"
3832
+ "json": {
3833
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3834
+ "name": "json",
3835
+ "allowNo": false,
3836
+ "type": "boolean"
3837
+ },
3838
+ "non-interactive": {
3839
+ "description": "Run the command in non-interactive mode.",
3840
+ "name": "non-interactive",
3841
+ "noCacheDefault": true,
3842
+ "allowNo": false,
3843
+ "type": "boolean"
3866
3844
  }
3867
3845
  },
3868
3846
  "hasDynamicHelp": false,
3869
3847
  "hiddenAliases": [],
3870
- "id": "build:run",
3848
+ "id": "channel:rollout",
3871
3849
  "pluginAlias": "eas-cli",
3872
3850
  "pluginName": "eas-cli",
3873
3851
  "pluginType": "core",
@@ -3915,36 +3893,59 @@
3915
3893
  },
3916
3894
  "contextDefinition": {
3917
3895
  "loggedIn": {},
3918
- "projectId": {},
3896
+ "privateProjectConfig": {},
3919
3897
  "vcsClient": {}
3920
3898
  },
3921
3899
  "isESM": false,
3922
3900
  "relativePath": [
3923
3901
  "build",
3924
3902
  "commands",
3925
- "build",
3926
- "run.js"
3903
+ "channel",
3904
+ "rollout.js"
3927
3905
  ]
3928
3906
  },
3929
- "build:view": {
3907
+ "channel:view": {
3930
3908
  "aliases": [],
3931
3909
  "args": {
3932
- "BUILD_ID": {
3933
- "name": "BUILD_ID"
3910
+ "name": {
3911
+ "description": "Name of the channel to view",
3912
+ "name": "name",
3913
+ "required": false
3934
3914
  }
3935
3915
  },
3936
- "description": "view a build for your project",
3916
+ "description": "view a channel",
3937
3917
  "flags": {
3938
3918
  "json": {
3939
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
3919
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3940
3920
  "name": "json",
3941
3921
  "allowNo": false,
3942
3922
  "type": "boolean"
3923
+ },
3924
+ "non-interactive": {
3925
+ "description": "Run the command in non-interactive mode.",
3926
+ "name": "non-interactive",
3927
+ "noCacheDefault": true,
3928
+ "allowNo": false,
3929
+ "type": "boolean"
3930
+ },
3931
+ "offset": {
3932
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
3933
+ "name": "offset",
3934
+ "hasDynamicHelp": false,
3935
+ "multiple": false,
3936
+ "type": "option"
3937
+ },
3938
+ "limit": {
3939
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3940
+ "name": "limit",
3941
+ "hasDynamicHelp": false,
3942
+ "multiple": false,
3943
+ "type": "option"
3943
3944
  }
3944
3945
  },
3945
3946
  "hasDynamicHelp": false,
3946
3947
  "hiddenAliases": [],
3947
- "id": "build:view",
3948
+ "id": "channel:view",
3948
3949
  "pluginAlias": "eas-cli",
3949
3950
  "pluginName": "eas-cli",
3950
3951
  "pluginType": "core",
@@ -3992,14 +3993,13 @@
3992
3993
  },
3993
3994
  "contextDefinition": {
3994
3995
  "projectId": {},
3995
- "loggedIn": {},
3996
- "vcsClient": {}
3996
+ "loggedIn": {}
3997
3997
  },
3998
3998
  "isESM": false,
3999
3999
  "relativePath": [
4000
4000
  "build",
4001
4001
  "commands",
4002
- "build",
4002
+ "channel",
4003
4003
  "view.js"
4004
4004
  ]
4005
4005
  },
@@ -12028,5 +12028,5 @@
12028
12028
  ]
12029
12029
  }
12030
12030
  },
12031
- "version": "19.0.2"
12031
+ "version": "19.0.5"
12032
12032
  }