eas-cli 20.3.0 → 20.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +136 -113
- package/build/commandUtils/new/templates/AGENTS.md +25 -146
- package/build/commandUtils/new/templates/CLAUDE.md +1 -9
- package/build/commands/observe/session.d.ts +18 -0
- package/build/commands/observe/session.js +65 -0
- package/build/graphql/generated.d.ts +51 -74
- package/build/graphql/generated.js +1 -1
- package/build/graphql/types/Observe.js +1 -0
- package/build/observe/fetchCustomEvents.d.ts +2 -2
- package/build/observe/fetchCustomEvents.js +2 -2
- package/build/observe/fetchEvents.d.ts +4 -3
- package/build/observe/fetchEvents.js +4 -3
- package/build/observe/fetchSessions.d.ts +51 -0
- package/build/observe/fetchSessions.js +86 -0
- package/build/observe/formatEvents.d.ts +1 -0
- package/build/observe/formatEvents.js +1 -0
- package/build/observe/formatSessions.d.ts +15 -0
- package/build/observe/formatSessions.js +100 -0
- package/build/update/getBranchFromChannelNameAndCreateAndLinkIfNotExistsAsync.js +23 -26
- package/oclif.manifest.json +1438 -1343
- package/package.json +4 -3
package/oclif.manifest.json
CHANGED
|
@@ -1591,48 +1591,34 @@
|
|
|
1591
1591
|
"view.js"
|
|
1592
1592
|
]
|
|
1593
1593
|
},
|
|
1594
|
-
"
|
|
1594
|
+
"channel:create": {
|
|
1595
1595
|
"aliases": [],
|
|
1596
1596
|
"args": {
|
|
1597
|
-
"
|
|
1598
|
-
"
|
|
1597
|
+
"name": {
|
|
1598
|
+
"description": "Name of the channel to create",
|
|
1599
|
+
"name": "name",
|
|
1600
|
+
"required": false
|
|
1599
1601
|
}
|
|
1600
1602
|
},
|
|
1601
|
-
"description": "
|
|
1603
|
+
"description": "create a channel",
|
|
1602
1604
|
"flags": {
|
|
1605
|
+
"json": {
|
|
1606
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1607
|
+
"name": "json",
|
|
1608
|
+
"allowNo": false,
|
|
1609
|
+
"type": "boolean"
|
|
1610
|
+
},
|
|
1603
1611
|
"non-interactive": {
|
|
1604
1612
|
"description": "Run the command in non-interactive mode.",
|
|
1605
1613
|
"name": "non-interactive",
|
|
1606
1614
|
"noCacheDefault": true,
|
|
1607
1615
|
"allowNo": false,
|
|
1608
1616
|
"type": "boolean"
|
|
1609
|
-
},
|
|
1610
|
-
"platform": {
|
|
1611
|
-
"char": "p",
|
|
1612
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1613
|
-
"name": "platform",
|
|
1614
|
-
"hasDynamicHelp": false,
|
|
1615
|
-
"multiple": false,
|
|
1616
|
-
"options": [
|
|
1617
|
-
"android",
|
|
1618
|
-
"ios",
|
|
1619
|
-
"all"
|
|
1620
|
-
],
|
|
1621
|
-
"type": "option"
|
|
1622
|
-
},
|
|
1623
|
-
"profile": {
|
|
1624
|
-
"char": "e",
|
|
1625
|
-
"description": "Filter builds by build profile if build ID is not provided",
|
|
1626
|
-
"name": "profile",
|
|
1627
|
-
"hasDynamicHelp": false,
|
|
1628
|
-
"helpValue": "PROFILE_NAME",
|
|
1629
|
-
"multiple": false,
|
|
1630
|
-
"type": "option"
|
|
1631
1617
|
}
|
|
1632
1618
|
},
|
|
1633
1619
|
"hasDynamicHelp": false,
|
|
1634
1620
|
"hiddenAliases": [],
|
|
1635
|
-
"id": "
|
|
1621
|
+
"id": "channel:create",
|
|
1636
1622
|
"pluginAlias": "eas-cli",
|
|
1637
1623
|
"pluginName": "eas-cli",
|
|
1638
1624
|
"pluginType": "core",
|
|
@@ -1680,39 +1666,44 @@
|
|
|
1680
1666
|
},
|
|
1681
1667
|
"contextDefinition": {
|
|
1682
1668
|
"projectId": {},
|
|
1683
|
-
"loggedIn": {}
|
|
1684
|
-
"vcsClient": {}
|
|
1669
|
+
"loggedIn": {}
|
|
1685
1670
|
},
|
|
1686
1671
|
"isESM": false,
|
|
1687
1672
|
"relativePath": [
|
|
1688
1673
|
"build",
|
|
1689
1674
|
"commands",
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1675
|
+
"channel",
|
|
1676
|
+
"create.js"
|
|
1692
1677
|
]
|
|
1693
1678
|
},
|
|
1694
|
-
"
|
|
1679
|
+
"channel:delete": {
|
|
1695
1680
|
"aliases": [],
|
|
1696
|
-
"args": {
|
|
1697
|
-
|
|
1681
|
+
"args": {
|
|
1682
|
+
"name": {
|
|
1683
|
+
"description": "Name of the channel to delete",
|
|
1684
|
+
"name": "name",
|
|
1685
|
+
"required": false
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"description": "Delete a channel",
|
|
1698
1689
|
"flags": {
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
"type": "
|
|
1690
|
+
"json": {
|
|
1691
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1692
|
+
"name": "json",
|
|
1693
|
+
"allowNo": false,
|
|
1694
|
+
"type": "boolean"
|
|
1695
|
+
},
|
|
1696
|
+
"non-interactive": {
|
|
1697
|
+
"description": "Run the command in non-interactive mode.",
|
|
1698
|
+
"name": "non-interactive",
|
|
1699
|
+
"noCacheDefault": true,
|
|
1700
|
+
"allowNo": false,
|
|
1701
|
+
"type": "boolean"
|
|
1711
1702
|
}
|
|
1712
1703
|
},
|
|
1713
1704
|
"hasDynamicHelp": false,
|
|
1714
1705
|
"hiddenAliases": [],
|
|
1715
|
-
"id": "
|
|
1706
|
+
"id": "channel:delete",
|
|
1716
1707
|
"pluginAlias": "eas-cli",
|
|
1717
1708
|
"pluginName": "eas-cli",
|
|
1718
1709
|
"pluginType": "core",
|
|
@@ -1759,60 +1750,52 @@
|
|
|
1759
1750
|
}
|
|
1760
1751
|
},
|
|
1761
1752
|
"contextDefinition": {
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1764
|
-
"vcsClient": {}
|
|
1753
|
+
"projectId": {},
|
|
1754
|
+
"loggedIn": {}
|
|
1765
1755
|
},
|
|
1766
1756
|
"isESM": false,
|
|
1767
1757
|
"relativePath": [
|
|
1768
1758
|
"build",
|
|
1769
1759
|
"commands",
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1760
|
+
"channel",
|
|
1761
|
+
"delete.js"
|
|
1772
1762
|
]
|
|
1773
1763
|
},
|
|
1774
|
-
"
|
|
1764
|
+
"channel:edit": {
|
|
1775
1765
|
"aliases": [],
|
|
1776
1766
|
"args": {
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1767
|
+
"name": {
|
|
1768
|
+
"description": "Name of the channel to edit",
|
|
1769
|
+
"name": "name",
|
|
1770
|
+
"required": false
|
|
1779
1771
|
}
|
|
1780
1772
|
},
|
|
1781
|
-
"description": "
|
|
1773
|
+
"description": "point a channel at a new branch",
|
|
1782
1774
|
"flags": {
|
|
1775
|
+
"branch": {
|
|
1776
|
+
"description": "Name of the branch to point to",
|
|
1777
|
+
"name": "branch",
|
|
1778
|
+
"hasDynamicHelp": false,
|
|
1779
|
+
"multiple": false,
|
|
1780
|
+
"type": "option"
|
|
1781
|
+
},
|
|
1782
|
+
"json": {
|
|
1783
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1784
|
+
"name": "json",
|
|
1785
|
+
"allowNo": false,
|
|
1786
|
+
"type": "boolean"
|
|
1787
|
+
},
|
|
1783
1788
|
"non-interactive": {
|
|
1784
1789
|
"description": "Run the command in non-interactive mode.",
|
|
1785
1790
|
"name": "non-interactive",
|
|
1786
1791
|
"noCacheDefault": true,
|
|
1787
1792
|
"allowNo": false,
|
|
1788
1793
|
"type": "boolean"
|
|
1789
|
-
},
|
|
1790
|
-
"platform": {
|
|
1791
|
-
"char": "p",
|
|
1792
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1793
|
-
"name": "platform",
|
|
1794
|
-
"hasDynamicHelp": false,
|
|
1795
|
-
"multiple": false,
|
|
1796
|
-
"options": [
|
|
1797
|
-
"android",
|
|
1798
|
-
"ios",
|
|
1799
|
-
"all"
|
|
1800
|
-
],
|
|
1801
|
-
"type": "option"
|
|
1802
|
-
},
|
|
1803
|
-
"profile": {
|
|
1804
|
-
"char": "e",
|
|
1805
|
-
"description": "Filter builds by build profile if build ID is not provided",
|
|
1806
|
-
"name": "profile",
|
|
1807
|
-
"hasDynamicHelp": false,
|
|
1808
|
-
"helpValue": "PROFILE_NAME",
|
|
1809
|
-
"multiple": false,
|
|
1810
|
-
"type": "option"
|
|
1811
1794
|
}
|
|
1812
1795
|
},
|
|
1813
1796
|
"hasDynamicHelp": false,
|
|
1814
1797
|
"hiddenAliases": [],
|
|
1815
|
-
"id": "
|
|
1798
|
+
"id": "channel:edit",
|
|
1816
1799
|
"pluginAlias": "eas-cli",
|
|
1817
1800
|
"pluginName": "eas-cli",
|
|
1818
1801
|
"pluginType": "core",
|
|
@@ -1860,65 +1843,85 @@
|
|
|
1860
1843
|
},
|
|
1861
1844
|
"contextDefinition": {
|
|
1862
1845
|
"projectId": {},
|
|
1863
|
-
"loggedIn": {}
|
|
1864
|
-
"vcsClient": {}
|
|
1846
|
+
"loggedIn": {}
|
|
1865
1847
|
},
|
|
1866
1848
|
"isESM": false,
|
|
1867
1849
|
"relativePath": [
|
|
1868
1850
|
"build",
|
|
1869
1851
|
"commands",
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
1852
|
+
"channel",
|
|
1853
|
+
"edit.js"
|
|
1872
1854
|
]
|
|
1873
1855
|
},
|
|
1874
|
-
"
|
|
1856
|
+
"channel:insights": {
|
|
1875
1857
|
"aliases": [],
|
|
1876
1858
|
"args": {},
|
|
1877
|
-
"description": "
|
|
1859
|
+
"description": "display adoption, crash, and unique-user insights for a channel + runtime version",
|
|
1878
1860
|
"flags": {
|
|
1879
|
-
"
|
|
1880
|
-
"
|
|
1881
|
-
"name": "
|
|
1861
|
+
"channel": {
|
|
1862
|
+
"description": "Name of the channel.",
|
|
1863
|
+
"name": "channel",
|
|
1864
|
+
"required": true,
|
|
1882
1865
|
"hasDynamicHelp": false,
|
|
1883
1866
|
"multiple": false,
|
|
1884
|
-
"
|
|
1885
|
-
|
|
1886
|
-
|
|
1867
|
+
"type": "option"
|
|
1868
|
+
},
|
|
1869
|
+
"runtime-version": {
|
|
1870
|
+
"description": "Runtime version to query insights for.",
|
|
1871
|
+
"name": "runtime-version",
|
|
1872
|
+
"required": true,
|
|
1873
|
+
"hasDynamicHelp": false,
|
|
1874
|
+
"multiple": false,
|
|
1875
|
+
"type": "option"
|
|
1876
|
+
},
|
|
1877
|
+
"days": {
|
|
1878
|
+
"description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
|
|
1879
|
+
"exclusive": [
|
|
1880
|
+
"start",
|
|
1881
|
+
"end"
|
|
1887
1882
|
],
|
|
1883
|
+
"name": "days",
|
|
1884
|
+
"hasDynamicHelp": false,
|
|
1885
|
+
"multiple": false,
|
|
1888
1886
|
"type": "option"
|
|
1889
1887
|
},
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
|
|
1888
|
+
"start": {
|
|
1889
|
+
"description": "Start of insights time range (ISO date).",
|
|
1890
|
+
"exclusive": [
|
|
1891
|
+
"days"
|
|
1892
|
+
],
|
|
1893
|
+
"name": "start",
|
|
1894
1894
|
"hasDynamicHelp": false,
|
|
1895
|
-
"helpValue": "PROFILE_NAME",
|
|
1896
1895
|
"multiple": false,
|
|
1897
1896
|
"type": "option"
|
|
1898
1897
|
},
|
|
1899
|
-
"
|
|
1900
|
-
"description": "
|
|
1901
|
-
"
|
|
1898
|
+
"end": {
|
|
1899
|
+
"description": "End of insights time range (ISO date).",
|
|
1900
|
+
"exclusive": [
|
|
1901
|
+
"days"
|
|
1902
|
+
],
|
|
1903
|
+
"name": "end",
|
|
1904
|
+
"hasDynamicHelp": false,
|
|
1905
|
+
"multiple": false,
|
|
1906
|
+
"type": "option"
|
|
1907
|
+
},
|
|
1908
|
+
"json": {
|
|
1909
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1910
|
+
"name": "json",
|
|
1902
1911
|
"allowNo": false,
|
|
1903
1912
|
"type": "boolean"
|
|
1904
1913
|
},
|
|
1905
|
-
"
|
|
1906
|
-
"description": "
|
|
1907
|
-
"name": "
|
|
1914
|
+
"non-interactive": {
|
|
1915
|
+
"description": "Run the command in non-interactive mode.",
|
|
1916
|
+
"name": "non-interactive",
|
|
1917
|
+
"noCacheDefault": true,
|
|
1908
1918
|
"allowNo": false,
|
|
1909
1919
|
"type": "boolean"
|
|
1910
|
-
},
|
|
1911
|
-
"simulator": {
|
|
1912
|
-
"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.",
|
|
1913
|
-
"name": "simulator",
|
|
1914
|
-
"hasDynamicHelp": false,
|
|
1915
|
-
"multiple": false,
|
|
1916
|
-
"type": "option"
|
|
1917
1920
|
}
|
|
1918
1921
|
},
|
|
1919
1922
|
"hasDynamicHelp": false,
|
|
1920
1923
|
"hiddenAliases": [],
|
|
1921
|
-
"id": "
|
|
1924
|
+
"id": "channel:insights",
|
|
1922
1925
|
"pluginAlias": "eas-cli",
|
|
1923
1926
|
"pluginName": "eas-cli",
|
|
1924
1927
|
"pluginType": "core",
|
|
@@ -1965,81 +1968,36 @@
|
|
|
1965
1968
|
}
|
|
1966
1969
|
},
|
|
1967
1970
|
"contextDefinition": {
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1970
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
1971
|
-
"projectDir": {},
|
|
1972
|
-
"vcsClient": {},
|
|
1973
|
-
"analytics": {},
|
|
1974
|
-
"projectId": {}
|
|
1971
|
+
"projectId": {},
|
|
1972
|
+
"loggedIn": {}
|
|
1975
1973
|
},
|
|
1976
1974
|
"isESM": false,
|
|
1977
1975
|
"relativePath": [
|
|
1978
1976
|
"build",
|
|
1979
1977
|
"commands",
|
|
1980
|
-
"
|
|
1981
|
-
"
|
|
1978
|
+
"channel",
|
|
1979
|
+
"insights.js"
|
|
1982
1980
|
]
|
|
1983
1981
|
},
|
|
1984
|
-
"
|
|
1982
|
+
"channel:list": {
|
|
1985
1983
|
"aliases": [],
|
|
1986
1984
|
"args": {},
|
|
1987
|
-
"description": "
|
|
1985
|
+
"description": "list all channels",
|
|
1988
1986
|
"flags": {
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1991
|
-
|
|
1992
|
-
],
|
|
1993
|
-
"description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
|
|
1994
|
-
"exclusive": [
|
|
1995
|
-
"fingerprint",
|
|
1996
|
-
"platform",
|
|
1997
|
-
"dev-client"
|
|
1998
|
-
],
|
|
1999
|
-
"name": "build-id",
|
|
1987
|
+
"offset": {
|
|
1988
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
1989
|
+
"name": "offset",
|
|
2000
1990
|
"hasDynamicHelp": false,
|
|
2001
1991
|
"multiple": false,
|
|
2002
1992
|
"type": "option"
|
|
2003
1993
|
},
|
|
2004
|
-
"
|
|
2005
|
-
"description": "
|
|
2006
|
-
"
|
|
2007
|
-
"build-id"
|
|
2008
|
-
],
|
|
2009
|
-
"name": "fingerprint",
|
|
2010
|
-
"hasDynamicHelp": false,
|
|
2011
|
-
"multiple": false,
|
|
2012
|
-
"type": "option"
|
|
2013
|
-
},
|
|
2014
|
-
"platform": {
|
|
2015
|
-
"char": "p",
|
|
2016
|
-
"exclusive": [
|
|
2017
|
-
"build-id"
|
|
2018
|
-
],
|
|
2019
|
-
"name": "platform",
|
|
1994
|
+
"limit": {
|
|
1995
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
|
|
1996
|
+
"name": "limit",
|
|
2020
1997
|
"hasDynamicHelp": false,
|
|
2021
1998
|
"multiple": false,
|
|
2022
|
-
"options": [
|
|
2023
|
-
"ios",
|
|
2024
|
-
"android"
|
|
2025
|
-
],
|
|
2026
1999
|
"type": "option"
|
|
2027
2000
|
},
|
|
2028
|
-
"dev-client": {
|
|
2029
|
-
"description": "Filter only dev-client builds.",
|
|
2030
|
-
"exclusive": [
|
|
2031
|
-
"build-id"
|
|
2032
|
-
],
|
|
2033
|
-
"name": "dev-client",
|
|
2034
|
-
"allowNo": true,
|
|
2035
|
-
"type": "boolean"
|
|
2036
|
-
},
|
|
2037
|
-
"all-artifacts": {
|
|
2038
|
-
"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.",
|
|
2039
|
-
"name": "all-artifacts",
|
|
2040
|
-
"allowNo": false,
|
|
2041
|
-
"type": "boolean"
|
|
2042
|
-
},
|
|
2043
2001
|
"json": {
|
|
2044
2002
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2045
2003
|
"name": "json",
|
|
@@ -2056,7 +2014,7 @@
|
|
|
2056
2014
|
},
|
|
2057
2015
|
"hasDynamicHelp": false,
|
|
2058
2016
|
"hiddenAliases": [],
|
|
2059
|
-
"id": "
|
|
2017
|
+
"id": "channel:list",
|
|
2060
2018
|
"pluginAlias": "eas-cli",
|
|
2061
2019
|
"pluginName": "eas-cli",
|
|
2062
2020
|
"pluginType": "core",
|
|
@@ -2103,171 +2061,35 @@
|
|
|
2103
2061
|
}
|
|
2104
2062
|
},
|
|
2105
2063
|
"contextDefinition": {
|
|
2106
|
-
"
|
|
2107
|
-
"
|
|
2064
|
+
"projectId": {},
|
|
2065
|
+
"loggedIn": {}
|
|
2108
2066
|
},
|
|
2109
2067
|
"isESM": false,
|
|
2110
2068
|
"relativePath": [
|
|
2111
2069
|
"build",
|
|
2112
2070
|
"commands",
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2071
|
+
"channel",
|
|
2072
|
+
"list.js"
|
|
2115
2073
|
]
|
|
2116
2074
|
},
|
|
2117
|
-
"
|
|
2075
|
+
"channel:pause": {
|
|
2118
2076
|
"aliases": [],
|
|
2119
|
-
"args": {
|
|
2120
|
-
|
|
2077
|
+
"args": {
|
|
2078
|
+
"name": {
|
|
2079
|
+
"description": "Name of the channel to edit",
|
|
2080
|
+
"name": "name",
|
|
2081
|
+
"required": false
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"description": "pause a channel to stop it from sending updates",
|
|
2121
2085
|
"flags": {
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
"name": "
|
|
2125
|
-
"hasDynamicHelp": false,
|
|
2126
|
-
"multiple": false,
|
|
2127
|
-
"options": [
|
|
2128
|
-
"android",
|
|
2129
|
-
"ios",
|
|
2130
|
-
"all"
|
|
2131
|
-
],
|
|
2132
|
-
"type": "option"
|
|
2133
|
-
},
|
|
2134
|
-
"skip-credentials-check": {
|
|
2135
|
-
"hidden": true,
|
|
2136
|
-
"name": "skip-credentials-check",
|
|
2137
|
-
"allowNo": false,
|
|
2138
|
-
"type": "boolean"
|
|
2139
|
-
},
|
|
2140
|
-
"skip-project-configuration": {
|
|
2141
|
-
"hidden": true,
|
|
2142
|
-
"name": "skip-project-configuration",
|
|
2143
|
-
"allowNo": false,
|
|
2144
|
-
"type": "boolean"
|
|
2145
|
-
},
|
|
2146
|
-
"profile": {
|
|
2147
|
-
"char": "e",
|
|
2148
|
-
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2149
|
-
"name": "profile",
|
|
2150
|
-
"hasDynamicHelp": false,
|
|
2151
|
-
"helpValue": "PROFILE_NAME",
|
|
2152
|
-
"multiple": false,
|
|
2153
|
-
"type": "option"
|
|
2154
|
-
},
|
|
2155
|
-
"local": {
|
|
2156
|
-
"description": "Run build locally [experimental]",
|
|
2157
|
-
"name": "local",
|
|
2158
|
-
"allowNo": false,
|
|
2159
|
-
"type": "boolean"
|
|
2160
|
-
},
|
|
2161
|
-
"output": {
|
|
2162
|
-
"description": "Output path for local build",
|
|
2163
|
-
"name": "output",
|
|
2164
|
-
"hasDynamicHelp": false,
|
|
2165
|
-
"multiple": false,
|
|
2166
|
-
"type": "option"
|
|
2167
|
-
},
|
|
2168
|
-
"wait": {
|
|
2169
|
-
"description": "Wait for build(s) to complete",
|
|
2170
|
-
"name": "wait",
|
|
2171
|
-
"allowNo": true,
|
|
2172
|
-
"type": "boolean"
|
|
2173
|
-
},
|
|
2174
|
-
"clear-cache": {
|
|
2175
|
-
"description": "Clear cache before the build",
|
|
2176
|
-
"name": "clear-cache",
|
|
2177
|
-
"allowNo": false,
|
|
2178
|
-
"type": "boolean"
|
|
2179
|
-
},
|
|
2180
|
-
"auto-submit": {
|
|
2181
|
-
"aliases": [
|
|
2182
|
-
"submit"
|
|
2183
|
-
],
|
|
2184
|
-
"char": "s",
|
|
2185
|
-
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2186
|
-
"exclusive": [
|
|
2187
|
-
"auto-submit-with-profile"
|
|
2188
|
-
],
|
|
2189
|
-
"name": "auto-submit",
|
|
2190
|
-
"allowNo": false,
|
|
2191
|
-
"type": "boolean"
|
|
2192
|
-
},
|
|
2193
|
-
"auto-submit-with-profile": {
|
|
2194
|
-
"description": "Submit on build complete using the submit profile with provided name",
|
|
2195
|
-
"exclusive": [
|
|
2196
|
-
"auto-submit"
|
|
2197
|
-
],
|
|
2198
|
-
"name": "auto-submit-with-profile",
|
|
2199
|
-
"hasDynamicHelp": false,
|
|
2200
|
-
"helpValue": "PROFILE_NAME",
|
|
2201
|
-
"multiple": false,
|
|
2202
|
-
"type": "option"
|
|
2203
|
-
},
|
|
2204
|
-
"what-to-test": {
|
|
2205
|
-
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
2206
|
-
"name": "what-to-test",
|
|
2207
|
-
"hasDynamicHelp": false,
|
|
2208
|
-
"multiple": false,
|
|
2209
|
-
"type": "option"
|
|
2210
|
-
},
|
|
2211
|
-
"resource-class": {
|
|
2212
|
-
"deprecated": {
|
|
2213
|
-
"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/"
|
|
2214
|
-
},
|
|
2215
|
-
"description": "The instance type that will be used to run this build [experimental]",
|
|
2216
|
-
"hidden": true,
|
|
2217
|
-
"name": "resource-class",
|
|
2218
|
-
"hasDynamicHelp": false,
|
|
2219
|
-
"multiple": false,
|
|
2220
|
-
"options": [
|
|
2221
|
-
"default",
|
|
2222
|
-
"large",
|
|
2223
|
-
"m1-medium",
|
|
2224
|
-
"medium",
|
|
2225
|
-
"m-medium",
|
|
2226
|
-
"m-large"
|
|
2227
|
-
],
|
|
2228
|
-
"type": "option"
|
|
2229
|
-
},
|
|
2230
|
-
"message": {
|
|
2231
|
-
"char": "m",
|
|
2232
|
-
"description": "A short message describing the build",
|
|
2233
|
-
"name": "message",
|
|
2234
|
-
"hasDynamicHelp": false,
|
|
2235
|
-
"multiple": false,
|
|
2236
|
-
"type": "option"
|
|
2237
|
-
},
|
|
2238
|
-
"build-logger-level": {
|
|
2239
|
-
"description": "The level of logs to output during the build process. Defaults to \"info\".",
|
|
2240
|
-
"name": "build-logger-level",
|
|
2086
|
+
"branch": {
|
|
2087
|
+
"description": "Name of the branch to point to",
|
|
2088
|
+
"name": "branch",
|
|
2241
2089
|
"hasDynamicHelp": false,
|
|
2242
2090
|
"multiple": false,
|
|
2243
|
-
"options": [
|
|
2244
|
-
"trace",
|
|
2245
|
-
"debug",
|
|
2246
|
-
"info",
|
|
2247
|
-
"warn",
|
|
2248
|
-
"error",
|
|
2249
|
-
"fatal"
|
|
2250
|
-
],
|
|
2251
2091
|
"type": "option"
|
|
2252
2092
|
},
|
|
2253
|
-
"freeze-credentials": {
|
|
2254
|
-
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
2255
|
-
"name": "freeze-credentials",
|
|
2256
|
-
"allowNo": false,
|
|
2257
|
-
"type": "boolean"
|
|
2258
|
-
},
|
|
2259
|
-
"refresh-ad-hoc-provisioning-profile": {
|
|
2260
|
-
"description": "Refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials",
|
|
2261
|
-
"name": "refresh-ad-hoc-provisioning-profile",
|
|
2262
|
-
"allowNo": false,
|
|
2263
|
-
"type": "boolean"
|
|
2264
|
-
},
|
|
2265
|
-
"verbose-logs": {
|
|
2266
|
-
"description": "Use verbose logs for the build process",
|
|
2267
|
-
"name": "verbose-logs",
|
|
2268
|
-
"allowNo": false,
|
|
2269
|
-
"type": "boolean"
|
|
2270
|
-
},
|
|
2271
2093
|
"json": {
|
|
2272
2094
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2273
2095
|
"name": "json",
|
|
@@ -2284,7 +2106,7 @@
|
|
|
2284
2106
|
},
|
|
2285
2107
|
"hasDynamicHelp": false,
|
|
2286
2108
|
"hiddenAliases": [],
|
|
2287
|
-
"id": "
|
|
2109
|
+
"id": "channel:pause",
|
|
2288
2110
|
"pluginAlias": "eas-cli",
|
|
2289
2111
|
"pluginName": "eas-cli",
|
|
2290
2112
|
"pluginType": "core",
|
|
@@ -2331,87 +2153,52 @@
|
|
|
2331
2153
|
}
|
|
2332
2154
|
},
|
|
2333
2155
|
"contextDefinition": {
|
|
2334
|
-
"
|
|
2335
|
-
"
|
|
2336
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2337
|
-
"projectDir": {},
|
|
2338
|
-
"analytics": {},
|
|
2339
|
-
"vcsClient": {}
|
|
2156
|
+
"projectId": {},
|
|
2157
|
+
"loggedIn": {}
|
|
2340
2158
|
},
|
|
2341
2159
|
"isESM": false,
|
|
2342
2160
|
"relativePath": [
|
|
2343
2161
|
"build",
|
|
2344
2162
|
"commands",
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2163
|
+
"channel",
|
|
2164
|
+
"pause.js"
|
|
2347
2165
|
]
|
|
2348
2166
|
},
|
|
2349
|
-
"
|
|
2167
|
+
"channel:resume": {
|
|
2350
2168
|
"aliases": [],
|
|
2351
|
-
"args": {
|
|
2352
|
-
|
|
2169
|
+
"args": {
|
|
2170
|
+
"name": {
|
|
2171
|
+
"description": "Name of the channel to edit",
|
|
2172
|
+
"name": "name",
|
|
2173
|
+
"required": false
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
"description": "resume a channel to start sending updates",
|
|
2353
2177
|
"flags": {
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2356
|
-
"name": "
|
|
2357
|
-
"required": true,
|
|
2178
|
+
"branch": {
|
|
2179
|
+
"description": "Name of the branch to point to",
|
|
2180
|
+
"name": "branch",
|
|
2358
2181
|
"hasDynamicHelp": false,
|
|
2359
2182
|
"multiple": false,
|
|
2360
|
-
"options": [
|
|
2361
|
-
"android",
|
|
2362
|
-
"ios"
|
|
2363
|
-
],
|
|
2364
2183
|
"type": "option"
|
|
2365
2184
|
},
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2371
|
-
"helpValue": "PROFILE_NAME",
|
|
2372
|
-
"multiple": false,
|
|
2373
|
-
"type": "option"
|
|
2185
|
+
"json": {
|
|
2186
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2187
|
+
"name": "json",
|
|
2188
|
+
"allowNo": false,
|
|
2189
|
+
"type": "boolean"
|
|
2374
2190
|
},
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"required": true,
|
|
2380
|
-
"hasDynamicHelp": false,
|
|
2381
|
-
"multiple": false,
|
|
2382
|
-
"options": [
|
|
2383
|
-
"archive",
|
|
2384
|
-
"pre-build",
|
|
2385
|
-
"post-build"
|
|
2386
|
-
],
|
|
2387
|
-
"type": "option"
|
|
2388
|
-
},
|
|
2389
|
-
"output": {
|
|
2390
|
-
"char": "o",
|
|
2391
|
-
"description": "Output directory.",
|
|
2392
|
-
"name": "output",
|
|
2393
|
-
"required": true,
|
|
2394
|
-
"hasDynamicHelp": false,
|
|
2395
|
-
"helpValue": "OUTPUT_DIRECTORY",
|
|
2396
|
-
"multiple": false,
|
|
2397
|
-
"type": "option"
|
|
2398
|
-
},
|
|
2399
|
-
"force": {
|
|
2400
|
-
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
2401
|
-
"name": "force",
|
|
2402
|
-
"allowNo": false,
|
|
2403
|
-
"type": "boolean"
|
|
2404
|
-
},
|
|
2405
|
-
"verbose": {
|
|
2406
|
-
"char": "v",
|
|
2407
|
-
"name": "verbose",
|
|
2191
|
+
"non-interactive": {
|
|
2192
|
+
"description": "Run the command in non-interactive mode.",
|
|
2193
|
+
"name": "non-interactive",
|
|
2194
|
+
"noCacheDefault": true,
|
|
2408
2195
|
"allowNo": false,
|
|
2409
2196
|
"type": "boolean"
|
|
2410
2197
|
}
|
|
2411
2198
|
},
|
|
2412
2199
|
"hasDynamicHelp": false,
|
|
2413
2200
|
"hiddenAliases": [],
|
|
2414
|
-
"id": "
|
|
2201
|
+
"id": "channel:resume",
|
|
2415
2202
|
"pluginAlias": "eas-cli",
|
|
2416
2203
|
"pluginName": "eas-cli",
|
|
2417
2204
|
"pluginType": "core",
|
|
@@ -2458,77 +2245,121 @@
|
|
|
2458
2245
|
}
|
|
2459
2246
|
},
|
|
2460
2247
|
"contextDefinition": {
|
|
2461
|
-
"
|
|
2462
|
-
"
|
|
2463
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2464
|
-
"projectDir": {},
|
|
2465
|
-
"analytics": {},
|
|
2466
|
-
"vcsClient": {}
|
|
2248
|
+
"projectId": {},
|
|
2249
|
+
"loggedIn": {}
|
|
2467
2250
|
},
|
|
2468
2251
|
"isESM": false,
|
|
2469
2252
|
"relativePath": [
|
|
2470
2253
|
"build",
|
|
2471
2254
|
"commands",
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2255
|
+
"channel",
|
|
2256
|
+
"resume.js"
|
|
2474
2257
|
]
|
|
2475
2258
|
},
|
|
2476
|
-
"
|
|
2259
|
+
"channel:rollout": {
|
|
2477
2260
|
"aliases": [],
|
|
2478
|
-
"args": {
|
|
2261
|
+
"args": {
|
|
2262
|
+
"channel": {
|
|
2263
|
+
"description": "channel on which the rollout should be done",
|
|
2264
|
+
"name": "channel"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"description": "Roll a new branch out on a channel incrementally.",
|
|
2479
2268
|
"flags": {
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2482
|
-
"name": "
|
|
2483
|
-
"
|
|
2269
|
+
"action": {
|
|
2270
|
+
"description": "Rollout action to perform",
|
|
2271
|
+
"name": "action",
|
|
2272
|
+
"relationships": [
|
|
2273
|
+
{
|
|
2274
|
+
"type": "all",
|
|
2275
|
+
"flags": [
|
|
2276
|
+
{
|
|
2277
|
+
"name": "percent"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "outcome"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "branch"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "runtime-version"
|
|
2287
|
+
}
|
|
2288
|
+
]
|
|
2289
|
+
}
|
|
2290
|
+
],
|
|
2291
|
+
"required": false,
|
|
2484
2292
|
"hasDynamicHelp": false,
|
|
2485
2293
|
"multiple": false,
|
|
2486
2294
|
"options": [
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2295
|
+
"create",
|
|
2296
|
+
"edit",
|
|
2297
|
+
"end",
|
|
2298
|
+
"view"
|
|
2489
2299
|
],
|
|
2490
2300
|
"type": "option"
|
|
2491
2301
|
},
|
|
2492
|
-
"
|
|
2493
|
-
"
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2302
|
+
"percent": {
|
|
2303
|
+
"description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
|
|
2304
|
+
"name": "percent",
|
|
2305
|
+
"required": false,
|
|
2496
2306
|
"hasDynamicHelp": false,
|
|
2497
|
-
"helpValue": "PROFILE_NAME",
|
|
2498
2307
|
"multiple": false,
|
|
2499
2308
|
"type": "option"
|
|
2500
2309
|
},
|
|
2501
|
-
"
|
|
2502
|
-
"description": "
|
|
2503
|
-
"
|
|
2504
|
-
|
|
2310
|
+
"outcome": {
|
|
2311
|
+
"description": "End outcome of rollout. Use with --action=end",
|
|
2312
|
+
"name": "outcome",
|
|
2313
|
+
"required": false,
|
|
2314
|
+
"hasDynamicHelp": false,
|
|
2315
|
+
"multiple": false,
|
|
2316
|
+
"options": [
|
|
2317
|
+
"republish-and-revert",
|
|
2318
|
+
"revert"
|
|
2505
2319
|
],
|
|
2506
|
-
"
|
|
2507
|
-
"allowNo": false,
|
|
2508
|
-
"type": "boolean"
|
|
2320
|
+
"type": "option"
|
|
2509
2321
|
},
|
|
2510
|
-
"
|
|
2511
|
-
"description": "
|
|
2512
|
-
"
|
|
2513
|
-
|
|
2514
|
-
],
|
|
2515
|
-
"name": "auto-submit-with-profile",
|
|
2322
|
+
"branch": {
|
|
2323
|
+
"description": "Branch to roll out. Use with --action=create",
|
|
2324
|
+
"name": "branch",
|
|
2325
|
+
"required": false,
|
|
2516
2326
|
"hasDynamicHelp": false,
|
|
2517
|
-
"helpValue": "PROFILE_NAME",
|
|
2518
2327
|
"multiple": false,
|
|
2519
2328
|
"type": "option"
|
|
2520
2329
|
},
|
|
2521
|
-
"
|
|
2522
|
-
"description": "
|
|
2523
|
-
"name": "
|
|
2330
|
+
"runtime-version": {
|
|
2331
|
+
"description": "Runtime version to target. Use with --action=create",
|
|
2332
|
+
"name": "runtime-version",
|
|
2333
|
+
"required": false,
|
|
2334
|
+
"hasDynamicHelp": false,
|
|
2335
|
+
"multiple": false,
|
|
2336
|
+
"type": "option"
|
|
2337
|
+
},
|
|
2338
|
+
"private-key-path": {
|
|
2339
|
+
"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/",
|
|
2340
|
+
"name": "private-key-path",
|
|
2341
|
+
"required": false,
|
|
2342
|
+
"hasDynamicHelp": false,
|
|
2343
|
+
"multiple": false,
|
|
2344
|
+
"type": "option"
|
|
2345
|
+
},
|
|
2346
|
+
"json": {
|
|
2347
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2348
|
+
"name": "json",
|
|
2349
|
+
"allowNo": false,
|
|
2350
|
+
"type": "boolean"
|
|
2351
|
+
},
|
|
2352
|
+
"non-interactive": {
|
|
2353
|
+
"description": "Run the command in non-interactive mode.",
|
|
2354
|
+
"name": "non-interactive",
|
|
2355
|
+
"noCacheDefault": true,
|
|
2524
2356
|
"allowNo": false,
|
|
2525
2357
|
"type": "boolean"
|
|
2526
2358
|
}
|
|
2527
2359
|
},
|
|
2528
2360
|
"hasDynamicHelp": false,
|
|
2529
|
-
"hidden": true,
|
|
2530
2361
|
"hiddenAliases": [],
|
|
2531
|
-
"id": "
|
|
2362
|
+
"id": "channel:rollout",
|
|
2532
2363
|
"pluginAlias": "eas-cli",
|
|
2533
2364
|
"pluginName": "eas-cli",
|
|
2534
2365
|
"pluginType": "core",
|
|
@@ -2576,170 +2407,125 @@
|
|
|
2576
2407
|
},
|
|
2577
2408
|
"contextDefinition": {
|
|
2578
2409
|
"loggedIn": {},
|
|
2579
|
-
"
|
|
2580
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2581
|
-
"projectDir": {},
|
|
2582
|
-
"analytics": {},
|
|
2410
|
+
"privateProjectConfig": {},
|
|
2583
2411
|
"vcsClient": {}
|
|
2584
2412
|
},
|
|
2585
2413
|
"isESM": false,
|
|
2586
2414
|
"relativePath": [
|
|
2587
2415
|
"build",
|
|
2588
2416
|
"commands",
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2417
|
+
"channel",
|
|
2418
|
+
"rollout.js"
|
|
2591
2419
|
]
|
|
2592
2420
|
},
|
|
2593
|
-
"
|
|
2421
|
+
"channel:view": {
|
|
2594
2422
|
"aliases": [],
|
|
2595
|
-
"args": {
|
|
2596
|
-
|
|
2423
|
+
"args": {
|
|
2424
|
+
"name": {
|
|
2425
|
+
"description": "Name of the channel to view",
|
|
2426
|
+
"name": "name",
|
|
2427
|
+
"required": false
|
|
2428
|
+
}
|
|
2429
|
+
},
|
|
2430
|
+
"description": "view a channel",
|
|
2597
2431
|
"flags": {
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2600
|
-
"name": "
|
|
2601
|
-
"
|
|
2602
|
-
"
|
|
2603
|
-
"options": [
|
|
2604
|
-
"android",
|
|
2605
|
-
"ios",
|
|
2606
|
-
"all"
|
|
2607
|
-
],
|
|
2608
|
-
"type": "option"
|
|
2432
|
+
"json": {
|
|
2433
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2434
|
+
"name": "json",
|
|
2435
|
+
"allowNo": false,
|
|
2436
|
+
"type": "boolean"
|
|
2609
2437
|
},
|
|
2610
|
-
"
|
|
2611
|
-
"description": "
|
|
2612
|
-
"name": "
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"new",
|
|
2617
|
-
"in-queue",
|
|
2618
|
-
"in-progress",
|
|
2619
|
-
"pending-cancel",
|
|
2620
|
-
"errored",
|
|
2621
|
-
"finished",
|
|
2622
|
-
"canceled"
|
|
2623
|
-
],
|
|
2624
|
-
"type": "option"
|
|
2438
|
+
"non-interactive": {
|
|
2439
|
+
"description": "Run the command in non-interactive mode.",
|
|
2440
|
+
"name": "non-interactive",
|
|
2441
|
+
"noCacheDefault": true,
|
|
2442
|
+
"allowNo": false,
|
|
2443
|
+
"type": "boolean"
|
|
2625
2444
|
},
|
|
2626
|
-
"
|
|
2627
|
-
"description": "
|
|
2628
|
-
"name": "
|
|
2445
|
+
"offset": {
|
|
2446
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2447
|
+
"name": "offset",
|
|
2629
2448
|
"hasDynamicHelp": false,
|
|
2630
2449
|
"multiple": false,
|
|
2631
|
-
"options": [
|
|
2632
|
-
"store",
|
|
2633
|
-
"internal",
|
|
2634
|
-
"simulator"
|
|
2635
|
-
],
|
|
2636
2450
|
"type": "option"
|
|
2637
2451
|
},
|
|
2638
|
-
"
|
|
2639
|
-
"
|
|
2452
|
+
"limit": {
|
|
2453
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2454
|
+
"name": "limit",
|
|
2640
2455
|
"hasDynamicHelp": false,
|
|
2641
2456
|
"multiple": false,
|
|
2642
2457
|
"type": "option"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2460
|
+
"hasDynamicHelp": false,
|
|
2461
|
+
"hiddenAliases": [],
|
|
2462
|
+
"id": "channel:view",
|
|
2463
|
+
"pluginAlias": "eas-cli",
|
|
2464
|
+
"pluginName": "eas-cli",
|
|
2465
|
+
"pluginType": "core",
|
|
2466
|
+
"strict": true,
|
|
2467
|
+
"enableJsonFlag": false,
|
|
2468
|
+
"ContextOptions": {
|
|
2469
|
+
"LoggedIn": {
|
|
2470
|
+
"loggedIn": {}
|
|
2643
2471
|
},
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"appVersion"
|
|
2647
|
-
],
|
|
2648
|
-
"description": "Filter only builds created with the specified main app version",
|
|
2649
|
-
"name": "app-version",
|
|
2650
|
-
"hasDynamicHelp": false,
|
|
2651
|
-
"multiple": false,
|
|
2652
|
-
"type": "option"
|
|
2653
|
-
},
|
|
2654
|
-
"app-build-version": {
|
|
2655
|
-
"aliases": [
|
|
2656
|
-
"appBuildVersion"
|
|
2657
|
-
],
|
|
2658
|
-
"description": "Filter only builds created with the specified app build version",
|
|
2659
|
-
"name": "app-build-version",
|
|
2660
|
-
"hasDynamicHelp": false,
|
|
2661
|
-
"multiple": false,
|
|
2662
|
-
"type": "option"
|
|
2472
|
+
"MaybeLoggedIn": {
|
|
2473
|
+
"maybeLoggedIn": {}
|
|
2663
2474
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2666
|
-
"sdkVersion"
|
|
2667
|
-
],
|
|
2668
|
-
"description": "Filter only builds created with the specified Expo SDK version",
|
|
2669
|
-
"name": "sdk-version",
|
|
2670
|
-
"hasDynamicHelp": false,
|
|
2671
|
-
"multiple": false,
|
|
2672
|
-
"type": "option"
|
|
2475
|
+
"DynamicLoggedIn": {
|
|
2476
|
+
"getDynamicLoggedInAsync": {}
|
|
2673
2477
|
},
|
|
2674
|
-
"
|
|
2675
|
-
"
|
|
2676
|
-
"runtimeVersion"
|
|
2677
|
-
],
|
|
2678
|
-
"description": "Filter only builds created with the specified runtime version",
|
|
2679
|
-
"name": "runtime-version",
|
|
2680
|
-
"hasDynamicHelp": false,
|
|
2681
|
-
"multiple": false,
|
|
2682
|
-
"type": "option"
|
|
2478
|
+
"SessionManagment": {
|
|
2479
|
+
"sessionManager": {}
|
|
2683
2480
|
},
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
"appIdentifier"
|
|
2687
|
-
],
|
|
2688
|
-
"description": "Filter only builds created with the specified app identifier",
|
|
2689
|
-
"name": "app-identifier",
|
|
2690
|
-
"hasDynamicHelp": false,
|
|
2691
|
-
"multiple": false,
|
|
2692
|
-
"type": "option"
|
|
2481
|
+
"OptionalProjectConfig": {
|
|
2482
|
+
"optionalPrivateProjectConfig": {}
|
|
2693
2483
|
},
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2696
|
-
"profile",
|
|
2697
|
-
"buildProfile"
|
|
2698
|
-
],
|
|
2699
|
-
"char": "e",
|
|
2700
|
-
"description": "Filter only builds created with the specified build profile",
|
|
2701
|
-
"name": "build-profile",
|
|
2702
|
-
"hasDynamicHelp": false,
|
|
2703
|
-
"multiple": false,
|
|
2704
|
-
"type": "option"
|
|
2484
|
+
"ProjectDir": {
|
|
2485
|
+
"projectDir": {}
|
|
2705
2486
|
},
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2708
|
-
|
|
2709
|
-
],
|
|
2710
|
-
"description": "Filter only builds created with the specified git commit hash",
|
|
2711
|
-
"name": "git-commit-hash",
|
|
2712
|
-
"hasDynamicHelp": false,
|
|
2713
|
-
"multiple": false,
|
|
2714
|
-
"type": "option"
|
|
2487
|
+
"DynamicProjectConfig": {
|
|
2488
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2489
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2715
2490
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
"hasDynamicHelp": false,
|
|
2720
|
-
"multiple": false,
|
|
2721
|
-
"type": "option"
|
|
2491
|
+
"ProjectConfig": {
|
|
2492
|
+
"loggedIn": {},
|
|
2493
|
+
"privateProjectConfig": {}
|
|
2722
2494
|
},
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2725
|
-
"name": "offset",
|
|
2726
|
-
"hasDynamicHelp": false,
|
|
2727
|
-
"multiple": false,
|
|
2728
|
-
"type": "option"
|
|
2495
|
+
"Analytics": {
|
|
2496
|
+
"analytics": {}
|
|
2729
2497
|
},
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"name": "limit",
|
|
2733
|
-
"hasDynamicHelp": false,
|
|
2734
|
-
"multiple": false,
|
|
2735
|
-
"type": "option"
|
|
2498
|
+
"Vcs": {
|
|
2499
|
+
"vcsClient": {}
|
|
2736
2500
|
},
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"name": "json",
|
|
2740
|
-
"allowNo": false,
|
|
2741
|
-
"type": "boolean"
|
|
2501
|
+
"ServerSideEnvironmentVariables": {
|
|
2502
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2742
2503
|
},
|
|
2504
|
+
"ProjectId": {
|
|
2505
|
+
"projectId": {}
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"contextDefinition": {
|
|
2509
|
+
"projectId": {},
|
|
2510
|
+
"loggedIn": {}
|
|
2511
|
+
},
|
|
2512
|
+
"isESM": false,
|
|
2513
|
+
"relativePath": [
|
|
2514
|
+
"build",
|
|
2515
|
+
"commands",
|
|
2516
|
+
"channel",
|
|
2517
|
+
"view.js"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"build:cancel": {
|
|
2521
|
+
"aliases": [],
|
|
2522
|
+
"args": {
|
|
2523
|
+
"BUILD_ID": {
|
|
2524
|
+
"name": "BUILD_ID"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"description": "cancel a build",
|
|
2528
|
+
"flags": {
|
|
2743
2529
|
"non-interactive": {
|
|
2744
2530
|
"description": "Run the command in non-interactive mode.",
|
|
2745
2531
|
"name": "non-interactive",
|
|
@@ -2747,16 +2533,32 @@
|
|
|
2747
2533
|
"allowNo": false,
|
|
2748
2534
|
"type": "boolean"
|
|
2749
2535
|
},
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2536
|
+
"platform": {
|
|
2537
|
+
"char": "p",
|
|
2538
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
2539
|
+
"name": "platform",
|
|
2540
|
+
"hasDynamicHelp": false,
|
|
2541
|
+
"multiple": false,
|
|
2542
|
+
"options": [
|
|
2543
|
+
"android",
|
|
2544
|
+
"ios",
|
|
2545
|
+
"all"
|
|
2546
|
+
],
|
|
2547
|
+
"type": "option"
|
|
2548
|
+
},
|
|
2549
|
+
"profile": {
|
|
2550
|
+
"char": "e",
|
|
2551
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
2552
|
+
"name": "profile",
|
|
2553
|
+
"hasDynamicHelp": false,
|
|
2554
|
+
"helpValue": "PROFILE_NAME",
|
|
2555
|
+
"multiple": false,
|
|
2556
|
+
"type": "option"
|
|
2755
2557
|
}
|
|
2756
2558
|
},
|
|
2757
2559
|
"hasDynamicHelp": false,
|
|
2758
2560
|
"hiddenAliases": [],
|
|
2759
|
-
"id": "build:
|
|
2561
|
+
"id": "build:cancel",
|
|
2760
2562
|
"pluginAlias": "eas-cli",
|
|
2761
2563
|
"pluginName": "eas-cli",
|
|
2762
2564
|
"pluginType": "core",
|
|
@@ -2812,89 +2614,31 @@
|
|
|
2812
2614
|
"build",
|
|
2813
2615
|
"commands",
|
|
2814
2616
|
"build",
|
|
2815
|
-
"
|
|
2617
|
+
"cancel.js"
|
|
2816
2618
|
]
|
|
2817
2619
|
},
|
|
2818
|
-
"build:
|
|
2620
|
+
"build:configure": {
|
|
2819
2621
|
"aliases": [],
|
|
2820
2622
|
"args": {},
|
|
2821
|
-
"description": "
|
|
2623
|
+
"description": "configure the project to support EAS Build",
|
|
2822
2624
|
"flags": {
|
|
2823
2625
|
"platform": {
|
|
2824
2626
|
"char": "p",
|
|
2627
|
+
"description": "Platform to configure",
|
|
2825
2628
|
"name": "platform",
|
|
2826
2629
|
"hasDynamicHelp": false,
|
|
2827
2630
|
"multiple": false,
|
|
2828
2631
|
"options": [
|
|
2829
2632
|
"android",
|
|
2830
|
-
"ios"
|
|
2831
|
-
|
|
2832
|
-
"type": "option"
|
|
2833
|
-
},
|
|
2834
|
-
"target-profile": {
|
|
2835
|
-
"aliases": [
|
|
2836
|
-
"profile"
|
|
2633
|
+
"ios",
|
|
2634
|
+
"all"
|
|
2837
2635
|
],
|
|
2838
|
-
"char": "e",
|
|
2839
|
-
"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.",
|
|
2840
|
-
"name": "target-profile",
|
|
2841
|
-
"hasDynamicHelp": false,
|
|
2842
|
-
"helpValue": "PROFILE_NAME",
|
|
2843
|
-
"multiple": false,
|
|
2844
|
-
"type": "option"
|
|
2845
|
-
},
|
|
2846
|
-
"source-profile": {
|
|
2847
|
-
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
2848
|
-
"name": "source-profile",
|
|
2849
|
-
"hasDynamicHelp": false,
|
|
2850
|
-
"helpValue": "PROFILE_NAME",
|
|
2851
|
-
"multiple": false,
|
|
2852
|
-
"type": "option"
|
|
2853
|
-
},
|
|
2854
|
-
"wait": {
|
|
2855
|
-
"description": "Wait for build(s) to complete.",
|
|
2856
|
-
"name": "wait",
|
|
2857
|
-
"allowNo": true,
|
|
2858
|
-
"type": "boolean"
|
|
2859
|
-
},
|
|
2860
|
-
"id": {
|
|
2861
|
-
"description": "ID of the build to re-sign.",
|
|
2862
|
-
"name": "id",
|
|
2863
|
-
"hasDynamicHelp": false,
|
|
2864
|
-
"multiple": false,
|
|
2865
|
-
"type": "option"
|
|
2866
|
-
},
|
|
2867
|
-
"offset": {
|
|
2868
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2869
|
-
"name": "offset",
|
|
2870
|
-
"hasDynamicHelp": false,
|
|
2871
|
-
"multiple": false,
|
|
2872
2636
|
"type": "option"
|
|
2873
|
-
},
|
|
2874
|
-
"limit": {
|
|
2875
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2876
|
-
"name": "limit",
|
|
2877
|
-
"hasDynamicHelp": false,
|
|
2878
|
-
"multiple": false,
|
|
2879
|
-
"type": "option"
|
|
2880
|
-
},
|
|
2881
|
-
"json": {
|
|
2882
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2883
|
-
"name": "json",
|
|
2884
|
-
"allowNo": false,
|
|
2885
|
-
"type": "boolean"
|
|
2886
|
-
},
|
|
2887
|
-
"non-interactive": {
|
|
2888
|
-
"description": "Run the command in non-interactive mode.",
|
|
2889
|
-
"name": "non-interactive",
|
|
2890
|
-
"noCacheDefault": true,
|
|
2891
|
-
"allowNo": false,
|
|
2892
|
-
"type": "boolean"
|
|
2893
2637
|
}
|
|
2894
2638
|
},
|
|
2895
2639
|
"hasDynamicHelp": false,
|
|
2896
2640
|
"hiddenAliases": [],
|
|
2897
|
-
"id": "build:
|
|
2641
|
+
"id": "build:configure",
|
|
2898
2642
|
"pluginAlias": "eas-cli",
|
|
2899
2643
|
"pluginName": "eas-cli",
|
|
2900
2644
|
"pluginType": "core",
|
|
@@ -2942,10 +2686,7 @@
|
|
|
2942
2686
|
},
|
|
2943
2687
|
"contextDefinition": {
|
|
2944
2688
|
"loggedIn": {},
|
|
2945
|
-
"
|
|
2946
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2947
|
-
"projectDir": {},
|
|
2948
|
-
"analytics": {},
|
|
2689
|
+
"privateProjectConfig": {},
|
|
2949
2690
|
"vcsClient": {}
|
|
2950
2691
|
},
|
|
2951
2692
|
"isESM": false,
|
|
@@ -2953,104 +2694,51 @@
|
|
|
2953
2694
|
"build",
|
|
2954
2695
|
"commands",
|
|
2955
2696
|
"build",
|
|
2956
|
-
"
|
|
2697
|
+
"configure.js"
|
|
2957
2698
|
]
|
|
2958
2699
|
},
|
|
2959
|
-
"build:
|
|
2700
|
+
"build:delete": {
|
|
2960
2701
|
"aliases": [],
|
|
2961
|
-
"args": {
|
|
2962
|
-
|
|
2702
|
+
"args": {
|
|
2703
|
+
"BUILD_ID": {
|
|
2704
|
+
"name": "BUILD_ID"
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
"description": "delete a build",
|
|
2963
2708
|
"flags": {
|
|
2964
|
-
"
|
|
2965
|
-
"description": "Run the
|
|
2966
|
-
"
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
"url"
|
|
2970
|
-
],
|
|
2971
|
-
"name": "latest",
|
|
2972
|
-
"allowNo": false,
|
|
2709
|
+
"non-interactive": {
|
|
2710
|
+
"description": "Run the command in non-interactive mode.",
|
|
2711
|
+
"name": "non-interactive",
|
|
2712
|
+
"noCacheDefault": true,
|
|
2713
|
+
"allowNo": false,
|
|
2973
2714
|
"type": "boolean"
|
|
2974
2715
|
},
|
|
2975
|
-
"url": {
|
|
2976
|
-
"description": "Simulator/Emulator build archive url",
|
|
2977
|
-
"exclusive": [
|
|
2978
|
-
"latest",
|
|
2979
|
-
"id",
|
|
2980
|
-
"path"
|
|
2981
|
-
],
|
|
2982
|
-
"name": "url",
|
|
2983
|
-
"hasDynamicHelp": false,
|
|
2984
|
-
"multiple": false,
|
|
2985
|
-
"type": "option"
|
|
2986
|
-
},
|
|
2987
|
-
"path": {
|
|
2988
|
-
"description": "Path to the simulator/emulator build archive or app",
|
|
2989
|
-
"exclusive": [
|
|
2990
|
-
"latest",
|
|
2991
|
-
"id",
|
|
2992
|
-
"url"
|
|
2993
|
-
],
|
|
2994
|
-
"name": "path",
|
|
2995
|
-
"hasDynamicHelp": false,
|
|
2996
|
-
"multiple": false,
|
|
2997
|
-
"type": "option"
|
|
2998
|
-
},
|
|
2999
|
-
"id": {
|
|
3000
|
-
"description": "ID of the simulator/emulator build to run",
|
|
3001
|
-
"exclusive": [
|
|
3002
|
-
"latest, path, url"
|
|
3003
|
-
],
|
|
3004
|
-
"name": "id",
|
|
3005
|
-
"hasDynamicHelp": false,
|
|
3006
|
-
"multiple": false,
|
|
3007
|
-
"type": "option"
|
|
3008
|
-
},
|
|
3009
2716
|
"platform": {
|
|
3010
2717
|
"char": "p",
|
|
2718
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
3011
2719
|
"name": "platform",
|
|
3012
2720
|
"hasDynamicHelp": false,
|
|
3013
2721
|
"multiple": false,
|
|
3014
2722
|
"options": [
|
|
3015
2723
|
"android",
|
|
3016
|
-
"ios"
|
|
2724
|
+
"ios",
|
|
2725
|
+
"all"
|
|
3017
2726
|
],
|
|
3018
2727
|
"type": "option"
|
|
3019
2728
|
},
|
|
3020
2729
|
"profile": {
|
|
3021
2730
|
"char": "e",
|
|
3022
|
-
"description": "
|
|
2731
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
3023
2732
|
"name": "profile",
|
|
3024
2733
|
"hasDynamicHelp": false,
|
|
3025
2734
|
"helpValue": "PROFILE_NAME",
|
|
3026
2735
|
"multiple": false,
|
|
3027
2736
|
"type": "option"
|
|
3028
|
-
},
|
|
3029
|
-
"simulator": {
|
|
3030
|
-
"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.",
|
|
3031
|
-
"name": "simulator",
|
|
3032
|
-
"hasDynamicHelp": false,
|
|
3033
|
-
"multiple": false,
|
|
3034
|
-
"type": "option"
|
|
3035
|
-
},
|
|
3036
|
-
"offset": {
|
|
3037
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3038
|
-
"name": "offset",
|
|
3039
|
-
"hasDynamicHelp": false,
|
|
3040
|
-
"multiple": false,
|
|
3041
|
-
"type": "option"
|
|
3042
|
-
},
|
|
3043
|
-
"limit": {
|
|
3044
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3045
|
-
"name": "limit",
|
|
3046
|
-
"hasDynamicHelp": false,
|
|
3047
|
-
"multiple": false,
|
|
3048
|
-
"type": "option"
|
|
3049
2737
|
}
|
|
3050
2738
|
},
|
|
3051
2739
|
"hasDynamicHelp": false,
|
|
3052
2740
|
"hiddenAliases": [],
|
|
3053
|
-
"id": "build:
|
|
2741
|
+
"id": "build:delete",
|
|
3054
2742
|
"pluginAlias": "eas-cli",
|
|
3055
2743
|
"pluginName": "eas-cli",
|
|
3056
2744
|
"pluginType": "core",
|
|
@@ -3097,8 +2785,8 @@
|
|
|
3097
2785
|
}
|
|
3098
2786
|
},
|
|
3099
2787
|
"contextDefinition": {
|
|
3100
|
-
"loggedIn": {},
|
|
3101
2788
|
"projectId": {},
|
|
2789
|
+
"loggedIn": {},
|
|
3102
2790
|
"vcsClient": {}
|
|
3103
2791
|
},
|
|
3104
2792
|
"isESM": false,
|
|
@@ -3106,28 +2794,57 @@
|
|
|
3106
2794
|
"build",
|
|
3107
2795
|
"commands",
|
|
3108
2796
|
"build",
|
|
3109
|
-
"
|
|
2797
|
+
"delete.js"
|
|
3110
2798
|
]
|
|
3111
2799
|
},
|
|
3112
|
-
"build:
|
|
2800
|
+
"build:dev": {
|
|
3113
2801
|
"aliases": [],
|
|
3114
|
-
"args": {
|
|
3115
|
-
|
|
3116
|
-
"name": "BUILD_ID"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
|
-
"description": "view a build for your project",
|
|
2802
|
+
"args": {},
|
|
2803
|
+
"description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
|
|
3120
2804
|
"flags": {
|
|
3121
|
-
"
|
|
3122
|
-
"
|
|
3123
|
-
"name": "
|
|
2805
|
+
"platform": {
|
|
2806
|
+
"char": "p",
|
|
2807
|
+
"name": "platform",
|
|
2808
|
+
"hasDynamicHelp": false,
|
|
2809
|
+
"multiple": false,
|
|
2810
|
+
"options": [
|
|
2811
|
+
"ios",
|
|
2812
|
+
"android"
|
|
2813
|
+
],
|
|
2814
|
+
"type": "option"
|
|
2815
|
+
},
|
|
2816
|
+
"profile": {
|
|
2817
|
+
"char": "e",
|
|
2818
|
+
"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.",
|
|
2819
|
+
"name": "profile",
|
|
2820
|
+
"hasDynamicHelp": false,
|
|
2821
|
+
"helpValue": "PROFILE_NAME",
|
|
2822
|
+
"multiple": false,
|
|
2823
|
+
"type": "option"
|
|
2824
|
+
},
|
|
2825
|
+
"skip-build-if-not-found": {
|
|
2826
|
+
"description": "Skip build if no successful build with matching fingerprint is found.",
|
|
2827
|
+
"name": "skip-build-if-not-found",
|
|
2828
|
+
"allowNo": false,
|
|
2829
|
+
"type": "boolean"
|
|
2830
|
+
},
|
|
2831
|
+
"skip-bundler": {
|
|
2832
|
+
"description": "Install and run the development build without starting the bundler server.",
|
|
2833
|
+
"name": "skip-bundler",
|
|
3124
2834
|
"allowNo": false,
|
|
3125
2835
|
"type": "boolean"
|
|
2836
|
+
},
|
|
2837
|
+
"simulator": {
|
|
2838
|
+
"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.",
|
|
2839
|
+
"name": "simulator",
|
|
2840
|
+
"hasDynamicHelp": false,
|
|
2841
|
+
"multiple": false,
|
|
2842
|
+
"type": "option"
|
|
3126
2843
|
}
|
|
3127
2844
|
},
|
|
3128
2845
|
"hasDynamicHelp": false,
|
|
3129
2846
|
"hiddenAliases": [],
|
|
3130
|
-
"id": "build:
|
|
2847
|
+
"id": "build:dev",
|
|
3131
2848
|
"pluginAlias": "eas-cli",
|
|
3132
2849
|
"pluginName": "eas-cli",
|
|
3133
2850
|
"pluginType": "core",
|
|
@@ -3174,29 +2891,81 @@
|
|
|
3174
2891
|
}
|
|
3175
2892
|
},
|
|
3176
2893
|
"contextDefinition": {
|
|
3177
|
-
"projectId": {},
|
|
3178
2894
|
"loggedIn": {},
|
|
3179
|
-
"
|
|
2895
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2896
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2897
|
+
"projectDir": {},
|
|
2898
|
+
"vcsClient": {},
|
|
2899
|
+
"analytics": {},
|
|
2900
|
+
"projectId": {}
|
|
3180
2901
|
},
|
|
3181
2902
|
"isESM": false,
|
|
3182
2903
|
"relativePath": [
|
|
3183
2904
|
"build",
|
|
3184
2905
|
"commands",
|
|
3185
2906
|
"build",
|
|
3186
|
-
"
|
|
2907
|
+
"dev.js"
|
|
3187
2908
|
]
|
|
3188
2909
|
},
|
|
3189
|
-
"
|
|
2910
|
+
"build:download": {
|
|
3190
2911
|
"aliases": [],
|
|
3191
|
-
"args": {
|
|
3192
|
-
|
|
3193
|
-
"description": "Name of the channel to create",
|
|
3194
|
-
"name": "name",
|
|
3195
|
-
"required": false
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3198
|
-
"description": "create a channel",
|
|
2912
|
+
"args": {},
|
|
2913
|
+
"description": "download a simulator/emulator build by build ID or fingerprint hash",
|
|
3199
2914
|
"flags": {
|
|
2915
|
+
"build-id": {
|
|
2916
|
+
"aliases": [
|
|
2917
|
+
"id"
|
|
2918
|
+
],
|
|
2919
|
+
"description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
|
|
2920
|
+
"exclusive": [
|
|
2921
|
+
"fingerprint",
|
|
2922
|
+
"platform",
|
|
2923
|
+
"dev-client"
|
|
2924
|
+
],
|
|
2925
|
+
"name": "build-id",
|
|
2926
|
+
"hasDynamicHelp": false,
|
|
2927
|
+
"multiple": false,
|
|
2928
|
+
"type": "option"
|
|
2929
|
+
},
|
|
2930
|
+
"fingerprint": {
|
|
2931
|
+
"description": "Fingerprint hash of the build to download",
|
|
2932
|
+
"exclusive": [
|
|
2933
|
+
"build-id"
|
|
2934
|
+
],
|
|
2935
|
+
"name": "fingerprint",
|
|
2936
|
+
"hasDynamicHelp": false,
|
|
2937
|
+
"multiple": false,
|
|
2938
|
+
"type": "option"
|
|
2939
|
+
},
|
|
2940
|
+
"platform": {
|
|
2941
|
+
"char": "p",
|
|
2942
|
+
"exclusive": [
|
|
2943
|
+
"build-id"
|
|
2944
|
+
],
|
|
2945
|
+
"name": "platform",
|
|
2946
|
+
"hasDynamicHelp": false,
|
|
2947
|
+
"multiple": false,
|
|
2948
|
+
"options": [
|
|
2949
|
+
"ios",
|
|
2950
|
+
"android"
|
|
2951
|
+
],
|
|
2952
|
+
"type": "option"
|
|
2953
|
+
},
|
|
2954
|
+
"dev-client": {
|
|
2955
|
+
"description": "Filter only dev-client builds.",
|
|
2956
|
+
"exclusive": [
|
|
2957
|
+
"build-id"
|
|
2958
|
+
],
|
|
2959
|
+
"name": "dev-client",
|
|
2960
|
+
"allowNo": true,
|
|
2961
|
+
"type": "boolean"
|
|
2962
|
+
},
|
|
2963
|
+
"all-artifacts": {
|
|
2964
|
+
"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.",
|
|
2965
|
+
"name": "all-artifacts",
|
|
2966
|
+
"allowNo": false,
|
|
2967
|
+
"type": "boolean"
|
|
2968
|
+
},
|
|
3200
2969
|
"json": {
|
|
3201
2970
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3202
2971
|
"name": "json",
|
|
@@ -3213,7 +2982,7 @@
|
|
|
3213
2982
|
},
|
|
3214
2983
|
"hasDynamicHelp": false,
|
|
3215
2984
|
"hiddenAliases": [],
|
|
3216
|
-
"id": "
|
|
2985
|
+
"id": "build:download",
|
|
3217
2986
|
"pluginAlias": "eas-cli",
|
|
3218
2987
|
"pluginName": "eas-cli",
|
|
3219
2988
|
"pluginType": "core",
|
|
@@ -3260,120 +3029,171 @@
|
|
|
3260
3029
|
}
|
|
3261
3030
|
},
|
|
3262
3031
|
"contextDefinition": {
|
|
3263
|
-
"
|
|
3264
|
-
"
|
|
3032
|
+
"loggedIn": {},
|
|
3033
|
+
"projectId": {}
|
|
3265
3034
|
},
|
|
3266
3035
|
"isESM": false,
|
|
3267
3036
|
"relativePath": [
|
|
3268
3037
|
"build",
|
|
3269
3038
|
"commands",
|
|
3270
|
-
"
|
|
3271
|
-
"
|
|
3039
|
+
"build",
|
|
3040
|
+
"download.js"
|
|
3272
3041
|
]
|
|
3273
3042
|
},
|
|
3274
|
-
"
|
|
3043
|
+
"build": {
|
|
3275
3044
|
"aliases": [],
|
|
3276
|
-
"args": {
|
|
3277
|
-
|
|
3278
|
-
"description": "Name of the channel to delete",
|
|
3279
|
-
"name": "name",
|
|
3280
|
-
"required": false
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
"description": "Delete a channel",
|
|
3045
|
+
"args": {},
|
|
3046
|
+
"description": "start a build",
|
|
3284
3047
|
"flags": {
|
|
3285
|
-
"
|
|
3286
|
-
"
|
|
3287
|
-
"name": "
|
|
3048
|
+
"platform": {
|
|
3049
|
+
"char": "p",
|
|
3050
|
+
"name": "platform",
|
|
3051
|
+
"hasDynamicHelp": false,
|
|
3052
|
+
"multiple": false,
|
|
3053
|
+
"options": [
|
|
3054
|
+
"android",
|
|
3055
|
+
"ios",
|
|
3056
|
+
"all"
|
|
3057
|
+
],
|
|
3058
|
+
"type": "option"
|
|
3059
|
+
},
|
|
3060
|
+
"skip-credentials-check": {
|
|
3061
|
+
"hidden": true,
|
|
3062
|
+
"name": "skip-credentials-check",
|
|
3288
3063
|
"allowNo": false,
|
|
3289
3064
|
"type": "boolean"
|
|
3290
3065
|
},
|
|
3291
|
-
"
|
|
3292
|
-
"
|
|
3293
|
-
"name": "
|
|
3294
|
-
"noCacheDefault": true,
|
|
3066
|
+
"skip-project-configuration": {
|
|
3067
|
+
"hidden": true,
|
|
3068
|
+
"name": "skip-project-configuration",
|
|
3295
3069
|
"allowNo": false,
|
|
3296
3070
|
"type": "boolean"
|
|
3297
|
-
}
|
|
3298
|
-
},
|
|
3299
|
-
"hasDynamicHelp": false,
|
|
3300
|
-
"hiddenAliases": [],
|
|
3301
|
-
"id": "channel:delete",
|
|
3302
|
-
"pluginAlias": "eas-cli",
|
|
3303
|
-
"pluginName": "eas-cli",
|
|
3304
|
-
"pluginType": "core",
|
|
3305
|
-
"strict": true,
|
|
3306
|
-
"enableJsonFlag": false,
|
|
3307
|
-
"ContextOptions": {
|
|
3308
|
-
"LoggedIn": {
|
|
3309
|
-
"loggedIn": {}
|
|
3310
3071
|
},
|
|
3311
|
-
"
|
|
3312
|
-
"
|
|
3072
|
+
"profile": {
|
|
3073
|
+
"char": "e",
|
|
3074
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3075
|
+
"name": "profile",
|
|
3076
|
+
"hasDynamicHelp": false,
|
|
3077
|
+
"helpValue": "PROFILE_NAME",
|
|
3078
|
+
"multiple": false,
|
|
3079
|
+
"type": "option"
|
|
3313
3080
|
},
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3081
|
+
"local": {
|
|
3082
|
+
"description": "Run build locally [experimental]",
|
|
3083
|
+
"name": "local",
|
|
3084
|
+
"allowNo": false,
|
|
3085
|
+
"type": "boolean"
|
|
3316
3086
|
},
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3087
|
+
"output": {
|
|
3088
|
+
"description": "Output path for local build",
|
|
3089
|
+
"name": "output",
|
|
3090
|
+
"hasDynamicHelp": false,
|
|
3091
|
+
"multiple": false,
|
|
3092
|
+
"type": "option"
|
|
3319
3093
|
},
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3094
|
+
"wait": {
|
|
3095
|
+
"description": "Wait for build(s) to complete",
|
|
3096
|
+
"name": "wait",
|
|
3097
|
+
"allowNo": true,
|
|
3098
|
+
"type": "boolean"
|
|
3322
3099
|
},
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3100
|
+
"clear-cache": {
|
|
3101
|
+
"description": "Clear cache before the build",
|
|
3102
|
+
"name": "clear-cache",
|
|
3103
|
+
"allowNo": false,
|
|
3104
|
+
"type": "boolean"
|
|
3325
3105
|
},
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3328
|
-
|
|
3106
|
+
"auto-submit": {
|
|
3107
|
+
"aliases": [
|
|
3108
|
+
"submit"
|
|
3109
|
+
],
|
|
3110
|
+
"char": "s",
|
|
3111
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
3112
|
+
"exclusive": [
|
|
3113
|
+
"auto-submit-with-profile"
|
|
3114
|
+
],
|
|
3115
|
+
"name": "auto-submit",
|
|
3116
|
+
"allowNo": false,
|
|
3117
|
+
"type": "boolean"
|
|
3329
3118
|
},
|
|
3330
|
-
"
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3119
|
+
"auto-submit-with-profile": {
|
|
3120
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
3121
|
+
"exclusive": [
|
|
3122
|
+
"auto-submit"
|
|
3123
|
+
],
|
|
3124
|
+
"name": "auto-submit-with-profile",
|
|
3125
|
+
"hasDynamicHelp": false,
|
|
3126
|
+
"helpValue": "PROFILE_NAME",
|
|
3127
|
+
"multiple": false,
|
|
3128
|
+
"type": "option"
|
|
3333
3129
|
},
|
|
3334
|
-
"
|
|
3335
|
-
"
|
|
3130
|
+
"what-to-test": {
|
|
3131
|
+
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
3132
|
+
"name": "what-to-test",
|
|
3133
|
+
"hasDynamicHelp": false,
|
|
3134
|
+
"multiple": false,
|
|
3135
|
+
"type": "option"
|
|
3336
3136
|
},
|
|
3337
|
-
"
|
|
3338
|
-
"
|
|
3137
|
+
"resource-class": {
|
|
3138
|
+
"deprecated": {
|
|
3139
|
+
"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/"
|
|
3140
|
+
},
|
|
3141
|
+
"description": "The instance type that will be used to run this build [experimental]",
|
|
3142
|
+
"hidden": true,
|
|
3143
|
+
"name": "resource-class",
|
|
3144
|
+
"hasDynamicHelp": false,
|
|
3145
|
+
"multiple": false,
|
|
3146
|
+
"options": [
|
|
3147
|
+
"default",
|
|
3148
|
+
"large",
|
|
3149
|
+
"m1-medium",
|
|
3150
|
+
"medium",
|
|
3151
|
+
"m-medium",
|
|
3152
|
+
"m-large"
|
|
3153
|
+
],
|
|
3154
|
+
"type": "option"
|
|
3339
3155
|
},
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3156
|
+
"message": {
|
|
3157
|
+
"char": "m",
|
|
3158
|
+
"description": "A short message describing the build",
|
|
3159
|
+
"name": "message",
|
|
3160
|
+
"hasDynamicHelp": false,
|
|
3161
|
+
"multiple": false,
|
|
3162
|
+
"type": "option"
|
|
3342
3163
|
},
|
|
3343
|
-
"
|
|
3344
|
-
"
|
|
3345
|
-
|
|
3346
|
-
},
|
|
3347
|
-
"contextDefinition": {
|
|
3348
|
-
"projectId": {},
|
|
3349
|
-
"loggedIn": {}
|
|
3350
|
-
},
|
|
3351
|
-
"isESM": false,
|
|
3352
|
-
"relativePath": [
|
|
3353
|
-
"build",
|
|
3354
|
-
"commands",
|
|
3355
|
-
"channel",
|
|
3356
|
-
"delete.js"
|
|
3357
|
-
]
|
|
3358
|
-
},
|
|
3359
|
-
"channel:edit": {
|
|
3360
|
-
"aliases": [],
|
|
3361
|
-
"args": {
|
|
3362
|
-
"name": {
|
|
3363
|
-
"description": "Name of the channel to edit",
|
|
3364
|
-
"name": "name",
|
|
3365
|
-
"required": false
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
"description": "point a channel at a new branch",
|
|
3369
|
-
"flags": {
|
|
3370
|
-
"branch": {
|
|
3371
|
-
"description": "Name of the branch to point to",
|
|
3372
|
-
"name": "branch",
|
|
3164
|
+
"build-logger-level": {
|
|
3165
|
+
"description": "The level of logs to output during the build process. Defaults to \"info\".",
|
|
3166
|
+
"name": "build-logger-level",
|
|
3373
3167
|
"hasDynamicHelp": false,
|
|
3374
3168
|
"multiple": false,
|
|
3169
|
+
"options": [
|
|
3170
|
+
"trace",
|
|
3171
|
+
"debug",
|
|
3172
|
+
"info",
|
|
3173
|
+
"warn",
|
|
3174
|
+
"error",
|
|
3175
|
+
"fatal"
|
|
3176
|
+
],
|
|
3375
3177
|
"type": "option"
|
|
3376
3178
|
},
|
|
3179
|
+
"freeze-credentials": {
|
|
3180
|
+
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
3181
|
+
"name": "freeze-credentials",
|
|
3182
|
+
"allowNo": false,
|
|
3183
|
+
"type": "boolean"
|
|
3184
|
+
},
|
|
3185
|
+
"refresh-ad-hoc-provisioning-profile": {
|
|
3186
|
+
"description": "Refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials",
|
|
3187
|
+
"name": "refresh-ad-hoc-provisioning-profile",
|
|
3188
|
+
"allowNo": false,
|
|
3189
|
+
"type": "boolean"
|
|
3190
|
+
},
|
|
3191
|
+
"verbose-logs": {
|
|
3192
|
+
"description": "Use verbose logs for the build process",
|
|
3193
|
+
"name": "verbose-logs",
|
|
3194
|
+
"allowNo": false,
|
|
3195
|
+
"type": "boolean"
|
|
3196
|
+
},
|
|
3377
3197
|
"json": {
|
|
3378
3198
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3379
3199
|
"name": "json",
|
|
@@ -3390,7 +3210,7 @@
|
|
|
3390
3210
|
},
|
|
3391
3211
|
"hasDynamicHelp": false,
|
|
3392
3212
|
"hiddenAliases": [],
|
|
3393
|
-
"id": "
|
|
3213
|
+
"id": "build",
|
|
3394
3214
|
"pluginAlias": "eas-cli",
|
|
3395
3215
|
"pluginName": "eas-cli",
|
|
3396
3216
|
"pluginType": "core",
|
|
@@ -3437,86 +3257,87 @@
|
|
|
3437
3257
|
}
|
|
3438
3258
|
},
|
|
3439
3259
|
"contextDefinition": {
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3260
|
+
"loggedIn": {},
|
|
3261
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3262
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3263
|
+
"projectDir": {},
|
|
3264
|
+
"analytics": {},
|
|
3265
|
+
"vcsClient": {}
|
|
3442
3266
|
},
|
|
3443
3267
|
"isESM": false,
|
|
3444
3268
|
"relativePath": [
|
|
3445
3269
|
"build",
|
|
3446
3270
|
"commands",
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3271
|
+
"build",
|
|
3272
|
+
"index.js"
|
|
3449
3273
|
]
|
|
3450
3274
|
},
|
|
3451
|
-
"
|
|
3275
|
+
"build:inspect": {
|
|
3452
3276
|
"aliases": [],
|
|
3453
3277
|
"args": {},
|
|
3454
|
-
"description": "
|
|
3278
|
+
"description": "inspect the state of the project at specific build stages, useful for troubleshooting",
|
|
3455
3279
|
"flags": {
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3458
|
-
"name": "
|
|
3280
|
+
"platform": {
|
|
3281
|
+
"char": "p",
|
|
3282
|
+
"name": "platform",
|
|
3459
3283
|
"required": true,
|
|
3460
3284
|
"hasDynamicHelp": false,
|
|
3461
3285
|
"multiple": false,
|
|
3286
|
+
"options": [
|
|
3287
|
+
"android",
|
|
3288
|
+
"ios"
|
|
3289
|
+
],
|
|
3462
3290
|
"type": "option"
|
|
3463
3291
|
},
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3466
|
-
"
|
|
3467
|
-
"
|
|
3292
|
+
"profile": {
|
|
3293
|
+
"char": "e",
|
|
3294
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3295
|
+
"name": "profile",
|
|
3468
3296
|
"hasDynamicHelp": false,
|
|
3297
|
+
"helpValue": "PROFILE_NAME",
|
|
3469
3298
|
"multiple": false,
|
|
3470
3299
|
"type": "option"
|
|
3471
3300
|
},
|
|
3472
|
-
"
|
|
3473
|
-
"
|
|
3474
|
-
"
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
],
|
|
3478
|
-
"name": "days",
|
|
3301
|
+
"stage": {
|
|
3302
|
+
"char": "s",
|
|
3303
|
+
"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",
|
|
3304
|
+
"name": "stage",
|
|
3305
|
+
"required": true,
|
|
3479
3306
|
"hasDynamicHelp": false,
|
|
3480
3307
|
"multiple": false,
|
|
3481
|
-
"
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
"exclusive": [
|
|
3486
|
-
"days"
|
|
3308
|
+
"options": [
|
|
3309
|
+
"archive",
|
|
3310
|
+
"pre-build",
|
|
3311
|
+
"post-build"
|
|
3487
3312
|
],
|
|
3488
|
-
"name": "start",
|
|
3489
|
-
"hasDynamicHelp": false,
|
|
3490
|
-
"multiple": false,
|
|
3491
3313
|
"type": "option"
|
|
3492
3314
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
"name": "end",
|
|
3315
|
+
"output": {
|
|
3316
|
+
"char": "o",
|
|
3317
|
+
"description": "Output directory.",
|
|
3318
|
+
"name": "output",
|
|
3319
|
+
"required": true,
|
|
3499
3320
|
"hasDynamicHelp": false,
|
|
3321
|
+
"helpValue": "OUTPUT_DIRECTORY",
|
|
3500
3322
|
"multiple": false,
|
|
3501
3323
|
"type": "option"
|
|
3502
3324
|
},
|
|
3503
|
-
"
|
|
3504
|
-
"description": "
|
|
3505
|
-
"name": "
|
|
3325
|
+
"force": {
|
|
3326
|
+
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
3327
|
+
"name": "force",
|
|
3506
3328
|
"allowNo": false,
|
|
3507
3329
|
"type": "boolean"
|
|
3508
3330
|
},
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
"name": "
|
|
3512
|
-
"noCacheDefault": true,
|
|
3331
|
+
"verbose": {
|
|
3332
|
+
"char": "v",
|
|
3333
|
+
"name": "verbose",
|
|
3513
3334
|
"allowNo": false,
|
|
3514
3335
|
"type": "boolean"
|
|
3515
3336
|
}
|
|
3516
3337
|
},
|
|
3517
3338
|
"hasDynamicHelp": false,
|
|
3518
3339
|
"hiddenAliases": [],
|
|
3519
|
-
"id": "
|
|
3340
|
+
"id": "build:inspect",
|
|
3520
3341
|
"pluginAlias": "eas-cli",
|
|
3521
3342
|
"pluginName": "eas-cli",
|
|
3522
3343
|
"pluginType": "core",
|
|
@@ -3563,53 +3384,77 @@
|
|
|
3563
3384
|
}
|
|
3564
3385
|
},
|
|
3565
3386
|
"contextDefinition": {
|
|
3566
|
-
"
|
|
3567
|
-
"
|
|
3387
|
+
"loggedIn": {},
|
|
3388
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3389
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3390
|
+
"projectDir": {},
|
|
3391
|
+
"analytics": {},
|
|
3392
|
+
"vcsClient": {}
|
|
3568
3393
|
},
|
|
3569
3394
|
"isESM": false,
|
|
3570
3395
|
"relativePath": [
|
|
3571
3396
|
"build",
|
|
3572
3397
|
"commands",
|
|
3573
|
-
"
|
|
3574
|
-
"
|
|
3398
|
+
"build",
|
|
3399
|
+
"inspect.js"
|
|
3575
3400
|
]
|
|
3576
3401
|
},
|
|
3577
|
-
"
|
|
3402
|
+
"build:internal": {
|
|
3578
3403
|
"aliases": [],
|
|
3579
3404
|
"args": {},
|
|
3580
|
-
"description": "list all channels",
|
|
3581
3405
|
"flags": {
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3584
|
-
"name": "
|
|
3406
|
+
"platform": {
|
|
3407
|
+
"char": "p",
|
|
3408
|
+
"name": "platform",
|
|
3409
|
+
"required": true,
|
|
3585
3410
|
"hasDynamicHelp": false,
|
|
3586
3411
|
"multiple": false,
|
|
3412
|
+
"options": [
|
|
3413
|
+
"android",
|
|
3414
|
+
"ios"
|
|
3415
|
+
],
|
|
3587
3416
|
"type": "option"
|
|
3588
3417
|
},
|
|
3589
|
-
"
|
|
3590
|
-
"
|
|
3591
|
-
"
|
|
3418
|
+
"profile": {
|
|
3419
|
+
"char": "e",
|
|
3420
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3421
|
+
"name": "profile",
|
|
3592
3422
|
"hasDynamicHelp": false,
|
|
3423
|
+
"helpValue": "PROFILE_NAME",
|
|
3593
3424
|
"multiple": false,
|
|
3594
3425
|
"type": "option"
|
|
3595
3426
|
},
|
|
3596
|
-
"
|
|
3597
|
-
"description": "
|
|
3598
|
-
"
|
|
3427
|
+
"auto-submit": {
|
|
3428
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
3429
|
+
"exclusive": [
|
|
3430
|
+
"auto-submit-with-profile"
|
|
3431
|
+
],
|
|
3432
|
+
"name": "auto-submit",
|
|
3599
3433
|
"allowNo": false,
|
|
3600
3434
|
"type": "boolean"
|
|
3601
3435
|
},
|
|
3602
|
-
"
|
|
3603
|
-
"description": "
|
|
3604
|
-
"
|
|
3605
|
-
|
|
3436
|
+
"auto-submit-with-profile": {
|
|
3437
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
3438
|
+
"exclusive": [
|
|
3439
|
+
"auto-submit"
|
|
3440
|
+
],
|
|
3441
|
+
"name": "auto-submit-with-profile",
|
|
3442
|
+
"hasDynamicHelp": false,
|
|
3443
|
+
"helpValue": "PROFILE_NAME",
|
|
3444
|
+
"multiple": false,
|
|
3445
|
+
"type": "option"
|
|
3446
|
+
},
|
|
3447
|
+
"refresh-ad-hoc-provisioning-profile": {
|
|
3448
|
+
"description": "Refresh managed ad-hoc provisioning profiles from App Store Connect before gathering build credentials",
|
|
3449
|
+
"name": "refresh-ad-hoc-provisioning-profile",
|
|
3606
3450
|
"allowNo": false,
|
|
3607
3451
|
"type": "boolean"
|
|
3608
3452
|
}
|
|
3609
3453
|
},
|
|
3610
3454
|
"hasDynamicHelp": false,
|
|
3455
|
+
"hidden": true,
|
|
3611
3456
|
"hiddenAliases": [],
|
|
3612
|
-
"id": "
|
|
3457
|
+
"id": "build:internal",
|
|
3613
3458
|
"pluginAlias": "eas-cli",
|
|
3614
3459
|
"pluginName": "eas-cli",
|
|
3615
3460
|
"pluginType": "core",
|
|
@@ -3656,31 +3501,161 @@
|
|
|
3656
3501
|
}
|
|
3657
3502
|
},
|
|
3658
3503
|
"contextDefinition": {
|
|
3659
|
-
"
|
|
3660
|
-
"
|
|
3504
|
+
"loggedIn": {},
|
|
3505
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3506
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3507
|
+
"projectDir": {},
|
|
3508
|
+
"analytics": {},
|
|
3509
|
+
"vcsClient": {}
|
|
3661
3510
|
},
|
|
3662
3511
|
"isESM": false,
|
|
3663
3512
|
"relativePath": [
|
|
3664
3513
|
"build",
|
|
3665
3514
|
"commands",
|
|
3666
|
-
"
|
|
3667
|
-
"
|
|
3515
|
+
"build",
|
|
3516
|
+
"internal.js"
|
|
3668
3517
|
]
|
|
3669
3518
|
},
|
|
3670
|
-
"
|
|
3519
|
+
"build:list": {
|
|
3671
3520
|
"aliases": [],
|
|
3672
|
-
"args": {
|
|
3673
|
-
|
|
3674
|
-
"description": "Name of the channel to edit",
|
|
3675
|
-
"name": "name",
|
|
3676
|
-
"required": false
|
|
3677
|
-
}
|
|
3678
|
-
},
|
|
3679
|
-
"description": "pause a channel to stop it from sending updates",
|
|
3521
|
+
"args": {},
|
|
3522
|
+
"description": "list all builds for your project",
|
|
3680
3523
|
"flags": {
|
|
3681
|
-
"
|
|
3682
|
-
"
|
|
3683
|
-
"name": "
|
|
3524
|
+
"platform": {
|
|
3525
|
+
"char": "p",
|
|
3526
|
+
"name": "platform",
|
|
3527
|
+
"hasDynamicHelp": false,
|
|
3528
|
+
"multiple": false,
|
|
3529
|
+
"options": [
|
|
3530
|
+
"android",
|
|
3531
|
+
"ios",
|
|
3532
|
+
"all"
|
|
3533
|
+
],
|
|
3534
|
+
"type": "option"
|
|
3535
|
+
},
|
|
3536
|
+
"status": {
|
|
3537
|
+
"description": "Filter only builds with the specified status",
|
|
3538
|
+
"name": "status",
|
|
3539
|
+
"hasDynamicHelp": false,
|
|
3540
|
+
"multiple": false,
|
|
3541
|
+
"options": [
|
|
3542
|
+
"new",
|
|
3543
|
+
"in-queue",
|
|
3544
|
+
"in-progress",
|
|
3545
|
+
"pending-cancel",
|
|
3546
|
+
"errored",
|
|
3547
|
+
"finished",
|
|
3548
|
+
"canceled"
|
|
3549
|
+
],
|
|
3550
|
+
"type": "option"
|
|
3551
|
+
},
|
|
3552
|
+
"distribution": {
|
|
3553
|
+
"description": "Filter only builds with the specified distribution type",
|
|
3554
|
+
"name": "distribution",
|
|
3555
|
+
"hasDynamicHelp": false,
|
|
3556
|
+
"multiple": false,
|
|
3557
|
+
"options": [
|
|
3558
|
+
"store",
|
|
3559
|
+
"internal",
|
|
3560
|
+
"simulator"
|
|
3561
|
+
],
|
|
3562
|
+
"type": "option"
|
|
3563
|
+
},
|
|
3564
|
+
"channel": {
|
|
3565
|
+
"name": "channel",
|
|
3566
|
+
"hasDynamicHelp": false,
|
|
3567
|
+
"multiple": false,
|
|
3568
|
+
"type": "option"
|
|
3569
|
+
},
|
|
3570
|
+
"app-version": {
|
|
3571
|
+
"aliases": [
|
|
3572
|
+
"appVersion"
|
|
3573
|
+
],
|
|
3574
|
+
"description": "Filter only builds created with the specified main app version",
|
|
3575
|
+
"name": "app-version",
|
|
3576
|
+
"hasDynamicHelp": false,
|
|
3577
|
+
"multiple": false,
|
|
3578
|
+
"type": "option"
|
|
3579
|
+
},
|
|
3580
|
+
"app-build-version": {
|
|
3581
|
+
"aliases": [
|
|
3582
|
+
"appBuildVersion"
|
|
3583
|
+
],
|
|
3584
|
+
"description": "Filter only builds created with the specified app build version",
|
|
3585
|
+
"name": "app-build-version",
|
|
3586
|
+
"hasDynamicHelp": false,
|
|
3587
|
+
"multiple": false,
|
|
3588
|
+
"type": "option"
|
|
3589
|
+
},
|
|
3590
|
+
"sdk-version": {
|
|
3591
|
+
"aliases": [
|
|
3592
|
+
"sdkVersion"
|
|
3593
|
+
],
|
|
3594
|
+
"description": "Filter only builds created with the specified Expo SDK version",
|
|
3595
|
+
"name": "sdk-version",
|
|
3596
|
+
"hasDynamicHelp": false,
|
|
3597
|
+
"multiple": false,
|
|
3598
|
+
"type": "option"
|
|
3599
|
+
},
|
|
3600
|
+
"runtime-version": {
|
|
3601
|
+
"aliases": [
|
|
3602
|
+
"runtimeVersion"
|
|
3603
|
+
],
|
|
3604
|
+
"description": "Filter only builds created with the specified runtime version",
|
|
3605
|
+
"name": "runtime-version",
|
|
3606
|
+
"hasDynamicHelp": false,
|
|
3607
|
+
"multiple": false,
|
|
3608
|
+
"type": "option"
|
|
3609
|
+
},
|
|
3610
|
+
"app-identifier": {
|
|
3611
|
+
"aliases": [
|
|
3612
|
+
"appIdentifier"
|
|
3613
|
+
],
|
|
3614
|
+
"description": "Filter only builds created with the specified app identifier",
|
|
3615
|
+
"name": "app-identifier",
|
|
3616
|
+
"hasDynamicHelp": false,
|
|
3617
|
+
"multiple": false,
|
|
3618
|
+
"type": "option"
|
|
3619
|
+
},
|
|
3620
|
+
"build-profile": {
|
|
3621
|
+
"aliases": [
|
|
3622
|
+
"profile",
|
|
3623
|
+
"buildProfile"
|
|
3624
|
+
],
|
|
3625
|
+
"char": "e",
|
|
3626
|
+
"description": "Filter only builds created with the specified build profile",
|
|
3627
|
+
"name": "build-profile",
|
|
3628
|
+
"hasDynamicHelp": false,
|
|
3629
|
+
"multiple": false,
|
|
3630
|
+
"type": "option"
|
|
3631
|
+
},
|
|
3632
|
+
"git-commit-hash": {
|
|
3633
|
+
"aliases": [
|
|
3634
|
+
"gitCommitHash"
|
|
3635
|
+
],
|
|
3636
|
+
"description": "Filter only builds created with the specified git commit hash",
|
|
3637
|
+
"name": "git-commit-hash",
|
|
3638
|
+
"hasDynamicHelp": false,
|
|
3639
|
+
"multiple": false,
|
|
3640
|
+
"type": "option"
|
|
3641
|
+
},
|
|
3642
|
+
"fingerprint-hash": {
|
|
3643
|
+
"description": "Filter only builds with the specified fingerprint hash",
|
|
3644
|
+
"name": "fingerprint-hash",
|
|
3645
|
+
"hasDynamicHelp": false,
|
|
3646
|
+
"multiple": false,
|
|
3647
|
+
"type": "option"
|
|
3648
|
+
},
|
|
3649
|
+
"offset": {
|
|
3650
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3651
|
+
"name": "offset",
|
|
3652
|
+
"hasDynamicHelp": false,
|
|
3653
|
+
"multiple": false,
|
|
3654
|
+
"type": "option"
|
|
3655
|
+
},
|
|
3656
|
+
"limit": {
|
|
3657
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
|
|
3658
|
+
"name": "limit",
|
|
3684
3659
|
"hasDynamicHelp": false,
|
|
3685
3660
|
"multiple": false,
|
|
3686
3661
|
"type": "option"
|
|
@@ -3697,11 +3672,17 @@
|
|
|
3697
3672
|
"noCacheDefault": true,
|
|
3698
3673
|
"allowNo": false,
|
|
3699
3674
|
"type": "boolean"
|
|
3675
|
+
},
|
|
3676
|
+
"simulator": {
|
|
3677
|
+
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
3678
|
+
"name": "simulator",
|
|
3679
|
+
"allowNo": false,
|
|
3680
|
+
"type": "boolean"
|
|
3700
3681
|
}
|
|
3701
3682
|
},
|
|
3702
3683
|
"hasDynamicHelp": false,
|
|
3703
3684
|
"hiddenAliases": [],
|
|
3704
|
-
"id": "
|
|
3685
|
+
"id": "build:list",
|
|
3705
3686
|
"pluginAlias": "eas-cli",
|
|
3706
3687
|
"pluginName": "eas-cli",
|
|
3707
3688
|
"pluginType": "core",
|
|
@@ -3749,30 +3730,76 @@
|
|
|
3749
3730
|
},
|
|
3750
3731
|
"contextDefinition": {
|
|
3751
3732
|
"projectId": {},
|
|
3752
|
-
"loggedIn": {}
|
|
3733
|
+
"loggedIn": {},
|
|
3734
|
+
"vcsClient": {}
|
|
3753
3735
|
},
|
|
3754
3736
|
"isESM": false,
|
|
3755
3737
|
"relativePath": [
|
|
3756
3738
|
"build",
|
|
3757
3739
|
"commands",
|
|
3758
|
-
"
|
|
3759
|
-
"
|
|
3740
|
+
"build",
|
|
3741
|
+
"list.js"
|
|
3760
3742
|
]
|
|
3761
3743
|
},
|
|
3762
|
-
"
|
|
3744
|
+
"build:resign": {
|
|
3763
3745
|
"aliases": [],
|
|
3764
|
-
"args": {
|
|
3765
|
-
|
|
3766
|
-
"description": "Name of the channel to edit",
|
|
3767
|
-
"name": "name",
|
|
3768
|
-
"required": false
|
|
3769
|
-
}
|
|
3770
|
-
},
|
|
3771
|
-
"description": "resume a channel to start sending updates",
|
|
3746
|
+
"args": {},
|
|
3747
|
+
"description": "re-sign a build archive",
|
|
3772
3748
|
"flags": {
|
|
3773
|
-
"
|
|
3774
|
-
"
|
|
3775
|
-
"name": "
|
|
3749
|
+
"platform": {
|
|
3750
|
+
"char": "p",
|
|
3751
|
+
"name": "platform",
|
|
3752
|
+
"hasDynamicHelp": false,
|
|
3753
|
+
"multiple": false,
|
|
3754
|
+
"options": [
|
|
3755
|
+
"android",
|
|
3756
|
+
"ios"
|
|
3757
|
+
],
|
|
3758
|
+
"type": "option"
|
|
3759
|
+
},
|
|
3760
|
+
"target-profile": {
|
|
3761
|
+
"aliases": [
|
|
3762
|
+
"profile"
|
|
3763
|
+
],
|
|
3764
|
+
"char": "e",
|
|
3765
|
+
"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.",
|
|
3766
|
+
"name": "target-profile",
|
|
3767
|
+
"hasDynamicHelp": false,
|
|
3768
|
+
"helpValue": "PROFILE_NAME",
|
|
3769
|
+
"multiple": false,
|
|
3770
|
+
"type": "option"
|
|
3771
|
+
},
|
|
3772
|
+
"source-profile": {
|
|
3773
|
+
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
3774
|
+
"name": "source-profile",
|
|
3775
|
+
"hasDynamicHelp": false,
|
|
3776
|
+
"helpValue": "PROFILE_NAME",
|
|
3777
|
+
"multiple": false,
|
|
3778
|
+
"type": "option"
|
|
3779
|
+
},
|
|
3780
|
+
"wait": {
|
|
3781
|
+
"description": "Wait for build(s) to complete.",
|
|
3782
|
+
"name": "wait",
|
|
3783
|
+
"allowNo": true,
|
|
3784
|
+
"type": "boolean"
|
|
3785
|
+
},
|
|
3786
|
+
"id": {
|
|
3787
|
+
"description": "ID of the build to re-sign.",
|
|
3788
|
+
"name": "id",
|
|
3789
|
+
"hasDynamicHelp": false,
|
|
3790
|
+
"multiple": false,
|
|
3791
|
+
"type": "option"
|
|
3792
|
+
},
|
|
3793
|
+
"offset": {
|
|
3794
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3795
|
+
"name": "offset",
|
|
3796
|
+
"hasDynamicHelp": false,
|
|
3797
|
+
"multiple": false,
|
|
3798
|
+
"type": "option"
|
|
3799
|
+
},
|
|
3800
|
+
"limit": {
|
|
3801
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3802
|
+
"name": "limit",
|
|
3776
3803
|
"hasDynamicHelp": false,
|
|
3777
3804
|
"multiple": false,
|
|
3778
3805
|
"type": "option"
|
|
@@ -3793,7 +3820,7 @@
|
|
|
3793
3820
|
},
|
|
3794
3821
|
"hasDynamicHelp": false,
|
|
3795
3822
|
"hiddenAliases": [],
|
|
3796
|
-
"id": "
|
|
3823
|
+
"id": "build:resign",
|
|
3797
3824
|
"pluginAlias": "eas-cli",
|
|
3798
3825
|
"pluginName": "eas-cli",
|
|
3799
3826
|
"pluginType": "core",
|
|
@@ -3840,121 +3867,116 @@
|
|
|
3840
3867
|
}
|
|
3841
3868
|
},
|
|
3842
3869
|
"contextDefinition": {
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3870
|
+
"loggedIn": {},
|
|
3871
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3872
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3873
|
+
"projectDir": {},
|
|
3874
|
+
"analytics": {},
|
|
3875
|
+
"vcsClient": {}
|
|
3845
3876
|
},
|
|
3846
3877
|
"isESM": false,
|
|
3847
3878
|
"relativePath": [
|
|
3848
3879
|
"build",
|
|
3849
3880
|
"commands",
|
|
3850
|
-
"
|
|
3851
|
-
"
|
|
3881
|
+
"build",
|
|
3882
|
+
"resign.js"
|
|
3852
3883
|
]
|
|
3853
3884
|
},
|
|
3854
|
-
"
|
|
3885
|
+
"build:run": {
|
|
3855
3886
|
"aliases": [],
|
|
3856
|
-
"args": {
|
|
3857
|
-
|
|
3858
|
-
"description": "channel on which the rollout should be done",
|
|
3859
|
-
"name": "channel"
|
|
3860
|
-
}
|
|
3861
|
-
},
|
|
3862
|
-
"description": "Roll a new branch out on a channel incrementally.",
|
|
3887
|
+
"args": {},
|
|
3888
|
+
"description": "run simulator/emulator builds from eas-cli",
|
|
3863
3889
|
"flags": {
|
|
3864
|
-
"
|
|
3865
|
-
"description": "
|
|
3866
|
-
"
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
"flags": [
|
|
3871
|
-
{
|
|
3872
|
-
"name": "percent"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"name": "outcome"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "branch"
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"name": "runtime-version"
|
|
3882
|
-
}
|
|
3883
|
-
]
|
|
3884
|
-
}
|
|
3890
|
+
"latest": {
|
|
3891
|
+
"description": "Run the latest simulator/emulator build for specified platform",
|
|
3892
|
+
"exclusive": [
|
|
3893
|
+
"id",
|
|
3894
|
+
"path",
|
|
3895
|
+
"url"
|
|
3885
3896
|
],
|
|
3886
|
-
"
|
|
3897
|
+
"name": "latest",
|
|
3898
|
+
"allowNo": false,
|
|
3899
|
+
"type": "boolean"
|
|
3900
|
+
},
|
|
3901
|
+
"url": {
|
|
3902
|
+
"description": "Simulator/Emulator build archive url",
|
|
3903
|
+
"exclusive": [
|
|
3904
|
+
"latest",
|
|
3905
|
+
"id",
|
|
3906
|
+
"path"
|
|
3907
|
+
],
|
|
3908
|
+
"name": "url",
|
|
3887
3909
|
"hasDynamicHelp": false,
|
|
3888
3910
|
"multiple": false,
|
|
3889
|
-
"
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3911
|
+
"type": "option"
|
|
3912
|
+
},
|
|
3913
|
+
"path": {
|
|
3914
|
+
"description": "Path to the simulator/emulator build archive or app",
|
|
3915
|
+
"exclusive": [
|
|
3916
|
+
"latest",
|
|
3917
|
+
"id",
|
|
3918
|
+
"url"
|
|
3894
3919
|
],
|
|
3920
|
+
"name": "path",
|
|
3921
|
+
"hasDynamicHelp": false,
|
|
3922
|
+
"multiple": false,
|
|
3895
3923
|
"type": "option"
|
|
3896
3924
|
},
|
|
3897
|
-
"
|
|
3898
|
-
"description": "
|
|
3899
|
-
"
|
|
3900
|
-
|
|
3925
|
+
"id": {
|
|
3926
|
+
"description": "ID of the simulator/emulator build to run",
|
|
3927
|
+
"exclusive": [
|
|
3928
|
+
"latest, path, url"
|
|
3929
|
+
],
|
|
3930
|
+
"name": "id",
|
|
3901
3931
|
"hasDynamicHelp": false,
|
|
3902
3932
|
"multiple": false,
|
|
3903
3933
|
"type": "option"
|
|
3904
3934
|
},
|
|
3905
|
-
"
|
|
3906
|
-
"
|
|
3907
|
-
"name": "
|
|
3908
|
-
"required": false,
|
|
3935
|
+
"platform": {
|
|
3936
|
+
"char": "p",
|
|
3937
|
+
"name": "platform",
|
|
3909
3938
|
"hasDynamicHelp": false,
|
|
3910
3939
|
"multiple": false,
|
|
3911
3940
|
"options": [
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
3941
|
+
"android",
|
|
3942
|
+
"ios"
|
|
3914
3943
|
],
|
|
3915
3944
|
"type": "option"
|
|
3916
3945
|
},
|
|
3917
|
-
"
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3920
|
-
"
|
|
3946
|
+
"profile": {
|
|
3947
|
+
"char": "e",
|
|
3948
|
+
"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.",
|
|
3949
|
+
"name": "profile",
|
|
3921
3950
|
"hasDynamicHelp": false,
|
|
3951
|
+
"helpValue": "PROFILE_NAME",
|
|
3922
3952
|
"multiple": false,
|
|
3923
3953
|
"type": "option"
|
|
3924
3954
|
},
|
|
3925
|
-
"
|
|
3926
|
-
"description": "
|
|
3927
|
-
"name": "
|
|
3928
|
-
"required": false,
|
|
3955
|
+
"simulator": {
|
|
3956
|
+
"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.",
|
|
3957
|
+
"name": "simulator",
|
|
3929
3958
|
"hasDynamicHelp": false,
|
|
3930
3959
|
"multiple": false,
|
|
3931
3960
|
"type": "option"
|
|
3932
3961
|
},
|
|
3933
|
-
"
|
|
3934
|
-
"description": "
|
|
3935
|
-
"name": "
|
|
3936
|
-
"required": false,
|
|
3962
|
+
"offset": {
|
|
3963
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3964
|
+
"name": "offset",
|
|
3937
3965
|
"hasDynamicHelp": false,
|
|
3938
3966
|
"multiple": false,
|
|
3939
3967
|
"type": "option"
|
|
3940
3968
|
},
|
|
3941
|
-
"
|
|
3942
|
-
"description": "
|
|
3943
|
-
"name": "
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3946
|
-
|
|
3947
|
-
"non-interactive": {
|
|
3948
|
-
"description": "Run the command in non-interactive mode.",
|
|
3949
|
-
"name": "non-interactive",
|
|
3950
|
-
"noCacheDefault": true,
|
|
3951
|
-
"allowNo": false,
|
|
3952
|
-
"type": "boolean"
|
|
3969
|
+
"limit": {
|
|
3970
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3971
|
+
"name": "limit",
|
|
3972
|
+
"hasDynamicHelp": false,
|
|
3973
|
+
"multiple": false,
|
|
3974
|
+
"type": "option"
|
|
3953
3975
|
}
|
|
3954
3976
|
},
|
|
3955
3977
|
"hasDynamicHelp": false,
|
|
3956
3978
|
"hiddenAliases": [],
|
|
3957
|
-
"id": "
|
|
3979
|
+
"id": "build:run",
|
|
3958
3980
|
"pluginAlias": "eas-cli",
|
|
3959
3981
|
"pluginName": "eas-cli",
|
|
3960
3982
|
"pluginType": "core",
|
|
@@ -4002,59 +4024,36 @@
|
|
|
4002
4024
|
},
|
|
4003
4025
|
"contextDefinition": {
|
|
4004
4026
|
"loggedIn": {},
|
|
4005
|
-
"
|
|
4027
|
+
"projectId": {},
|
|
4006
4028
|
"vcsClient": {}
|
|
4007
4029
|
},
|
|
4008
4030
|
"isESM": false,
|
|
4009
4031
|
"relativePath": [
|
|
4010
4032
|
"build",
|
|
4011
4033
|
"commands",
|
|
4012
|
-
"
|
|
4013
|
-
"
|
|
4034
|
+
"build",
|
|
4035
|
+
"run.js"
|
|
4014
4036
|
]
|
|
4015
4037
|
},
|
|
4016
|
-
"
|
|
4038
|
+
"build:view": {
|
|
4017
4039
|
"aliases": [],
|
|
4018
4040
|
"args": {
|
|
4019
|
-
"
|
|
4020
|
-
"
|
|
4021
|
-
"name": "name",
|
|
4022
|
-
"required": false
|
|
4041
|
+
"BUILD_ID": {
|
|
4042
|
+
"name": "BUILD_ID"
|
|
4023
4043
|
}
|
|
4024
4044
|
},
|
|
4025
|
-
"description": "view a
|
|
4045
|
+
"description": "view a build for your project",
|
|
4026
4046
|
"flags": {
|
|
4027
4047
|
"json": {
|
|
4028
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
4048
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
4029
4049
|
"name": "json",
|
|
4030
4050
|
"allowNo": false,
|
|
4031
4051
|
"type": "boolean"
|
|
4032
|
-
},
|
|
4033
|
-
"non-interactive": {
|
|
4034
|
-
"description": "Run the command in non-interactive mode.",
|
|
4035
|
-
"name": "non-interactive",
|
|
4036
|
-
"noCacheDefault": true,
|
|
4037
|
-
"allowNo": false,
|
|
4038
|
-
"type": "boolean"
|
|
4039
|
-
},
|
|
4040
|
-
"offset": {
|
|
4041
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
4042
|
-
"name": "offset",
|
|
4043
|
-
"hasDynamicHelp": false,
|
|
4044
|
-
"multiple": false,
|
|
4045
|
-
"type": "option"
|
|
4046
|
-
},
|
|
4047
|
-
"limit": {
|
|
4048
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
4049
|
-
"name": "limit",
|
|
4050
|
-
"hasDynamicHelp": false,
|
|
4051
|
-
"multiple": false,
|
|
4052
|
-
"type": "option"
|
|
4053
4052
|
}
|
|
4054
4053
|
},
|
|
4055
4054
|
"hasDynamicHelp": false,
|
|
4056
4055
|
"hiddenAliases": [],
|
|
4057
|
-
"id": "
|
|
4056
|
+
"id": "build:view",
|
|
4058
4057
|
"pluginAlias": "eas-cli",
|
|
4059
4058
|
"pluginName": "eas-cli",
|
|
4060
4059
|
"pluginType": "core",
|
|
@@ -4102,13 +4101,14 @@
|
|
|
4102
4101
|
},
|
|
4103
4102
|
"contextDefinition": {
|
|
4104
4103
|
"projectId": {},
|
|
4105
|
-
"loggedIn": {}
|
|
4104
|
+
"loggedIn": {},
|
|
4105
|
+
"vcsClient": {}
|
|
4106
4106
|
},
|
|
4107
4107
|
"isESM": false,
|
|
4108
4108
|
"relativePath": [
|
|
4109
4109
|
"build",
|
|
4110
4110
|
"commands",
|
|
4111
|
-
"
|
|
4111
|
+
"build",
|
|
4112
4112
|
"view.js"
|
|
4113
4113
|
]
|
|
4114
4114
|
},
|
|
@@ -4283,17 +4283,38 @@
|
|
|
4283
4283
|
"index.js"
|
|
4284
4284
|
]
|
|
4285
4285
|
},
|
|
4286
|
-
"
|
|
4287
|
-
"aliases": [
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
"
|
|
4286
|
+
"deploy:delete": {
|
|
4287
|
+
"aliases": [
|
|
4288
|
+
"worker:delete"
|
|
4289
|
+
],
|
|
4290
|
+
"args": {
|
|
4291
|
+
"DEPLOYMENT_ID": {
|
|
4292
|
+
"name": "DEPLOYMENT_ID"
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
"description": "Delete a deployment.",
|
|
4296
|
+
"flags": {
|
|
4297
|
+
"json": {
|
|
4298
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4299
|
+
"name": "json",
|
|
4300
|
+
"allowNo": false,
|
|
4301
|
+
"type": "boolean"
|
|
4302
|
+
},
|
|
4303
|
+
"non-interactive": {
|
|
4304
|
+
"description": "Run the command in non-interactive mode.",
|
|
4305
|
+
"name": "non-interactive",
|
|
4306
|
+
"noCacheDefault": true,
|
|
4307
|
+
"allowNo": false,
|
|
4308
|
+
"type": "boolean"
|
|
4309
|
+
}
|
|
4310
|
+
},
|
|
4291
4311
|
"hasDynamicHelp": false,
|
|
4292
4312
|
"hiddenAliases": [],
|
|
4293
|
-
"id": "
|
|
4313
|
+
"id": "deploy:delete",
|
|
4294
4314
|
"pluginAlias": "eas-cli",
|
|
4295
4315
|
"pluginName": "eas-cli",
|
|
4296
4316
|
"pluginType": "core",
|
|
4317
|
+
"state": "preview",
|
|
4297
4318
|
"strict": true,
|
|
4298
4319
|
"enableJsonFlag": false,
|
|
4299
4320
|
"ContextOptions": {
|
|
@@ -4337,32 +4358,75 @@
|
|
|
4337
4358
|
}
|
|
4338
4359
|
},
|
|
4339
4360
|
"contextDefinition": {
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4361
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
4362
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
4363
|
+
"projectDir": {},
|
|
4364
|
+
"loggedIn": {}
|
|
4342
4365
|
},
|
|
4343
4366
|
"isESM": false,
|
|
4344
4367
|
"relativePath": [
|
|
4345
4368
|
"build",
|
|
4346
4369
|
"commands",
|
|
4347
|
-
"
|
|
4348
|
-
"
|
|
4370
|
+
"deploy",
|
|
4371
|
+
"delete.js"
|
|
4349
4372
|
]
|
|
4350
4373
|
},
|
|
4351
|
-
"
|
|
4352
|
-
"aliases": [
|
|
4374
|
+
"deploy": {
|
|
4375
|
+
"aliases": [
|
|
4376
|
+
"worker:deploy"
|
|
4377
|
+
],
|
|
4353
4378
|
"args": {},
|
|
4354
|
-
"description": "
|
|
4379
|
+
"description": "deploy your Expo Router web build and API Routes",
|
|
4355
4380
|
"flags": {
|
|
4356
|
-
"
|
|
4357
|
-
"
|
|
4358
|
-
|
|
4381
|
+
"prod": {
|
|
4382
|
+
"aliases": [
|
|
4383
|
+
"production"
|
|
4384
|
+
],
|
|
4385
|
+
"description": "Create a new production deployment.",
|
|
4386
|
+
"name": "prod",
|
|
4387
|
+
"allowNo": false,
|
|
4388
|
+
"type": "boolean"
|
|
4389
|
+
},
|
|
4390
|
+
"alias": {
|
|
4391
|
+
"description": "Custom alias to assign to the new deployment.",
|
|
4392
|
+
"name": "alias",
|
|
4359
4393
|
"hasDynamicHelp": false,
|
|
4394
|
+
"helpValue": "name",
|
|
4360
4395
|
"multiple": false,
|
|
4361
4396
|
"type": "option"
|
|
4362
4397
|
},
|
|
4363
|
-
"
|
|
4364
|
-
"description": "
|
|
4365
|
-
"name": "
|
|
4398
|
+
"id": {
|
|
4399
|
+
"description": "Custom unique identifier for the new deployment.",
|
|
4400
|
+
"name": "id",
|
|
4401
|
+
"hasDynamicHelp": false,
|
|
4402
|
+
"helpValue": "xyz123",
|
|
4403
|
+
"multiple": false,
|
|
4404
|
+
"type": "option"
|
|
4405
|
+
},
|
|
4406
|
+
"export-dir": {
|
|
4407
|
+
"description": "Directory where the Expo project was exported.",
|
|
4408
|
+
"name": "export-dir",
|
|
4409
|
+
"default": "dist",
|
|
4410
|
+
"hasDynamicHelp": false,
|
|
4411
|
+
"helpValue": "dir",
|
|
4412
|
+
"multiple": false,
|
|
4413
|
+
"type": "option"
|
|
4414
|
+
},
|
|
4415
|
+
"dry-run": {
|
|
4416
|
+
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
4417
|
+
"name": "dry-run",
|
|
4418
|
+
"allowNo": false,
|
|
4419
|
+
"type": "boolean"
|
|
4420
|
+
},
|
|
4421
|
+
"source-maps": {
|
|
4422
|
+
"description": "Include source maps in the deployment.",
|
|
4423
|
+
"name": "source-maps",
|
|
4424
|
+
"allowNo": true,
|
|
4425
|
+
"type": "boolean"
|
|
4426
|
+
},
|
|
4427
|
+
"environment": {
|
|
4428
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4429
|
+
"name": "environment",
|
|
4366
4430
|
"hasDynamicHelp": false,
|
|
4367
4431
|
"multiple": false,
|
|
4368
4432
|
"type": "option"
|
|
@@ -4383,11 +4447,16 @@
|
|
|
4383
4447
|
},
|
|
4384
4448
|
"hasDynamicHelp": false,
|
|
4385
4449
|
"hiddenAliases": [],
|
|
4386
|
-
"id": "
|
|
4450
|
+
"id": "deploy",
|
|
4387
4451
|
"pluginAlias": "eas-cli",
|
|
4388
4452
|
"pluginName": "eas-cli",
|
|
4389
4453
|
"pluginType": "core",
|
|
4454
|
+
"state": "preview",
|
|
4390
4455
|
"strict": true,
|
|
4456
|
+
"usage": [
|
|
4457
|
+
"deploy [options]",
|
|
4458
|
+
"deploy --prod"
|
|
4459
|
+
],
|
|
4391
4460
|
"enableJsonFlag": false,
|
|
4392
4461
|
"ContextOptions": {
|
|
4393
4462
|
"LoggedIn": {
|
|
@@ -4430,59 +4499,27 @@
|
|
|
4430
4499
|
}
|
|
4431
4500
|
},
|
|
4432
4501
|
"contextDefinition": {
|
|
4433
|
-
"
|
|
4502
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
4503
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
4504
|
+
"projectDir": {},
|
|
4434
4505
|
"loggedIn": {}
|
|
4435
4506
|
},
|
|
4436
4507
|
"isESM": false,
|
|
4437
4508
|
"relativePath": [
|
|
4438
4509
|
"build",
|
|
4439
4510
|
"commands",
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4511
|
+
"deploy",
|
|
4512
|
+
"index.js"
|
|
4442
4513
|
]
|
|
4443
4514
|
},
|
|
4444
|
-
"device:
|
|
4515
|
+
"device:create": {
|
|
4445
4516
|
"aliases": [],
|
|
4446
4517
|
"args": {},
|
|
4447
|
-
"description": "
|
|
4448
|
-
"flags": {
|
|
4449
|
-
"apple-team-id": {
|
|
4450
|
-
"name": "apple-team-id",
|
|
4451
|
-
"hasDynamicHelp": false,
|
|
4452
|
-
"multiple": false,
|
|
4453
|
-
"type": "option"
|
|
4454
|
-
},
|
|
4455
|
-
"offset": {
|
|
4456
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
4457
|
-
"name": "offset",
|
|
4458
|
-
"hasDynamicHelp": false,
|
|
4459
|
-
"multiple": false,
|
|
4460
|
-
"type": "option"
|
|
4461
|
-
},
|
|
4462
|
-
"limit": {
|
|
4463
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
4464
|
-
"name": "limit",
|
|
4465
|
-
"hasDynamicHelp": false,
|
|
4466
|
-
"multiple": false,
|
|
4467
|
-
"type": "option"
|
|
4468
|
-
},
|
|
4469
|
-
"json": {
|
|
4470
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4471
|
-
"name": "json",
|
|
4472
|
-
"allowNo": false,
|
|
4473
|
-
"type": "boolean"
|
|
4474
|
-
},
|
|
4475
|
-
"non-interactive": {
|
|
4476
|
-
"description": "Run the command in non-interactive mode.",
|
|
4477
|
-
"name": "non-interactive",
|
|
4478
|
-
"noCacheDefault": true,
|
|
4479
|
-
"allowNo": false,
|
|
4480
|
-
"type": "boolean"
|
|
4481
|
-
}
|
|
4482
|
-
},
|
|
4518
|
+
"description": "register new Apple Devices to use for internal distribution",
|
|
4519
|
+
"flags": {},
|
|
4483
4520
|
"hasDynamicHelp": false,
|
|
4484
4521
|
"hiddenAliases": [],
|
|
4485
|
-
"id": "device:
|
|
4522
|
+
"id": "device:create",
|
|
4486
4523
|
"pluginAlias": "eas-cli",
|
|
4487
4524
|
"pluginName": "eas-cli",
|
|
4488
4525
|
"pluginType": "core",
|
|
@@ -4529,21 +4566,21 @@
|
|
|
4529
4566
|
}
|
|
4530
4567
|
},
|
|
4531
4568
|
"contextDefinition": {
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4569
|
+
"loggedIn": {},
|
|
4570
|
+
"optionalPrivateProjectConfig": {}
|
|
4534
4571
|
},
|
|
4535
4572
|
"isESM": false,
|
|
4536
4573
|
"relativePath": [
|
|
4537
4574
|
"build",
|
|
4538
4575
|
"commands",
|
|
4539
4576
|
"device",
|
|
4540
|
-
"
|
|
4577
|
+
"create.js"
|
|
4541
4578
|
]
|
|
4542
4579
|
},
|
|
4543
|
-
"device:
|
|
4580
|
+
"device:delete": {
|
|
4544
4581
|
"aliases": [],
|
|
4545
4582
|
"args": {},
|
|
4546
|
-
"description": "
|
|
4583
|
+
"description": "remove a registered device from your account",
|
|
4547
4584
|
"flags": {
|
|
4548
4585
|
"apple-team-id": {
|
|
4549
4586
|
"description": "The Apple team ID on which to find the device",
|
|
@@ -4553,19 +4590,12 @@
|
|
|
4553
4590
|
"type": "option"
|
|
4554
4591
|
},
|
|
4555
4592
|
"udid": {
|
|
4556
|
-
"description": "The Apple device ID to
|
|
4593
|
+
"description": "The Apple device ID to disable",
|
|
4557
4594
|
"name": "udid",
|
|
4558
4595
|
"hasDynamicHelp": false,
|
|
4559
4596
|
"multiple": false,
|
|
4560
4597
|
"type": "option"
|
|
4561
4598
|
},
|
|
4562
|
-
"name": {
|
|
4563
|
-
"description": "The new name for the device",
|
|
4564
|
-
"name": "name",
|
|
4565
|
-
"hasDynamicHelp": false,
|
|
4566
|
-
"multiple": false,
|
|
4567
|
-
"type": "option"
|
|
4568
|
-
},
|
|
4569
4599
|
"json": {
|
|
4570
4600
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4571
4601
|
"name": "json",
|
|
@@ -4582,7 +4612,7 @@
|
|
|
4582
4612
|
},
|
|
4583
4613
|
"hasDynamicHelp": false,
|
|
4584
4614
|
"hiddenAliases": [],
|
|
4585
|
-
"id": "device:
|
|
4615
|
+
"id": "device:delete",
|
|
4586
4616
|
"pluginAlias": "eas-cli",
|
|
4587
4617
|
"pluginName": "eas-cli",
|
|
4588
4618
|
"pluginType": "core",
|
|
@@ -4637,21 +4667,51 @@
|
|
|
4637
4667
|
"build",
|
|
4638
4668
|
"commands",
|
|
4639
4669
|
"device",
|
|
4640
|
-
"
|
|
4670
|
+
"delete.js"
|
|
4641
4671
|
]
|
|
4642
4672
|
},
|
|
4643
|
-
"device:
|
|
4673
|
+
"device:list": {
|
|
4644
4674
|
"aliases": [],
|
|
4645
|
-
"args": {
|
|
4646
|
-
|
|
4647
|
-
|
|
4675
|
+
"args": {},
|
|
4676
|
+
"description": "list all registered devices for your account",
|
|
4677
|
+
"flags": {
|
|
4678
|
+
"apple-team-id": {
|
|
4679
|
+
"name": "apple-team-id",
|
|
4680
|
+
"hasDynamicHelp": false,
|
|
4681
|
+
"multiple": false,
|
|
4682
|
+
"type": "option"
|
|
4683
|
+
},
|
|
4684
|
+
"offset": {
|
|
4685
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
4686
|
+
"name": "offset",
|
|
4687
|
+
"hasDynamicHelp": false,
|
|
4688
|
+
"multiple": false,
|
|
4689
|
+
"type": "option"
|
|
4690
|
+
},
|
|
4691
|
+
"limit": {
|
|
4692
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
4693
|
+
"name": "limit",
|
|
4694
|
+
"hasDynamicHelp": false,
|
|
4695
|
+
"multiple": false,
|
|
4696
|
+
"type": "option"
|
|
4697
|
+
},
|
|
4698
|
+
"json": {
|
|
4699
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4700
|
+
"name": "json",
|
|
4701
|
+
"allowNo": false,
|
|
4702
|
+
"type": "boolean"
|
|
4703
|
+
},
|
|
4704
|
+
"non-interactive": {
|
|
4705
|
+
"description": "Run the command in non-interactive mode.",
|
|
4706
|
+
"name": "non-interactive",
|
|
4707
|
+
"noCacheDefault": true,
|
|
4708
|
+
"allowNo": false,
|
|
4709
|
+
"type": "boolean"
|
|
4648
4710
|
}
|
|
4649
4711
|
},
|
|
4650
|
-
"description": "view a device for your project",
|
|
4651
|
-
"flags": {},
|
|
4652
4712
|
"hasDynamicHelp": false,
|
|
4653
4713
|
"hiddenAliases": [],
|
|
4654
|
-
"id": "device:
|
|
4714
|
+
"id": "device:list",
|
|
4655
4715
|
"pluginAlias": "eas-cli",
|
|
4656
4716
|
"pluginName": "eas-cli",
|
|
4657
4717
|
"pluginType": "core",
|
|
@@ -4706,20 +4766,35 @@
|
|
|
4706
4766
|
"build",
|
|
4707
4767
|
"commands",
|
|
4708
4768
|
"device",
|
|
4709
|
-
"
|
|
4769
|
+
"list.js"
|
|
4710
4770
|
]
|
|
4711
4771
|
},
|
|
4712
|
-
"
|
|
4713
|
-
"aliases": [
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
"args": {
|
|
4717
|
-
"DEPLOYMENT_ID": {
|
|
4718
|
-
"name": "DEPLOYMENT_ID"
|
|
4719
|
-
}
|
|
4720
|
-
},
|
|
4721
|
-
"description": "Delete a deployment.",
|
|
4772
|
+
"device:rename": {
|
|
4773
|
+
"aliases": [],
|
|
4774
|
+
"args": {},
|
|
4775
|
+
"description": "rename a registered device",
|
|
4722
4776
|
"flags": {
|
|
4777
|
+
"apple-team-id": {
|
|
4778
|
+
"description": "The Apple team ID on which to find the device",
|
|
4779
|
+
"name": "apple-team-id",
|
|
4780
|
+
"hasDynamicHelp": false,
|
|
4781
|
+
"multiple": false,
|
|
4782
|
+
"type": "option"
|
|
4783
|
+
},
|
|
4784
|
+
"udid": {
|
|
4785
|
+
"description": "The Apple device ID to rename",
|
|
4786
|
+
"name": "udid",
|
|
4787
|
+
"hasDynamicHelp": false,
|
|
4788
|
+
"multiple": false,
|
|
4789
|
+
"type": "option"
|
|
4790
|
+
},
|
|
4791
|
+
"name": {
|
|
4792
|
+
"description": "The new name for the device",
|
|
4793
|
+
"name": "name",
|
|
4794
|
+
"hasDynamicHelp": false,
|
|
4795
|
+
"multiple": false,
|
|
4796
|
+
"type": "option"
|
|
4797
|
+
},
|
|
4723
4798
|
"json": {
|
|
4724
4799
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4725
4800
|
"name": "json",
|
|
@@ -4736,11 +4811,10 @@
|
|
|
4736
4811
|
},
|
|
4737
4812
|
"hasDynamicHelp": false,
|
|
4738
4813
|
"hiddenAliases": [],
|
|
4739
|
-
"id": "
|
|
4814
|
+
"id": "device:rename",
|
|
4740
4815
|
"pluginAlias": "eas-cli",
|
|
4741
4816
|
"pluginName": "eas-cli",
|
|
4742
4817
|
"pluginType": "core",
|
|
4743
|
-
"state": "preview",
|
|
4744
4818
|
"strict": true,
|
|
4745
4819
|
"enableJsonFlag": false,
|
|
4746
4820
|
"ContextOptions": {
|
|
@@ -4784,105 +4858,33 @@
|
|
|
4784
4858
|
}
|
|
4785
4859
|
},
|
|
4786
4860
|
"contextDefinition": {
|
|
4787
|
-
"
|
|
4788
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
4789
|
-
"projectDir": {},
|
|
4861
|
+
"projectId": {},
|
|
4790
4862
|
"loggedIn": {}
|
|
4791
4863
|
},
|
|
4792
4864
|
"isESM": false,
|
|
4793
4865
|
"relativePath": [
|
|
4794
4866
|
"build",
|
|
4795
4867
|
"commands",
|
|
4796
|
-
"
|
|
4797
|
-
"
|
|
4868
|
+
"device",
|
|
4869
|
+
"rename.js"
|
|
4798
4870
|
]
|
|
4799
4871
|
},
|
|
4800
|
-
"
|
|
4801
|
-
"aliases": [
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
"description": "deploy your Expo Router web build and API Routes",
|
|
4806
|
-
"flags": {
|
|
4807
|
-
"prod": {
|
|
4808
|
-
"aliases": [
|
|
4809
|
-
"production"
|
|
4810
|
-
],
|
|
4811
|
-
"description": "Create a new production deployment.",
|
|
4812
|
-
"name": "prod",
|
|
4813
|
-
"allowNo": false,
|
|
4814
|
-
"type": "boolean"
|
|
4815
|
-
},
|
|
4816
|
-
"alias": {
|
|
4817
|
-
"description": "Custom alias to assign to the new deployment.",
|
|
4818
|
-
"name": "alias",
|
|
4819
|
-
"hasDynamicHelp": false,
|
|
4820
|
-
"helpValue": "name",
|
|
4821
|
-
"multiple": false,
|
|
4822
|
-
"type": "option"
|
|
4823
|
-
},
|
|
4824
|
-
"id": {
|
|
4825
|
-
"description": "Custom unique identifier for the new deployment.",
|
|
4826
|
-
"name": "id",
|
|
4827
|
-
"hasDynamicHelp": false,
|
|
4828
|
-
"helpValue": "xyz123",
|
|
4829
|
-
"multiple": false,
|
|
4830
|
-
"type": "option"
|
|
4831
|
-
},
|
|
4832
|
-
"export-dir": {
|
|
4833
|
-
"description": "Directory where the Expo project was exported.",
|
|
4834
|
-
"name": "export-dir",
|
|
4835
|
-
"default": "dist",
|
|
4836
|
-
"hasDynamicHelp": false,
|
|
4837
|
-
"helpValue": "dir",
|
|
4838
|
-
"multiple": false,
|
|
4839
|
-
"type": "option"
|
|
4840
|
-
},
|
|
4841
|
-
"dry-run": {
|
|
4842
|
-
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
4843
|
-
"name": "dry-run",
|
|
4844
|
-
"allowNo": false,
|
|
4845
|
-
"type": "boolean"
|
|
4846
|
-
},
|
|
4847
|
-
"source-maps": {
|
|
4848
|
-
"description": "Include source maps in the deployment.",
|
|
4849
|
-
"name": "source-maps",
|
|
4850
|
-
"allowNo": true,
|
|
4851
|
-
"type": "boolean"
|
|
4852
|
-
},
|
|
4853
|
-
"environment": {
|
|
4854
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4855
|
-
"name": "environment",
|
|
4856
|
-
"hasDynamicHelp": false,
|
|
4857
|
-
"multiple": false,
|
|
4858
|
-
"type": "option"
|
|
4859
|
-
},
|
|
4860
|
-
"json": {
|
|
4861
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
4862
|
-
"name": "json",
|
|
4863
|
-
"allowNo": false,
|
|
4864
|
-
"type": "boolean"
|
|
4865
|
-
},
|
|
4866
|
-
"non-interactive": {
|
|
4867
|
-
"description": "Run the command in non-interactive mode.",
|
|
4868
|
-
"name": "non-interactive",
|
|
4869
|
-
"noCacheDefault": true,
|
|
4870
|
-
"allowNo": false,
|
|
4871
|
-
"type": "boolean"
|
|
4872
|
+
"device:view": {
|
|
4873
|
+
"aliases": [],
|
|
4874
|
+
"args": {
|
|
4875
|
+
"UDID": {
|
|
4876
|
+
"name": "UDID"
|
|
4872
4877
|
}
|
|
4873
4878
|
},
|
|
4879
|
+
"description": "view a device for your project",
|
|
4880
|
+
"flags": {},
|
|
4874
4881
|
"hasDynamicHelp": false,
|
|
4875
4882
|
"hiddenAliases": [],
|
|
4876
|
-
"id": "
|
|
4883
|
+
"id": "device:view",
|
|
4877
4884
|
"pluginAlias": "eas-cli",
|
|
4878
4885
|
"pluginName": "eas-cli",
|
|
4879
4886
|
"pluginType": "core",
|
|
4880
|
-
"state": "preview",
|
|
4881
4887
|
"strict": true,
|
|
4882
|
-
"usage": [
|
|
4883
|
-
"deploy [options]",
|
|
4884
|
-
"deploy --prod"
|
|
4885
|
-
],
|
|
4886
4888
|
"enableJsonFlag": false,
|
|
4887
4889
|
"ContextOptions": {
|
|
4888
4890
|
"LoggedIn": {
|
|
@@ -4925,17 +4927,15 @@
|
|
|
4925
4927
|
}
|
|
4926
4928
|
},
|
|
4927
4929
|
"contextDefinition": {
|
|
4928
|
-
"
|
|
4929
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
4930
|
-
"projectDir": {},
|
|
4930
|
+
"projectId": {},
|
|
4931
4931
|
"loggedIn": {}
|
|
4932
4932
|
},
|
|
4933
4933
|
"isESM": false,
|
|
4934
4934
|
"relativePath": [
|
|
4935
4935
|
"build",
|
|
4936
4936
|
"commands",
|
|
4937
|
-
"
|
|
4938
|
-
"
|
|
4937
|
+
"device",
|
|
4938
|
+
"view.js"
|
|
4939
4939
|
]
|
|
4940
4940
|
},
|
|
4941
4941
|
"env:create": {
|
|
@@ -7070,6 +7070,101 @@
|
|
|
7070
7070
|
"routes.js"
|
|
7071
7071
|
]
|
|
7072
7072
|
},
|
|
7073
|
+
"observe:session": {
|
|
7074
|
+
"aliases": [],
|
|
7075
|
+
"args": {
|
|
7076
|
+
"sessionId": {
|
|
7077
|
+
"description": "Session ID to inspect",
|
|
7078
|
+
"name": "sessionId",
|
|
7079
|
+
"required": true
|
|
7080
|
+
}
|
|
7081
|
+
},
|
|
7082
|
+
"description": "display the timeline of metric and log events for a specific session",
|
|
7083
|
+
"flags": {
|
|
7084
|
+
"project-id": {
|
|
7085
|
+
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
7086
|
+
"name": "project-id",
|
|
7087
|
+
"hasDynamicHelp": false,
|
|
7088
|
+
"multiple": false,
|
|
7089
|
+
"type": "option"
|
|
7090
|
+
},
|
|
7091
|
+
"json": {
|
|
7092
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
7093
|
+
"name": "json",
|
|
7094
|
+
"allowNo": false,
|
|
7095
|
+
"type": "boolean"
|
|
7096
|
+
},
|
|
7097
|
+
"non-interactive": {
|
|
7098
|
+
"description": "Run the command in non-interactive mode.",
|
|
7099
|
+
"name": "non-interactive",
|
|
7100
|
+
"noCacheDefault": true,
|
|
7101
|
+
"allowNo": false,
|
|
7102
|
+
"type": "boolean"
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7105
|
+
"hasDynamicHelp": false,
|
|
7106
|
+
"hiddenAliases": [],
|
|
7107
|
+
"id": "observe:session",
|
|
7108
|
+
"pluginAlias": "eas-cli",
|
|
7109
|
+
"pluginName": "eas-cli",
|
|
7110
|
+
"pluginType": "core",
|
|
7111
|
+
"strict": true,
|
|
7112
|
+
"enableJsonFlag": false,
|
|
7113
|
+
"ContextOptions": {
|
|
7114
|
+
"LoggedIn": {
|
|
7115
|
+
"loggedIn": {}
|
|
7116
|
+
},
|
|
7117
|
+
"MaybeLoggedIn": {
|
|
7118
|
+
"maybeLoggedIn": {}
|
|
7119
|
+
},
|
|
7120
|
+
"DynamicLoggedIn": {
|
|
7121
|
+
"getDynamicLoggedInAsync": {}
|
|
7122
|
+
},
|
|
7123
|
+
"SessionManagment": {
|
|
7124
|
+
"sessionManager": {}
|
|
7125
|
+
},
|
|
7126
|
+
"OptionalProjectConfig": {
|
|
7127
|
+
"optionalPrivateProjectConfig": {}
|
|
7128
|
+
},
|
|
7129
|
+
"ProjectDir": {
|
|
7130
|
+
"projectDir": {}
|
|
7131
|
+
},
|
|
7132
|
+
"DynamicProjectConfig": {
|
|
7133
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
7134
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
7135
|
+
},
|
|
7136
|
+
"ProjectConfig": {
|
|
7137
|
+
"loggedIn": {},
|
|
7138
|
+
"privateProjectConfig": {}
|
|
7139
|
+
},
|
|
7140
|
+
"Analytics": {
|
|
7141
|
+
"analytics": {}
|
|
7142
|
+
},
|
|
7143
|
+
"Vcs": {
|
|
7144
|
+
"vcsClient": {}
|
|
7145
|
+
},
|
|
7146
|
+
"ServerSideEnvironmentVariables": {
|
|
7147
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
7148
|
+
},
|
|
7149
|
+
"ProjectId": {
|
|
7150
|
+
"projectId": {}
|
|
7151
|
+
}
|
|
7152
|
+
},
|
|
7153
|
+
"contextDefinition": {
|
|
7154
|
+
"projectId": {},
|
|
7155
|
+
"loggedIn": {}
|
|
7156
|
+
},
|
|
7157
|
+
"loggedInOnlyContextDefinition": {
|
|
7158
|
+
"loggedIn": {}
|
|
7159
|
+
},
|
|
7160
|
+
"isESM": false,
|
|
7161
|
+
"relativePath": [
|
|
7162
|
+
"build",
|
|
7163
|
+
"commands",
|
|
7164
|
+
"observe",
|
|
7165
|
+
"session.js"
|
|
7166
|
+
]
|
|
7167
|
+
},
|
|
7073
7168
|
"observe:versions": {
|
|
7074
7169
|
"aliases": [],
|
|
7075
7170
|
"args": {},
|
|
@@ -11863,11 +11958,17 @@
|
|
|
11863
11958
|
"status.js"
|
|
11864
11959
|
]
|
|
11865
11960
|
},
|
|
11866
|
-
"integrations:
|
|
11961
|
+
"integrations:posthog:connect": {
|
|
11867
11962
|
"aliases": [],
|
|
11868
11963
|
"args": {},
|
|
11869
|
-
"description": "connect
|
|
11964
|
+
"description": "connect PostHog to your Expo project",
|
|
11870
11965
|
"flags": {
|
|
11966
|
+
"json": {
|
|
11967
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
11968
|
+
"name": "json",
|
|
11969
|
+
"allowNo": false,
|
|
11970
|
+
"type": "boolean"
|
|
11971
|
+
},
|
|
11871
11972
|
"non-interactive": {
|
|
11872
11973
|
"description": "Run the command in non-interactive mode.",
|
|
11873
11974
|
"name": "non-interactive",
|
|
@@ -11875,35 +11976,46 @@
|
|
|
11875
11976
|
"allowNo": false,
|
|
11876
11977
|
"type": "boolean"
|
|
11877
11978
|
},
|
|
11878
|
-
"region": {
|
|
11879
|
-
"description": "
|
|
11880
|
-
"name": "region",
|
|
11881
|
-
"hasDynamicHelp": false,
|
|
11882
|
-
"multiple": false,
|
|
11883
|
-
"options": [
|
|
11884
|
-
"aws-us-east-1",
|
|
11885
|
-
"aws-eu-west-1"
|
|
11886
|
-
],
|
|
11887
|
-
"type": "option"
|
|
11888
|
-
},
|
|
11889
|
-
"team-name": {
|
|
11890
|
-
"description": "Name for the new Convex team (defaults to EAS account name)",
|
|
11891
|
-
"name": "team-name",
|
|
11979
|
+
"region": {
|
|
11980
|
+
"description": "PostHog region",
|
|
11981
|
+
"name": "region",
|
|
11892
11982
|
"hasDynamicHelp": false,
|
|
11893
11983
|
"multiple": false,
|
|
11984
|
+
"options": [
|
|
11985
|
+
"US",
|
|
11986
|
+
"EU"
|
|
11987
|
+
],
|
|
11894
11988
|
"type": "option"
|
|
11895
11989
|
},
|
|
11896
|
-
"
|
|
11897
|
-
"description": "
|
|
11898
|
-
"name": "
|
|
11990
|
+
"session-replay": {
|
|
11991
|
+
"description": "Set up PostHog session replay (default: yes)",
|
|
11992
|
+
"name": "session-replay",
|
|
11993
|
+
"allowNo": true,
|
|
11994
|
+
"type": "boolean"
|
|
11995
|
+
},
|
|
11996
|
+
"error-tracking": {
|
|
11997
|
+
"description": "Set up PostHog error tracking / source maps (requires a personal API key)",
|
|
11998
|
+
"name": "error-tracking",
|
|
11999
|
+
"allowNo": true,
|
|
12000
|
+
"type": "boolean"
|
|
12001
|
+
},
|
|
12002
|
+
"posthog-cli-api-key": {
|
|
12003
|
+
"description": "PostHog personal API key for error-tracking source-map uploads (enables error tracking non-interactively)",
|
|
12004
|
+
"name": "posthog-cli-api-key",
|
|
11899
12005
|
"hasDynamicHelp": false,
|
|
11900
12006
|
"multiple": false,
|
|
11901
12007
|
"type": "option"
|
|
12008
|
+
},
|
|
12009
|
+
"overwrite": {
|
|
12010
|
+
"description": "Overwrite existing PostHog environment variables without prompting",
|
|
12011
|
+
"name": "overwrite",
|
|
12012
|
+
"allowNo": false,
|
|
12013
|
+
"type": "boolean"
|
|
11902
12014
|
}
|
|
11903
12015
|
},
|
|
11904
12016
|
"hasDynamicHelp": false,
|
|
11905
12017
|
"hiddenAliases": [],
|
|
11906
|
-
"id": "integrations:
|
|
12018
|
+
"id": "integrations:posthog:connect",
|
|
11907
12019
|
"pluginAlias": "eas-cli",
|
|
11908
12020
|
"pluginName": "eas-cli",
|
|
11909
12021
|
"pluginType": "core",
|
|
@@ -11958,18 +12070,32 @@
|
|
|
11958
12070
|
"build",
|
|
11959
12071
|
"commands",
|
|
11960
12072
|
"integrations",
|
|
11961
|
-
"
|
|
12073
|
+
"posthog",
|
|
11962
12074
|
"connect.js"
|
|
11963
12075
|
]
|
|
11964
12076
|
},
|
|
11965
|
-
"integrations:
|
|
12077
|
+
"integrations:posthog:dashboard": {
|
|
11966
12078
|
"aliases": [],
|
|
11967
12079
|
"args": {},
|
|
11968
|
-
"description": "open the
|
|
11969
|
-
"flags": {
|
|
12080
|
+
"description": "open the PostHog dashboard for the linked PostHog project",
|
|
12081
|
+
"flags": {
|
|
12082
|
+
"json": {
|
|
12083
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
12084
|
+
"name": "json",
|
|
12085
|
+
"allowNo": false,
|
|
12086
|
+
"type": "boolean"
|
|
12087
|
+
},
|
|
12088
|
+
"non-interactive": {
|
|
12089
|
+
"description": "Run the command in non-interactive mode.",
|
|
12090
|
+
"name": "non-interactive",
|
|
12091
|
+
"noCacheDefault": true,
|
|
12092
|
+
"allowNo": false,
|
|
12093
|
+
"type": "boolean"
|
|
12094
|
+
}
|
|
12095
|
+
},
|
|
11970
12096
|
"hasDynamicHelp": false,
|
|
11971
12097
|
"hiddenAliases": [],
|
|
11972
|
-
"id": "integrations:
|
|
12098
|
+
"id": "integrations:posthog:dashboard",
|
|
11973
12099
|
"pluginAlias": "eas-cli",
|
|
11974
12100
|
"pluginName": "eas-cli",
|
|
11975
12101
|
"pluginType": "core",
|
|
@@ -12024,18 +12150,39 @@
|
|
|
12024
12150
|
"build",
|
|
12025
12151
|
"commands",
|
|
12026
12152
|
"integrations",
|
|
12027
|
-
"
|
|
12153
|
+
"posthog",
|
|
12028
12154
|
"dashboard.js"
|
|
12029
12155
|
]
|
|
12030
12156
|
},
|
|
12031
|
-
"integrations:
|
|
12157
|
+
"integrations:posthog:disconnect": {
|
|
12032
12158
|
"aliases": [],
|
|
12033
12159
|
"args": {},
|
|
12034
|
-
"description": "
|
|
12035
|
-
"flags": {
|
|
12160
|
+
"description": "remove the PostHog project link for the current Expo app from EAS servers",
|
|
12161
|
+
"flags": {
|
|
12162
|
+
"json": {
|
|
12163
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
12164
|
+
"name": "json",
|
|
12165
|
+
"allowNo": false,
|
|
12166
|
+
"type": "boolean"
|
|
12167
|
+
},
|
|
12168
|
+
"non-interactive": {
|
|
12169
|
+
"description": "Run the command in non-interactive mode.",
|
|
12170
|
+
"name": "non-interactive",
|
|
12171
|
+
"noCacheDefault": true,
|
|
12172
|
+
"allowNo": false,
|
|
12173
|
+
"type": "boolean"
|
|
12174
|
+
},
|
|
12175
|
+
"yes": {
|
|
12176
|
+
"char": "y",
|
|
12177
|
+
"description": "Skip confirmation prompt",
|
|
12178
|
+
"name": "yes",
|
|
12179
|
+
"allowNo": false,
|
|
12180
|
+
"type": "boolean"
|
|
12181
|
+
}
|
|
12182
|
+
},
|
|
12036
12183
|
"hasDynamicHelp": false,
|
|
12037
12184
|
"hiddenAliases": [],
|
|
12038
|
-
"id": "integrations:
|
|
12185
|
+
"id": "integrations:posthog:disconnect",
|
|
12039
12186
|
"pluginAlias": "eas-cli",
|
|
12040
12187
|
"pluginName": "eas-cli",
|
|
12041
12188
|
"pluginType": "core",
|
|
@@ -12090,18 +12237,51 @@
|
|
|
12090
12237
|
"build",
|
|
12091
12238
|
"commands",
|
|
12092
12239
|
"integrations",
|
|
12093
|
-
"
|
|
12094
|
-
"
|
|
12240
|
+
"posthog",
|
|
12241
|
+
"disconnect.js"
|
|
12095
12242
|
]
|
|
12096
12243
|
},
|
|
12097
|
-
"integrations:convex:
|
|
12244
|
+
"integrations:convex:connect": {
|
|
12098
12245
|
"aliases": [],
|
|
12099
12246
|
"args": {},
|
|
12100
|
-
"description": "
|
|
12101
|
-
"flags": {
|
|
12247
|
+
"description": "connect Convex to your Expo project",
|
|
12248
|
+
"flags": {
|
|
12249
|
+
"non-interactive": {
|
|
12250
|
+
"description": "Run the command in non-interactive mode.",
|
|
12251
|
+
"name": "non-interactive",
|
|
12252
|
+
"noCacheDefault": true,
|
|
12253
|
+
"allowNo": false,
|
|
12254
|
+
"type": "boolean"
|
|
12255
|
+
},
|
|
12256
|
+
"region": {
|
|
12257
|
+
"description": "Convex deployment region (e.g. aws-us-east-1, aws-eu-west-1)",
|
|
12258
|
+
"name": "region",
|
|
12259
|
+
"hasDynamicHelp": false,
|
|
12260
|
+
"multiple": false,
|
|
12261
|
+
"options": [
|
|
12262
|
+
"aws-us-east-1",
|
|
12263
|
+
"aws-eu-west-1"
|
|
12264
|
+
],
|
|
12265
|
+
"type": "option"
|
|
12266
|
+
},
|
|
12267
|
+
"team-name": {
|
|
12268
|
+
"description": "Name for the new Convex team (defaults to EAS account name)",
|
|
12269
|
+
"name": "team-name",
|
|
12270
|
+
"hasDynamicHelp": false,
|
|
12271
|
+
"multiple": false,
|
|
12272
|
+
"type": "option"
|
|
12273
|
+
},
|
|
12274
|
+
"project-name": {
|
|
12275
|
+
"description": "Name for the Convex project (defaults to app slug)",
|
|
12276
|
+
"name": "project-name",
|
|
12277
|
+
"hasDynamicHelp": false,
|
|
12278
|
+
"multiple": false,
|
|
12279
|
+
"type": "option"
|
|
12280
|
+
}
|
|
12281
|
+
},
|
|
12102
12282
|
"hasDynamicHelp": false,
|
|
12103
12283
|
"hiddenAliases": [],
|
|
12104
|
-
"id": "integrations:convex:
|
|
12284
|
+
"id": "integrations:convex:connect",
|
|
12105
12285
|
"pluginAlias": "eas-cli",
|
|
12106
12286
|
"pluginName": "eas-cli",
|
|
12107
12287
|
"pluginType": "core",
|
|
@@ -12157,67 +12337,17 @@
|
|
|
12157
12337
|
"commands",
|
|
12158
12338
|
"integrations",
|
|
12159
12339
|
"convex",
|
|
12160
|
-
"
|
|
12340
|
+
"connect.js"
|
|
12161
12341
|
]
|
|
12162
12342
|
},
|
|
12163
|
-
"integrations:
|
|
12343
|
+
"integrations:convex:dashboard": {
|
|
12164
12344
|
"aliases": [],
|
|
12165
12345
|
"args": {},
|
|
12166
|
-
"description": "
|
|
12167
|
-
"flags": {
|
|
12168
|
-
"json": {
|
|
12169
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
12170
|
-
"name": "json",
|
|
12171
|
-
"allowNo": false,
|
|
12172
|
-
"type": "boolean"
|
|
12173
|
-
},
|
|
12174
|
-
"non-interactive": {
|
|
12175
|
-
"description": "Run the command in non-interactive mode.",
|
|
12176
|
-
"name": "non-interactive",
|
|
12177
|
-
"noCacheDefault": true,
|
|
12178
|
-
"allowNo": false,
|
|
12179
|
-
"type": "boolean"
|
|
12180
|
-
},
|
|
12181
|
-
"region": {
|
|
12182
|
-
"description": "PostHog region",
|
|
12183
|
-
"name": "region",
|
|
12184
|
-
"hasDynamicHelp": false,
|
|
12185
|
-
"multiple": false,
|
|
12186
|
-
"options": [
|
|
12187
|
-
"US",
|
|
12188
|
-
"EU"
|
|
12189
|
-
],
|
|
12190
|
-
"type": "option"
|
|
12191
|
-
},
|
|
12192
|
-
"session-replay": {
|
|
12193
|
-
"description": "Set up PostHog session replay (default: yes)",
|
|
12194
|
-
"name": "session-replay",
|
|
12195
|
-
"allowNo": true,
|
|
12196
|
-
"type": "boolean"
|
|
12197
|
-
},
|
|
12198
|
-
"error-tracking": {
|
|
12199
|
-
"description": "Set up PostHog error tracking / source maps (requires a personal API key)",
|
|
12200
|
-
"name": "error-tracking",
|
|
12201
|
-
"allowNo": true,
|
|
12202
|
-
"type": "boolean"
|
|
12203
|
-
},
|
|
12204
|
-
"posthog-cli-api-key": {
|
|
12205
|
-
"description": "PostHog personal API key for error-tracking source-map uploads (enables error tracking non-interactively)",
|
|
12206
|
-
"name": "posthog-cli-api-key",
|
|
12207
|
-
"hasDynamicHelp": false,
|
|
12208
|
-
"multiple": false,
|
|
12209
|
-
"type": "option"
|
|
12210
|
-
},
|
|
12211
|
-
"overwrite": {
|
|
12212
|
-
"description": "Overwrite existing PostHog environment variables without prompting",
|
|
12213
|
-
"name": "overwrite",
|
|
12214
|
-
"allowNo": false,
|
|
12215
|
-
"type": "boolean"
|
|
12216
|
-
}
|
|
12217
|
-
},
|
|
12346
|
+
"description": "open the Convex dashboard for the linked Convex project",
|
|
12347
|
+
"flags": {},
|
|
12218
12348
|
"hasDynamicHelp": false,
|
|
12219
12349
|
"hiddenAliases": [],
|
|
12220
|
-
"id": "integrations:
|
|
12350
|
+
"id": "integrations:convex:dashboard",
|
|
12221
12351
|
"pluginAlias": "eas-cli",
|
|
12222
12352
|
"pluginName": "eas-cli",
|
|
12223
12353
|
"pluginType": "core",
|
|
@@ -12272,32 +12402,18 @@
|
|
|
12272
12402
|
"build",
|
|
12273
12403
|
"commands",
|
|
12274
12404
|
"integrations",
|
|
12275
|
-
"
|
|
12276
|
-
"
|
|
12405
|
+
"convex",
|
|
12406
|
+
"dashboard.js"
|
|
12277
12407
|
]
|
|
12278
12408
|
},
|
|
12279
|
-
"integrations:
|
|
12409
|
+
"integrations:convex:project": {
|
|
12280
12410
|
"aliases": [],
|
|
12281
12411
|
"args": {},
|
|
12282
|
-
"description": "
|
|
12283
|
-
"flags": {
|
|
12284
|
-
"json": {
|
|
12285
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
12286
|
-
"name": "json",
|
|
12287
|
-
"allowNo": false,
|
|
12288
|
-
"type": "boolean"
|
|
12289
|
-
},
|
|
12290
|
-
"non-interactive": {
|
|
12291
|
-
"description": "Run the command in non-interactive mode.",
|
|
12292
|
-
"name": "non-interactive",
|
|
12293
|
-
"noCacheDefault": true,
|
|
12294
|
-
"allowNo": false,
|
|
12295
|
-
"type": "boolean"
|
|
12296
|
-
}
|
|
12297
|
-
},
|
|
12412
|
+
"description": "display the Convex project linked to the current Expo app",
|
|
12413
|
+
"flags": {},
|
|
12298
12414
|
"hasDynamicHelp": false,
|
|
12299
12415
|
"hiddenAliases": [],
|
|
12300
|
-
"id": "integrations:
|
|
12416
|
+
"id": "integrations:convex:project",
|
|
12301
12417
|
"pluginAlias": "eas-cli",
|
|
12302
12418
|
"pluginName": "eas-cli",
|
|
12303
12419
|
"pluginType": "core",
|
|
@@ -12352,39 +12468,18 @@
|
|
|
12352
12468
|
"build",
|
|
12353
12469
|
"commands",
|
|
12354
12470
|
"integrations",
|
|
12355
|
-
"
|
|
12356
|
-
"
|
|
12471
|
+
"convex",
|
|
12472
|
+
"project.js"
|
|
12357
12473
|
]
|
|
12358
12474
|
},
|
|
12359
|
-
"integrations:
|
|
12475
|
+
"integrations:convex:team": {
|
|
12360
12476
|
"aliases": [],
|
|
12361
12477
|
"args": {},
|
|
12362
|
-
"description": "
|
|
12363
|
-
"flags": {
|
|
12364
|
-
"json": {
|
|
12365
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
12366
|
-
"name": "json",
|
|
12367
|
-
"allowNo": false,
|
|
12368
|
-
"type": "boolean"
|
|
12369
|
-
},
|
|
12370
|
-
"non-interactive": {
|
|
12371
|
-
"description": "Run the command in non-interactive mode.",
|
|
12372
|
-
"name": "non-interactive",
|
|
12373
|
-
"noCacheDefault": true,
|
|
12374
|
-
"allowNo": false,
|
|
12375
|
-
"type": "boolean"
|
|
12376
|
-
},
|
|
12377
|
-
"yes": {
|
|
12378
|
-
"char": "y",
|
|
12379
|
-
"description": "Skip confirmation prompt",
|
|
12380
|
-
"name": "yes",
|
|
12381
|
-
"allowNo": false,
|
|
12382
|
-
"type": "boolean"
|
|
12383
|
-
}
|
|
12384
|
-
},
|
|
12478
|
+
"description": "display Convex teams linked to the current Expo app's owner account",
|
|
12479
|
+
"flags": {},
|
|
12385
12480
|
"hasDynamicHelp": false,
|
|
12386
12481
|
"hiddenAliases": [],
|
|
12387
|
-
"id": "integrations:
|
|
12482
|
+
"id": "integrations:convex:team",
|
|
12388
12483
|
"pluginAlias": "eas-cli",
|
|
12389
12484
|
"pluginName": "eas-cli",
|
|
12390
12485
|
"pluginType": "core",
|
|
@@ -12439,8 +12534,8 @@
|
|
|
12439
12534
|
"build",
|
|
12440
12535
|
"commands",
|
|
12441
12536
|
"integrations",
|
|
12442
|
-
"
|
|
12443
|
-
"
|
|
12537
|
+
"convex",
|
|
12538
|
+
"team.js"
|
|
12444
12539
|
]
|
|
12445
12540
|
},
|
|
12446
12541
|
"update:embedded:delete": {
|
|
@@ -13108,5 +13203,5 @@
|
|
|
13108
13203
|
]
|
|
13109
13204
|
}
|
|
13110
13205
|
},
|
|
13111
|
-
"version": "20.
|
|
13206
|
+
"version": "20.4.0"
|
|
13112
13207
|
}
|