eas-cli 18.13.0 → 18.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,99 +2498,156 @@
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"
2479
2528
  },
2480
- "SessionManagment": {
2481
- "sessionManager": {}
2529
+ "channel": {
2530
+ "name": "channel",
2531
+ "hasDynamicHelp": false,
2532
+ "multiple": false,
2533
+ "type": "option"
2482
2534
  },
2483
- "OptionalProjectConfig": {
2484
- "optionalPrivateProjectConfig": {}
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"
2485
2544
  },
2486
- "ProjectDir": {
2487
- "projectDir": {}
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"
2488
2554
  },
2489
- "DynamicProjectConfig": {
2490
- "getDynamicPublicProjectConfigAsync": {},
2491
- "getDynamicPrivateProjectConfigAsync": {}
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"
2492
2564
  },
2493
- "ProjectConfig": {
2494
- "loggedIn": {},
2495
- "privateProjectConfig": {}
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"
2496
2574
  },
2497
- "Analytics": {
2498
- "analytics": {}
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"
2499
2584
  },
2500
- "Vcs": {
2501
- "vcsClient": {}
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"
2502
2596
  },
2503
- "ServerSideEnvironmentVariables": {
2504
- "getServerSideEnvironmentVariablesAsync": {}
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"
2505
2606
  },
2506
- "ProjectId": {
2507
- "projectId": {}
2508
- }
2509
- },
2510
- "contextDefinition": {
2511
- "projectId": {},
2512
- "loggedIn": {},
2513
- "vcsClient": {}
2514
- },
2515
- "isESM": false,
2516
- "relativePath": [
2517
- "build",
2518
- "commands",
2519
- "build",
2520
- "cancel.js"
2521
- ]
2522
- },
2523
- "build:configure": {
2524
- "aliases": [],
2525
- "args": {},
2526
- "description": "configure the project to support EAS Build",
2527
- "flags": {
2528
- "platform": {
2529
- "char": "p",
2530
- "description": "Platform to configure",
2531
- "name": "platform",
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",
2532
2624
  "hasDynamicHelp": false,
2533
2625
  "multiple": false,
2534
- "options": [
2535
- "android",
2536
- "ios",
2537
- "all"
2538
- ],
2539
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"
2540
2646
  }
2541
2647
  },
2542
2648
  "hasDynamicHelp": false,
2543
2649
  "hiddenAliases": [],
2544
- "id": "build:configure",
2650
+ "id": "build:list",
2545
2651
  "pluginAlias": "eas-cli",
2546
2652
  "pluginName": "eas-cli",
2547
2653
  "pluginType": "core",
@@ -2588,8 +2694,8 @@
2588
2694
  }
2589
2695
  },
2590
2696
  "contextDefinition": {
2697
+ "projectId": {},
2591
2698
  "loggedIn": {},
2592
- "privateProjectConfig": {},
2593
2699
  "vcsClient": {}
2594
2700
  },
2595
2701
  "isESM": false,
@@ -2597,51 +2703,89 @@
2597
2703
  "build",
2598
2704
  "commands",
2599
2705
  "build",
2600
- "configure.js"
2706
+ "list.js"
2601
2707
  ]
2602
2708
  },
2603
- "build:delete": {
2709
+ "build:resign": {
2604
2710
  "aliases": [],
2605
- "args": {
2606
- "BUILD_ID": {
2607
- "name": "BUILD_ID"
2608
- }
2609
- },
2610
- "description": "delete a build",
2711
+ "args": {},
2712
+ "description": "re-sign a build archive",
2611
2713
  "flags": {
2612
- "non-interactive": {
2613
- "description": "Run the command in non-interactive mode.",
2614
- "name": "non-interactive",
2615
- "noCacheDefault": true,
2616
- "allowNo": false,
2617
- "type": "boolean"
2618
- },
2619
2714
  "platform": {
2620
2715
  "char": "p",
2621
- "description": "Filter builds by the platform if build ID is not provided",
2622
2716
  "name": "platform",
2623
2717
  "hasDynamicHelp": false,
2624
2718
  "multiple": false,
2625
2719
  "options": [
2626
2720
  "android",
2627
- "ios",
2628
- "all"
2721
+ "ios"
2629
2722
  ],
2630
2723
  "type": "option"
2631
2724
  },
2632
- "profile": {
2725
+ "target-profile": {
2726
+ "aliases": [
2727
+ "profile"
2728
+ ],
2633
2729
  "char": "e",
2634
- "description": "Filter builds by build profile if build ID is not provided",
2635
- "name": "profile",
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,
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",
2636
2740
  "hasDynamicHelp": false,
2637
2741
  "helpValue": "PROFILE_NAME",
2638
2742
  "multiple": false,
2639
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"
2640
2784
  }
2641
2785
  },
2642
2786
  "hasDynamicHelp": false,
2643
2787
  "hiddenAliases": [],
2644
- "id": "build:delete",
2788
+ "id": "build:resign",
2645
2789
  "pluginAlias": "eas-cli",
2646
2790
  "pluginName": "eas-cli",
2647
2791
  "pluginType": "core",
@@ -2688,66 +2832,116 @@
2688
2832
  }
2689
2833
  },
2690
2834
  "contextDefinition": {
2691
- "projectId": {},
2692
2835
  "loggedIn": {},
2693
- "vcsClient": {}
2694
- },
2695
- "isESM": false,
2836
+ "getDynamicPublicProjectConfigAsync": {},
2837
+ "getDynamicPrivateProjectConfigAsync": {},
2838
+ "projectDir": {},
2839
+ "analytics": {},
2840
+ "vcsClient": {}
2841
+ },
2842
+ "isESM": false,
2696
2843
  "relativePath": [
2697
2844
  "build",
2698
2845
  "commands",
2699
2846
  "build",
2700
- "delete.js"
2847
+ "resign.js"
2701
2848
  ]
2702
2849
  },
2703
- "build:dev": {
2850
+ "build:run": {
2704
2851
  "aliases": [],
2705
2852
  "args": {},
2706
- "description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
2853
+ "description": "run simulator/emulator builds from eas-cli",
2707
2854
  "flags": {
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",
2863
+ "allowNo": false,
2864
+ "type": "boolean"
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
+ },
2708
2900
  "platform": {
2709
2901
  "char": "p",
2710
2902
  "name": "platform",
2711
2903
  "hasDynamicHelp": false,
2712
2904
  "multiple": false,
2713
2905
  "options": [
2714
- "ios",
2715
- "android"
2906
+ "android",
2907
+ "ios"
2716
2908
  ],
2717
2909
  "type": "option"
2718
2910
  },
2719
2911
  "profile": {
2720
2912
  "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.",
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.",
2722
2914
  "name": "profile",
2723
2915
  "hasDynamicHelp": false,
2724
2916
  "helpValue": "PROFILE_NAME",
2725
2917
  "multiple": false,
2726
2918
  "type": "option"
2727
2919
  },
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",
2737
- "allowNo": false,
2738
- "type": "boolean"
2739
- },
2740
2920
  "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.",
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.",
2742
2922
  "name": "simulator",
2743
2923
  "hasDynamicHelp": false,
2744
2924
  "multiple": false,
2745
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,
2938
+ "multiple": false,
2939
+ "type": "option"
2746
2940
  }
2747
2941
  },
2748
2942
  "hasDynamicHelp": false,
2749
2943
  "hiddenAliases": [],
2750
- "id": "build:dev",
2944
+ "id": "build:run",
2751
2945
  "pluginAlias": "eas-cli",
2752
2946
  "pluginName": "eas-cli",
2753
2947
  "pluginType": "core",
@@ -2795,97 +2989,36 @@
2795
2989
  },
2796
2990
  "contextDefinition": {
2797
2991
  "loggedIn": {},
2798
- "getDynamicPublicProjectConfigAsync": {},
2799
- "getDynamicPrivateProjectConfigAsync": {},
2800
- "projectDir": {},
2801
- "vcsClient": {},
2802
- "analytics": {},
2803
- "projectId": {}
2992
+ "projectId": {},
2993
+ "vcsClient": {}
2804
2994
  },
2805
2995
  "isESM": false,
2806
2996
  "relativePath": [
2807
2997
  "build",
2808
2998
  "commands",
2809
2999
  "build",
2810
- "dev.js"
3000
+ "run.js"
2811
3001
  ]
2812
3002
  },
2813
- "build:download": {
3003
+ "build:view": {
2814
3004
  "aliases": [],
2815
- "args": {},
2816
- "description": "download a simulator/emulator build by build ID or fingerprint hash",
3005
+ "args": {
3006
+ "BUILD_ID": {
3007
+ "name": "BUILD_ID"
3008
+ }
3009
+ },
3010
+ "description": "view a build for your project",
2817
3011
  "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
3012
  "json": {
2873
- "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3013
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2874
3014
  "name": "json",
2875
3015
  "allowNo": false,
2876
3016
  "type": "boolean"
2877
- },
2878
- "non-interactive": {
2879
- "description": "Run the command in non-interactive mode.",
2880
- "name": "non-interactive",
2881
- "noCacheDefault": true,
2882
- "allowNo": false,
2883
- "type": "boolean"
2884
3017
  }
2885
3018
  },
2886
3019
  "hasDynamicHelp": false,
2887
3020
  "hiddenAliases": [],
2888
- "id": "build:download",
3021
+ "id": "build:view",
2889
3022
  "pluginAlias": "eas-cli",
2890
3023
  "pluginName": "eas-cli",
2891
3024
  "pluginType": "core",
@@ -2932,165 +3065,29 @@
2932
3065
  }
2933
3066
  },
2934
3067
  "contextDefinition": {
3068
+ "projectId": {},
2935
3069
  "loggedIn": {},
2936
- "projectId": {}
3070
+ "vcsClient": {}
2937
3071
  },
2938
3072
  "isESM": false,
2939
3073
  "relativePath": [
2940
3074
  "build",
2941
3075
  "commands",
2942
3076
  "build",
2943
- "download.js"
3077
+ "view.js"
2944
3078
  ]
2945
3079
  },
2946
- "build": {
3080
+ "channel:create": {
2947
3081
  "aliases": [],
2948
- "args": {},
2949
- "description": "start a build",
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",
2950
3090
  "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"
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
3091
  "json": {
3095
3092
  "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3096
3093
  "name": "json",
@@ -3107,7 +3104,7 @@
3107
3104
  },
3108
3105
  "hasDynamicHelp": false,
3109
3106
  "hiddenAliases": [],
3110
- "id": "build",
3107
+ "id": "channel:create",
3111
3108
  "pluginAlias": "eas-cli",
3112
3109
  "pluginName": "eas-cli",
3113
3110
  "pluginType": "core",
@@ -3141,100 +3138,58 @@
3141
3138
  "privateProjectConfig": {}
3142
3139
  },
3143
3140
  "Analytics": {
3144
- "analytics": {}
3145
- },
3146
- "Vcs": {
3147
- "vcsClient": {}
3148
- },
3149
- "ServerSideEnvironmentVariables": {
3150
- "getServerSideEnvironmentVariablesAsync": {}
3151
- },
3152
- "ProjectId": {
3153
- "projectId": {}
3154
- }
3155
- },
3156
- "contextDefinition": {
3157
- "loggedIn": {},
3158
- "getDynamicPublicProjectConfigAsync": {},
3159
- "getDynamicPrivateProjectConfigAsync": {},
3160
- "projectDir": {},
3161
- "analytics": {},
3162
- "vcsClient": {}
3163
- },
3164
- "isESM": false,
3165
- "relativePath": [
3166
- "build",
3167
- "commands",
3168
- "build",
3169
- "index.js"
3170
- ]
3171
- },
3172
- "build:inspect": {
3173
- "aliases": [],
3174
- "args": {},
3175
- "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
3176
- "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,
3217
- "hasDynamicHelp": false,
3218
- "helpValue": "OUTPUT_DIRECTORY",
3219
- "multiple": false,
3220
- "type": "option"
3141
+ "analytics": {}
3221
3142
  },
3222
- "force": {
3223
- "description": "Delete OUTPUT_DIRECTORY if it already exists.",
3224
- "name": "force",
3143
+ "Vcs": {
3144
+ "vcsClient": {}
3145
+ },
3146
+ "ServerSideEnvironmentVariables": {
3147
+ "getServerSideEnvironmentVariablesAsync": {}
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": {
3176
+ "json": {
3177
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3178
+ "name": "json",
3225
3179
  "allowNo": false,
3226
3180
  "type": "boolean"
3227
3181
  },
3228
- "verbose": {
3229
- "char": "v",
3230
- "name": "verbose",
3182
+ "non-interactive": {
3183
+ "description": "Run the command in non-interactive mode.",
3184
+ "name": "non-interactive",
3185
+ "noCacheDefault": true,
3231
3186
  "allowNo": false,
3232
3187
  "type": "boolean"
3233
3188
  }
3234
3189
  },
3235
3190
  "hasDynamicHelp": false,
3236
3191
  "hiddenAliases": [],
3237
- "id": "build:inspect",
3192
+ "id": "channel:delete",
3238
3193
  "pluginAlias": "eas-cli",
3239
3194
  "pluginName": "eas-cli",
3240
3195
  "pluginType": "core",
@@ -3281,71 +3236,52 @@
3281
3236
  }
3282
3237
  },
3283
3238
  "contextDefinition": {
3284
- "loggedIn": {},
3285
- "getDynamicPublicProjectConfigAsync": {},
3286
- "getDynamicPrivateProjectConfigAsync": {},
3287
- "projectDir": {},
3288
- "analytics": {},
3289
- "vcsClient": {}
3239
+ "projectId": {},
3240
+ "loggedIn": {}
3290
3241
  },
3291
3242
  "isESM": false,
3292
3243
  "relativePath": [
3293
3244
  "build",
3294
3245
  "commands",
3295
- "build",
3296
- "inspect.js"
3246
+ "channel",
3247
+ "delete.js"
3297
3248
  ]
3298
3249
  },
3299
- "build:internal": {
3250
+ "channel:edit": {
3300
3251
  "aliases": [],
3301
- "args": {},
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",
3302
3260
  "flags": {
3303
- "platform": {
3304
- "char": "p",
3305
- "name": "platform",
3306
- "required": true,
3307
- "hasDynamicHelp": false,
3308
- "multiple": false,
3309
- "options": [
3310
- "android",
3311
- "ios"
3312
- ],
3313
- "type": "option"
3314
- },
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",
3261
+ "branch": {
3262
+ "description": "Name of the branch to point to",
3263
+ "name": "branch",
3319
3264
  "hasDynamicHelp": false,
3320
- "helpValue": "PROFILE_NAME",
3321
3265
  "multiple": false,
3322
3266
  "type": "option"
3323
3267
  },
3324
- "auto-submit": {
3325
- "description": "Submit on build complete using the submit profile with the same name as the build profile",
3326
- "exclusive": [
3327
- "auto-submit-with-profile"
3328
- ],
3329
- "name": "auto-submit",
3268
+ "json": {
3269
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
3270
+ "name": "json",
3330
3271
  "allowNo": false,
3331
3272
  "type": "boolean"
3332
3273
  },
3333
- "auto-submit-with-profile": {
3334
- "description": "Submit on build complete using the submit profile with provided name",
3335
- "exclusive": [
3336
- "auto-submit"
3337
- ],
3338
- "name": "auto-submit-with-profile",
3339
- "hasDynamicHelp": false,
3340
- "helpValue": "PROFILE_NAME",
3341
- "multiple": false,
3342
- "type": "option"
3274
+ "non-interactive": {
3275
+ "description": "Run the command in non-interactive mode.",
3276
+ "name": "non-interactive",
3277
+ "noCacheDefault": true,
3278
+ "allowNo": false,
3279
+ "type": "boolean"
3343
3280
  }
3344
3281
  },
3345
3282
  "hasDynamicHelp": false,
3346
- "hidden": true,
3347
3283
  "hiddenAliases": [],
3348
- "id": "build:internal",
3284
+ "id": "channel:edit",
3349
3285
  "pluginAlias": "eas-cli",
3350
3286
  "pluginName": "eas-cli",
3351
3287
  "pluginType": "core",
@@ -3392,151 +3328,148 @@
3392
3328
  }
3393
3329
  },
3394
3330
  "contextDefinition": {
3395
- "loggedIn": {},
3396
- "getDynamicPublicProjectConfigAsync": {},
3397
- "getDynamicPrivateProjectConfigAsync": {},
3398
- "projectDir": {},
3399
- "analytics": {},
3400
- "vcsClient": {}
3331
+ "projectId": {},
3332
+ "loggedIn": {}
3401
3333
  },
3402
3334
  "isESM": false,
3403
3335
  "relativePath": [
3404
3336
  "build",
3405
3337
  "commands",
3406
- "build",
3407
- "internal.js"
3338
+ "channel",
3339
+ "edit.js"
3408
3340
  ]
3409
3341
  },
3410
- "build:list": {
3342
+ "channel:insights": {
3411
3343
  "aliases": [],
3412
3344
  "args": {},
3413
- "description": "list all builds for your project",
3345
+ "description": "display adoption, crash, and unique-user insights for a channel + runtime version",
3414
3346
  "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
3347
  "channel": {
3348
+ "description": "Name of the channel.",
3456
3349
  "name": "channel",
3350
+ "required": true,
3457
3351
  "hasDynamicHelp": false,
3458
3352
  "multiple": false,
3459
3353
  "type": "option"
3460
3354
  },
3461
- "app-version": {
3462
- "aliases": [
3463
- "appVersion"
3464
- ],
3465
- "description": "Filter only builds created with the specified main app version",
3466
- "name": "app-version",
3355
+ "runtime-version": {
3356
+ "description": "Runtime version to query insights for.",
3357
+ "name": "runtime-version",
3358
+ "required": true,
3467
3359
  "hasDynamicHelp": false,
3468
3360
  "multiple": false,
3469
3361
  "type": "option"
3470
3362
  },
3471
- "app-build-version": {
3472
- "aliases": [
3473
- "appBuildVersion"
3363
+ "days": {
3364
+ "description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
3365
+ "exclusive": [
3366
+ "start",
3367
+ "end"
3474
3368
  ],
3475
- "description": "Filter only builds created with the specified app build version",
3476
- "name": "app-build-version",
3369
+ "name": "days",
3477
3370
  "hasDynamicHelp": false,
3478
3371
  "multiple": false,
3479
3372
  "type": "option"
3480
3373
  },
3481
- "sdk-version": {
3482
- "aliases": [
3483
- "sdkVersion"
3374
+ "start": {
3375
+ "description": "Start of insights time range (ISO date).",
3376
+ "exclusive": [
3377
+ "days"
3484
3378
  ],
3485
- "description": "Filter only builds created with the specified Expo SDK version",
3486
- "name": "sdk-version",
3379
+ "name": "start",
3487
3380
  "hasDynamicHelp": false,
3488
3381
  "multiple": false,
3489
3382
  "type": "option"
3490
3383
  },
3491
- "runtime-version": {
3492
- "aliases": [
3493
- "runtimeVersion"
3384
+ "end": {
3385
+ "description": "End of insights time range (ISO date).",
3386
+ "exclusive": [
3387
+ "days"
3494
3388
  ],
3495
- "description": "Filter only builds created with the specified runtime version",
3496
- "name": "runtime-version",
3389
+ "name": "end",
3497
3390
  "hasDynamicHelp": false,
3498
3391
  "multiple": false,
3499
3392
  "type": "option"
3500
3393
  },
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"
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"
3406
+ }
3407
+ },
3408
+ "hasDynamicHelp": false,
3409
+ "hiddenAliases": [],
3410
+ "id": "channel:insights",
3411
+ "pluginAlias": "eas-cli",
3412
+ "pluginName": "eas-cli",
3413
+ "pluginType": "core",
3414
+ "strict": true,
3415
+ "enableJsonFlag": false,
3416
+ "ContextOptions": {
3417
+ "LoggedIn": {
3418
+ "loggedIn": {}
3419
+ },
3420
+ "MaybeLoggedIn": {
3421
+ "maybeLoggedIn": {}
3422
+ },
3423
+ "DynamicLoggedIn": {
3424
+ "getDynamicLoggedInAsync": {}
3425
+ },
3426
+ "SessionManagment": {
3427
+ "sessionManager": {}
3428
+ },
3429
+ "OptionalProjectConfig": {
3430
+ "optionalPrivateProjectConfig": {}
3431
+ },
3432
+ "ProjectDir": {
3433
+ "projectDir": {}
3510
3434
  },
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"
3435
+ "DynamicProjectConfig": {
3436
+ "getDynamicPublicProjectConfigAsync": {},
3437
+ "getDynamicPrivateProjectConfigAsync": {}
3522
3438
  },
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"
3439
+ "ProjectConfig": {
3440
+ "loggedIn": {},
3441
+ "privateProjectConfig": {}
3532
3442
  },
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"
3443
+ "Analytics": {
3444
+ "analytics": {}
3445
+ },
3446
+ "Vcs": {
3447
+ "vcsClient": {}
3448
+ },
3449
+ "ServerSideEnvironmentVariables": {
3450
+ "getServerSideEnvironmentVariablesAsync": {}
3539
3451
  },
3452
+ "ProjectId": {
3453
+ "projectId": {}
3454
+ }
3455
+ },
3456
+ "contextDefinition": {
3457
+ "projectId": {},
3458
+ "loggedIn": {}
3459
+ },
3460
+ "isESM": false,
3461
+ "relativePath": [
3462
+ "build",
3463
+ "commands",
3464
+ "channel",
3465
+ "insights.js"
3466
+ ]
3467
+ },
3468
+ "channel:list": {
3469
+ "aliases": [],
3470
+ "args": {},
3471
+ "description": "list all channels",
3472
+ "flags": {
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",
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",
3572
+ "branch": {
3573
+ "description": "Name of the branch to point to",
3574
+ "name": "branch",
3658
3575
  "hasDynamicHelp": false,
3659
- "helpValue": "PROFILE_NAME",
3660
3576
  "multiple": false,
3661
3577
  "type": "option"
3662
3578
  },
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"
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"
3670
3584
  },
3671
- "wait": {
3672
- "description": "Wait for build(s) to complete.",
3673
- "name": "wait",
3674
- "allowNo": true,
3585
+ "non-interactive": {
3586
+ "description": "Run the command in non-interactive mode.",
3587
+ "name": "non-interactive",
3588
+ "noCacheDefault": true,
3589
+ "allowNo": false,
3675
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": {}
3676
3604
  },
3677
- "id": {
3678
- "description": "ID of the build to re-sign.",
3679
- "name": "id",
3680
- "hasDynamicHelp": false,
3681
- "multiple": false,
3682
- "type": "option"
3605
+ "MaybeLoggedIn": {
3606
+ "maybeLoggedIn": {}
3683
3607
  },
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"
3608
+ "DynamicLoggedIn": {
3609
+ "getDynamicLoggedInAsync": {}
3690
3610
  },
3691
- "limit": {
3692
- "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
3693
- "name": "limit",
3611
+ "SessionManagment": {
3612
+ "sessionManager": {}
3613
+ },
3614
+ "OptionalProjectConfig": {
3615
+ "optionalPrivateProjectConfig": {}
3616
+ },
3617
+ "ProjectDir": {
3618
+ "projectDir": {}
3619
+ },
3620
+ "DynamicProjectConfig": {
3621
+ "getDynamicPublicProjectConfigAsync": {},
3622
+ "getDynamicPrivateProjectConfigAsync": {}
3623
+ },
3624
+ "ProjectConfig": {
3625
+ "loggedIn": {},
3626
+ "privateProjectConfig": {}
3627
+ },
3628
+ "Analytics": {
3629
+ "analytics": {}
3630
+ },
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
  },
@@ -7764,31 +7764,41 @@
7764
7764
  "push.js"
7765
7765
  ]
7766
7766
  },
7767
- "simulator:get": {
7767
+ "submit:internal": {
7768
7768
  "aliases": [],
7769
7769
  "args": {},
7770
- "description": "[EXPERIMENTAL] get info about a remote simulator session on EAS by its device run session ID",
7771
7770
  "flags": {
7771
+ "platform": {
7772
+ "name": "platform",
7773
+ "required": true,
7774
+ "hasDynamicHelp": false,
7775
+ "multiple": false,
7776
+ "options": [
7777
+ "android",
7778
+ "ios"
7779
+ ],
7780
+ "type": "option"
7781
+ },
7782
+ "profile": {
7783
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
7784
+ "name": "profile",
7785
+ "hasDynamicHelp": false,
7786
+ "multiple": false,
7787
+ "type": "option"
7788
+ },
7772
7789
  "id": {
7773
- "description": "Device run session ID",
7790
+ "description": "ID of the build to submit",
7774
7791
  "name": "id",
7775
7792
  "required": true,
7776
7793
  "hasDynamicHelp": false,
7777
7794
  "multiple": false,
7778
7795
  "type": "option"
7779
- },
7780
- "non-interactive": {
7781
- "description": "Run the command in non-interactive mode.",
7782
- "name": "non-interactive",
7783
- "noCacheDefault": true,
7784
- "allowNo": false,
7785
- "type": "boolean"
7786
7796
  }
7787
7797
  },
7788
7798
  "hasDynamicHelp": false,
7789
7799
  "hidden": true,
7790
7800
  "hiddenAliases": [],
7791
- "id": "simulator:get",
7801
+ "id": "submit:internal",
7792
7802
  "pluginAlias": "eas-cli",
7793
7803
  "pluginName": "eas-cli",
7794
7804
  "pluginType": "core",
@@ -7835,50 +7845,31 @@
7835
7845
  }
7836
7846
  },
7837
7847
  "contextDefinition": {
7838
- "loggedIn": {}
7848
+ "loggedIn": {},
7849
+ "privateProjectConfig": {},
7850
+ "projectDir": {},
7851
+ "analytics": {},
7852
+ "vcsClient": {}
7839
7853
  },
7840
7854
  "isESM": false,
7841
7855
  "relativePath": [
7842
7856
  "build",
7843
7857
  "commands",
7844
- "simulator",
7845
- "get.js"
7858
+ "submit",
7859
+ "internal.js"
7846
7860
  ]
7847
7861
  },
7848
- "simulator:start": {
7862
+ "simulator:get": {
7849
7863
  "aliases": [],
7850
7864
  "args": {},
7851
- "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get instructions to connect to it",
7865
+ "description": "[EXPERIMENTAL] get info about a remote simulator session on EAS by its device run session ID",
7852
7866
  "flags": {
7853
- "platform": {
7854
- "description": "Device platform",
7855
- "name": "platform",
7867
+ "id": {
7868
+ "description": "Device run session ID",
7869
+ "name": "id",
7856
7870
  "required": true,
7857
7871
  "hasDynamicHelp": false,
7858
7872
  "multiple": false,
7859
- "options": [
7860
- "android",
7861
- "ios"
7862
- ],
7863
- "type": "option"
7864
- },
7865
- "type": {
7866
- "description": "Type of device run session to create",
7867
- "name": "type",
7868
- "default": "agent-device",
7869
- "hasDynamicHelp": false,
7870
- "multiple": false,
7871
- "options": [
7872
- "agent-device",
7873
- "serve-sim"
7874
- ],
7875
- "type": "option"
7876
- },
7877
- "package-version": {
7878
- "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7879
- "name": "package-version",
7880
- "hasDynamicHelp": false,
7881
- "multiple": false,
7882
7873
  "type": "option"
7883
7874
  },
7884
7875
  "non-interactive": {
@@ -7892,7 +7883,7 @@
7892
7883
  "hasDynamicHelp": false,
7893
7884
  "hidden": true,
7894
7885
  "hiddenAliases": [],
7895
- "id": "simulator:start",
7886
+ "id": "simulator:get",
7896
7887
  "pluginAlias": "eas-cli",
7897
7888
  "pluginName": "eas-cli",
7898
7889
  "pluginType": "core",
@@ -7939,7 +7930,6 @@
7939
7930
  }
7940
7931
  },
7941
7932
  "contextDefinition": {
7942
- "projectId": {},
7943
7933
  "loggedIn": {}
7944
7934
  },
7945
7935
  "isESM": false,
@@ -7947,20 +7937,43 @@
7947
7937
  "build",
7948
7938
  "commands",
7949
7939
  "simulator",
7950
- "start.js"
7940
+ "get.js"
7951
7941
  ]
7952
7942
  },
7953
- "simulator:stop": {
7943
+ "simulator:start": {
7954
7944
  "aliases": [],
7955
7945
  "args": {},
7956
- "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
7946
+ "description": "[EXPERIMENTAL] start a remote simulator session on EAS and get instructions to connect to it",
7957
7947
  "flags": {
7958
- "id": {
7959
- "description": "Device run session ID",
7960
- "name": "id",
7948
+ "platform": {
7949
+ "description": "Device platform",
7950
+ "name": "platform",
7961
7951
  "required": true,
7962
7952
  "hasDynamicHelp": false,
7963
7953
  "multiple": false,
7954
+ "options": [
7955
+ "android",
7956
+ "ios"
7957
+ ],
7958
+ "type": "option"
7959
+ },
7960
+ "type": {
7961
+ "description": "Type of device run session to create",
7962
+ "name": "type",
7963
+ "default": "agent-device",
7964
+ "hasDynamicHelp": false,
7965
+ "multiple": false,
7966
+ "options": [
7967
+ "agent-device",
7968
+ "serve-sim"
7969
+ ],
7970
+ "type": "option"
7971
+ },
7972
+ "package-version": {
7973
+ "description": "Version of the package backing the device run session (e.g. \"0.1.3-alpha.3\"). Defaults to \"latest\" when omitted.",
7974
+ "name": "package-version",
7975
+ "hasDynamicHelp": false,
7976
+ "multiple": false,
7964
7977
  "type": "option"
7965
7978
  },
7966
7979
  "non-interactive": {
@@ -7974,7 +7987,7 @@
7974
7987
  "hasDynamicHelp": false,
7975
7988
  "hidden": true,
7976
7989
  "hiddenAliases": [],
7977
- "id": "simulator:stop",
7990
+ "id": "simulator:start",
7978
7991
  "pluginAlias": "eas-cli",
7979
7992
  "pluginName": "eas-cli",
7980
7993
  "pluginType": "core",
@@ -8021,6 +8034,7 @@
8021
8034
  }
8022
8035
  },
8023
8036
  "contextDefinition": {
8037
+ "projectId": {},
8024
8038
  "loggedIn": {}
8025
8039
  },
8026
8040
  "isESM": false,
@@ -8028,44 +8042,34 @@
8028
8042
  "build",
8029
8043
  "commands",
8030
8044
  "simulator",
8031
- "stop.js"
8045
+ "start.js"
8032
8046
  ]
8033
8047
  },
8034
- "submit:internal": {
8048
+ "simulator:stop": {
8035
8049
  "aliases": [],
8036
8050
  "args": {},
8051
+ "description": "[EXPERIMENTAL] stop a remote simulator session on EAS by its device run session ID",
8037
8052
  "flags": {
8038
- "platform": {
8039
- "name": "platform",
8040
- "required": true,
8041
- "hasDynamicHelp": false,
8042
- "multiple": false,
8043
- "options": [
8044
- "android",
8045
- "ios"
8046
- ],
8047
- "type": "option"
8048
- },
8049
- "profile": {
8050
- "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
8051
- "name": "profile",
8052
- "hasDynamicHelp": false,
8053
- "multiple": false,
8054
- "type": "option"
8055
- },
8056
8053
  "id": {
8057
- "description": "ID of the build to submit",
8054
+ "description": "Device run session ID",
8058
8055
  "name": "id",
8059
8056
  "required": true,
8060
8057
  "hasDynamicHelp": false,
8061
8058
  "multiple": false,
8062
8059
  "type": "option"
8060
+ },
8061
+ "non-interactive": {
8062
+ "description": "Run the command in non-interactive mode.",
8063
+ "name": "non-interactive",
8064
+ "noCacheDefault": true,
8065
+ "allowNo": false,
8066
+ "type": "boolean"
8063
8067
  }
8064
8068
  },
8065
8069
  "hasDynamicHelp": false,
8066
8070
  "hidden": true,
8067
8071
  "hiddenAliases": [],
8068
- "id": "submit:internal",
8072
+ "id": "simulator:stop",
8069
8073
  "pluginAlias": "eas-cli",
8070
8074
  "pluginName": "eas-cli",
8071
8075
  "pluginType": "core",
@@ -8112,18 +8116,14 @@
8112
8116
  }
8113
8117
  },
8114
8118
  "contextDefinition": {
8115
- "loggedIn": {},
8116
- "privateProjectConfig": {},
8117
- "projectDir": {},
8118
- "analytics": {},
8119
- "vcsClient": {}
8119
+ "loggedIn": {}
8120
8120
  },
8121
8121
  "isESM": false,
8122
8122
  "relativePath": [
8123
8123
  "build",
8124
8124
  "commands",
8125
- "submit",
8126
- "internal.js"
8125
+ "simulator",
8126
+ "stop.js"
8127
8127
  ]
8128
8128
  },
8129
8129
  "update:configure": {
@@ -9478,11 +9478,36 @@
9478
9478
  "view.js"
9479
9479
  ]
9480
9480
  },
9481
- "workflow:cancel": {
9481
+ "webhook:create": {
9482
9482
  "aliases": [],
9483
9483
  "args": {},
9484
- "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
9484
+ "description": "create a webhook",
9485
9485
  "flags": {
9486
+ "event": {
9487
+ "description": "Event type that triggers the webhook",
9488
+ "name": "event",
9489
+ "hasDynamicHelp": false,
9490
+ "multiple": false,
9491
+ "options": [
9492
+ "BUILD",
9493
+ "SUBMIT"
9494
+ ],
9495
+ "type": "option"
9496
+ },
9497
+ "url": {
9498
+ "description": "Webhook URL",
9499
+ "name": "url",
9500
+ "hasDynamicHelp": false,
9501
+ "multiple": false,
9502
+ "type": "option"
9503
+ },
9504
+ "secret": {
9505
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9506
+ "name": "secret",
9507
+ "hasDynamicHelp": false,
9508
+ "multiple": false,
9509
+ "type": "option"
9510
+ },
9486
9511
  "non-interactive": {
9487
9512
  "description": "Run the command in non-interactive mode.",
9488
9513
  "name": "non-interactive",
@@ -9493,11 +9518,11 @@
9493
9518
  },
9494
9519
  "hasDynamicHelp": false,
9495
9520
  "hiddenAliases": [],
9496
- "id": "workflow:cancel",
9521
+ "id": "webhook:create",
9497
9522
  "pluginAlias": "eas-cli",
9498
9523
  "pluginName": "eas-cli",
9499
9524
  "pluginType": "core",
9500
- "strict": false,
9525
+ "strict": true,
9501
9526
  "enableJsonFlag": false,
9502
9527
  "ContextOptions": {
9503
9528
  "LoggedIn": {
@@ -9547,31 +9572,32 @@
9547
9572
  "relativePath": [
9548
9573
  "build",
9549
9574
  "commands",
9550
- "workflow",
9551
- "cancel.js"
9575
+ "webhook",
9576
+ "create.js"
9552
9577
  ]
9553
9578
  },
9554
- "workflow:create": {
9579
+ "webhook:delete": {
9555
9580
  "aliases": [],
9556
9581
  "args": {
9557
- "name": {
9558
- "description": "Name of the workflow file (must end with .yml or .yaml)",
9559
- "name": "name",
9582
+ "ID": {
9583
+ "description": "ID of the webhook to delete",
9584
+ "name": "ID",
9560
9585
  "required": false
9561
9586
  }
9562
9587
  },
9563
- "description": "create a new workflow configuration YAML file",
9588
+ "description": "delete a webhook",
9564
9589
  "flags": {
9565
- "skip-validation": {
9566
- "description": "If set, the workflow file will not be validated before being created",
9567
- "name": "skip-validation",
9590
+ "non-interactive": {
9591
+ "description": "Run the command in non-interactive mode.",
9592
+ "name": "non-interactive",
9593
+ "noCacheDefault": true,
9568
9594
  "allowNo": false,
9569
9595
  "type": "boolean"
9570
9596
  }
9571
9597
  },
9572
9598
  "hasDynamicHelp": false,
9573
9599
  "hiddenAliases": [],
9574
- "id": "workflow:create",
9600
+ "id": "webhook:delete",
9575
9601
  "pluginAlias": "eas-cli",
9576
9602
  "pluginName": "eas-cli",
9577
9603
  "pluginType": "core",
@@ -9618,24 +9644,33 @@
9618
9644
  }
9619
9645
  },
9620
9646
  "contextDefinition": {
9621
- "getDynamicPublicProjectConfigAsync": {},
9622
- "getDynamicPrivateProjectConfigAsync": {},
9623
- "projectDir": {},
9647
+ "projectId": {},
9624
9648
  "loggedIn": {}
9625
9649
  },
9626
9650
  "isESM": false,
9627
9651
  "relativePath": [
9628
9652
  "build",
9629
9653
  "commands",
9630
- "workflow",
9631
- "create.js"
9654
+ "webhook",
9655
+ "delete.js"
9632
9656
  ]
9633
9657
  },
9634
- "workflow:list": {
9658
+ "webhook:list": {
9635
9659
  "aliases": [],
9636
9660
  "args": {},
9637
- "description": "List workflows for the current project",
9661
+ "description": "list webhooks",
9638
9662
  "flags": {
9663
+ "event": {
9664
+ "description": "Event type that triggers the webhook",
9665
+ "name": "event",
9666
+ "hasDynamicHelp": false,
9667
+ "multiple": false,
9668
+ "options": [
9669
+ "BUILD",
9670
+ "SUBMIT"
9671
+ ],
9672
+ "type": "option"
9673
+ },
9639
9674
  "json": {
9640
9675
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9641
9676
  "name": "json",
@@ -9644,9 +9679,8 @@
9644
9679
  }
9645
9680
  },
9646
9681
  "hasDynamicHelp": false,
9647
- "hidden": true,
9648
9682
  "hiddenAliases": [],
9649
- "id": "workflow:list",
9683
+ "id": "webhook:list",
9650
9684
  "pluginAlias": "eas-cli",
9651
9685
  "pluginName": "eas-cli",
9652
9686
  "pluginType": "core",
@@ -9700,25 +9734,47 @@
9700
9734
  "relativePath": [
9701
9735
  "build",
9702
9736
  "commands",
9703
- "workflow",
9737
+ "webhook",
9704
9738
  "list.js"
9705
9739
  ]
9706
9740
  },
9707
- "workflow:logs": {
9741
+ "webhook:update": {
9708
9742
  "aliases": [],
9709
- "args": {
9710
- "id": {
9711
- "description": "ID of the workflow run or workflow job to view logs for",
9712
- "name": "id"
9713
- }
9714
- },
9715
- "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
9743
+ "args": {},
9744
+ "description": "update a webhook",
9716
9745
  "flags": {
9717
- "json": {
9718
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9719
- "name": "json",
9720
- "allowNo": false,
9721
- "type": "boolean"
9746
+ "id": {
9747
+ "description": "Webhook ID",
9748
+ "name": "id",
9749
+ "required": true,
9750
+ "hasDynamicHelp": false,
9751
+ "multiple": false,
9752
+ "type": "option"
9753
+ },
9754
+ "event": {
9755
+ "description": "Event type that triggers the webhook",
9756
+ "name": "event",
9757
+ "hasDynamicHelp": false,
9758
+ "multiple": false,
9759
+ "options": [
9760
+ "BUILD",
9761
+ "SUBMIT"
9762
+ ],
9763
+ "type": "option"
9764
+ },
9765
+ "url": {
9766
+ "description": "Webhook URL",
9767
+ "name": "url",
9768
+ "hasDynamicHelp": false,
9769
+ "multiple": false,
9770
+ "type": "option"
9771
+ },
9772
+ "secret": {
9773
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
9774
+ "name": "secret",
9775
+ "hasDynamicHelp": false,
9776
+ "multiple": false,
9777
+ "type": "option"
9722
9778
  },
9723
9779
  "non-interactive": {
9724
9780
  "description": "Run the command in non-interactive mode.",
@@ -9726,17 +9782,81 @@
9726
9782
  "noCacheDefault": true,
9727
9783
  "allowNo": false,
9728
9784
  "type": "boolean"
9785
+ }
9786
+ },
9787
+ "hasDynamicHelp": false,
9788
+ "hiddenAliases": [],
9789
+ "id": "webhook:update",
9790
+ "pluginAlias": "eas-cli",
9791
+ "pluginName": "eas-cli",
9792
+ "pluginType": "core",
9793
+ "strict": true,
9794
+ "enableJsonFlag": false,
9795
+ "ContextOptions": {
9796
+ "LoggedIn": {
9797
+ "loggedIn": {}
9729
9798
  },
9730
- "all-steps": {
9731
- "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
9732
- "name": "all-steps",
9733
- "allowNo": false,
9734
- "type": "boolean"
9799
+ "MaybeLoggedIn": {
9800
+ "maybeLoggedIn": {}
9801
+ },
9802
+ "DynamicLoggedIn": {
9803
+ "getDynamicLoggedInAsync": {}
9804
+ },
9805
+ "SessionManagment": {
9806
+ "sessionManager": {}
9807
+ },
9808
+ "OptionalProjectConfig": {
9809
+ "optionalPrivateProjectConfig": {}
9810
+ },
9811
+ "ProjectDir": {
9812
+ "projectDir": {}
9813
+ },
9814
+ "DynamicProjectConfig": {
9815
+ "getDynamicPublicProjectConfigAsync": {},
9816
+ "getDynamicPrivateProjectConfigAsync": {}
9817
+ },
9818
+ "ProjectConfig": {
9819
+ "loggedIn": {},
9820
+ "privateProjectConfig": {}
9821
+ },
9822
+ "Analytics": {
9823
+ "analytics": {}
9824
+ },
9825
+ "Vcs": {
9826
+ "vcsClient": {}
9827
+ },
9828
+ "ServerSideEnvironmentVariables": {
9829
+ "getServerSideEnvironmentVariablesAsync": {}
9830
+ },
9831
+ "ProjectId": {
9832
+ "projectId": {}
9833
+ }
9834
+ },
9835
+ "contextDefinition": {
9836
+ "loggedIn": {}
9837
+ },
9838
+ "isESM": false,
9839
+ "relativePath": [
9840
+ "build",
9841
+ "commands",
9842
+ "webhook",
9843
+ "update.js"
9844
+ ]
9845
+ },
9846
+ "webhook:view": {
9847
+ "aliases": [],
9848
+ "args": {
9849
+ "ID": {
9850
+ "description": "ID of the webhook to view",
9851
+ "name": "ID",
9852
+ "required": true
9735
9853
  }
9736
9854
  },
9855
+ "description": "view a webhook",
9856
+ "flags": {},
9737
9857
  "hasDynamicHelp": false,
9738
9858
  "hiddenAliases": [],
9739
- "id": "workflow:logs",
9859
+ "id": "webhook:view",
9740
9860
  "pluginAlias": "eas-cli",
9741
9861
  "pluginName": "eas-cli",
9742
9862
  "pluginType": "core",
@@ -9783,27 +9903,20 @@
9783
9903
  }
9784
9904
  },
9785
9905
  "contextDefinition": {
9786
- "projectId": {},
9787
9906
  "loggedIn": {}
9788
9907
  },
9789
9908
  "isESM": false,
9790
9909
  "relativePath": [
9791
9910
  "build",
9792
9911
  "commands",
9793
- "workflow",
9794
- "logs.js"
9912
+ "webhook",
9913
+ "view.js"
9795
9914
  ]
9796
9915
  },
9797
- "workflow:run": {
9916
+ "workflow:cancel": {
9798
9917
  "aliases": [],
9799
- "args": {
9800
- "file": {
9801
- "description": "Path to the workflow file to run",
9802
- "name": "file",
9803
- "required": true
9804
- }
9805
- },
9806
- "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
9918
+ "args": {},
9919
+ "description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
9807
9920
  "flags": {
9808
9921
  "non-interactive": {
9809
9922
  "description": "Run the command in non-interactive mode.",
@@ -9811,49 +9924,15 @@
9811
9924
  "noCacheDefault": true,
9812
9925
  "allowNo": false,
9813
9926
  "type": "boolean"
9814
- },
9815
- "wait": {
9816
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
9817
- "name": "wait",
9818
- "summary": "Wait for workflow run to complete. Defaults to false.",
9819
- "allowNo": true,
9820
- "type": "boolean"
9821
- },
9822
- "input": {
9823
- "aliases": [
9824
- "f",
9825
- "field"
9826
- ],
9827
- "char": "F",
9828
- "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
9829
- "name": "input",
9830
- "summary": "Set workflow inputs",
9831
- "hasDynamicHelp": false,
9832
- "multiple": true,
9833
- "type": "option"
9834
- },
9835
- "ref": {
9836
- "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
9837
- "name": "ref",
9838
- "summary": "Git reference to run the workflow on",
9839
- "hasDynamicHelp": false,
9840
- "multiple": false,
9841
- "type": "option"
9842
- },
9843
- "json": {
9844
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9845
- "name": "json",
9846
- "allowNo": false,
9847
- "type": "boolean"
9848
9927
  }
9849
9928
  },
9850
9929
  "hasDynamicHelp": false,
9851
9930
  "hiddenAliases": [],
9852
- "id": "workflow:run",
9931
+ "id": "workflow:cancel",
9853
9932
  "pluginAlias": "eas-cli",
9854
9933
  "pluginName": "eas-cli",
9855
9934
  "pluginType": "core",
9856
- "strict": true,
9935
+ "strict": false,
9857
9936
  "enableJsonFlag": false,
9858
9937
  "ContextOptions": {
9859
9938
  "LoggedIn": {
@@ -9896,10 +9975,7 @@
9896
9975
  }
9897
9976
  },
9898
9977
  "contextDefinition": {
9899
- "getDynamicPublicProjectConfigAsync": {},
9900
- "getDynamicPrivateProjectConfigAsync": {},
9901
- "projectDir": {},
9902
- "vcsClient": {},
9978
+ "projectId": {},
9903
9979
  "loggedIn": {}
9904
9980
  },
9905
9981
  "isESM": false,
@@ -9907,55 +9983,30 @@
9907
9983
  "build",
9908
9984
  "commands",
9909
9985
  "workflow",
9910
- "run.js"
9986
+ "cancel.js"
9911
9987
  ]
9912
9988
  },
9913
- "workflow:runs": {
9989
+ "workflow:create": {
9914
9990
  "aliases": [],
9915
- "args": {},
9916
- "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
9991
+ "args": {
9992
+ "name": {
9993
+ "description": "Name of the workflow file (must end with .yml or .yaml)",
9994
+ "name": "name",
9995
+ "required": false
9996
+ }
9997
+ },
9998
+ "description": "create a new workflow configuration YAML file",
9917
9999
  "flags": {
9918
- "workflow": {
9919
- "description": "If present, the query will only return runs for the specified workflow file name",
9920
- "name": "workflow",
9921
- "required": false,
9922
- "hasDynamicHelp": false,
9923
- "multiple": false,
9924
- "type": "option"
9925
- },
9926
- "status": {
9927
- "description": "If present, filter the returned runs to select those with the specified status",
9928
- "name": "status",
9929
- "required": false,
9930
- "hasDynamicHelp": false,
9931
- "multiple": false,
9932
- "options": [
9933
- "ACTION_REQUIRED",
9934
- "CANCELED",
9935
- "FAILURE",
9936
- "IN_PROGRESS",
9937
- "NEW",
9938
- "SUCCESS"
9939
- ],
9940
- "type": "option"
9941
- },
9942
- "json": {
9943
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
9944
- "name": "json",
10000
+ "skip-validation": {
10001
+ "description": "If set, the workflow file will not be validated before being created",
10002
+ "name": "skip-validation",
9945
10003
  "allowNo": false,
9946
10004
  "type": "boolean"
9947
- },
9948
- "limit": {
9949
- "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
9950
- "name": "limit",
9951
- "hasDynamicHelp": false,
9952
- "multiple": false,
9953
- "type": "option"
9954
10005
  }
9955
10006
  },
9956
10007
  "hasDynamicHelp": false,
9957
10008
  "hiddenAliases": [],
9958
- "id": "workflow:runs",
10009
+ "id": "workflow:create",
9959
10010
  "pluginAlias": "eas-cli",
9960
10011
  "pluginName": "eas-cli",
9961
10012
  "pluginType": "core",
@@ -10002,7 +10053,9 @@
10002
10053
  }
10003
10054
  },
10004
10055
  "contextDefinition": {
10005
- "projectId": {},
10056
+ "getDynamicPublicProjectConfigAsync": {},
10057
+ "getDynamicPrivateProjectConfigAsync": {},
10058
+ "projectDir": {},
10006
10059
  "loggedIn": {}
10007
10060
  },
10008
10061
  "isESM": false,
@@ -10010,33 +10063,14 @@
10010
10063
  "build",
10011
10064
  "commands",
10012
10065
  "workflow",
10013
- "runs.js"
10066
+ "create.js"
10014
10067
  ]
10015
10068
  },
10016
- "workflow:status": {
10069
+ "workflow:list": {
10017
10070
  "aliases": [],
10018
- "args": {
10019
- "WORKFLOW_RUN_ID": {
10020
- "description": "A workflow run ID.",
10021
- "name": "WORKFLOW_RUN_ID"
10022
- }
10023
- },
10024
- "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10071
+ "args": {},
10072
+ "description": "List workflows for the current project",
10025
10073
  "flags": {
10026
- "non-interactive": {
10027
- "description": "Run the command in non-interactive mode.",
10028
- "name": "non-interactive",
10029
- "noCacheDefault": true,
10030
- "allowNo": false,
10031
- "type": "boolean"
10032
- },
10033
- "wait": {
10034
- "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10035
- "name": "wait",
10036
- "summary": "Wait for workflow run to complete. Defaults to false.",
10037
- "allowNo": true,
10038
- "type": "boolean"
10039
- },
10040
10074
  "json": {
10041
10075
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10042
10076
  "name": "json",
@@ -10045,8 +10079,9 @@
10045
10079
  }
10046
10080
  },
10047
10081
  "hasDynamicHelp": false,
10082
+ "hidden": true,
10048
10083
  "hiddenAliases": [],
10049
- "id": "workflow:status",
10084
+ "id": "workflow:list",
10050
10085
  "pluginAlias": "eas-cli",
10051
10086
  "pluginName": "eas-cli",
10052
10087
  "pluginType": "core",
@@ -10093,10 +10128,7 @@
10093
10128
  }
10094
10129
  },
10095
10130
  "contextDefinition": {
10096
- "getDynamicPublicProjectConfigAsync": {},
10097
- "getDynamicPrivateProjectConfigAsync": {},
10098
- "projectDir": {},
10099
- "vcsClient": {},
10131
+ "projectId": {},
10100
10132
  "loggedIn": {}
10101
10133
  },
10102
10134
  "isESM": false,
@@ -10104,31 +10136,42 @@
10104
10136
  "build",
10105
10137
  "commands",
10106
10138
  "workflow",
10107
- "status.js"
10139
+ "list.js"
10108
10140
  ]
10109
10141
  },
10110
- "workflow:validate": {
10142
+ "workflow:logs": {
10111
10143
  "aliases": [],
10112
10144
  "args": {
10113
- "path": {
10114
- "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10115
- "name": "path",
10116
- "required": true
10145
+ "id": {
10146
+ "description": "ID of the workflow run or workflow job to view logs for",
10147
+ "name": "id"
10117
10148
  }
10118
10149
  },
10119
- "description": "validate a workflow configuration yaml file",
10150
+ "description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
10120
10151
  "flags": {
10152
+ "json": {
10153
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10154
+ "name": "json",
10155
+ "allowNo": false,
10156
+ "type": "boolean"
10157
+ },
10121
10158
  "non-interactive": {
10122
10159
  "description": "Run the command in non-interactive mode.",
10123
10160
  "name": "non-interactive",
10124
10161
  "noCacheDefault": true,
10125
10162
  "allowNo": false,
10126
10163
  "type": "boolean"
10164
+ },
10165
+ "all-steps": {
10166
+ "description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
10167
+ "name": "all-steps",
10168
+ "allowNo": false,
10169
+ "type": "boolean"
10127
10170
  }
10128
10171
  },
10129
10172
  "hasDynamicHelp": false,
10130
10173
  "hiddenAliases": [],
10131
- "id": "workflow:validate",
10174
+ "id": "workflow:logs",
10132
10175
  "pluginAlias": "eas-cli",
10133
10176
  "pluginName": "eas-cli",
10134
10177
  "pluginType": "core",
@@ -10175,9 +10218,6 @@
10175
10218
  }
10176
10219
  },
10177
10220
  "contextDefinition": {
10178
- "getDynamicPublicProjectConfigAsync": {},
10179
- "getDynamicPrivateProjectConfigAsync": {},
10180
- "projectDir": {},
10181
10221
  "projectId": {},
10182
10222
  "loggedIn": {}
10183
10223
  },
@@ -10186,36 +10226,65 @@
10186
10226
  "build",
10187
10227
  "commands",
10188
10228
  "workflow",
10189
- "validate.js"
10229
+ "logs.js"
10190
10230
  ]
10191
10231
  },
10192
- "workflow:view": {
10232
+ "workflow:run": {
10193
10233
  "aliases": [],
10194
10234
  "args": {
10195
- "id": {
10196
- "description": "ID of the workflow run to view",
10197
- "name": "id"
10235
+ "file": {
10236
+ "description": "Path to the workflow file to run",
10237
+ "name": "file",
10238
+ "required": true
10198
10239
  }
10199
10240
  },
10200
- "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10241
+ "description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
10201
10242
  "flags": {
10202
- "json": {
10203
- "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10204
- "name": "json",
10205
- "allowNo": false,
10206
- "type": "boolean"
10207
- },
10208
10243
  "non-interactive": {
10209
10244
  "description": "Run the command in non-interactive mode.",
10210
10245
  "name": "non-interactive",
10211
10246
  "noCacheDefault": true,
10212
10247
  "allowNo": false,
10213
10248
  "type": "boolean"
10249
+ },
10250
+ "wait": {
10251
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10252
+ "name": "wait",
10253
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10254
+ "allowNo": true,
10255
+ "type": "boolean"
10256
+ },
10257
+ "input": {
10258
+ "aliases": [
10259
+ "f",
10260
+ "field"
10261
+ ],
10262
+ "char": "F",
10263
+ "description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
10264
+ "name": "input",
10265
+ "summary": "Set workflow inputs",
10266
+ "hasDynamicHelp": false,
10267
+ "multiple": true,
10268
+ "type": "option"
10269
+ },
10270
+ "ref": {
10271
+ "description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
10272
+ "name": "ref",
10273
+ "summary": "Git reference to run the workflow on",
10274
+ "hasDynamicHelp": false,
10275
+ "multiple": false,
10276
+ "type": "option"
10277
+ },
10278
+ "json": {
10279
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10280
+ "name": "json",
10281
+ "allowNo": false,
10282
+ "type": "boolean"
10214
10283
  }
10215
10284
  },
10216
10285
  "hasDynamicHelp": false,
10217
10286
  "hiddenAliases": [],
10218
- "id": "workflow:view",
10287
+ "id": "workflow:run",
10219
10288
  "pluginAlias": "eas-cli",
10220
10289
  "pluginName": "eas-cli",
10221
10290
  "pluginType": "core",
@@ -10262,7 +10331,10 @@
10262
10331
  }
10263
10332
  },
10264
10333
  "contextDefinition": {
10265
- "projectId": {},
10334
+ "getDynamicPublicProjectConfigAsync": {},
10335
+ "getDynamicPrivateProjectConfigAsync": {},
10336
+ "projectDir": {},
10337
+ "vcsClient": {},
10266
10338
  "loggedIn": {}
10267
10339
  },
10268
10340
  "isESM": false,
@@ -10270,50 +10342,55 @@
10270
10342
  "build",
10271
10343
  "commands",
10272
10344
  "workflow",
10273
- "view.js"
10345
+ "run.js"
10274
10346
  ]
10275
10347
  },
10276
- "webhook:create": {
10348
+ "workflow:runs": {
10277
10349
  "aliases": [],
10278
10350
  "args": {},
10279
- "description": "create a webhook",
10351
+ "description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
10280
10352
  "flags": {
10281
- "event": {
10282
- "description": "Event type that triggers the webhook",
10283
- "name": "event",
10353
+ "workflow": {
10354
+ "description": "If present, the query will only return runs for the specified workflow file name",
10355
+ "name": "workflow",
10356
+ "required": false,
10284
10357
  "hasDynamicHelp": false,
10285
10358
  "multiple": false,
10286
- "options": [
10287
- "BUILD",
10288
- "SUBMIT"
10289
- ],
10290
10359
  "type": "option"
10291
10360
  },
10292
- "url": {
10293
- "description": "Webhook URL",
10294
- "name": "url",
10361
+ "status": {
10362
+ "description": "If present, filter the returned runs to select those with the specified status",
10363
+ "name": "status",
10364
+ "required": false,
10295
10365
  "hasDynamicHelp": false,
10296
10366
  "multiple": false,
10367
+ "options": [
10368
+ "ACTION_REQUIRED",
10369
+ "CANCELED",
10370
+ "FAILURE",
10371
+ "IN_PROGRESS",
10372
+ "NEW",
10373
+ "SUCCESS"
10374
+ ],
10297
10375
  "type": "option"
10298
10376
  },
10299
- "secret": {
10300
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10301
- "name": "secret",
10377
+ "json": {
10378
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10379
+ "name": "json",
10380
+ "allowNo": false,
10381
+ "type": "boolean"
10382
+ },
10383
+ "limit": {
10384
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
10385
+ "name": "limit",
10302
10386
  "hasDynamicHelp": false,
10303
10387
  "multiple": false,
10304
10388
  "type": "option"
10305
- },
10306
- "non-interactive": {
10307
- "description": "Run the command in non-interactive mode.",
10308
- "name": "non-interactive",
10309
- "noCacheDefault": true,
10310
- "allowNo": false,
10311
- "type": "boolean"
10312
10389
  }
10313
10390
  },
10314
10391
  "hasDynamicHelp": false,
10315
10392
  "hiddenAliases": [],
10316
- "id": "webhook:create",
10393
+ "id": "workflow:runs",
10317
10394
  "pluginAlias": "eas-cli",
10318
10395
  "pluginName": "eas-cli",
10319
10396
  "pluginType": "core",
@@ -10367,20 +10444,19 @@
10367
10444
  "relativePath": [
10368
10445
  "build",
10369
10446
  "commands",
10370
- "webhook",
10371
- "create.js"
10447
+ "workflow",
10448
+ "runs.js"
10372
10449
  ]
10373
10450
  },
10374
- "webhook:delete": {
10451
+ "workflow:status": {
10375
10452
  "aliases": [],
10376
10453
  "args": {
10377
- "ID": {
10378
- "description": "ID of the webhook to delete",
10379
- "name": "ID",
10380
- "required": false
10454
+ "WORKFLOW_RUN_ID": {
10455
+ "description": "A workflow run ID.",
10456
+ "name": "WORKFLOW_RUN_ID"
10381
10457
  }
10382
10458
  },
10383
- "description": "delete a webhook",
10459
+ "description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10384
10460
  "flags": {
10385
10461
  "non-interactive": {
10386
10462
  "description": "Run the command in non-interactive mode.",
@@ -10388,83 +10464,13 @@
10388
10464
  "noCacheDefault": true,
10389
10465
  "allowNo": false,
10390
10466
  "type": "boolean"
10391
- }
10392
- },
10393
- "hasDynamicHelp": false,
10394
- "hiddenAliases": [],
10395
- "id": "webhook:delete",
10396
- "pluginAlias": "eas-cli",
10397
- "pluginName": "eas-cli",
10398
- "pluginType": "core",
10399
- "strict": true,
10400
- "enableJsonFlag": false,
10401
- "ContextOptions": {
10402
- "LoggedIn": {
10403
- "loggedIn": {}
10404
- },
10405
- "MaybeLoggedIn": {
10406
- "maybeLoggedIn": {}
10407
- },
10408
- "DynamicLoggedIn": {
10409
- "getDynamicLoggedInAsync": {}
10410
- },
10411
- "SessionManagment": {
10412
- "sessionManager": {}
10413
- },
10414
- "OptionalProjectConfig": {
10415
- "optionalPrivateProjectConfig": {}
10416
- },
10417
- "ProjectDir": {
10418
- "projectDir": {}
10419
- },
10420
- "DynamicProjectConfig": {
10421
- "getDynamicPublicProjectConfigAsync": {},
10422
- "getDynamicPrivateProjectConfigAsync": {}
10423
- },
10424
- "ProjectConfig": {
10425
- "loggedIn": {},
10426
- "privateProjectConfig": {}
10427
10467
  },
10428
- "Analytics": {
10429
- "analytics": {}
10430
- },
10431
- "Vcs": {
10432
- "vcsClient": {}
10433
- },
10434
- "ServerSideEnvironmentVariables": {
10435
- "getServerSideEnvironmentVariablesAsync": {}
10436
- },
10437
- "ProjectId": {
10438
- "projectId": {}
10439
- }
10440
- },
10441
- "contextDefinition": {
10442
- "projectId": {},
10443
- "loggedIn": {}
10444
- },
10445
- "isESM": false,
10446
- "relativePath": [
10447
- "build",
10448
- "commands",
10449
- "webhook",
10450
- "delete.js"
10451
- ]
10452
- },
10453
- "webhook:list": {
10454
- "aliases": [],
10455
- "args": {},
10456
- "description": "list webhooks",
10457
- "flags": {
10458
- "event": {
10459
- "description": "Event type that triggers the webhook",
10460
- "name": "event",
10461
- "hasDynamicHelp": false,
10462
- "multiple": false,
10463
- "options": [
10464
- "BUILD",
10465
- "SUBMIT"
10466
- ],
10467
- "type": "option"
10468
+ "wait": {
10469
+ "description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
10470
+ "name": "wait",
10471
+ "summary": "Wait for workflow run to complete. Defaults to false.",
10472
+ "allowNo": true,
10473
+ "type": "boolean"
10468
10474
  },
10469
10475
  "json": {
10470
10476
  "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
@@ -10475,7 +10481,7 @@
10475
10481
  },
10476
10482
  "hasDynamicHelp": false,
10477
10483
  "hiddenAliases": [],
10478
- "id": "webhook:list",
10484
+ "id": "workflow:status",
10479
10485
  "pluginAlias": "eas-cli",
10480
10486
  "pluginName": "eas-cli",
10481
10487
  "pluginType": "core",
@@ -10522,55 +10528,31 @@
10522
10528
  }
10523
10529
  },
10524
10530
  "contextDefinition": {
10525
- "projectId": {},
10531
+ "getDynamicPublicProjectConfigAsync": {},
10532
+ "getDynamicPrivateProjectConfigAsync": {},
10533
+ "projectDir": {},
10534
+ "vcsClient": {},
10526
10535
  "loggedIn": {}
10527
10536
  },
10528
10537
  "isESM": false,
10529
10538
  "relativePath": [
10530
10539
  "build",
10531
10540
  "commands",
10532
- "webhook",
10533
- "list.js"
10541
+ "workflow",
10542
+ "status.js"
10534
10543
  ]
10535
10544
  },
10536
- "webhook:update": {
10545
+ "workflow:validate": {
10537
10546
  "aliases": [],
10538
- "args": {},
10539
- "description": "update a webhook",
10547
+ "args": {
10548
+ "path": {
10549
+ "description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
10550
+ "name": "path",
10551
+ "required": true
10552
+ }
10553
+ },
10554
+ "description": "validate a workflow configuration yaml file",
10540
10555
  "flags": {
10541
- "id": {
10542
- "description": "Webhook ID",
10543
- "name": "id",
10544
- "required": true,
10545
- "hasDynamicHelp": false,
10546
- "multiple": false,
10547
- "type": "option"
10548
- },
10549
- "event": {
10550
- "description": "Event type that triggers the webhook",
10551
- "name": "event",
10552
- "hasDynamicHelp": false,
10553
- "multiple": false,
10554
- "options": [
10555
- "BUILD",
10556
- "SUBMIT"
10557
- ],
10558
- "type": "option"
10559
- },
10560
- "url": {
10561
- "description": "Webhook URL",
10562
- "name": "url",
10563
- "hasDynamicHelp": false,
10564
- "multiple": false,
10565
- "type": "option"
10566
- },
10567
- "secret": {
10568
- "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
10569
- "name": "secret",
10570
- "hasDynamicHelp": false,
10571
- "multiple": false,
10572
- "type": "option"
10573
- },
10574
10556
  "non-interactive": {
10575
10557
  "description": "Run the command in non-interactive mode.",
10576
10558
  "name": "non-interactive",
@@ -10581,7 +10563,7 @@
10581
10563
  },
10582
10564
  "hasDynamicHelp": false,
10583
10565
  "hiddenAliases": [],
10584
- "id": "webhook:update",
10566
+ "id": "workflow:validate",
10585
10567
  "pluginAlias": "eas-cli",
10586
10568
  "pluginName": "eas-cli",
10587
10569
  "pluginType": "core",
@@ -10628,30 +10610,47 @@
10628
10610
  }
10629
10611
  },
10630
10612
  "contextDefinition": {
10613
+ "getDynamicPublicProjectConfigAsync": {},
10614
+ "getDynamicPrivateProjectConfigAsync": {},
10615
+ "projectDir": {},
10616
+ "projectId": {},
10631
10617
  "loggedIn": {}
10632
10618
  },
10633
10619
  "isESM": false,
10634
10620
  "relativePath": [
10635
10621
  "build",
10636
10622
  "commands",
10637
- "webhook",
10638
- "update.js"
10623
+ "workflow",
10624
+ "validate.js"
10639
10625
  ]
10640
10626
  },
10641
- "webhook:view": {
10627
+ "workflow:view": {
10642
10628
  "aliases": [],
10643
10629
  "args": {
10644
- "ID": {
10645
- "description": "ID of the webhook to view",
10646
- "name": "ID",
10647
- "required": true
10630
+ "id": {
10631
+ "description": "ID of the workflow run to view",
10632
+ "name": "id"
10633
+ }
10634
+ },
10635
+ "description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
10636
+ "flags": {
10637
+ "json": {
10638
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
10639
+ "name": "json",
10640
+ "allowNo": false,
10641
+ "type": "boolean"
10642
+ },
10643
+ "non-interactive": {
10644
+ "description": "Run the command in non-interactive mode.",
10645
+ "name": "non-interactive",
10646
+ "noCacheDefault": true,
10647
+ "allowNo": false,
10648
+ "type": "boolean"
10648
10649
  }
10649
10650
  },
10650
- "description": "view a webhook",
10651
- "flags": {},
10652
10651
  "hasDynamicHelp": false,
10653
10652
  "hiddenAliases": [],
10654
- "id": "webhook:view",
10653
+ "id": "workflow:view",
10655
10654
  "pluginAlias": "eas-cli",
10656
10655
  "pluginName": "eas-cli",
10657
10656
  "pluginType": "core",
@@ -10698,13 +10697,14 @@
10698
10697
  }
10699
10698
  },
10700
10699
  "contextDefinition": {
10700
+ "projectId": {},
10701
10701
  "loggedIn": {}
10702
10702
  },
10703
10703
  "isESM": false,
10704
10704
  "relativePath": [
10705
10705
  "build",
10706
10706
  "commands",
10707
- "webhook",
10707
+ "workflow",
10708
10708
  "view.js"
10709
10709
  ]
10710
10710
  },
@@ -12014,5 +12014,5 @@
12014
12014
  ]
12015
12015
  }
12016
12016
  },
12017
- "version": "18.13.0"
12017
+ "version": "18.13.1"
12018
12018
  }