eas-cli 18.12.3 → 18.13.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 +100 -100
- package/build/commands/observe/events.d.ts +7 -7
- package/build/commands/observe/events.js +7 -29
- package/build/commands/observe/logs.d.ts +8 -8
- package/build/commands/observe/logs.js +7 -29
- package/build/commands/observe/metrics.d.ts +4 -4
- package/build/commands/observe/metrics.js +4 -20
- package/build/commands/observe/routes.d.ts +27 -0
- package/build/commands/observe/routes.js +106 -0
- package/build/commands/observe/versions.d.ts +2 -2
- package/build/commands/observe/versions.js +4 -21
- package/build/graphql/generated.d.ts +56 -0
- package/build/graphql/queries/ObserveQuery.d.ts +12 -1
- package/build/graphql/queries/ObserveQuery.js +54 -0
- package/build/observe/fetchMetrics.js +2 -6
- package/build/observe/fetchNavigationRoutes.d.ts +22 -0
- package/build/observe/fetchNavigationRoutes.js +51 -0
- package/build/observe/flags.d.ts +20 -0
- package/build/observe/flags.js +46 -0
- package/build/observe/formatNavigationRoutes.d.ts +34 -0
- package/build/observe/formatNavigationRoutes.js +170 -0
- package/build/observe/metricNames.d.ts +2 -0
- package/build/observe/metricNames.js +22 -3
- package/build/observe/platforms.d.ts +1 -0
- package/build/observe/platforms.js +5 -1
- package/oclif.manifest.json +1618 -1424
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -1494,48 +1494,34 @@
|
|
|
1494
1494
|
"view.js"
|
|
1495
1495
|
]
|
|
1496
1496
|
},
|
|
1497
|
-
"
|
|
1497
|
+
"channel:create": {
|
|
1498
1498
|
"aliases": [],
|
|
1499
1499
|
"args": {
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1500
|
+
"name": {
|
|
1501
|
+
"description": "Name of the channel to create",
|
|
1502
|
+
"name": "name",
|
|
1503
|
+
"required": false
|
|
1502
1504
|
}
|
|
1503
1505
|
},
|
|
1504
|
-
"description": "
|
|
1506
|
+
"description": "create a channel",
|
|
1505
1507
|
"flags": {
|
|
1508
|
+
"json": {
|
|
1509
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1510
|
+
"name": "json",
|
|
1511
|
+
"allowNo": false,
|
|
1512
|
+
"type": "boolean"
|
|
1513
|
+
},
|
|
1506
1514
|
"non-interactive": {
|
|
1507
1515
|
"description": "Run the command in non-interactive mode.",
|
|
1508
1516
|
"name": "non-interactive",
|
|
1509
1517
|
"noCacheDefault": true,
|
|
1510
1518
|
"allowNo": false,
|
|
1511
1519
|
"type": "boolean"
|
|
1512
|
-
},
|
|
1513
|
-
"platform": {
|
|
1514
|
-
"char": "p",
|
|
1515
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1516
|
-
"name": "platform",
|
|
1517
|
-
"hasDynamicHelp": false,
|
|
1518
|
-
"multiple": false,
|
|
1519
|
-
"options": [
|
|
1520
|
-
"android",
|
|
1521
|
-
"ios",
|
|
1522
|
-
"all"
|
|
1523
|
-
],
|
|
1524
|
-
"type": "option"
|
|
1525
|
-
},
|
|
1526
|
-
"profile": {
|
|
1527
|
-
"char": "e",
|
|
1528
|
-
"description": "Filter builds by build profile if build ID is not provided",
|
|
1529
|
-
"name": "profile",
|
|
1530
|
-
"hasDynamicHelp": false,
|
|
1531
|
-
"helpValue": "PROFILE_NAME",
|
|
1532
|
-
"multiple": false,
|
|
1533
|
-
"type": "option"
|
|
1534
1520
|
}
|
|
1535
1521
|
},
|
|
1536
1522
|
"hasDynamicHelp": false,
|
|
1537
1523
|
"hiddenAliases": [],
|
|
1538
|
-
"id": "
|
|
1524
|
+
"id": "channel:create",
|
|
1539
1525
|
"pluginAlias": "eas-cli",
|
|
1540
1526
|
"pluginName": "eas-cli",
|
|
1541
1527
|
"pluginType": "core",
|
|
@@ -1583,39 +1569,44 @@
|
|
|
1583
1569
|
},
|
|
1584
1570
|
"contextDefinition": {
|
|
1585
1571
|
"projectId": {},
|
|
1586
|
-
"loggedIn": {}
|
|
1587
|
-
"vcsClient": {}
|
|
1572
|
+
"loggedIn": {}
|
|
1588
1573
|
},
|
|
1589
1574
|
"isESM": false,
|
|
1590
1575
|
"relativePath": [
|
|
1591
1576
|
"build",
|
|
1592
1577
|
"commands",
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1578
|
+
"channel",
|
|
1579
|
+
"create.js"
|
|
1595
1580
|
]
|
|
1596
1581
|
},
|
|
1597
|
-
"
|
|
1582
|
+
"channel:delete": {
|
|
1598
1583
|
"aliases": [],
|
|
1599
|
-
"args": {
|
|
1600
|
-
|
|
1584
|
+
"args": {
|
|
1585
|
+
"name": {
|
|
1586
|
+
"description": "Name of the channel to delete",
|
|
1587
|
+
"name": "name",
|
|
1588
|
+
"required": false
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"description": "Delete a channel",
|
|
1601
1592
|
"flags": {
|
|
1602
|
-
"
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
"type": "
|
|
1593
|
+
"json": {
|
|
1594
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1595
|
+
"name": "json",
|
|
1596
|
+
"allowNo": false,
|
|
1597
|
+
"type": "boolean"
|
|
1598
|
+
},
|
|
1599
|
+
"non-interactive": {
|
|
1600
|
+
"description": "Run the command in non-interactive mode.",
|
|
1601
|
+
"name": "non-interactive",
|
|
1602
|
+
"noCacheDefault": true,
|
|
1603
|
+
"allowNo": false,
|
|
1604
|
+
"type": "boolean"
|
|
1614
1605
|
}
|
|
1615
1606
|
},
|
|
1616
1607
|
"hasDynamicHelp": false,
|
|
1617
1608
|
"hiddenAliases": [],
|
|
1618
|
-
"id": "
|
|
1609
|
+
"id": "channel:delete",
|
|
1619
1610
|
"pluginAlias": "eas-cli",
|
|
1620
1611
|
"pluginName": "eas-cli",
|
|
1621
1612
|
"pluginType": "core",
|
|
@@ -1662,60 +1653,52 @@
|
|
|
1662
1653
|
}
|
|
1663
1654
|
},
|
|
1664
1655
|
"contextDefinition": {
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1667
|
-
"vcsClient": {}
|
|
1656
|
+
"projectId": {},
|
|
1657
|
+
"loggedIn": {}
|
|
1668
1658
|
},
|
|
1669
1659
|
"isESM": false,
|
|
1670
1660
|
"relativePath": [
|
|
1671
1661
|
"build",
|
|
1672
1662
|
"commands",
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1663
|
+
"channel",
|
|
1664
|
+
"delete.js"
|
|
1675
1665
|
]
|
|
1676
1666
|
},
|
|
1677
|
-
"
|
|
1667
|
+
"channel:edit": {
|
|
1678
1668
|
"aliases": [],
|
|
1679
1669
|
"args": {
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1670
|
+
"name": {
|
|
1671
|
+
"description": "Name of the channel to edit",
|
|
1672
|
+
"name": "name",
|
|
1673
|
+
"required": false
|
|
1682
1674
|
}
|
|
1683
1675
|
},
|
|
1684
|
-
"description": "
|
|
1676
|
+
"description": "point a channel at a new branch",
|
|
1685
1677
|
"flags": {
|
|
1678
|
+
"branch": {
|
|
1679
|
+
"description": "Name of the branch to point to",
|
|
1680
|
+
"name": "branch",
|
|
1681
|
+
"hasDynamicHelp": false,
|
|
1682
|
+
"multiple": false,
|
|
1683
|
+
"type": "option"
|
|
1684
|
+
},
|
|
1685
|
+
"json": {
|
|
1686
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1687
|
+
"name": "json",
|
|
1688
|
+
"allowNo": false,
|
|
1689
|
+
"type": "boolean"
|
|
1690
|
+
},
|
|
1686
1691
|
"non-interactive": {
|
|
1687
1692
|
"description": "Run the command in non-interactive mode.",
|
|
1688
1693
|
"name": "non-interactive",
|
|
1689
1694
|
"noCacheDefault": true,
|
|
1690
1695
|
"allowNo": false,
|
|
1691
1696
|
"type": "boolean"
|
|
1692
|
-
},
|
|
1693
|
-
"platform": {
|
|
1694
|
-
"char": "p",
|
|
1695
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
1696
|
-
"name": "platform",
|
|
1697
|
-
"hasDynamicHelp": false,
|
|
1698
|
-
"multiple": false,
|
|
1699
|
-
"options": [
|
|
1700
|
-
"android",
|
|
1701
|
-
"ios",
|
|
1702
|
-
"all"
|
|
1703
|
-
],
|
|
1704
|
-
"type": "option"
|
|
1705
|
-
},
|
|
1706
|
-
"profile": {
|
|
1707
|
-
"char": "e",
|
|
1708
|
-
"description": "Filter builds by build profile if build ID is not provided",
|
|
1709
|
-
"name": "profile",
|
|
1710
|
-
"hasDynamicHelp": false,
|
|
1711
|
-
"helpValue": "PROFILE_NAME",
|
|
1712
|
-
"multiple": false,
|
|
1713
|
-
"type": "option"
|
|
1714
1697
|
}
|
|
1715
1698
|
},
|
|
1716
1699
|
"hasDynamicHelp": false,
|
|
1717
1700
|
"hiddenAliases": [],
|
|
1718
|
-
"id": "
|
|
1701
|
+
"id": "channel:edit",
|
|
1719
1702
|
"pluginAlias": "eas-cli",
|
|
1720
1703
|
"pluginName": "eas-cli",
|
|
1721
1704
|
"pluginType": "core",
|
|
@@ -1763,65 +1746,85 @@
|
|
|
1763
1746
|
},
|
|
1764
1747
|
"contextDefinition": {
|
|
1765
1748
|
"projectId": {},
|
|
1766
|
-
"loggedIn": {}
|
|
1767
|
-
"vcsClient": {}
|
|
1749
|
+
"loggedIn": {}
|
|
1768
1750
|
},
|
|
1769
1751
|
"isESM": false,
|
|
1770
1752
|
"relativePath": [
|
|
1771
1753
|
"build",
|
|
1772
1754
|
"commands",
|
|
1773
|
-
"
|
|
1774
|
-
"
|
|
1755
|
+
"channel",
|
|
1756
|
+
"edit.js"
|
|
1775
1757
|
]
|
|
1776
1758
|
},
|
|
1777
|
-
"
|
|
1759
|
+
"channel:insights": {
|
|
1778
1760
|
"aliases": [],
|
|
1779
1761
|
"args": {},
|
|
1780
|
-
"description": "
|
|
1762
|
+
"description": "display adoption, crash, and unique-user insights for a channel + runtime version",
|
|
1781
1763
|
"flags": {
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
"name": "
|
|
1764
|
+
"channel": {
|
|
1765
|
+
"description": "Name of the channel.",
|
|
1766
|
+
"name": "channel",
|
|
1767
|
+
"required": true,
|
|
1785
1768
|
"hasDynamicHelp": false,
|
|
1786
1769
|
"multiple": false,
|
|
1787
|
-
"
|
|
1788
|
-
|
|
1789
|
-
|
|
1770
|
+
"type": "option"
|
|
1771
|
+
},
|
|
1772
|
+
"runtime-version": {
|
|
1773
|
+
"description": "Runtime version to query insights for.",
|
|
1774
|
+
"name": "runtime-version",
|
|
1775
|
+
"required": true,
|
|
1776
|
+
"hasDynamicHelp": false,
|
|
1777
|
+
"multiple": false,
|
|
1778
|
+
"type": "option"
|
|
1779
|
+
},
|
|
1780
|
+
"days": {
|
|
1781
|
+
"description": "Show insights from the last N days (default 7, mutually exclusive with --start/--end).",
|
|
1782
|
+
"exclusive": [
|
|
1783
|
+
"start",
|
|
1784
|
+
"end"
|
|
1790
1785
|
],
|
|
1786
|
+
"name": "days",
|
|
1787
|
+
"hasDynamicHelp": false,
|
|
1788
|
+
"multiple": false,
|
|
1791
1789
|
"type": "option"
|
|
1792
1790
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1791
|
+
"start": {
|
|
1792
|
+
"description": "Start of insights time range (ISO date).",
|
|
1793
|
+
"exclusive": [
|
|
1794
|
+
"days"
|
|
1795
|
+
],
|
|
1796
|
+
"name": "start",
|
|
1797
1797
|
"hasDynamicHelp": false,
|
|
1798
|
-
"helpValue": "PROFILE_NAME",
|
|
1799
1798
|
"multiple": false,
|
|
1800
1799
|
"type": "option"
|
|
1801
1800
|
},
|
|
1802
|
-
"
|
|
1803
|
-
"description": "
|
|
1804
|
-
"
|
|
1801
|
+
"end": {
|
|
1802
|
+
"description": "End of insights time range (ISO date).",
|
|
1803
|
+
"exclusive": [
|
|
1804
|
+
"days"
|
|
1805
|
+
],
|
|
1806
|
+
"name": "end",
|
|
1807
|
+
"hasDynamicHelp": false,
|
|
1808
|
+
"multiple": false,
|
|
1809
|
+
"type": "option"
|
|
1810
|
+
},
|
|
1811
|
+
"json": {
|
|
1812
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1813
|
+
"name": "json",
|
|
1805
1814
|
"allowNo": false,
|
|
1806
1815
|
"type": "boolean"
|
|
1807
1816
|
},
|
|
1808
|
-
"
|
|
1809
|
-
"description": "
|
|
1810
|
-
"name": "
|
|
1817
|
+
"non-interactive": {
|
|
1818
|
+
"description": "Run the command in non-interactive mode.",
|
|
1819
|
+
"name": "non-interactive",
|
|
1820
|
+
"noCacheDefault": true,
|
|
1811
1821
|
"allowNo": false,
|
|
1812
1822
|
"type": "boolean"
|
|
1813
|
-
},
|
|
1814
|
-
"simulator": {
|
|
1815
|
-
"description": "iOS simulator name or UDID to install and run the development build on. If no value is provided, you will be prompted to select a simulator.",
|
|
1816
|
-
"name": "simulator",
|
|
1817
|
-
"hasDynamicHelp": false,
|
|
1818
|
-
"multiple": false,
|
|
1819
|
-
"type": "option"
|
|
1820
1823
|
}
|
|
1821
1824
|
},
|
|
1822
1825
|
"hasDynamicHelp": false,
|
|
1823
1826
|
"hiddenAliases": [],
|
|
1824
|
-
"id": "
|
|
1827
|
+
"id": "channel:insights",
|
|
1825
1828
|
"pluginAlias": "eas-cli",
|
|
1826
1829
|
"pluginName": "eas-cli",
|
|
1827
1830
|
"pluginType": "core",
|
|
@@ -1868,81 +1871,36 @@
|
|
|
1868
1871
|
}
|
|
1869
1872
|
},
|
|
1870
1873
|
"contextDefinition": {
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1873
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
1874
|
-
"projectDir": {},
|
|
1875
|
-
"vcsClient": {},
|
|
1876
|
-
"analytics": {},
|
|
1877
|
-
"projectId": {}
|
|
1874
|
+
"projectId": {},
|
|
1875
|
+
"loggedIn": {}
|
|
1878
1876
|
},
|
|
1879
1877
|
"isESM": false,
|
|
1880
1878
|
"relativePath": [
|
|
1881
1879
|
"build",
|
|
1882
1880
|
"commands",
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1881
|
+
"channel",
|
|
1882
|
+
"insights.js"
|
|
1885
1883
|
]
|
|
1886
1884
|
},
|
|
1887
|
-
"
|
|
1885
|
+
"channel:list": {
|
|
1888
1886
|
"aliases": [],
|
|
1889
1887
|
"args": {},
|
|
1890
|
-
"description": "
|
|
1888
|
+
"description": "list all channels",
|
|
1891
1889
|
"flags": {
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
|
|
1895
|
-
],
|
|
1896
|
-
"description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
|
|
1897
|
-
"exclusive": [
|
|
1898
|
-
"fingerprint",
|
|
1899
|
-
"platform",
|
|
1900
|
-
"dev-client"
|
|
1901
|
-
],
|
|
1902
|
-
"name": "build-id",
|
|
1890
|
+
"offset": {
|
|
1891
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
1892
|
+
"name": "offset",
|
|
1903
1893
|
"hasDynamicHelp": false,
|
|
1904
1894
|
"multiple": false,
|
|
1905
1895
|
"type": "option"
|
|
1906
1896
|
},
|
|
1907
|
-
"
|
|
1908
|
-
"description": "
|
|
1909
|
-
"
|
|
1910
|
-
"build-id"
|
|
1911
|
-
],
|
|
1912
|
-
"name": "fingerprint",
|
|
1913
|
-
"hasDynamicHelp": false,
|
|
1914
|
-
"multiple": false,
|
|
1915
|
-
"type": "option"
|
|
1916
|
-
},
|
|
1917
|
-
"platform": {
|
|
1918
|
-
"char": "p",
|
|
1919
|
-
"exclusive": [
|
|
1920
|
-
"build-id"
|
|
1921
|
-
],
|
|
1922
|
-
"name": "platform",
|
|
1897
|
+
"limit": {
|
|
1898
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
|
|
1899
|
+
"name": "limit",
|
|
1923
1900
|
"hasDynamicHelp": false,
|
|
1924
1901
|
"multiple": false,
|
|
1925
|
-
"options": [
|
|
1926
|
-
"ios",
|
|
1927
|
-
"android"
|
|
1928
|
-
],
|
|
1929
1902
|
"type": "option"
|
|
1930
1903
|
},
|
|
1931
|
-
"dev-client": {
|
|
1932
|
-
"description": "Filter only dev-client builds.",
|
|
1933
|
-
"exclusive": [
|
|
1934
|
-
"build-id"
|
|
1935
|
-
],
|
|
1936
|
-
"name": "dev-client",
|
|
1937
|
-
"allowNo": true,
|
|
1938
|
-
"type": "boolean"
|
|
1939
|
-
},
|
|
1940
|
-
"all-artifacts": {
|
|
1941
|
-
"description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
|
|
1942
|
-
"name": "all-artifacts",
|
|
1943
|
-
"allowNo": false,
|
|
1944
|
-
"type": "boolean"
|
|
1945
|
-
},
|
|
1946
1904
|
"json": {
|
|
1947
1905
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1948
1906
|
"name": "json",
|
|
@@ -1959,7 +1917,7 @@
|
|
|
1959
1917
|
},
|
|
1960
1918
|
"hasDynamicHelp": false,
|
|
1961
1919
|
"hiddenAliases": [],
|
|
1962
|
-
"id": "
|
|
1920
|
+
"id": "channel:list",
|
|
1963
1921
|
"pluginAlias": "eas-cli",
|
|
1964
1922
|
"pluginName": "eas-cli",
|
|
1965
1923
|
"pluginType": "core",
|
|
@@ -2006,165 +1964,127 @@
|
|
|
2006
1964
|
}
|
|
2007
1965
|
},
|
|
2008
1966
|
"contextDefinition": {
|
|
2009
|
-
"
|
|
2010
|
-
"
|
|
1967
|
+
"projectId": {},
|
|
1968
|
+
"loggedIn": {}
|
|
2011
1969
|
},
|
|
2012
1970
|
"isESM": false,
|
|
2013
1971
|
"relativePath": [
|
|
2014
1972
|
"build",
|
|
2015
1973
|
"commands",
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
1974
|
+
"channel",
|
|
1975
|
+
"list.js"
|
|
2018
1976
|
]
|
|
2019
1977
|
},
|
|
2020
|
-
"
|
|
1978
|
+
"channel:pause": {
|
|
2021
1979
|
"aliases": [],
|
|
2022
|
-
"args": {
|
|
2023
|
-
|
|
1980
|
+
"args": {
|
|
1981
|
+
"name": {
|
|
1982
|
+
"description": "Name of the channel to edit",
|
|
1983
|
+
"name": "name",
|
|
1984
|
+
"required": false
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
"description": "pause a channel to stop it from sending updates",
|
|
2024
1988
|
"flags": {
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"name": "
|
|
1989
|
+
"branch": {
|
|
1990
|
+
"description": "Name of the branch to point to",
|
|
1991
|
+
"name": "branch",
|
|
2028
1992
|
"hasDynamicHelp": false,
|
|
2029
1993
|
"multiple": false,
|
|
2030
|
-
"options": [
|
|
2031
|
-
"android",
|
|
2032
|
-
"ios",
|
|
2033
|
-
"all"
|
|
2034
|
-
],
|
|
2035
1994
|
"type": "option"
|
|
2036
1995
|
},
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2039
|
-
"name": "
|
|
1996
|
+
"json": {
|
|
1997
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1998
|
+
"name": "json",
|
|
2040
1999
|
"allowNo": false,
|
|
2041
2000
|
"type": "boolean"
|
|
2042
2001
|
},
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2045
|
-
"name": "
|
|
2002
|
+
"non-interactive": {
|
|
2003
|
+
"description": "Run the command in non-interactive mode.",
|
|
2004
|
+
"name": "non-interactive",
|
|
2005
|
+
"noCacheDefault": true,
|
|
2046
2006
|
"allowNo": false,
|
|
2047
2007
|
"type": "boolean"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"hiddenAliases": [],
|
|
2012
|
+
"id": "channel:pause",
|
|
2013
|
+
"pluginAlias": "eas-cli",
|
|
2014
|
+
"pluginName": "eas-cli",
|
|
2015
|
+
"pluginType": "core",
|
|
2016
|
+
"strict": true,
|
|
2017
|
+
"enableJsonFlag": false,
|
|
2018
|
+
"ContextOptions": {
|
|
2019
|
+
"LoggedIn": {
|
|
2020
|
+
"loggedIn": {}
|
|
2048
2021
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2051
|
-
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2052
|
-
"name": "profile",
|
|
2053
|
-
"hasDynamicHelp": false,
|
|
2054
|
-
"helpValue": "PROFILE_NAME",
|
|
2055
|
-
"multiple": false,
|
|
2056
|
-
"type": "option"
|
|
2022
|
+
"MaybeLoggedIn": {
|
|
2023
|
+
"maybeLoggedIn": {}
|
|
2057
2024
|
},
|
|
2058
|
-
"
|
|
2059
|
-
"
|
|
2060
|
-
"name": "local",
|
|
2061
|
-
"allowNo": false,
|
|
2062
|
-
"type": "boolean"
|
|
2025
|
+
"DynamicLoggedIn": {
|
|
2026
|
+
"getDynamicLoggedInAsync": {}
|
|
2063
2027
|
},
|
|
2064
|
-
"
|
|
2065
|
-
"
|
|
2066
|
-
"name": "output",
|
|
2067
|
-
"hasDynamicHelp": false,
|
|
2068
|
-
"multiple": false,
|
|
2069
|
-
"type": "option"
|
|
2028
|
+
"SessionManagment": {
|
|
2029
|
+
"sessionManager": {}
|
|
2070
2030
|
},
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2073
|
-
"name": "wait",
|
|
2074
|
-
"allowNo": true,
|
|
2075
|
-
"type": "boolean"
|
|
2031
|
+
"OptionalProjectConfig": {
|
|
2032
|
+
"optionalPrivateProjectConfig": {}
|
|
2076
2033
|
},
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
"name": "clear-cache",
|
|
2080
|
-
"allowNo": false,
|
|
2081
|
-
"type": "boolean"
|
|
2034
|
+
"ProjectDir": {
|
|
2035
|
+
"projectDir": {}
|
|
2082
2036
|
},
|
|
2083
|
-
"
|
|
2084
|
-
"
|
|
2085
|
-
|
|
2086
|
-
],
|
|
2087
|
-
"char": "s",
|
|
2088
|
-
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2089
|
-
"exclusive": [
|
|
2090
|
-
"auto-submit-with-profile"
|
|
2091
|
-
],
|
|
2092
|
-
"name": "auto-submit",
|
|
2093
|
-
"allowNo": false,
|
|
2094
|
-
"type": "boolean"
|
|
2037
|
+
"DynamicProjectConfig": {
|
|
2038
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2039
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2095
2040
|
},
|
|
2096
|
-
"
|
|
2097
|
-
"
|
|
2098
|
-
"
|
|
2099
|
-
"auto-submit"
|
|
2100
|
-
],
|
|
2101
|
-
"name": "auto-submit-with-profile",
|
|
2102
|
-
"hasDynamicHelp": false,
|
|
2103
|
-
"helpValue": "PROFILE_NAME",
|
|
2104
|
-
"multiple": false,
|
|
2105
|
-
"type": "option"
|
|
2041
|
+
"ProjectConfig": {
|
|
2042
|
+
"loggedIn": {},
|
|
2043
|
+
"privateProjectConfig": {}
|
|
2106
2044
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2109
|
-
"name": "what-to-test",
|
|
2110
|
-
"hasDynamicHelp": false,
|
|
2111
|
-
"multiple": false,
|
|
2112
|
-
"type": "option"
|
|
2045
|
+
"Analytics": {
|
|
2046
|
+
"analytics": {}
|
|
2113
2047
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
"message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
|
|
2117
|
-
},
|
|
2118
|
-
"description": "The instance type that will be used to run this build [experimental]",
|
|
2119
|
-
"hidden": true,
|
|
2120
|
-
"name": "resource-class",
|
|
2121
|
-
"hasDynamicHelp": false,
|
|
2122
|
-
"multiple": false,
|
|
2123
|
-
"options": [
|
|
2124
|
-
"default",
|
|
2125
|
-
"large",
|
|
2126
|
-
"m1-medium",
|
|
2127
|
-
"medium",
|
|
2128
|
-
"m-medium",
|
|
2129
|
-
"m-large"
|
|
2130
|
-
],
|
|
2131
|
-
"type": "option"
|
|
2048
|
+
"Vcs": {
|
|
2049
|
+
"vcsClient": {}
|
|
2132
2050
|
},
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2135
|
-
"description": "A short message describing the build",
|
|
2136
|
-
"name": "message",
|
|
2137
|
-
"hasDynamicHelp": false,
|
|
2138
|
-
"multiple": false,
|
|
2139
|
-
"type": "option"
|
|
2051
|
+
"ServerSideEnvironmentVariables": {
|
|
2052
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2140
2053
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2054
|
+
"ProjectId": {
|
|
2055
|
+
"projectId": {}
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"contextDefinition": {
|
|
2059
|
+
"projectId": {},
|
|
2060
|
+
"loggedIn": {}
|
|
2061
|
+
},
|
|
2062
|
+
"isESM": false,
|
|
2063
|
+
"relativePath": [
|
|
2064
|
+
"build",
|
|
2065
|
+
"commands",
|
|
2066
|
+
"channel",
|
|
2067
|
+
"pause.js"
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
"channel:resume": {
|
|
2071
|
+
"aliases": [],
|
|
2072
|
+
"args": {
|
|
2073
|
+
"name": {
|
|
2074
|
+
"description": "Name of the channel to edit",
|
|
2075
|
+
"name": "name",
|
|
2076
|
+
"required": false
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"description": "resume a channel to start sending updates",
|
|
2080
|
+
"flags": {
|
|
2081
|
+
"branch": {
|
|
2082
|
+
"description": "Name of the branch to point to",
|
|
2083
|
+
"name": "branch",
|
|
2144
2084
|
"hasDynamicHelp": false,
|
|
2145
2085
|
"multiple": false,
|
|
2146
|
-
"options": [
|
|
2147
|
-
"trace",
|
|
2148
|
-
"debug",
|
|
2149
|
-
"info",
|
|
2150
|
-
"warn",
|
|
2151
|
-
"error",
|
|
2152
|
-
"fatal"
|
|
2153
|
-
],
|
|
2154
2086
|
"type": "option"
|
|
2155
2087
|
},
|
|
2156
|
-
"freeze-credentials": {
|
|
2157
|
-
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
2158
|
-
"name": "freeze-credentials",
|
|
2159
|
-
"allowNo": false,
|
|
2160
|
-
"type": "boolean"
|
|
2161
|
-
},
|
|
2162
|
-
"verbose-logs": {
|
|
2163
|
-
"description": "Use verbose logs for the build process",
|
|
2164
|
-
"name": "verbose-logs",
|
|
2165
|
-
"allowNo": false,
|
|
2166
|
-
"type": "boolean"
|
|
2167
|
-
},
|
|
2168
2088
|
"json": {
|
|
2169
2089
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2170
2090
|
"name": "json",
|
|
@@ -2181,7 +2101,7 @@
|
|
|
2181
2101
|
},
|
|
2182
2102
|
"hasDynamicHelp": false,
|
|
2183
2103
|
"hiddenAliases": [],
|
|
2184
|
-
"id": "
|
|
2104
|
+
"id": "channel:resume",
|
|
2185
2105
|
"pluginAlias": "eas-cli",
|
|
2186
2106
|
"pluginName": "eas-cli",
|
|
2187
2107
|
"pluginType": "core",
|
|
@@ -2228,87 +2148,121 @@
|
|
|
2228
2148
|
}
|
|
2229
2149
|
},
|
|
2230
2150
|
"contextDefinition": {
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2234
|
-
"projectDir": {},
|
|
2235
|
-
"analytics": {},
|
|
2236
|
-
"vcsClient": {}
|
|
2151
|
+
"projectId": {},
|
|
2152
|
+
"loggedIn": {}
|
|
2237
2153
|
},
|
|
2238
2154
|
"isESM": false,
|
|
2239
2155
|
"relativePath": [
|
|
2240
2156
|
"build",
|
|
2241
2157
|
"commands",
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2158
|
+
"channel",
|
|
2159
|
+
"resume.js"
|
|
2244
2160
|
]
|
|
2245
2161
|
},
|
|
2246
|
-
"
|
|
2162
|
+
"channel:rollout": {
|
|
2247
2163
|
"aliases": [],
|
|
2248
|
-
"args": {
|
|
2249
|
-
|
|
2164
|
+
"args": {
|
|
2165
|
+
"channel": {
|
|
2166
|
+
"description": "channel on which the rollout should be done",
|
|
2167
|
+
"name": "channel"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
"description": "Roll a new branch out on a channel incrementally.",
|
|
2250
2171
|
"flags": {
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
"name": "
|
|
2254
|
-
"
|
|
2172
|
+
"action": {
|
|
2173
|
+
"description": "Rollout action to perform",
|
|
2174
|
+
"name": "action",
|
|
2175
|
+
"relationships": [
|
|
2176
|
+
{
|
|
2177
|
+
"type": "all",
|
|
2178
|
+
"flags": [
|
|
2179
|
+
{
|
|
2180
|
+
"name": "percent"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "outcome"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "branch"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "runtime-version"
|
|
2190
|
+
}
|
|
2191
|
+
]
|
|
2192
|
+
}
|
|
2193
|
+
],
|
|
2194
|
+
"required": false,
|
|
2255
2195
|
"hasDynamicHelp": false,
|
|
2256
2196
|
"multiple": false,
|
|
2257
2197
|
"options": [
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2198
|
+
"create",
|
|
2199
|
+
"edit",
|
|
2200
|
+
"end",
|
|
2201
|
+
"view"
|
|
2260
2202
|
],
|
|
2261
2203
|
"type": "option"
|
|
2262
2204
|
},
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2205
|
+
"percent": {
|
|
2206
|
+
"description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
|
|
2207
|
+
"name": "percent",
|
|
2208
|
+
"required": false,
|
|
2267
2209
|
"hasDynamicHelp": false,
|
|
2268
|
-
"helpValue": "PROFILE_NAME",
|
|
2269
2210
|
"multiple": false,
|
|
2270
2211
|
"type": "option"
|
|
2271
2212
|
},
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
"required": true,
|
|
2213
|
+
"outcome": {
|
|
2214
|
+
"description": "End outcome of rollout. Use with --action=end",
|
|
2215
|
+
"name": "outcome",
|
|
2216
|
+
"required": false,
|
|
2277
2217
|
"hasDynamicHelp": false,
|
|
2278
2218
|
"multiple": false,
|
|
2279
2219
|
"options": [
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2282
|
-
"post-build"
|
|
2220
|
+
"republish-and-revert",
|
|
2221
|
+
"revert"
|
|
2283
2222
|
],
|
|
2284
2223
|
"type": "option"
|
|
2285
2224
|
},
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2289
|
-
"
|
|
2290
|
-
"required": true,
|
|
2225
|
+
"branch": {
|
|
2226
|
+
"description": "Branch to roll out. Use with --action=create",
|
|
2227
|
+
"name": "branch",
|
|
2228
|
+
"required": false,
|
|
2291
2229
|
"hasDynamicHelp": false,
|
|
2292
|
-
"helpValue": "OUTPUT_DIRECTORY",
|
|
2293
2230
|
"multiple": false,
|
|
2294
2231
|
"type": "option"
|
|
2295
2232
|
},
|
|
2296
|
-
"
|
|
2297
|
-
"description": "
|
|
2298
|
-
"name": "
|
|
2233
|
+
"runtime-version": {
|
|
2234
|
+
"description": "Runtime version to target. Use with --action=create",
|
|
2235
|
+
"name": "runtime-version",
|
|
2236
|
+
"required": false,
|
|
2237
|
+
"hasDynamicHelp": false,
|
|
2238
|
+
"multiple": false,
|
|
2239
|
+
"type": "option"
|
|
2240
|
+
},
|
|
2241
|
+
"private-key-path": {
|
|
2242
|
+
"description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory. Only relevant if you are using code signing: https://docs.expo.dev/eas-update/code-signing/",
|
|
2243
|
+
"name": "private-key-path",
|
|
2244
|
+
"required": false,
|
|
2245
|
+
"hasDynamicHelp": false,
|
|
2246
|
+
"multiple": false,
|
|
2247
|
+
"type": "option"
|
|
2248
|
+
},
|
|
2249
|
+
"json": {
|
|
2250
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2251
|
+
"name": "json",
|
|
2299
2252
|
"allowNo": false,
|
|
2300
2253
|
"type": "boolean"
|
|
2301
2254
|
},
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2304
|
-
"name": "
|
|
2255
|
+
"non-interactive": {
|
|
2256
|
+
"description": "Run the command in non-interactive mode.",
|
|
2257
|
+
"name": "non-interactive",
|
|
2258
|
+
"noCacheDefault": true,
|
|
2305
2259
|
"allowNo": false,
|
|
2306
2260
|
"type": "boolean"
|
|
2307
2261
|
}
|
|
2308
2262
|
},
|
|
2309
2263
|
"hasDynamicHelp": false,
|
|
2310
2264
|
"hiddenAliases": [],
|
|
2311
|
-
"id": "
|
|
2265
|
+
"id": "channel:rollout",
|
|
2312
2266
|
"pluginAlias": "eas-cli",
|
|
2313
2267
|
"pluginName": "eas-cli",
|
|
2314
2268
|
"pluginType": "core",
|
|
@@ -2356,70 +2310,59 @@
|
|
|
2356
2310
|
},
|
|
2357
2311
|
"contextDefinition": {
|
|
2358
2312
|
"loggedIn": {},
|
|
2359
|
-
"
|
|
2360
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2361
|
-
"projectDir": {},
|
|
2362
|
-
"analytics": {},
|
|
2313
|
+
"privateProjectConfig": {},
|
|
2363
2314
|
"vcsClient": {}
|
|
2364
2315
|
},
|
|
2365
2316
|
"isESM": false,
|
|
2366
2317
|
"relativePath": [
|
|
2367
2318
|
"build",
|
|
2368
2319
|
"commands",
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2320
|
+
"channel",
|
|
2321
|
+
"rollout.js"
|
|
2371
2322
|
]
|
|
2372
2323
|
},
|
|
2373
|
-
"
|
|
2324
|
+
"channel:view": {
|
|
2374
2325
|
"aliases": [],
|
|
2375
|
-
"args": {
|
|
2326
|
+
"args": {
|
|
2327
|
+
"name": {
|
|
2328
|
+
"description": "Name of the channel to view",
|
|
2329
|
+
"name": "name",
|
|
2330
|
+
"required": false
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2333
|
+
"description": "view a channel",
|
|
2376
2334
|
"flags": {
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"name": "
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2382
|
-
"multiple": false,
|
|
2383
|
-
"options": [
|
|
2384
|
-
"android",
|
|
2385
|
-
"ios"
|
|
2386
|
-
],
|
|
2387
|
-
"type": "option"
|
|
2335
|
+
"json": {
|
|
2336
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2337
|
+
"name": "json",
|
|
2338
|
+
"allowNo": false,
|
|
2339
|
+
"type": "boolean"
|
|
2388
2340
|
},
|
|
2389
|
-
"
|
|
2390
|
-
"
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2341
|
+
"non-interactive": {
|
|
2342
|
+
"description": "Run the command in non-interactive mode.",
|
|
2343
|
+
"name": "non-interactive",
|
|
2344
|
+
"noCacheDefault": true,
|
|
2345
|
+
"allowNo": false,
|
|
2346
|
+
"type": "boolean"
|
|
2347
|
+
},
|
|
2348
|
+
"offset": {
|
|
2349
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2350
|
+
"name": "offset",
|
|
2393
2351
|
"hasDynamicHelp": false,
|
|
2394
|
-
"helpValue": "PROFILE_NAME",
|
|
2395
2352
|
"multiple": false,
|
|
2396
2353
|
"type": "option"
|
|
2397
2354
|
},
|
|
2398
|
-
"
|
|
2399
|
-
"description": "
|
|
2400
|
-
"
|
|
2401
|
-
"auto-submit-with-profile"
|
|
2402
|
-
],
|
|
2403
|
-
"name": "auto-submit",
|
|
2404
|
-
"allowNo": false,
|
|
2405
|
-
"type": "boolean"
|
|
2406
|
-
},
|
|
2407
|
-
"auto-submit-with-profile": {
|
|
2408
|
-
"description": "Submit on build complete using the submit profile with provided name",
|
|
2409
|
-
"exclusive": [
|
|
2410
|
-
"auto-submit"
|
|
2411
|
-
],
|
|
2412
|
-
"name": "auto-submit-with-profile",
|
|
2355
|
+
"limit": {
|
|
2356
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2357
|
+
"name": "limit",
|
|
2413
2358
|
"hasDynamicHelp": false,
|
|
2414
|
-
"helpValue": "PROFILE_NAME",
|
|
2415
2359
|
"multiple": false,
|
|
2416
2360
|
"type": "option"
|
|
2417
2361
|
}
|
|
2418
2362
|
},
|
|
2419
2363
|
"hasDynamicHelp": false,
|
|
2420
|
-
"hidden": true,
|
|
2421
2364
|
"hiddenAliases": [],
|
|
2422
|
-
"id": "
|
|
2365
|
+
"id": "channel:view",
|
|
2423
2366
|
"pluginAlias": "eas-cli",
|
|
2424
2367
|
"pluginName": "eas-cli",
|
|
2425
2368
|
"pluginType": "core",
|
|
@@ -2466,28 +2409,36 @@
|
|
|
2466
2409
|
}
|
|
2467
2410
|
},
|
|
2468
2411
|
"contextDefinition": {
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2471
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2472
|
-
"projectDir": {},
|
|
2473
|
-
"analytics": {},
|
|
2474
|
-
"vcsClient": {}
|
|
2412
|
+
"projectId": {},
|
|
2413
|
+
"loggedIn": {}
|
|
2475
2414
|
},
|
|
2476
2415
|
"isESM": false,
|
|
2477
2416
|
"relativePath": [
|
|
2478
2417
|
"build",
|
|
2479
2418
|
"commands",
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2419
|
+
"channel",
|
|
2420
|
+
"view.js"
|
|
2482
2421
|
]
|
|
2483
2422
|
},
|
|
2484
|
-
"build:
|
|
2423
|
+
"build:cancel": {
|
|
2485
2424
|
"aliases": [],
|
|
2486
|
-
"args": {
|
|
2487
|
-
|
|
2425
|
+
"args": {
|
|
2426
|
+
"BUILD_ID": {
|
|
2427
|
+
"name": "BUILD_ID"
|
|
2428
|
+
}
|
|
2429
|
+
},
|
|
2430
|
+
"description": "cancel a build",
|
|
2488
2431
|
"flags": {
|
|
2432
|
+
"non-interactive": {
|
|
2433
|
+
"description": "Run the command in non-interactive mode.",
|
|
2434
|
+
"name": "non-interactive",
|
|
2435
|
+
"noCacheDefault": true,
|
|
2436
|
+
"allowNo": false,
|
|
2437
|
+
"type": "boolean"
|
|
2438
|
+
},
|
|
2489
2439
|
"platform": {
|
|
2490
2440
|
"char": "p",
|
|
2441
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
2491
2442
|
"name": "platform",
|
|
2492
2443
|
"hasDynamicHelp": false,
|
|
2493
2444
|
"multiple": false,
|
|
@@ -2498,156 +2449,99 @@
|
|
|
2498
2449
|
],
|
|
2499
2450
|
"type": "option"
|
|
2500
2451
|
},
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
2503
|
-
"
|
|
2452
|
+
"profile": {
|
|
2453
|
+
"char": "e",
|
|
2454
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
2455
|
+
"name": "profile",
|
|
2504
2456
|
"hasDynamicHelp": false,
|
|
2457
|
+
"helpValue": "PROFILE_NAME",
|
|
2505
2458
|
"multiple": false,
|
|
2506
|
-
"options": [
|
|
2507
|
-
"new",
|
|
2508
|
-
"in-queue",
|
|
2509
|
-
"in-progress",
|
|
2510
|
-
"pending-cancel",
|
|
2511
|
-
"errored",
|
|
2512
|
-
"finished",
|
|
2513
|
-
"canceled"
|
|
2514
|
-
],
|
|
2515
2459
|
"type": "option"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
"hasDynamicHelp": false,
|
|
2463
|
+
"hiddenAliases": [],
|
|
2464
|
+
"id": "build:cancel",
|
|
2465
|
+
"pluginAlias": "eas-cli",
|
|
2466
|
+
"pluginName": "eas-cli",
|
|
2467
|
+
"pluginType": "core",
|
|
2468
|
+
"strict": true,
|
|
2469
|
+
"enableJsonFlag": false,
|
|
2470
|
+
"ContextOptions": {
|
|
2471
|
+
"LoggedIn": {
|
|
2472
|
+
"loggedIn": {}
|
|
2516
2473
|
},
|
|
2517
|
-
"
|
|
2518
|
-
"
|
|
2519
|
-
"name": "distribution",
|
|
2520
|
-
"hasDynamicHelp": false,
|
|
2521
|
-
"multiple": false,
|
|
2522
|
-
"options": [
|
|
2523
|
-
"store",
|
|
2524
|
-
"internal",
|
|
2525
|
-
"simulator"
|
|
2526
|
-
],
|
|
2527
|
-
"type": "option"
|
|
2528
|
-
},
|
|
2529
|
-
"channel": {
|
|
2530
|
-
"name": "channel",
|
|
2531
|
-
"hasDynamicHelp": false,
|
|
2532
|
-
"multiple": false,
|
|
2533
|
-
"type": "option"
|
|
2474
|
+
"MaybeLoggedIn": {
|
|
2475
|
+
"maybeLoggedIn": {}
|
|
2534
2476
|
},
|
|
2535
|
-
"
|
|
2536
|
-
"
|
|
2537
|
-
"appVersion"
|
|
2538
|
-
],
|
|
2539
|
-
"description": "Filter only builds created with the specified main app version",
|
|
2540
|
-
"name": "app-version",
|
|
2541
|
-
"hasDynamicHelp": false,
|
|
2542
|
-
"multiple": false,
|
|
2543
|
-
"type": "option"
|
|
2477
|
+
"DynamicLoggedIn": {
|
|
2478
|
+
"getDynamicLoggedInAsync": {}
|
|
2544
2479
|
},
|
|
2545
|
-
"
|
|
2546
|
-
"
|
|
2547
|
-
"appBuildVersion"
|
|
2548
|
-
],
|
|
2549
|
-
"description": "Filter only builds created with the specified app build version",
|
|
2550
|
-
"name": "app-build-version",
|
|
2551
|
-
"hasDynamicHelp": false,
|
|
2552
|
-
"multiple": false,
|
|
2553
|
-
"type": "option"
|
|
2480
|
+
"SessionManagment": {
|
|
2481
|
+
"sessionManager": {}
|
|
2554
2482
|
},
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2557
|
-
"sdkVersion"
|
|
2558
|
-
],
|
|
2559
|
-
"description": "Filter only builds created with the specified Expo SDK version",
|
|
2560
|
-
"name": "sdk-version",
|
|
2561
|
-
"hasDynamicHelp": false,
|
|
2562
|
-
"multiple": false,
|
|
2563
|
-
"type": "option"
|
|
2483
|
+
"OptionalProjectConfig": {
|
|
2484
|
+
"optionalPrivateProjectConfig": {}
|
|
2564
2485
|
},
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
2567
|
-
"runtimeVersion"
|
|
2568
|
-
],
|
|
2569
|
-
"description": "Filter only builds created with the specified runtime version",
|
|
2570
|
-
"name": "runtime-version",
|
|
2571
|
-
"hasDynamicHelp": false,
|
|
2572
|
-
"multiple": false,
|
|
2573
|
-
"type": "option"
|
|
2486
|
+
"ProjectDir": {
|
|
2487
|
+
"projectDir": {}
|
|
2574
2488
|
},
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2577
|
-
|
|
2578
|
-
],
|
|
2579
|
-
"description": "Filter only builds created with the specified app identifier",
|
|
2580
|
-
"name": "app-identifier",
|
|
2581
|
-
"hasDynamicHelp": false,
|
|
2582
|
-
"multiple": false,
|
|
2583
|
-
"type": "option"
|
|
2489
|
+
"DynamicProjectConfig": {
|
|
2490
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2491
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2584
2492
|
},
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
|
|
2588
|
-
"buildProfile"
|
|
2589
|
-
],
|
|
2590
|
-
"char": "e",
|
|
2591
|
-
"description": "Filter only builds created with the specified build profile",
|
|
2592
|
-
"name": "build-profile",
|
|
2593
|
-
"hasDynamicHelp": false,
|
|
2594
|
-
"multiple": false,
|
|
2595
|
-
"type": "option"
|
|
2493
|
+
"ProjectConfig": {
|
|
2494
|
+
"loggedIn": {},
|
|
2495
|
+
"privateProjectConfig": {}
|
|
2596
2496
|
},
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2599
|
-
"gitCommitHash"
|
|
2600
|
-
],
|
|
2601
|
-
"description": "Filter only builds created with the specified git commit hash",
|
|
2602
|
-
"name": "git-commit-hash",
|
|
2603
|
-
"hasDynamicHelp": false,
|
|
2604
|
-
"multiple": false,
|
|
2605
|
-
"type": "option"
|
|
2497
|
+
"Analytics": {
|
|
2498
|
+
"analytics": {}
|
|
2606
2499
|
},
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2609
|
-
"name": "fingerprint-hash",
|
|
2610
|
-
"hasDynamicHelp": false,
|
|
2611
|
-
"multiple": false,
|
|
2612
|
-
"type": "option"
|
|
2500
|
+
"Vcs": {
|
|
2501
|
+
"vcsClient": {}
|
|
2613
2502
|
},
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"name": "offset",
|
|
2617
|
-
"hasDynamicHelp": false,
|
|
2618
|
-
"multiple": false,
|
|
2619
|
-
"type": "option"
|
|
2503
|
+
"ServerSideEnvironmentVariables": {
|
|
2504
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2620
2505
|
},
|
|
2621
|
-
"
|
|
2622
|
-
"
|
|
2623
|
-
|
|
2506
|
+
"ProjectId": {
|
|
2507
|
+
"projectId": {}
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
"contextDefinition": {
|
|
2511
|
+
"projectId": {},
|
|
2512
|
+
"loggedIn": {},
|
|
2513
|
+
"vcsClient": {}
|
|
2514
|
+
},
|
|
2515
|
+
"isESM": false,
|
|
2516
|
+
"relativePath": [
|
|
2517
|
+
"build",
|
|
2518
|
+
"commands",
|
|
2519
|
+
"build",
|
|
2520
|
+
"cancel.js"
|
|
2521
|
+
]
|
|
2522
|
+
},
|
|
2523
|
+
"build:configure": {
|
|
2524
|
+
"aliases": [],
|
|
2525
|
+
"args": {},
|
|
2526
|
+
"description": "configure the project to support EAS Build",
|
|
2527
|
+
"flags": {
|
|
2528
|
+
"platform": {
|
|
2529
|
+
"char": "p",
|
|
2530
|
+
"description": "Platform to configure",
|
|
2531
|
+
"name": "platform",
|
|
2624
2532
|
"hasDynamicHelp": false,
|
|
2625
2533
|
"multiple": false,
|
|
2534
|
+
"options": [
|
|
2535
|
+
"android",
|
|
2536
|
+
"ios",
|
|
2537
|
+
"all"
|
|
2538
|
+
],
|
|
2626
2539
|
"type": "option"
|
|
2627
|
-
},
|
|
2628
|
-
"json": {
|
|
2629
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2630
|
-
"name": "json",
|
|
2631
|
-
"allowNo": false,
|
|
2632
|
-
"type": "boolean"
|
|
2633
|
-
},
|
|
2634
|
-
"non-interactive": {
|
|
2635
|
-
"description": "Run the command in non-interactive mode.",
|
|
2636
|
-
"name": "non-interactive",
|
|
2637
|
-
"noCacheDefault": true,
|
|
2638
|
-
"allowNo": false,
|
|
2639
|
-
"type": "boolean"
|
|
2640
|
-
},
|
|
2641
|
-
"simulator": {
|
|
2642
|
-
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
2643
|
-
"name": "simulator",
|
|
2644
|
-
"allowNo": false,
|
|
2645
|
-
"type": "boolean"
|
|
2646
2540
|
}
|
|
2647
2541
|
},
|
|
2648
2542
|
"hasDynamicHelp": false,
|
|
2649
2543
|
"hiddenAliases": [],
|
|
2650
|
-
"id": "build:
|
|
2544
|
+
"id": "build:configure",
|
|
2651
2545
|
"pluginAlias": "eas-cli",
|
|
2652
2546
|
"pluginName": "eas-cli",
|
|
2653
2547
|
"pluginType": "core",
|
|
@@ -2694,8 +2588,8 @@
|
|
|
2694
2588
|
}
|
|
2695
2589
|
},
|
|
2696
2590
|
"contextDefinition": {
|
|
2697
|
-
"projectId": {},
|
|
2698
2591
|
"loggedIn": {},
|
|
2592
|
+
"privateProjectConfig": {},
|
|
2699
2593
|
"vcsClient": {}
|
|
2700
2594
|
},
|
|
2701
2595
|
"isESM": false,
|
|
@@ -2703,89 +2597,51 @@
|
|
|
2703
2597
|
"build",
|
|
2704
2598
|
"commands",
|
|
2705
2599
|
"build",
|
|
2706
|
-
"
|
|
2600
|
+
"configure.js"
|
|
2707
2601
|
]
|
|
2708
2602
|
},
|
|
2709
|
-
"build:
|
|
2603
|
+
"build:delete": {
|
|
2710
2604
|
"aliases": [],
|
|
2711
|
-
"args": {
|
|
2712
|
-
|
|
2605
|
+
"args": {
|
|
2606
|
+
"BUILD_ID": {
|
|
2607
|
+
"name": "BUILD_ID"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"description": "delete a build",
|
|
2713
2611
|
"flags": {
|
|
2612
|
+
"non-interactive": {
|
|
2613
|
+
"description": "Run the command in non-interactive mode.",
|
|
2614
|
+
"name": "non-interactive",
|
|
2615
|
+
"noCacheDefault": true,
|
|
2616
|
+
"allowNo": false,
|
|
2617
|
+
"type": "boolean"
|
|
2618
|
+
},
|
|
2714
2619
|
"platform": {
|
|
2715
2620
|
"char": "p",
|
|
2621
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
2716
2622
|
"name": "platform",
|
|
2717
2623
|
"hasDynamicHelp": false,
|
|
2718
2624
|
"multiple": false,
|
|
2719
2625
|
"options": [
|
|
2720
2626
|
"android",
|
|
2721
|
-
"ios"
|
|
2627
|
+
"ios",
|
|
2628
|
+
"all"
|
|
2722
2629
|
],
|
|
2723
2630
|
"type": "option"
|
|
2724
2631
|
},
|
|
2725
|
-
"
|
|
2726
|
-
"aliases": [
|
|
2727
|
-
"profile"
|
|
2728
|
-
],
|
|
2632
|
+
"profile": {
|
|
2729
2633
|
"char": "e",
|
|
2730
|
-
"description": "
|
|
2731
|
-
"name": "
|
|
2732
|
-
"hasDynamicHelp": false,
|
|
2733
|
-
"helpValue": "PROFILE_NAME",
|
|
2734
|
-
"multiple": false,
|
|
2735
|
-
"type": "option"
|
|
2736
|
-
},
|
|
2737
|
-
"source-profile": {
|
|
2738
|
-
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
2739
|
-
"name": "source-profile",
|
|
2634
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
2635
|
+
"name": "profile",
|
|
2740
2636
|
"hasDynamicHelp": false,
|
|
2741
2637
|
"helpValue": "PROFILE_NAME",
|
|
2742
2638
|
"multiple": false,
|
|
2743
2639
|
"type": "option"
|
|
2744
|
-
},
|
|
2745
|
-
"wait": {
|
|
2746
|
-
"description": "Wait for build(s) to complete.",
|
|
2747
|
-
"name": "wait",
|
|
2748
|
-
"allowNo": true,
|
|
2749
|
-
"type": "boolean"
|
|
2750
|
-
},
|
|
2751
|
-
"id": {
|
|
2752
|
-
"description": "ID of the build to re-sign.",
|
|
2753
|
-
"name": "id",
|
|
2754
|
-
"hasDynamicHelp": false,
|
|
2755
|
-
"multiple": false,
|
|
2756
|
-
"type": "option"
|
|
2757
|
-
},
|
|
2758
|
-
"offset": {
|
|
2759
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2760
|
-
"name": "offset",
|
|
2761
|
-
"hasDynamicHelp": false,
|
|
2762
|
-
"multiple": false,
|
|
2763
|
-
"type": "option"
|
|
2764
|
-
},
|
|
2765
|
-
"limit": {
|
|
2766
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2767
|
-
"name": "limit",
|
|
2768
|
-
"hasDynamicHelp": false,
|
|
2769
|
-
"multiple": false,
|
|
2770
|
-
"type": "option"
|
|
2771
|
-
},
|
|
2772
|
-
"json": {
|
|
2773
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2774
|
-
"name": "json",
|
|
2775
|
-
"allowNo": false,
|
|
2776
|
-
"type": "boolean"
|
|
2777
|
-
},
|
|
2778
|
-
"non-interactive": {
|
|
2779
|
-
"description": "Run the command in non-interactive mode.",
|
|
2780
|
-
"name": "non-interactive",
|
|
2781
|
-
"noCacheDefault": true,
|
|
2782
|
-
"allowNo": false,
|
|
2783
|
-
"type": "boolean"
|
|
2784
2640
|
}
|
|
2785
2641
|
},
|
|
2786
2642
|
"hasDynamicHelp": false,
|
|
2787
2643
|
"hiddenAliases": [],
|
|
2788
|
-
"id": "build:
|
|
2644
|
+
"id": "build:delete",
|
|
2789
2645
|
"pluginAlias": "eas-cli",
|
|
2790
2646
|
"pluginName": "eas-cli",
|
|
2791
2647
|
"pluginType": "core",
|
|
@@ -2832,11 +2688,8 @@
|
|
|
2832
2688
|
}
|
|
2833
2689
|
},
|
|
2834
2690
|
"contextDefinition": {
|
|
2691
|
+
"projectId": {},
|
|
2835
2692
|
"loggedIn": {},
|
|
2836
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
2837
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2838
|
-
"projectDir": {},
|
|
2839
|
-
"analytics": {},
|
|
2840
2693
|
"vcsClient": {}
|
|
2841
2694
|
},
|
|
2842
2695
|
"isESM": false,
|
|
@@ -2844,96 +2697,49 @@
|
|
|
2844
2697
|
"build",
|
|
2845
2698
|
"commands",
|
|
2846
2699
|
"build",
|
|
2847
|
-
"
|
|
2700
|
+
"delete.js"
|
|
2848
2701
|
]
|
|
2849
2702
|
},
|
|
2850
|
-
"build:
|
|
2703
|
+
"build:dev": {
|
|
2851
2704
|
"aliases": [],
|
|
2852
2705
|
"args": {},
|
|
2853
|
-
"description": "run simulator/emulator
|
|
2706
|
+
"description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
|
|
2854
2707
|
"flags": {
|
|
2855
|
-
"latest": {
|
|
2856
|
-
"description": "Run the latest simulator/emulator build for specified platform",
|
|
2857
|
-
"exclusive": [
|
|
2858
|
-
"id",
|
|
2859
|
-
"path",
|
|
2860
|
-
"url"
|
|
2861
|
-
],
|
|
2862
|
-
"name": "latest",
|
|
2863
|
-
"allowNo": false,
|
|
2864
|
-
"type": "boolean"
|
|
2865
|
-
},
|
|
2866
|
-
"url": {
|
|
2867
|
-
"description": "Simulator/Emulator build archive url",
|
|
2868
|
-
"exclusive": [
|
|
2869
|
-
"latest",
|
|
2870
|
-
"id",
|
|
2871
|
-
"path"
|
|
2872
|
-
],
|
|
2873
|
-
"name": "url",
|
|
2874
|
-
"hasDynamicHelp": false,
|
|
2875
|
-
"multiple": false,
|
|
2876
|
-
"type": "option"
|
|
2877
|
-
},
|
|
2878
|
-
"path": {
|
|
2879
|
-
"description": "Path to the simulator/emulator build archive or app",
|
|
2880
|
-
"exclusive": [
|
|
2881
|
-
"latest",
|
|
2882
|
-
"id",
|
|
2883
|
-
"url"
|
|
2884
|
-
],
|
|
2885
|
-
"name": "path",
|
|
2886
|
-
"hasDynamicHelp": false,
|
|
2887
|
-
"multiple": false,
|
|
2888
|
-
"type": "option"
|
|
2889
|
-
},
|
|
2890
|
-
"id": {
|
|
2891
|
-
"description": "ID of the simulator/emulator build to run",
|
|
2892
|
-
"exclusive": [
|
|
2893
|
-
"latest, path, url"
|
|
2894
|
-
],
|
|
2895
|
-
"name": "id",
|
|
2896
|
-
"hasDynamicHelp": false,
|
|
2897
|
-
"multiple": false,
|
|
2898
|
-
"type": "option"
|
|
2899
|
-
},
|
|
2900
2708
|
"platform": {
|
|
2901
2709
|
"char": "p",
|
|
2902
2710
|
"name": "platform",
|
|
2903
2711
|
"hasDynamicHelp": false,
|
|
2904
2712
|
"multiple": false,
|
|
2905
2713
|
"options": [
|
|
2906
|
-
"
|
|
2907
|
-
"
|
|
2714
|
+
"ios",
|
|
2715
|
+
"android"
|
|
2908
2716
|
],
|
|
2909
2717
|
"type": "option"
|
|
2910
2718
|
},
|
|
2911
2719
|
"profile": {
|
|
2912
2720
|
"char": "e",
|
|
2913
|
-
"description": "Name of the build profile
|
|
2721
|
+
"description": "Name of the build profile from eas.json. It must be a profile allowing to create emulator/simulator internal distribution dev client builds. The \"development-simulator\" build profile will be selected by default.",
|
|
2914
2722
|
"name": "profile",
|
|
2915
2723
|
"hasDynamicHelp": false,
|
|
2916
2724
|
"helpValue": "PROFILE_NAME",
|
|
2917
2725
|
"multiple": false,
|
|
2918
2726
|
"type": "option"
|
|
2919
2727
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"description": "
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2925
|
-
"type": "option"
|
|
2728
|
+
"skip-build-if-not-found": {
|
|
2729
|
+
"description": "Skip build if no successful build with matching fingerprint is found.",
|
|
2730
|
+
"name": "skip-build-if-not-found",
|
|
2731
|
+
"allowNo": false,
|
|
2732
|
+
"type": "boolean"
|
|
2926
2733
|
},
|
|
2927
|
-
"
|
|
2928
|
-
"description": "
|
|
2929
|
-
"name": "
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
2932
|
-
"type": "option"
|
|
2734
|
+
"skip-bundler": {
|
|
2735
|
+
"description": "Install and run the development build without starting the bundler server.",
|
|
2736
|
+
"name": "skip-bundler",
|
|
2737
|
+
"allowNo": false,
|
|
2738
|
+
"type": "boolean"
|
|
2933
2739
|
},
|
|
2934
|
-
"
|
|
2935
|
-
"description": "
|
|
2936
|
-
"name": "
|
|
2740
|
+
"simulator": {
|
|
2741
|
+
"description": "iOS simulator name or UDID to install and run the development build on. If no value is provided, you will be prompted to select a simulator.",
|
|
2742
|
+
"name": "simulator",
|
|
2937
2743
|
"hasDynamicHelp": false,
|
|
2938
2744
|
"multiple": false,
|
|
2939
2745
|
"type": "option"
|
|
@@ -2941,7 +2747,7 @@
|
|
|
2941
2747
|
},
|
|
2942
2748
|
"hasDynamicHelp": false,
|
|
2943
2749
|
"hiddenAliases": [],
|
|
2944
|
-
"id": "build:
|
|
2750
|
+
"id": "build:dev",
|
|
2945
2751
|
"pluginAlias": "eas-cli",
|
|
2946
2752
|
"pluginName": "eas-cli",
|
|
2947
2753
|
"pluginType": "core",
|
|
@@ -2989,105 +2795,80 @@
|
|
|
2989
2795
|
},
|
|
2990
2796
|
"contextDefinition": {
|
|
2991
2797
|
"loggedIn": {},
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
2798
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2799
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2800
|
+
"projectDir": {},
|
|
2801
|
+
"vcsClient": {},
|
|
2802
|
+
"analytics": {},
|
|
2803
|
+
"projectId": {}
|
|
2994
2804
|
},
|
|
2995
2805
|
"isESM": false,
|
|
2996
2806
|
"relativePath": [
|
|
2997
2807
|
"build",
|
|
2998
2808
|
"commands",
|
|
2999
2809
|
"build",
|
|
3000
|
-
"
|
|
2810
|
+
"dev.js"
|
|
3001
2811
|
]
|
|
3002
2812
|
},
|
|
3003
|
-
"build:
|
|
2813
|
+
"build:download": {
|
|
3004
2814
|
"aliases": [],
|
|
3005
|
-
"args": {
|
|
3006
|
-
|
|
3007
|
-
"name": "BUILD_ID"
|
|
3008
|
-
}
|
|
3009
|
-
},
|
|
3010
|
-
"description": "view a build for your project",
|
|
2815
|
+
"args": {},
|
|
2816
|
+
"description": "download a simulator/emulator build by build ID or fingerprint hash",
|
|
3011
2817
|
"flags": {
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
"
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
"enableJsonFlag": false,
|
|
3027
|
-
"ContextOptions": {
|
|
3028
|
-
"LoggedIn": {
|
|
3029
|
-
"loggedIn": {}
|
|
3030
|
-
},
|
|
3031
|
-
"MaybeLoggedIn": {
|
|
3032
|
-
"maybeLoggedIn": {}
|
|
3033
|
-
},
|
|
3034
|
-
"DynamicLoggedIn": {
|
|
3035
|
-
"getDynamicLoggedInAsync": {}
|
|
3036
|
-
},
|
|
3037
|
-
"SessionManagment": {
|
|
3038
|
-
"sessionManager": {}
|
|
3039
|
-
},
|
|
3040
|
-
"OptionalProjectConfig": {
|
|
3041
|
-
"optionalPrivateProjectConfig": {}
|
|
3042
|
-
},
|
|
3043
|
-
"ProjectDir": {
|
|
3044
|
-
"projectDir": {}
|
|
3045
|
-
},
|
|
3046
|
-
"DynamicProjectConfig": {
|
|
3047
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3048
|
-
"getDynamicPrivateProjectConfigAsync": {}
|
|
2818
|
+
"build-id": {
|
|
2819
|
+
"aliases": [
|
|
2820
|
+
"id"
|
|
2821
|
+
],
|
|
2822
|
+
"description": "ID of the build to download. Mutually exclusive with --fingerprint, --platform, and --dev-client; the platform is derived from the build itself.",
|
|
2823
|
+
"exclusive": [
|
|
2824
|
+
"fingerprint",
|
|
2825
|
+
"platform",
|
|
2826
|
+
"dev-client"
|
|
2827
|
+
],
|
|
2828
|
+
"name": "build-id",
|
|
2829
|
+
"hasDynamicHelp": false,
|
|
2830
|
+
"multiple": false,
|
|
2831
|
+
"type": "option"
|
|
3049
2832
|
},
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
2833
|
+
"fingerprint": {
|
|
2834
|
+
"description": "Fingerprint hash of the build to download",
|
|
2835
|
+
"exclusive": [
|
|
2836
|
+
"build-id"
|
|
2837
|
+
],
|
|
2838
|
+
"name": "fingerprint",
|
|
2839
|
+
"hasDynamicHelp": false,
|
|
2840
|
+
"multiple": false,
|
|
2841
|
+
"type": "option"
|
|
3053
2842
|
},
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
2843
|
+
"platform": {
|
|
2844
|
+
"char": "p",
|
|
2845
|
+
"exclusive": [
|
|
2846
|
+
"build-id"
|
|
2847
|
+
],
|
|
2848
|
+
"name": "platform",
|
|
2849
|
+
"hasDynamicHelp": false,
|
|
2850
|
+
"multiple": false,
|
|
2851
|
+
"options": [
|
|
2852
|
+
"ios",
|
|
2853
|
+
"android"
|
|
2854
|
+
],
|
|
2855
|
+
"type": "option"
|
|
3056
2856
|
},
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
2857
|
+
"dev-client": {
|
|
2858
|
+
"description": "Filter only dev-client builds.",
|
|
2859
|
+
"exclusive": [
|
|
2860
|
+
"build-id"
|
|
2861
|
+
],
|
|
2862
|
+
"name": "dev-client",
|
|
2863
|
+
"allowNo": true,
|
|
2864
|
+
"type": "boolean"
|
|
3059
2865
|
},
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
2866
|
+
"all-artifacts": {
|
|
2867
|
+
"description": "Download all available build artifacts (build artifacts archive, Xcode logs, etc.) in addition to the application archive. Without this flag, only the application archive is downloaded and the command errors if it is missing.",
|
|
2868
|
+
"name": "all-artifacts",
|
|
2869
|
+
"allowNo": false,
|
|
2870
|
+
"type": "boolean"
|
|
3062
2871
|
},
|
|
3063
|
-
"ProjectId": {
|
|
3064
|
-
"projectId": {}
|
|
3065
|
-
}
|
|
3066
|
-
},
|
|
3067
|
-
"contextDefinition": {
|
|
3068
|
-
"projectId": {},
|
|
3069
|
-
"loggedIn": {},
|
|
3070
|
-
"vcsClient": {}
|
|
3071
|
-
},
|
|
3072
|
-
"isESM": false,
|
|
3073
|
-
"relativePath": [
|
|
3074
|
-
"build",
|
|
3075
|
-
"commands",
|
|
3076
|
-
"build",
|
|
3077
|
-
"view.js"
|
|
3078
|
-
]
|
|
3079
|
-
},
|
|
3080
|
-
"channel:create": {
|
|
3081
|
-
"aliases": [],
|
|
3082
|
-
"args": {
|
|
3083
|
-
"name": {
|
|
3084
|
-
"description": "Name of the channel to create",
|
|
3085
|
-
"name": "name",
|
|
3086
|
-
"required": false
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
|
-
"description": "create a channel",
|
|
3090
|
-
"flags": {
|
|
3091
2872
|
"json": {
|
|
3092
2873
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3093
2874
|
"name": "json",
|
|
@@ -3104,7 +2885,7 @@
|
|
|
3104
2885
|
},
|
|
3105
2886
|
"hasDynamicHelp": false,
|
|
3106
2887
|
"hiddenAliases": [],
|
|
3107
|
-
"id": "
|
|
2888
|
+
"id": "build:download",
|
|
3108
2889
|
"pluginAlias": "eas-cli",
|
|
3109
2890
|
"pluginName": "eas-cli",
|
|
3110
2891
|
"pluginType": "core",
|
|
@@ -3151,33 +2932,170 @@
|
|
|
3151
2932
|
}
|
|
3152
2933
|
},
|
|
3153
2934
|
"contextDefinition": {
|
|
3154
|
-
"
|
|
3155
|
-
"
|
|
2935
|
+
"loggedIn": {},
|
|
2936
|
+
"projectId": {}
|
|
3156
2937
|
},
|
|
3157
2938
|
"isESM": false,
|
|
3158
2939
|
"relativePath": [
|
|
3159
2940
|
"build",
|
|
3160
2941
|
"commands",
|
|
3161
|
-
"
|
|
3162
|
-
"
|
|
2942
|
+
"build",
|
|
2943
|
+
"download.js"
|
|
3163
2944
|
]
|
|
3164
2945
|
},
|
|
3165
|
-
"
|
|
2946
|
+
"build": {
|
|
3166
2947
|
"aliases": [],
|
|
3167
|
-
"args": {
|
|
3168
|
-
|
|
3169
|
-
"description": "Name of the channel to delete",
|
|
3170
|
-
"name": "name",
|
|
3171
|
-
"required": false
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
"description": "Delete a channel",
|
|
2948
|
+
"args": {},
|
|
2949
|
+
"description": "start a build",
|
|
3175
2950
|
"flags": {
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
"name": "
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
2951
|
+
"platform": {
|
|
2952
|
+
"char": "p",
|
|
2953
|
+
"name": "platform",
|
|
2954
|
+
"hasDynamicHelp": false,
|
|
2955
|
+
"multiple": false,
|
|
2956
|
+
"options": [
|
|
2957
|
+
"android",
|
|
2958
|
+
"ios",
|
|
2959
|
+
"all"
|
|
2960
|
+
],
|
|
2961
|
+
"type": "option"
|
|
2962
|
+
},
|
|
2963
|
+
"skip-credentials-check": {
|
|
2964
|
+
"hidden": true,
|
|
2965
|
+
"name": "skip-credentials-check",
|
|
2966
|
+
"allowNo": false,
|
|
2967
|
+
"type": "boolean"
|
|
2968
|
+
},
|
|
2969
|
+
"skip-project-configuration": {
|
|
2970
|
+
"hidden": true,
|
|
2971
|
+
"name": "skip-project-configuration",
|
|
2972
|
+
"allowNo": false,
|
|
2973
|
+
"type": "boolean"
|
|
2974
|
+
},
|
|
2975
|
+
"profile": {
|
|
2976
|
+
"char": "e",
|
|
2977
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2978
|
+
"name": "profile",
|
|
2979
|
+
"hasDynamicHelp": false,
|
|
2980
|
+
"helpValue": "PROFILE_NAME",
|
|
2981
|
+
"multiple": false,
|
|
2982
|
+
"type": "option"
|
|
2983
|
+
},
|
|
2984
|
+
"local": {
|
|
2985
|
+
"description": "Run build locally [experimental]",
|
|
2986
|
+
"name": "local",
|
|
2987
|
+
"allowNo": false,
|
|
2988
|
+
"type": "boolean"
|
|
2989
|
+
},
|
|
2990
|
+
"output": {
|
|
2991
|
+
"description": "Output path for local build",
|
|
2992
|
+
"name": "output",
|
|
2993
|
+
"hasDynamicHelp": false,
|
|
2994
|
+
"multiple": false,
|
|
2995
|
+
"type": "option"
|
|
2996
|
+
},
|
|
2997
|
+
"wait": {
|
|
2998
|
+
"description": "Wait for build(s) to complete",
|
|
2999
|
+
"name": "wait",
|
|
3000
|
+
"allowNo": true,
|
|
3001
|
+
"type": "boolean"
|
|
3002
|
+
},
|
|
3003
|
+
"clear-cache": {
|
|
3004
|
+
"description": "Clear cache before the build",
|
|
3005
|
+
"name": "clear-cache",
|
|
3006
|
+
"allowNo": false,
|
|
3007
|
+
"type": "boolean"
|
|
3008
|
+
},
|
|
3009
|
+
"auto-submit": {
|
|
3010
|
+
"aliases": [
|
|
3011
|
+
"submit"
|
|
3012
|
+
],
|
|
3013
|
+
"char": "s",
|
|
3014
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
3015
|
+
"exclusive": [
|
|
3016
|
+
"auto-submit-with-profile"
|
|
3017
|
+
],
|
|
3018
|
+
"name": "auto-submit",
|
|
3019
|
+
"allowNo": false,
|
|
3020
|
+
"type": "boolean"
|
|
3021
|
+
},
|
|
3022
|
+
"auto-submit-with-profile": {
|
|
3023
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
3024
|
+
"exclusive": [
|
|
3025
|
+
"auto-submit"
|
|
3026
|
+
],
|
|
3027
|
+
"name": "auto-submit-with-profile",
|
|
3028
|
+
"hasDynamicHelp": false,
|
|
3029
|
+
"helpValue": "PROFILE_NAME",
|
|
3030
|
+
"multiple": false,
|
|
3031
|
+
"type": "option"
|
|
3032
|
+
},
|
|
3033
|
+
"what-to-test": {
|
|
3034
|
+
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
3035
|
+
"name": "what-to-test",
|
|
3036
|
+
"hasDynamicHelp": false,
|
|
3037
|
+
"multiple": false,
|
|
3038
|
+
"type": "option"
|
|
3039
|
+
},
|
|
3040
|
+
"resource-class": {
|
|
3041
|
+
"deprecated": {
|
|
3042
|
+
"message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
|
|
3043
|
+
},
|
|
3044
|
+
"description": "The instance type that will be used to run this build [experimental]",
|
|
3045
|
+
"hidden": true,
|
|
3046
|
+
"name": "resource-class",
|
|
3047
|
+
"hasDynamicHelp": false,
|
|
3048
|
+
"multiple": false,
|
|
3049
|
+
"options": [
|
|
3050
|
+
"default",
|
|
3051
|
+
"large",
|
|
3052
|
+
"m1-medium",
|
|
3053
|
+
"medium",
|
|
3054
|
+
"m-medium",
|
|
3055
|
+
"m-large"
|
|
3056
|
+
],
|
|
3057
|
+
"type": "option"
|
|
3058
|
+
},
|
|
3059
|
+
"message": {
|
|
3060
|
+
"char": "m",
|
|
3061
|
+
"description": "A short message describing the build",
|
|
3062
|
+
"name": "message",
|
|
3063
|
+
"hasDynamicHelp": false,
|
|
3064
|
+
"multiple": false,
|
|
3065
|
+
"type": "option"
|
|
3066
|
+
},
|
|
3067
|
+
"build-logger-level": {
|
|
3068
|
+
"description": "The level of logs to output during the build process. Defaults to \"info\".",
|
|
3069
|
+
"name": "build-logger-level",
|
|
3070
|
+
"hasDynamicHelp": false,
|
|
3071
|
+
"multiple": false,
|
|
3072
|
+
"options": [
|
|
3073
|
+
"trace",
|
|
3074
|
+
"debug",
|
|
3075
|
+
"info",
|
|
3076
|
+
"warn",
|
|
3077
|
+
"error",
|
|
3078
|
+
"fatal"
|
|
3079
|
+
],
|
|
3080
|
+
"type": "option"
|
|
3081
|
+
},
|
|
3082
|
+
"freeze-credentials": {
|
|
3083
|
+
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
3084
|
+
"name": "freeze-credentials",
|
|
3085
|
+
"allowNo": false,
|
|
3086
|
+
"type": "boolean"
|
|
3087
|
+
},
|
|
3088
|
+
"verbose-logs": {
|
|
3089
|
+
"description": "Use verbose logs for the build process",
|
|
3090
|
+
"name": "verbose-logs",
|
|
3091
|
+
"allowNo": false,
|
|
3092
|
+
"type": "boolean"
|
|
3093
|
+
},
|
|
3094
|
+
"json": {
|
|
3095
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3096
|
+
"name": "json",
|
|
3097
|
+
"allowNo": false,
|
|
3098
|
+
"type": "boolean"
|
|
3181
3099
|
},
|
|
3182
3100
|
"non-interactive": {
|
|
3183
3101
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -3189,7 +3107,7 @@
|
|
|
3189
3107
|
},
|
|
3190
3108
|
"hasDynamicHelp": false,
|
|
3191
3109
|
"hiddenAliases": [],
|
|
3192
|
-
"id": "
|
|
3110
|
+
"id": "build",
|
|
3193
3111
|
"pluginAlias": "eas-cli",
|
|
3194
3112
|
"pluginName": "eas-cli",
|
|
3195
3113
|
"pluginType": "core",
|
|
@@ -3236,52 +3154,87 @@
|
|
|
3236
3154
|
}
|
|
3237
3155
|
},
|
|
3238
3156
|
"contextDefinition": {
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3157
|
+
"loggedIn": {},
|
|
3158
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3159
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3160
|
+
"projectDir": {},
|
|
3161
|
+
"analytics": {},
|
|
3162
|
+
"vcsClient": {}
|
|
3241
3163
|
},
|
|
3242
3164
|
"isESM": false,
|
|
3243
3165
|
"relativePath": [
|
|
3244
3166
|
"build",
|
|
3245
3167
|
"commands",
|
|
3246
|
-
"
|
|
3247
|
-
"
|
|
3168
|
+
"build",
|
|
3169
|
+
"index.js"
|
|
3248
3170
|
]
|
|
3249
3171
|
},
|
|
3250
|
-
"
|
|
3172
|
+
"build:inspect": {
|
|
3251
3173
|
"aliases": [],
|
|
3252
|
-
"args": {
|
|
3253
|
-
|
|
3254
|
-
"description": "Name of the channel to edit",
|
|
3255
|
-
"name": "name",
|
|
3256
|
-
"required": false
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
"description": "point a channel at a new branch",
|
|
3174
|
+
"args": {},
|
|
3175
|
+
"description": "inspect the state of the project at specific build stages, useful for troubleshooting",
|
|
3260
3176
|
"flags": {
|
|
3261
|
-
"
|
|
3262
|
-
"
|
|
3263
|
-
"name": "
|
|
3177
|
+
"platform": {
|
|
3178
|
+
"char": "p",
|
|
3179
|
+
"name": "platform",
|
|
3180
|
+
"required": true,
|
|
3181
|
+
"hasDynamicHelp": false,
|
|
3182
|
+
"multiple": false,
|
|
3183
|
+
"options": [
|
|
3184
|
+
"android",
|
|
3185
|
+
"ios"
|
|
3186
|
+
],
|
|
3187
|
+
"type": "option"
|
|
3188
|
+
},
|
|
3189
|
+
"profile": {
|
|
3190
|
+
"char": "e",
|
|
3191
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3192
|
+
"name": "profile",
|
|
3264
3193
|
"hasDynamicHelp": false,
|
|
3194
|
+
"helpValue": "PROFILE_NAME",
|
|
3265
3195
|
"multiple": false,
|
|
3266
3196
|
"type": "option"
|
|
3267
3197
|
},
|
|
3268
|
-
"
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3198
|
+
"stage": {
|
|
3199
|
+
"char": "s",
|
|
3200
|
+
"description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
|
|
3201
|
+
"name": "stage",
|
|
3202
|
+
"required": true,
|
|
3203
|
+
"hasDynamicHelp": false,
|
|
3204
|
+
"multiple": false,
|
|
3205
|
+
"options": [
|
|
3206
|
+
"archive",
|
|
3207
|
+
"pre-build",
|
|
3208
|
+
"post-build"
|
|
3209
|
+
],
|
|
3210
|
+
"type": "option"
|
|
3211
|
+
},
|
|
3212
|
+
"output": {
|
|
3213
|
+
"char": "o",
|
|
3214
|
+
"description": "Output directory.",
|
|
3215
|
+
"name": "output",
|
|
3216
|
+
"required": true,
|
|
3217
|
+
"hasDynamicHelp": false,
|
|
3218
|
+
"helpValue": "OUTPUT_DIRECTORY",
|
|
3219
|
+
"multiple": false,
|
|
3220
|
+
"type": "option"
|
|
3221
|
+
},
|
|
3222
|
+
"force": {
|
|
3223
|
+
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
3224
|
+
"name": "force",
|
|
3271
3225
|
"allowNo": false,
|
|
3272
3226
|
"type": "boolean"
|
|
3273
3227
|
},
|
|
3274
|
-
"
|
|
3275
|
-
"
|
|
3276
|
-
"name": "
|
|
3277
|
-
"noCacheDefault": true,
|
|
3228
|
+
"verbose": {
|
|
3229
|
+
"char": "v",
|
|
3230
|
+
"name": "verbose",
|
|
3278
3231
|
"allowNo": false,
|
|
3279
3232
|
"type": "boolean"
|
|
3280
3233
|
}
|
|
3281
3234
|
},
|
|
3282
3235
|
"hasDynamicHelp": false,
|
|
3283
3236
|
"hiddenAliases": [],
|
|
3284
|
-
"id": "
|
|
3237
|
+
"id": "build:inspect",
|
|
3285
3238
|
"pluginAlias": "eas-cli",
|
|
3286
3239
|
"pluginName": "eas-cli",
|
|
3287
3240
|
"pluginType": "core",
|
|
@@ -3328,86 +3281,71 @@
|
|
|
3328
3281
|
}
|
|
3329
3282
|
},
|
|
3330
3283
|
"contextDefinition": {
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3284
|
+
"loggedIn": {},
|
|
3285
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3286
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3287
|
+
"projectDir": {},
|
|
3288
|
+
"analytics": {},
|
|
3289
|
+
"vcsClient": {}
|
|
3333
3290
|
},
|
|
3334
3291
|
"isESM": false,
|
|
3335
3292
|
"relativePath": [
|
|
3336
3293
|
"build",
|
|
3337
3294
|
"commands",
|
|
3338
|
-
"
|
|
3339
|
-
"
|
|
3295
|
+
"build",
|
|
3296
|
+
"inspect.js"
|
|
3340
3297
|
]
|
|
3341
3298
|
},
|
|
3342
|
-
"
|
|
3299
|
+
"build:internal": {
|
|
3343
3300
|
"aliases": [],
|
|
3344
3301
|
"args": {},
|
|
3345
|
-
"description": "display adoption, crash, and unique-user insights for a channel + runtime version",
|
|
3346
3302
|
"flags": {
|
|
3347
|
-
"
|
|
3348
|
-
"
|
|
3349
|
-
"name": "
|
|
3350
|
-
"required": true,
|
|
3351
|
-
"hasDynamicHelp": false,
|
|
3352
|
-
"multiple": false,
|
|
3353
|
-
"type": "option"
|
|
3354
|
-
},
|
|
3355
|
-
"runtime-version": {
|
|
3356
|
-
"description": "Runtime version to query insights for.",
|
|
3357
|
-
"name": "runtime-version",
|
|
3303
|
+
"platform": {
|
|
3304
|
+
"char": "p",
|
|
3305
|
+
"name": "platform",
|
|
3358
3306
|
"required": true,
|
|
3359
3307
|
"hasDynamicHelp": false,
|
|
3360
3308
|
"multiple": false,
|
|
3309
|
+
"options": [
|
|
3310
|
+
"android",
|
|
3311
|
+
"ios"
|
|
3312
|
+
],
|
|
3361
3313
|
"type": "option"
|
|
3362
3314
|
},
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
|
|
3367
|
-
"end"
|
|
3368
|
-
],
|
|
3369
|
-
"name": "days",
|
|
3315
|
+
"profile": {
|
|
3316
|
+
"char": "e",
|
|
3317
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3318
|
+
"name": "profile",
|
|
3370
3319
|
"hasDynamicHelp": false,
|
|
3320
|
+
"helpValue": "PROFILE_NAME",
|
|
3371
3321
|
"multiple": false,
|
|
3372
3322
|
"type": "option"
|
|
3373
3323
|
},
|
|
3374
|
-
"
|
|
3375
|
-
"description": "
|
|
3324
|
+
"auto-submit": {
|
|
3325
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
3376
3326
|
"exclusive": [
|
|
3377
|
-
"
|
|
3327
|
+
"auto-submit-with-profile"
|
|
3378
3328
|
],
|
|
3379
|
-
"name": "
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3382
|
-
"type": "option"
|
|
3329
|
+
"name": "auto-submit",
|
|
3330
|
+
"allowNo": false,
|
|
3331
|
+
"type": "boolean"
|
|
3383
3332
|
},
|
|
3384
|
-
"
|
|
3385
|
-
"description": "
|
|
3333
|
+
"auto-submit-with-profile": {
|
|
3334
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
3386
3335
|
"exclusive": [
|
|
3387
|
-
"
|
|
3336
|
+
"auto-submit"
|
|
3388
3337
|
],
|
|
3389
|
-
"name": "
|
|
3338
|
+
"name": "auto-submit-with-profile",
|
|
3390
3339
|
"hasDynamicHelp": false,
|
|
3340
|
+
"helpValue": "PROFILE_NAME",
|
|
3391
3341
|
"multiple": false,
|
|
3392
3342
|
"type": "option"
|
|
3393
|
-
},
|
|
3394
|
-
"json": {
|
|
3395
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3396
|
-
"name": "json",
|
|
3397
|
-
"allowNo": false,
|
|
3398
|
-
"type": "boolean"
|
|
3399
|
-
},
|
|
3400
|
-
"non-interactive": {
|
|
3401
|
-
"description": "Run the command in non-interactive mode.",
|
|
3402
|
-
"name": "non-interactive",
|
|
3403
|
-
"noCacheDefault": true,
|
|
3404
|
-
"allowNo": false,
|
|
3405
|
-
"type": "boolean"
|
|
3406
3343
|
}
|
|
3407
3344
|
},
|
|
3408
3345
|
"hasDynamicHelp": false,
|
|
3346
|
+
"hidden": true,
|
|
3409
3347
|
"hiddenAliases": [],
|
|
3410
|
-
"id": "
|
|
3348
|
+
"id": "build:internal",
|
|
3411
3349
|
"pluginAlias": "eas-cli",
|
|
3412
3350
|
"pluginName": "eas-cli",
|
|
3413
3351
|
"pluginType": "core",
|
|
@@ -3454,22 +3392,151 @@
|
|
|
3454
3392
|
}
|
|
3455
3393
|
},
|
|
3456
3394
|
"contextDefinition": {
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3395
|
+
"loggedIn": {},
|
|
3396
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3397
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3398
|
+
"projectDir": {},
|
|
3399
|
+
"analytics": {},
|
|
3400
|
+
"vcsClient": {}
|
|
3459
3401
|
},
|
|
3460
3402
|
"isESM": false,
|
|
3461
3403
|
"relativePath": [
|
|
3462
3404
|
"build",
|
|
3463
3405
|
"commands",
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3406
|
+
"build",
|
|
3407
|
+
"internal.js"
|
|
3466
3408
|
]
|
|
3467
3409
|
},
|
|
3468
|
-
"
|
|
3410
|
+
"build:list": {
|
|
3469
3411
|
"aliases": [],
|
|
3470
3412
|
"args": {},
|
|
3471
|
-
"description": "list all
|
|
3413
|
+
"description": "list all builds for your project",
|
|
3472
3414
|
"flags": {
|
|
3415
|
+
"platform": {
|
|
3416
|
+
"char": "p",
|
|
3417
|
+
"name": "platform",
|
|
3418
|
+
"hasDynamicHelp": false,
|
|
3419
|
+
"multiple": false,
|
|
3420
|
+
"options": [
|
|
3421
|
+
"android",
|
|
3422
|
+
"ios",
|
|
3423
|
+
"all"
|
|
3424
|
+
],
|
|
3425
|
+
"type": "option"
|
|
3426
|
+
},
|
|
3427
|
+
"status": {
|
|
3428
|
+
"description": "Filter only builds with the specified status",
|
|
3429
|
+
"name": "status",
|
|
3430
|
+
"hasDynamicHelp": false,
|
|
3431
|
+
"multiple": false,
|
|
3432
|
+
"options": [
|
|
3433
|
+
"new",
|
|
3434
|
+
"in-queue",
|
|
3435
|
+
"in-progress",
|
|
3436
|
+
"pending-cancel",
|
|
3437
|
+
"errored",
|
|
3438
|
+
"finished",
|
|
3439
|
+
"canceled"
|
|
3440
|
+
],
|
|
3441
|
+
"type": "option"
|
|
3442
|
+
},
|
|
3443
|
+
"distribution": {
|
|
3444
|
+
"description": "Filter only builds with the specified distribution type",
|
|
3445
|
+
"name": "distribution",
|
|
3446
|
+
"hasDynamicHelp": false,
|
|
3447
|
+
"multiple": false,
|
|
3448
|
+
"options": [
|
|
3449
|
+
"store",
|
|
3450
|
+
"internal",
|
|
3451
|
+
"simulator"
|
|
3452
|
+
],
|
|
3453
|
+
"type": "option"
|
|
3454
|
+
},
|
|
3455
|
+
"channel": {
|
|
3456
|
+
"name": "channel",
|
|
3457
|
+
"hasDynamicHelp": false,
|
|
3458
|
+
"multiple": false,
|
|
3459
|
+
"type": "option"
|
|
3460
|
+
},
|
|
3461
|
+
"app-version": {
|
|
3462
|
+
"aliases": [
|
|
3463
|
+
"appVersion"
|
|
3464
|
+
],
|
|
3465
|
+
"description": "Filter only builds created with the specified main app version",
|
|
3466
|
+
"name": "app-version",
|
|
3467
|
+
"hasDynamicHelp": false,
|
|
3468
|
+
"multiple": false,
|
|
3469
|
+
"type": "option"
|
|
3470
|
+
},
|
|
3471
|
+
"app-build-version": {
|
|
3472
|
+
"aliases": [
|
|
3473
|
+
"appBuildVersion"
|
|
3474
|
+
],
|
|
3475
|
+
"description": "Filter only builds created with the specified app build version",
|
|
3476
|
+
"name": "app-build-version",
|
|
3477
|
+
"hasDynamicHelp": false,
|
|
3478
|
+
"multiple": false,
|
|
3479
|
+
"type": "option"
|
|
3480
|
+
},
|
|
3481
|
+
"sdk-version": {
|
|
3482
|
+
"aliases": [
|
|
3483
|
+
"sdkVersion"
|
|
3484
|
+
],
|
|
3485
|
+
"description": "Filter only builds created with the specified Expo SDK version",
|
|
3486
|
+
"name": "sdk-version",
|
|
3487
|
+
"hasDynamicHelp": false,
|
|
3488
|
+
"multiple": false,
|
|
3489
|
+
"type": "option"
|
|
3490
|
+
},
|
|
3491
|
+
"runtime-version": {
|
|
3492
|
+
"aliases": [
|
|
3493
|
+
"runtimeVersion"
|
|
3494
|
+
],
|
|
3495
|
+
"description": "Filter only builds created with the specified runtime version",
|
|
3496
|
+
"name": "runtime-version",
|
|
3497
|
+
"hasDynamicHelp": false,
|
|
3498
|
+
"multiple": false,
|
|
3499
|
+
"type": "option"
|
|
3500
|
+
},
|
|
3501
|
+
"app-identifier": {
|
|
3502
|
+
"aliases": [
|
|
3503
|
+
"appIdentifier"
|
|
3504
|
+
],
|
|
3505
|
+
"description": "Filter only builds created with the specified app identifier",
|
|
3506
|
+
"name": "app-identifier",
|
|
3507
|
+
"hasDynamicHelp": false,
|
|
3508
|
+
"multiple": false,
|
|
3509
|
+
"type": "option"
|
|
3510
|
+
},
|
|
3511
|
+
"build-profile": {
|
|
3512
|
+
"aliases": [
|
|
3513
|
+
"profile",
|
|
3514
|
+
"buildProfile"
|
|
3515
|
+
],
|
|
3516
|
+
"char": "e",
|
|
3517
|
+
"description": "Filter only builds created with the specified build profile",
|
|
3518
|
+
"name": "build-profile",
|
|
3519
|
+
"hasDynamicHelp": false,
|
|
3520
|
+
"multiple": false,
|
|
3521
|
+
"type": "option"
|
|
3522
|
+
},
|
|
3523
|
+
"git-commit-hash": {
|
|
3524
|
+
"aliases": [
|
|
3525
|
+
"gitCommitHash"
|
|
3526
|
+
],
|
|
3527
|
+
"description": "Filter only builds created with the specified git commit hash",
|
|
3528
|
+
"name": "git-commit-hash",
|
|
3529
|
+
"hasDynamicHelp": false,
|
|
3530
|
+
"multiple": false,
|
|
3531
|
+
"type": "option"
|
|
3532
|
+
},
|
|
3533
|
+
"fingerprint-hash": {
|
|
3534
|
+
"description": "Filter only builds with the specified fingerprint hash",
|
|
3535
|
+
"name": "fingerprint-hash",
|
|
3536
|
+
"hasDynamicHelp": false,
|
|
3537
|
+
"multiple": false,
|
|
3538
|
+
"type": "option"
|
|
3539
|
+
},
|
|
3473
3540
|
"offset": {
|
|
3474
3541
|
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3475
3542
|
"name": "offset",
|
|
@@ -3478,7 +3545,7 @@
|
|
|
3478
3545
|
"type": "option"
|
|
3479
3546
|
},
|
|
3480
3547
|
"limit": {
|
|
3481
|
-
"description": "The number of items to fetch each query. Defaults to 10 and is capped at
|
|
3548
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
|
|
3482
3549
|
"name": "limit",
|
|
3483
3550
|
"hasDynamicHelp": false,
|
|
3484
3551
|
"multiple": false,
|
|
@@ -3496,11 +3563,17 @@
|
|
|
3496
3563
|
"noCacheDefault": true,
|
|
3497
3564
|
"allowNo": false,
|
|
3498
3565
|
"type": "boolean"
|
|
3566
|
+
},
|
|
3567
|
+
"simulator": {
|
|
3568
|
+
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
3569
|
+
"name": "simulator",
|
|
3570
|
+
"allowNo": false,
|
|
3571
|
+
"type": "boolean"
|
|
3499
3572
|
}
|
|
3500
3573
|
},
|
|
3501
3574
|
"hasDynamicHelp": false,
|
|
3502
3575
|
"hiddenAliases": [],
|
|
3503
|
-
"id": "
|
|
3576
|
+
"id": "build:list",
|
|
3504
3577
|
"pluginAlias": "eas-cli",
|
|
3505
3578
|
"pluginName": "eas-cli",
|
|
3506
3579
|
"pluginType": "core",
|
|
@@ -3548,122 +3621,76 @@
|
|
|
3548
3621
|
},
|
|
3549
3622
|
"contextDefinition": {
|
|
3550
3623
|
"projectId": {},
|
|
3551
|
-
"loggedIn": {}
|
|
3624
|
+
"loggedIn": {},
|
|
3625
|
+
"vcsClient": {}
|
|
3552
3626
|
},
|
|
3553
3627
|
"isESM": false,
|
|
3554
3628
|
"relativePath": [
|
|
3555
3629
|
"build",
|
|
3556
3630
|
"commands",
|
|
3557
|
-
"
|
|
3631
|
+
"build",
|
|
3558
3632
|
"list.js"
|
|
3559
3633
|
]
|
|
3560
3634
|
},
|
|
3561
|
-
"
|
|
3635
|
+
"build:resign": {
|
|
3562
3636
|
"aliases": [],
|
|
3563
|
-
"args": {
|
|
3564
|
-
|
|
3565
|
-
"description": "Name of the channel to edit",
|
|
3566
|
-
"name": "name",
|
|
3567
|
-
"required": false
|
|
3568
|
-
}
|
|
3569
|
-
},
|
|
3570
|
-
"description": "pause a channel to stop it from sending updates",
|
|
3637
|
+
"args": {},
|
|
3638
|
+
"description": "re-sign a build archive",
|
|
3571
3639
|
"flags": {
|
|
3572
|
-
"
|
|
3573
|
-
"
|
|
3574
|
-
"name": "
|
|
3640
|
+
"platform": {
|
|
3641
|
+
"char": "p",
|
|
3642
|
+
"name": "platform",
|
|
3575
3643
|
"hasDynamicHelp": false,
|
|
3576
3644
|
"multiple": false,
|
|
3645
|
+
"options": [
|
|
3646
|
+
"android",
|
|
3647
|
+
"ios"
|
|
3648
|
+
],
|
|
3577
3649
|
"type": "option"
|
|
3578
3650
|
},
|
|
3579
|
-
"
|
|
3580
|
-
"
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
"
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
"
|
|
3587
|
-
"
|
|
3588
|
-
"
|
|
3589
|
-
"
|
|
3590
|
-
"type": "boolean"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
"hasDynamicHelp": false,
|
|
3594
|
-
"hiddenAliases": [],
|
|
3595
|
-
"id": "channel:pause",
|
|
3596
|
-
"pluginAlias": "eas-cli",
|
|
3597
|
-
"pluginName": "eas-cli",
|
|
3598
|
-
"pluginType": "core",
|
|
3599
|
-
"strict": true,
|
|
3600
|
-
"enableJsonFlag": false,
|
|
3601
|
-
"ContextOptions": {
|
|
3602
|
-
"LoggedIn": {
|
|
3603
|
-
"loggedIn": {}
|
|
3604
|
-
},
|
|
3605
|
-
"MaybeLoggedIn": {
|
|
3606
|
-
"maybeLoggedIn": {}
|
|
3607
|
-
},
|
|
3608
|
-
"DynamicLoggedIn": {
|
|
3609
|
-
"getDynamicLoggedInAsync": {}
|
|
3610
|
-
},
|
|
3611
|
-
"SessionManagment": {
|
|
3612
|
-
"sessionManager": {}
|
|
3613
|
-
},
|
|
3614
|
-
"OptionalProjectConfig": {
|
|
3615
|
-
"optionalPrivateProjectConfig": {}
|
|
3616
|
-
},
|
|
3617
|
-
"ProjectDir": {
|
|
3618
|
-
"projectDir": {}
|
|
3619
|
-
},
|
|
3620
|
-
"DynamicProjectConfig": {
|
|
3621
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3622
|
-
"getDynamicPrivateProjectConfigAsync": {}
|
|
3651
|
+
"target-profile": {
|
|
3652
|
+
"aliases": [
|
|
3653
|
+
"profile"
|
|
3654
|
+
],
|
|
3655
|
+
"char": "e",
|
|
3656
|
+
"description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
|
|
3657
|
+
"name": "target-profile",
|
|
3658
|
+
"hasDynamicHelp": false,
|
|
3659
|
+
"helpValue": "PROFILE_NAME",
|
|
3660
|
+
"multiple": false,
|
|
3661
|
+
"type": "option"
|
|
3623
3662
|
},
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3663
|
+
"source-profile": {
|
|
3664
|
+
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
3665
|
+
"name": "source-profile",
|
|
3666
|
+
"hasDynamicHelp": false,
|
|
3667
|
+
"helpValue": "PROFILE_NAME",
|
|
3668
|
+
"multiple": false,
|
|
3669
|
+
"type": "option"
|
|
3627
3670
|
},
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3671
|
+
"wait": {
|
|
3672
|
+
"description": "Wait for build(s) to complete.",
|
|
3673
|
+
"name": "wait",
|
|
3674
|
+
"allowNo": true,
|
|
3675
|
+
"type": "boolean"
|
|
3630
3676
|
},
|
|
3631
|
-
"
|
|
3632
|
-
"
|
|
3677
|
+
"id": {
|
|
3678
|
+
"description": "ID of the build to re-sign.",
|
|
3679
|
+
"name": "id",
|
|
3680
|
+
"hasDynamicHelp": false,
|
|
3681
|
+
"multiple": false,
|
|
3682
|
+
"type": "option"
|
|
3633
3683
|
},
|
|
3634
|
-
"
|
|
3635
|
-
"
|
|
3684
|
+
"offset": {
|
|
3685
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3686
|
+
"name": "offset",
|
|
3687
|
+
"hasDynamicHelp": false,
|
|
3688
|
+
"multiple": false,
|
|
3689
|
+
"type": "option"
|
|
3636
3690
|
},
|
|
3637
|
-
"
|
|
3638
|
-
"
|
|
3639
|
-
|
|
3640
|
-
},
|
|
3641
|
-
"contextDefinition": {
|
|
3642
|
-
"projectId": {},
|
|
3643
|
-
"loggedIn": {}
|
|
3644
|
-
},
|
|
3645
|
-
"isESM": false,
|
|
3646
|
-
"relativePath": [
|
|
3647
|
-
"build",
|
|
3648
|
-
"commands",
|
|
3649
|
-
"channel",
|
|
3650
|
-
"pause.js"
|
|
3651
|
-
]
|
|
3652
|
-
},
|
|
3653
|
-
"channel:resume": {
|
|
3654
|
-
"aliases": [],
|
|
3655
|
-
"args": {
|
|
3656
|
-
"name": {
|
|
3657
|
-
"description": "Name of the channel to edit",
|
|
3658
|
-
"name": "name",
|
|
3659
|
-
"required": false
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
|
-
"description": "resume a channel to start sending updates",
|
|
3663
|
-
"flags": {
|
|
3664
|
-
"branch": {
|
|
3665
|
-
"description": "Name of the branch to point to",
|
|
3666
|
-
"name": "branch",
|
|
3691
|
+
"limit": {
|
|
3692
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3693
|
+
"name": "limit",
|
|
3667
3694
|
"hasDynamicHelp": false,
|
|
3668
3695
|
"multiple": false,
|
|
3669
3696
|
"type": "option"
|
|
@@ -3684,7 +3711,7 @@
|
|
|
3684
3711
|
},
|
|
3685
3712
|
"hasDynamicHelp": false,
|
|
3686
3713
|
"hiddenAliases": [],
|
|
3687
|
-
"id": "
|
|
3714
|
+
"id": "build:resign",
|
|
3688
3715
|
"pluginAlias": "eas-cli",
|
|
3689
3716
|
"pluginName": "eas-cli",
|
|
3690
3717
|
"pluginType": "core",
|
|
@@ -3731,121 +3758,116 @@
|
|
|
3731
3758
|
}
|
|
3732
3759
|
},
|
|
3733
3760
|
"contextDefinition": {
|
|
3734
|
-
"
|
|
3735
|
-
"
|
|
3761
|
+
"loggedIn": {},
|
|
3762
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3763
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3764
|
+
"projectDir": {},
|
|
3765
|
+
"analytics": {},
|
|
3766
|
+
"vcsClient": {}
|
|
3736
3767
|
},
|
|
3737
3768
|
"isESM": false,
|
|
3738
3769
|
"relativePath": [
|
|
3739
3770
|
"build",
|
|
3740
3771
|
"commands",
|
|
3741
|
-
"
|
|
3742
|
-
"
|
|
3772
|
+
"build",
|
|
3773
|
+
"resign.js"
|
|
3743
3774
|
]
|
|
3744
3775
|
},
|
|
3745
|
-
"
|
|
3776
|
+
"build:run": {
|
|
3746
3777
|
"aliases": [],
|
|
3747
|
-
"args": {
|
|
3748
|
-
|
|
3749
|
-
"description": "channel on which the rollout should be done",
|
|
3750
|
-
"name": "channel"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
|
-
"description": "Roll a new branch out on a channel incrementally.",
|
|
3778
|
+
"args": {},
|
|
3779
|
+
"description": "run simulator/emulator builds from eas-cli",
|
|
3754
3780
|
"flags": {
|
|
3755
|
-
"
|
|
3756
|
-
"description": "
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
"flags": [
|
|
3762
|
-
{
|
|
3763
|
-
"name": "percent"
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"name": "outcome"
|
|
3767
|
-
},
|
|
3768
|
-
{
|
|
3769
|
-
"name": "branch"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"name": "runtime-version"
|
|
3773
|
-
}
|
|
3774
|
-
]
|
|
3775
|
-
}
|
|
3781
|
+
"latest": {
|
|
3782
|
+
"description": "Run the latest simulator/emulator build for specified platform",
|
|
3783
|
+
"exclusive": [
|
|
3784
|
+
"id",
|
|
3785
|
+
"path",
|
|
3786
|
+
"url"
|
|
3776
3787
|
],
|
|
3777
|
-
"
|
|
3788
|
+
"name": "latest",
|
|
3789
|
+
"allowNo": false,
|
|
3790
|
+
"type": "boolean"
|
|
3791
|
+
},
|
|
3792
|
+
"url": {
|
|
3793
|
+
"description": "Simulator/Emulator build archive url",
|
|
3794
|
+
"exclusive": [
|
|
3795
|
+
"latest",
|
|
3796
|
+
"id",
|
|
3797
|
+
"path"
|
|
3798
|
+
],
|
|
3799
|
+
"name": "url",
|
|
3778
3800
|
"hasDynamicHelp": false,
|
|
3779
3801
|
"multiple": false,
|
|
3780
|
-
"options": [
|
|
3781
|
-
"create",
|
|
3782
|
-
"edit",
|
|
3783
|
-
"end",
|
|
3784
|
-
"view"
|
|
3785
|
-
],
|
|
3786
3802
|
"type": "option"
|
|
3787
3803
|
},
|
|
3788
|
-
"
|
|
3789
|
-
"description": "
|
|
3790
|
-
"
|
|
3791
|
-
|
|
3804
|
+
"path": {
|
|
3805
|
+
"description": "Path to the simulator/emulator build archive or app",
|
|
3806
|
+
"exclusive": [
|
|
3807
|
+
"latest",
|
|
3808
|
+
"id",
|
|
3809
|
+
"url"
|
|
3810
|
+
],
|
|
3811
|
+
"name": "path",
|
|
3792
3812
|
"hasDynamicHelp": false,
|
|
3793
3813
|
"multiple": false,
|
|
3794
3814
|
"type": "option"
|
|
3795
3815
|
},
|
|
3796
|
-
"
|
|
3797
|
-
"description": "
|
|
3798
|
-
"
|
|
3799
|
-
|
|
3816
|
+
"id": {
|
|
3817
|
+
"description": "ID of the simulator/emulator build to run",
|
|
3818
|
+
"exclusive": [
|
|
3819
|
+
"latest, path, url"
|
|
3820
|
+
],
|
|
3821
|
+
"name": "id",
|
|
3822
|
+
"hasDynamicHelp": false,
|
|
3823
|
+
"multiple": false,
|
|
3824
|
+
"type": "option"
|
|
3825
|
+
},
|
|
3826
|
+
"platform": {
|
|
3827
|
+
"char": "p",
|
|
3828
|
+
"name": "platform",
|
|
3800
3829
|
"hasDynamicHelp": false,
|
|
3801
3830
|
"multiple": false,
|
|
3802
3831
|
"options": [
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3832
|
+
"android",
|
|
3833
|
+
"ios"
|
|
3805
3834
|
],
|
|
3806
3835
|
"type": "option"
|
|
3807
3836
|
},
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3837
|
+
"profile": {
|
|
3838
|
+
"char": "e",
|
|
3839
|
+
"description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
|
|
3840
|
+
"name": "profile",
|
|
3812
3841
|
"hasDynamicHelp": false,
|
|
3842
|
+
"helpValue": "PROFILE_NAME",
|
|
3813
3843
|
"multiple": false,
|
|
3814
3844
|
"type": "option"
|
|
3815
3845
|
},
|
|
3816
|
-
"
|
|
3817
|
-
"description": "
|
|
3818
|
-
"name": "
|
|
3819
|
-
"required": false,
|
|
3846
|
+
"simulator": {
|
|
3847
|
+
"description": "iOS simulator name or UDID to install and run the build on. If no value is provided, you will be prompted to select a simulator.",
|
|
3848
|
+
"name": "simulator",
|
|
3820
3849
|
"hasDynamicHelp": false,
|
|
3821
3850
|
"multiple": false,
|
|
3822
3851
|
"type": "option"
|
|
3823
3852
|
},
|
|
3824
|
-
"
|
|
3825
|
-
"description": "
|
|
3826
|
-
"name": "
|
|
3827
|
-
"required": false,
|
|
3853
|
+
"offset": {
|
|
3854
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3855
|
+
"name": "offset",
|
|
3828
3856
|
"hasDynamicHelp": false,
|
|
3829
3857
|
"multiple": false,
|
|
3830
3858
|
"type": "option"
|
|
3831
3859
|
},
|
|
3832
|
-
"
|
|
3833
|
-
"description": "
|
|
3834
|
-
"name": "
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3837
|
-
|
|
3838
|
-
"non-interactive": {
|
|
3839
|
-
"description": "Run the command in non-interactive mode.",
|
|
3840
|
-
"name": "non-interactive",
|
|
3841
|
-
"noCacheDefault": true,
|
|
3842
|
-
"allowNo": false,
|
|
3843
|
-
"type": "boolean"
|
|
3860
|
+
"limit": {
|
|
3861
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3862
|
+
"name": "limit",
|
|
3863
|
+
"hasDynamicHelp": false,
|
|
3864
|
+
"multiple": false,
|
|
3865
|
+
"type": "option"
|
|
3844
3866
|
}
|
|
3845
3867
|
},
|
|
3846
3868
|
"hasDynamicHelp": false,
|
|
3847
3869
|
"hiddenAliases": [],
|
|
3848
|
-
"id": "
|
|
3870
|
+
"id": "build:run",
|
|
3849
3871
|
"pluginAlias": "eas-cli",
|
|
3850
3872
|
"pluginName": "eas-cli",
|
|
3851
3873
|
"pluginType": "core",
|
|
@@ -3893,59 +3915,36 @@
|
|
|
3893
3915
|
},
|
|
3894
3916
|
"contextDefinition": {
|
|
3895
3917
|
"loggedIn": {},
|
|
3896
|
-
"
|
|
3918
|
+
"projectId": {},
|
|
3897
3919
|
"vcsClient": {}
|
|
3898
3920
|
},
|
|
3899
3921
|
"isESM": false,
|
|
3900
3922
|
"relativePath": [
|
|
3901
3923
|
"build",
|
|
3902
3924
|
"commands",
|
|
3903
|
-
"
|
|
3904
|
-
"
|
|
3925
|
+
"build",
|
|
3926
|
+
"run.js"
|
|
3905
3927
|
]
|
|
3906
3928
|
},
|
|
3907
|
-
"
|
|
3929
|
+
"build:view": {
|
|
3908
3930
|
"aliases": [],
|
|
3909
3931
|
"args": {
|
|
3910
|
-
"
|
|
3911
|
-
"
|
|
3912
|
-
"name": "name",
|
|
3913
|
-
"required": false
|
|
3932
|
+
"BUILD_ID": {
|
|
3933
|
+
"name": "BUILD_ID"
|
|
3914
3934
|
}
|
|
3915
3935
|
},
|
|
3916
|
-
"description": "view a
|
|
3936
|
+
"description": "view a build for your project",
|
|
3917
3937
|
"flags": {
|
|
3918
3938
|
"json": {
|
|
3919
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.
|
|
3939
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
3920
3940
|
"name": "json",
|
|
3921
3941
|
"allowNo": false,
|
|
3922
3942
|
"type": "boolean"
|
|
3923
|
-
},
|
|
3924
|
-
"non-interactive": {
|
|
3925
|
-
"description": "Run the command in non-interactive mode.",
|
|
3926
|
-
"name": "non-interactive",
|
|
3927
|
-
"noCacheDefault": true,
|
|
3928
|
-
"allowNo": false,
|
|
3929
|
-
"type": "boolean"
|
|
3930
|
-
},
|
|
3931
|
-
"offset": {
|
|
3932
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3933
|
-
"name": "offset",
|
|
3934
|
-
"hasDynamicHelp": false,
|
|
3935
|
-
"multiple": false,
|
|
3936
|
-
"type": "option"
|
|
3937
|
-
},
|
|
3938
|
-
"limit": {
|
|
3939
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3940
|
-
"name": "limit",
|
|
3941
|
-
"hasDynamicHelp": false,
|
|
3942
|
-
"multiple": false,
|
|
3943
|
-
"type": "option"
|
|
3944
3943
|
}
|
|
3945
3944
|
},
|
|
3946
3945
|
"hasDynamicHelp": false,
|
|
3947
3946
|
"hiddenAliases": [],
|
|
3948
|
-
"id": "
|
|
3947
|
+
"id": "build:view",
|
|
3949
3948
|
"pluginAlias": "eas-cli",
|
|
3950
3949
|
"pluginName": "eas-cli",
|
|
3951
3950
|
"pluginType": "core",
|
|
@@ -3993,13 +3992,14 @@
|
|
|
3993
3992
|
},
|
|
3994
3993
|
"contextDefinition": {
|
|
3995
3994
|
"projectId": {},
|
|
3996
|
-
"loggedIn": {}
|
|
3995
|
+
"loggedIn": {},
|
|
3996
|
+
"vcsClient": {}
|
|
3997
3997
|
},
|
|
3998
3998
|
"isESM": false,
|
|
3999
3999
|
"relativePath": [
|
|
4000
4000
|
"build",
|
|
4001
4001
|
"commands",
|
|
4002
|
-
"
|
|
4002
|
+
"build",
|
|
4003
4003
|
"view.js"
|
|
4004
4004
|
]
|
|
4005
4005
|
},
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
"type": "option"
|
|
6312
6312
|
},
|
|
6313
6313
|
"days": {
|
|
6314
|
-
"description": "Show
|
|
6314
|
+
"description": "Show results from the last N days (mutually exclusive with --start/--end)",
|
|
6315
6315
|
"exclusive": [
|
|
6316
6316
|
"start",
|
|
6317
6317
|
"end"
|
|
@@ -6477,7 +6477,7 @@
|
|
|
6477
6477
|
"type": "option"
|
|
6478
6478
|
},
|
|
6479
6479
|
"days": {
|
|
6480
|
-
"description": "Show
|
|
6480
|
+
"description": "Show results from the last N days (mutually exclusive with --start/--end)",
|
|
6481
6481
|
"exclusive": [
|
|
6482
6482
|
"start",
|
|
6483
6483
|
"end"
|
|
@@ -6538,7 +6538,170 @@
|
|
|
6538
6538
|
"hasDynamicHelp": false,
|
|
6539
6539
|
"hidden": true,
|
|
6540
6540
|
"hiddenAliases": [],
|
|
6541
|
-
"id": "observe:logs",
|
|
6541
|
+
"id": "observe:logs",
|
|
6542
|
+
"pluginAlias": "eas-cli",
|
|
6543
|
+
"pluginName": "eas-cli",
|
|
6544
|
+
"pluginType": "core",
|
|
6545
|
+
"strict": true,
|
|
6546
|
+
"enableJsonFlag": false,
|
|
6547
|
+
"ContextOptions": {
|
|
6548
|
+
"LoggedIn": {
|
|
6549
|
+
"loggedIn": {}
|
|
6550
|
+
},
|
|
6551
|
+
"MaybeLoggedIn": {
|
|
6552
|
+
"maybeLoggedIn": {}
|
|
6553
|
+
},
|
|
6554
|
+
"DynamicLoggedIn": {
|
|
6555
|
+
"getDynamicLoggedInAsync": {}
|
|
6556
|
+
},
|
|
6557
|
+
"SessionManagment": {
|
|
6558
|
+
"sessionManager": {}
|
|
6559
|
+
},
|
|
6560
|
+
"OptionalProjectConfig": {
|
|
6561
|
+
"optionalPrivateProjectConfig": {}
|
|
6562
|
+
},
|
|
6563
|
+
"ProjectDir": {
|
|
6564
|
+
"projectDir": {}
|
|
6565
|
+
},
|
|
6566
|
+
"DynamicProjectConfig": {
|
|
6567
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
6568
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
6569
|
+
},
|
|
6570
|
+
"ProjectConfig": {
|
|
6571
|
+
"loggedIn": {},
|
|
6572
|
+
"privateProjectConfig": {}
|
|
6573
|
+
},
|
|
6574
|
+
"Analytics": {
|
|
6575
|
+
"analytics": {}
|
|
6576
|
+
},
|
|
6577
|
+
"Vcs": {
|
|
6578
|
+
"vcsClient": {}
|
|
6579
|
+
},
|
|
6580
|
+
"ServerSideEnvironmentVariables": {
|
|
6581
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
6582
|
+
},
|
|
6583
|
+
"ProjectId": {
|
|
6584
|
+
"projectId": {}
|
|
6585
|
+
}
|
|
6586
|
+
},
|
|
6587
|
+
"contextDefinition": {
|
|
6588
|
+
"projectId": {},
|
|
6589
|
+
"loggedIn": {}
|
|
6590
|
+
},
|
|
6591
|
+
"loggedInOnlyContextDefinition": {
|
|
6592
|
+
"loggedIn": {}
|
|
6593
|
+
},
|
|
6594
|
+
"isESM": false,
|
|
6595
|
+
"relativePath": [
|
|
6596
|
+
"build",
|
|
6597
|
+
"commands",
|
|
6598
|
+
"observe",
|
|
6599
|
+
"logs.js"
|
|
6600
|
+
]
|
|
6601
|
+
},
|
|
6602
|
+
"observe:metrics": {
|
|
6603
|
+
"aliases": [],
|
|
6604
|
+
"args": {},
|
|
6605
|
+
"description": "display app performance metrics grouped by app version",
|
|
6606
|
+
"flags": {
|
|
6607
|
+
"platform": {
|
|
6608
|
+
"description": "Filter by platform",
|
|
6609
|
+
"name": "platform",
|
|
6610
|
+
"hasDynamicHelp": false,
|
|
6611
|
+
"multiple": false,
|
|
6612
|
+
"options": [
|
|
6613
|
+
"android",
|
|
6614
|
+
"ios"
|
|
6615
|
+
],
|
|
6616
|
+
"type": "option"
|
|
6617
|
+
},
|
|
6618
|
+
"metric": {
|
|
6619
|
+
"description": "Metric name to display (can be specified multiple times).",
|
|
6620
|
+
"name": "metric",
|
|
6621
|
+
"hasDynamicHelp": false,
|
|
6622
|
+
"multiple": true,
|
|
6623
|
+
"options": [
|
|
6624
|
+
"tti",
|
|
6625
|
+
"ttr",
|
|
6626
|
+
"cold_launch",
|
|
6627
|
+
"warm_launch",
|
|
6628
|
+
"bundle_load"
|
|
6629
|
+
],
|
|
6630
|
+
"type": "option"
|
|
6631
|
+
},
|
|
6632
|
+
"stat": {
|
|
6633
|
+
"description": "Statistic to display per metric (can be specified multiple times)",
|
|
6634
|
+
"name": "stat",
|
|
6635
|
+
"hasDynamicHelp": false,
|
|
6636
|
+
"multiple": true,
|
|
6637
|
+
"options": [
|
|
6638
|
+
"min",
|
|
6639
|
+
"median",
|
|
6640
|
+
"max",
|
|
6641
|
+
"average",
|
|
6642
|
+
"p80",
|
|
6643
|
+
"p90",
|
|
6644
|
+
"p99",
|
|
6645
|
+
"eventCount"
|
|
6646
|
+
],
|
|
6647
|
+
"type": "option"
|
|
6648
|
+
},
|
|
6649
|
+
"start": {
|
|
6650
|
+
"description": "Start of time range (ISO date)",
|
|
6651
|
+
"exclusive": [
|
|
6652
|
+
"days"
|
|
6653
|
+
],
|
|
6654
|
+
"name": "start",
|
|
6655
|
+
"hasDynamicHelp": false,
|
|
6656
|
+
"multiple": false,
|
|
6657
|
+
"type": "option"
|
|
6658
|
+
},
|
|
6659
|
+
"end": {
|
|
6660
|
+
"description": "End of time range (ISO date)",
|
|
6661
|
+
"exclusive": [
|
|
6662
|
+
"days"
|
|
6663
|
+
],
|
|
6664
|
+
"name": "end",
|
|
6665
|
+
"hasDynamicHelp": false,
|
|
6666
|
+
"multiple": false,
|
|
6667
|
+
"type": "option"
|
|
6668
|
+
},
|
|
6669
|
+
"days": {
|
|
6670
|
+
"description": "Show results from the last N days (mutually exclusive with --start/--end)",
|
|
6671
|
+
"exclusive": [
|
|
6672
|
+
"start",
|
|
6673
|
+
"end"
|
|
6674
|
+
],
|
|
6675
|
+
"name": "days",
|
|
6676
|
+
"hasDynamicHelp": false,
|
|
6677
|
+
"multiple": false,
|
|
6678
|
+
"type": "option"
|
|
6679
|
+
},
|
|
6680
|
+
"project-id": {
|
|
6681
|
+
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6682
|
+
"name": "project-id",
|
|
6683
|
+
"hasDynamicHelp": false,
|
|
6684
|
+
"multiple": false,
|
|
6685
|
+
"type": "option"
|
|
6686
|
+
},
|
|
6687
|
+
"json": {
|
|
6688
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
6689
|
+
"name": "json",
|
|
6690
|
+
"allowNo": false,
|
|
6691
|
+
"type": "boolean"
|
|
6692
|
+
},
|
|
6693
|
+
"non-interactive": {
|
|
6694
|
+
"description": "Run the command in non-interactive mode.",
|
|
6695
|
+
"name": "non-interactive",
|
|
6696
|
+
"noCacheDefault": true,
|
|
6697
|
+
"allowNo": false,
|
|
6698
|
+
"type": "boolean"
|
|
6699
|
+
}
|
|
6700
|
+
},
|
|
6701
|
+
"hasDynamicHelp": false,
|
|
6702
|
+
"hidden": true,
|
|
6703
|
+
"hiddenAliases": [],
|
|
6704
|
+
"id": "observe:metrics",
|
|
6542
6705
|
"pluginAlias": "eas-cli",
|
|
6543
6706
|
"pluginName": "eas-cli",
|
|
6544
6707
|
"pluginType": "core",
|
|
@@ -6596,13 +6759,13 @@
|
|
|
6596
6759
|
"build",
|
|
6597
6760
|
"commands",
|
|
6598
6761
|
"observe",
|
|
6599
|
-
"
|
|
6762
|
+
"metrics.js"
|
|
6600
6763
|
]
|
|
6601
6764
|
},
|
|
6602
|
-
"observe:
|
|
6765
|
+
"observe:routes": {
|
|
6603
6766
|
"aliases": [],
|
|
6604
6767
|
"args": {},
|
|
6605
|
-
"description": "display app
|
|
6768
|
+
"description": "display app navigation route metrics (Cold TTR, Warm TTR, TTI) grouped by route name",
|
|
6606
6769
|
"flags": {
|
|
6607
6770
|
"platform": {
|
|
6608
6771
|
"description": "Filter by platform",
|
|
@@ -6616,16 +6779,14 @@
|
|
|
6616
6779
|
"type": "option"
|
|
6617
6780
|
},
|
|
6618
6781
|
"metric": {
|
|
6619
|
-
"description": "
|
|
6782
|
+
"description": "Navigation metric to display (can be specified multiple times). Defaults to all three.",
|
|
6620
6783
|
"name": "metric",
|
|
6621
6784
|
"hasDynamicHelp": false,
|
|
6622
6785
|
"multiple": true,
|
|
6623
6786
|
"options": [
|
|
6624
|
-
"
|
|
6625
|
-
"
|
|
6626
|
-
"
|
|
6627
|
-
"warm_launch",
|
|
6628
|
-
"bundle_load"
|
|
6787
|
+
"cold_ttr",
|
|
6788
|
+
"warm_ttr",
|
|
6789
|
+
"nav_tti"
|
|
6629
6790
|
],
|
|
6630
6791
|
"type": "option"
|
|
6631
6792
|
},
|
|
@@ -6635,19 +6796,31 @@
|
|
|
6635
6796
|
"hasDynamicHelp": false,
|
|
6636
6797
|
"multiple": true,
|
|
6637
6798
|
"options": [
|
|
6638
|
-
"min",
|
|
6639
6799
|
"median",
|
|
6640
|
-
"
|
|
6641
|
-
"average",
|
|
6642
|
-
"p80",
|
|
6800
|
+
"med",
|
|
6643
6801
|
"p90",
|
|
6644
|
-
"
|
|
6802
|
+
"count",
|
|
6803
|
+
"event_count",
|
|
6645
6804
|
"eventCount"
|
|
6646
6805
|
],
|
|
6647
6806
|
"type": "option"
|
|
6648
6807
|
},
|
|
6808
|
+
"after": {
|
|
6809
|
+
"description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
|
|
6810
|
+
"name": "after",
|
|
6811
|
+
"hasDynamicHelp": false,
|
|
6812
|
+
"multiple": false,
|
|
6813
|
+
"type": "option"
|
|
6814
|
+
},
|
|
6815
|
+
"limit": {
|
|
6816
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 200.",
|
|
6817
|
+
"name": "limit",
|
|
6818
|
+
"hasDynamicHelp": false,
|
|
6819
|
+
"multiple": false,
|
|
6820
|
+
"type": "option"
|
|
6821
|
+
},
|
|
6649
6822
|
"start": {
|
|
6650
|
-
"description": "Start of time range
|
|
6823
|
+
"description": "Start of time range (ISO date)",
|
|
6651
6824
|
"exclusive": [
|
|
6652
6825
|
"days"
|
|
6653
6826
|
],
|
|
@@ -6657,7 +6830,7 @@
|
|
|
6657
6830
|
"type": "option"
|
|
6658
6831
|
},
|
|
6659
6832
|
"end": {
|
|
6660
|
-
"description": "End of time range
|
|
6833
|
+
"description": "End of time range (ISO date)",
|
|
6661
6834
|
"exclusive": [
|
|
6662
6835
|
"days"
|
|
6663
6836
|
],
|
|
@@ -6667,7 +6840,7 @@
|
|
|
6667
6840
|
"type": "option"
|
|
6668
6841
|
},
|
|
6669
6842
|
"days": {
|
|
6670
|
-
"description": "Show
|
|
6843
|
+
"description": "Show results from the last N days (mutually exclusive with --start/--end)",
|
|
6671
6844
|
"exclusive": [
|
|
6672
6845
|
"start",
|
|
6673
6846
|
"end"
|
|
@@ -6677,6 +6850,27 @@
|
|
|
6677
6850
|
"multiple": false,
|
|
6678
6851
|
"type": "option"
|
|
6679
6852
|
},
|
|
6853
|
+
"app-version": {
|
|
6854
|
+
"description": "Filter by app version",
|
|
6855
|
+
"name": "app-version",
|
|
6856
|
+
"hasDynamicHelp": false,
|
|
6857
|
+
"multiple": false,
|
|
6858
|
+
"type": "option"
|
|
6859
|
+
},
|
|
6860
|
+
"update-id": {
|
|
6861
|
+
"description": "Filter by EAS update ID",
|
|
6862
|
+
"name": "update-id",
|
|
6863
|
+
"hasDynamicHelp": false,
|
|
6864
|
+
"multiple": false,
|
|
6865
|
+
"type": "option"
|
|
6866
|
+
},
|
|
6867
|
+
"build-number": {
|
|
6868
|
+
"description": "Filter by app build number",
|
|
6869
|
+
"name": "build-number",
|
|
6870
|
+
"hasDynamicHelp": false,
|
|
6871
|
+
"multiple": false,
|
|
6872
|
+
"type": "option"
|
|
6873
|
+
},
|
|
6680
6874
|
"project-id": {
|
|
6681
6875
|
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6682
6876
|
"name": "project-id",
|
|
@@ -6701,7 +6895,7 @@
|
|
|
6701
6895
|
"hasDynamicHelp": false,
|
|
6702
6896
|
"hidden": true,
|
|
6703
6897
|
"hiddenAliases": [],
|
|
6704
|
-
"id": "observe:
|
|
6898
|
+
"id": "observe:routes",
|
|
6705
6899
|
"pluginAlias": "eas-cli",
|
|
6706
6900
|
"pluginName": "eas-cli",
|
|
6707
6901
|
"pluginType": "core",
|
|
@@ -6759,7 +6953,7 @@
|
|
|
6759
6953
|
"build",
|
|
6760
6954
|
"commands",
|
|
6761
6955
|
"observe",
|
|
6762
|
-
"
|
|
6956
|
+
"routes.js"
|
|
6763
6957
|
]
|
|
6764
6958
|
},
|
|
6765
6959
|
"observe:versions": {
|
|
@@ -6799,7 +6993,7 @@
|
|
|
6799
6993
|
"type": "option"
|
|
6800
6994
|
},
|
|
6801
6995
|
"days": {
|
|
6802
|
-
"description": "Show
|
|
6996
|
+
"description": "Show results from the last N days (mutually exclusive with --start/--end)",
|
|
6803
6997
|
"exclusive": [
|
|
6804
6998
|
"start",
|
|
6805
6999
|
"end"
|
|
@@ -9284,36 +9478,11 @@
|
|
|
9284
9478
|
"view.js"
|
|
9285
9479
|
]
|
|
9286
9480
|
},
|
|
9287
|
-
"
|
|
9481
|
+
"workflow:cancel": {
|
|
9288
9482
|
"aliases": [],
|
|
9289
9483
|
"args": {},
|
|
9290
|
-
"description": "
|
|
9484
|
+
"description": "Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.",
|
|
9291
9485
|
"flags": {
|
|
9292
|
-
"event": {
|
|
9293
|
-
"description": "Event type that triggers the webhook",
|
|
9294
|
-
"name": "event",
|
|
9295
|
-
"hasDynamicHelp": false,
|
|
9296
|
-
"multiple": false,
|
|
9297
|
-
"options": [
|
|
9298
|
-
"BUILD",
|
|
9299
|
-
"SUBMIT"
|
|
9300
|
-
],
|
|
9301
|
-
"type": "option"
|
|
9302
|
-
},
|
|
9303
|
-
"url": {
|
|
9304
|
-
"description": "Webhook URL",
|
|
9305
|
-
"name": "url",
|
|
9306
|
-
"hasDynamicHelp": false,
|
|
9307
|
-
"multiple": false,
|
|
9308
|
-
"type": "option"
|
|
9309
|
-
},
|
|
9310
|
-
"secret": {
|
|
9311
|
-
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
9312
|
-
"name": "secret",
|
|
9313
|
-
"hasDynamicHelp": false,
|
|
9314
|
-
"multiple": false,
|
|
9315
|
-
"type": "option"
|
|
9316
|
-
},
|
|
9317
9486
|
"non-interactive": {
|
|
9318
9487
|
"description": "Run the command in non-interactive mode.",
|
|
9319
9488
|
"name": "non-interactive",
|
|
@@ -9324,11 +9493,11 @@
|
|
|
9324
9493
|
},
|
|
9325
9494
|
"hasDynamicHelp": false,
|
|
9326
9495
|
"hiddenAliases": [],
|
|
9327
|
-
"id": "
|
|
9496
|
+
"id": "workflow:cancel",
|
|
9328
9497
|
"pluginAlias": "eas-cli",
|
|
9329
9498
|
"pluginName": "eas-cli",
|
|
9330
9499
|
"pluginType": "core",
|
|
9331
|
-
"strict":
|
|
9500
|
+
"strict": false,
|
|
9332
9501
|
"enableJsonFlag": false,
|
|
9333
9502
|
"ContextOptions": {
|
|
9334
9503
|
"LoggedIn": {
|
|
@@ -9378,32 +9547,31 @@
|
|
|
9378
9547
|
"relativePath": [
|
|
9379
9548
|
"build",
|
|
9380
9549
|
"commands",
|
|
9381
|
-
"
|
|
9382
|
-
"
|
|
9550
|
+
"workflow",
|
|
9551
|
+
"cancel.js"
|
|
9383
9552
|
]
|
|
9384
9553
|
},
|
|
9385
|
-
"
|
|
9554
|
+
"workflow:create": {
|
|
9386
9555
|
"aliases": [],
|
|
9387
9556
|
"args": {
|
|
9388
|
-
"
|
|
9389
|
-
"description": "
|
|
9390
|
-
"name": "
|
|
9557
|
+
"name": {
|
|
9558
|
+
"description": "Name of the workflow file (must end with .yml or .yaml)",
|
|
9559
|
+
"name": "name",
|
|
9391
9560
|
"required": false
|
|
9392
9561
|
}
|
|
9393
9562
|
},
|
|
9394
|
-
"description": "
|
|
9563
|
+
"description": "create a new workflow configuration YAML file",
|
|
9395
9564
|
"flags": {
|
|
9396
|
-
"
|
|
9397
|
-
"description": "
|
|
9398
|
-
"name": "
|
|
9399
|
-
"noCacheDefault": true,
|
|
9565
|
+
"skip-validation": {
|
|
9566
|
+
"description": "If set, the workflow file will not be validated before being created",
|
|
9567
|
+
"name": "skip-validation",
|
|
9400
9568
|
"allowNo": false,
|
|
9401
9569
|
"type": "boolean"
|
|
9402
9570
|
}
|
|
9403
9571
|
},
|
|
9404
9572
|
"hasDynamicHelp": false,
|
|
9405
9573
|
"hiddenAliases": [],
|
|
9406
|
-
"id": "
|
|
9574
|
+
"id": "workflow:create",
|
|
9407
9575
|
"pluginAlias": "eas-cli",
|
|
9408
9576
|
"pluginName": "eas-cli",
|
|
9409
9577
|
"pluginType": "core",
|
|
@@ -9450,33 +9618,24 @@
|
|
|
9450
9618
|
}
|
|
9451
9619
|
},
|
|
9452
9620
|
"contextDefinition": {
|
|
9453
|
-
"
|
|
9621
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
9622
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
9623
|
+
"projectDir": {},
|
|
9454
9624
|
"loggedIn": {}
|
|
9455
9625
|
},
|
|
9456
9626
|
"isESM": false,
|
|
9457
9627
|
"relativePath": [
|
|
9458
9628
|
"build",
|
|
9459
9629
|
"commands",
|
|
9460
|
-
"
|
|
9461
|
-
"
|
|
9630
|
+
"workflow",
|
|
9631
|
+
"create.js"
|
|
9462
9632
|
]
|
|
9463
9633
|
},
|
|
9464
|
-
"
|
|
9634
|
+
"workflow:list": {
|
|
9465
9635
|
"aliases": [],
|
|
9466
9636
|
"args": {},
|
|
9467
|
-
"description": "
|
|
9637
|
+
"description": "List workflows for the current project",
|
|
9468
9638
|
"flags": {
|
|
9469
|
-
"event": {
|
|
9470
|
-
"description": "Event type that triggers the webhook",
|
|
9471
|
-
"name": "event",
|
|
9472
|
-
"hasDynamicHelp": false,
|
|
9473
|
-
"multiple": false,
|
|
9474
|
-
"options": [
|
|
9475
|
-
"BUILD",
|
|
9476
|
-
"SUBMIT"
|
|
9477
|
-
],
|
|
9478
|
-
"type": "option"
|
|
9479
|
-
},
|
|
9480
9639
|
"json": {
|
|
9481
9640
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9482
9641
|
"name": "json",
|
|
@@ -9485,8 +9644,9 @@
|
|
|
9485
9644
|
}
|
|
9486
9645
|
},
|
|
9487
9646
|
"hasDynamicHelp": false,
|
|
9647
|
+
"hidden": true,
|
|
9488
9648
|
"hiddenAliases": [],
|
|
9489
|
-
"id": "
|
|
9649
|
+
"id": "workflow:list",
|
|
9490
9650
|
"pluginAlias": "eas-cli",
|
|
9491
9651
|
"pluginName": "eas-cli",
|
|
9492
9652
|
"pluginType": "core",
|
|
@@ -9540,129 +9700,43 @@
|
|
|
9540
9700
|
"relativePath": [
|
|
9541
9701
|
"build",
|
|
9542
9702
|
"commands",
|
|
9543
|
-
"
|
|
9703
|
+
"workflow",
|
|
9544
9704
|
"list.js"
|
|
9545
9705
|
]
|
|
9546
9706
|
},
|
|
9547
|
-
"
|
|
9707
|
+
"workflow:logs": {
|
|
9548
9708
|
"aliases": [],
|
|
9549
|
-
"args": {
|
|
9550
|
-
"description": "update a webhook",
|
|
9551
|
-
"flags": {
|
|
9709
|
+
"args": {
|
|
9552
9710
|
"id": {
|
|
9553
|
-
"description": "
|
|
9554
|
-
"name": "id"
|
|
9555
|
-
"required": true,
|
|
9556
|
-
"hasDynamicHelp": false,
|
|
9557
|
-
"multiple": false,
|
|
9558
|
-
"type": "option"
|
|
9559
|
-
},
|
|
9560
|
-
"event": {
|
|
9561
|
-
"description": "Event type that triggers the webhook",
|
|
9562
|
-
"name": "event",
|
|
9563
|
-
"hasDynamicHelp": false,
|
|
9564
|
-
"multiple": false,
|
|
9565
|
-
"options": [
|
|
9566
|
-
"BUILD",
|
|
9567
|
-
"SUBMIT"
|
|
9568
|
-
],
|
|
9569
|
-
"type": "option"
|
|
9570
|
-
},
|
|
9571
|
-
"url": {
|
|
9572
|
-
"description": "Webhook URL",
|
|
9573
|
-
"name": "url",
|
|
9574
|
-
"hasDynamicHelp": false,
|
|
9575
|
-
"multiple": false,
|
|
9576
|
-
"type": "option"
|
|
9577
|
-
},
|
|
9578
|
-
"secret": {
|
|
9579
|
-
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
9580
|
-
"name": "secret",
|
|
9581
|
-
"hasDynamicHelp": false,
|
|
9582
|
-
"multiple": false,
|
|
9583
|
-
"type": "option"
|
|
9584
|
-
},
|
|
9585
|
-
"non-interactive": {
|
|
9586
|
-
"description": "Run the command in non-interactive mode.",
|
|
9587
|
-
"name": "non-interactive",
|
|
9588
|
-
"noCacheDefault": true,
|
|
9589
|
-
"allowNo": false,
|
|
9590
|
-
"type": "boolean"
|
|
9591
|
-
}
|
|
9592
|
-
},
|
|
9593
|
-
"hasDynamicHelp": false,
|
|
9594
|
-
"hiddenAliases": [],
|
|
9595
|
-
"id": "webhook:update",
|
|
9596
|
-
"pluginAlias": "eas-cli",
|
|
9597
|
-
"pluginName": "eas-cli",
|
|
9598
|
-
"pluginType": "core",
|
|
9599
|
-
"strict": true,
|
|
9600
|
-
"enableJsonFlag": false,
|
|
9601
|
-
"ContextOptions": {
|
|
9602
|
-
"LoggedIn": {
|
|
9603
|
-
"loggedIn": {}
|
|
9604
|
-
},
|
|
9605
|
-
"MaybeLoggedIn": {
|
|
9606
|
-
"maybeLoggedIn": {}
|
|
9607
|
-
},
|
|
9608
|
-
"DynamicLoggedIn": {
|
|
9609
|
-
"getDynamicLoggedInAsync": {}
|
|
9610
|
-
},
|
|
9611
|
-
"SessionManagment": {
|
|
9612
|
-
"sessionManager": {}
|
|
9613
|
-
},
|
|
9614
|
-
"OptionalProjectConfig": {
|
|
9615
|
-
"optionalPrivateProjectConfig": {}
|
|
9616
|
-
},
|
|
9617
|
-
"ProjectDir": {
|
|
9618
|
-
"projectDir": {}
|
|
9619
|
-
},
|
|
9620
|
-
"DynamicProjectConfig": {
|
|
9621
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
9622
|
-
"getDynamicPrivateProjectConfigAsync": {}
|
|
9623
|
-
},
|
|
9624
|
-
"ProjectConfig": {
|
|
9625
|
-
"loggedIn": {},
|
|
9626
|
-
"privateProjectConfig": {}
|
|
9627
|
-
},
|
|
9628
|
-
"Analytics": {
|
|
9629
|
-
"analytics": {}
|
|
9630
|
-
},
|
|
9631
|
-
"Vcs": {
|
|
9632
|
-
"vcsClient": {}
|
|
9633
|
-
},
|
|
9634
|
-
"ServerSideEnvironmentVariables": {
|
|
9635
|
-
"getServerSideEnvironmentVariablesAsync": {}
|
|
9636
|
-
},
|
|
9637
|
-
"ProjectId": {
|
|
9638
|
-
"projectId": {}
|
|
9711
|
+
"description": "ID of the workflow run or workflow job to view logs for",
|
|
9712
|
+
"name": "id"
|
|
9639
9713
|
}
|
|
9640
9714
|
},
|
|
9641
|
-
"
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
|
|
9645
|
-
|
|
9646
|
-
|
|
9647
|
-
|
|
9648
|
-
|
|
9649
|
-
"
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
"
|
|
9658
|
-
"
|
|
9715
|
+
"description": "view logs for a workflow run, selecting a job and step to view. You can pass in either a workflow run ID or a job ID. If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.",
|
|
9716
|
+
"flags": {
|
|
9717
|
+
"json": {
|
|
9718
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9719
|
+
"name": "json",
|
|
9720
|
+
"allowNo": false,
|
|
9721
|
+
"type": "boolean"
|
|
9722
|
+
},
|
|
9723
|
+
"non-interactive": {
|
|
9724
|
+
"description": "Run the command in non-interactive mode.",
|
|
9725
|
+
"name": "non-interactive",
|
|
9726
|
+
"noCacheDefault": true,
|
|
9727
|
+
"allowNo": false,
|
|
9728
|
+
"type": "boolean"
|
|
9729
|
+
},
|
|
9730
|
+
"all-steps": {
|
|
9731
|
+
"description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
|
|
9732
|
+
"name": "all-steps",
|
|
9733
|
+
"allowNo": false,
|
|
9734
|
+
"type": "boolean"
|
|
9659
9735
|
}
|
|
9660
9736
|
},
|
|
9661
|
-
"description": "view a webhook",
|
|
9662
|
-
"flags": {},
|
|
9663
9737
|
"hasDynamicHelp": false,
|
|
9664
9738
|
"hiddenAliases": [],
|
|
9665
|
-
"id": "
|
|
9739
|
+
"id": "workflow:logs",
|
|
9666
9740
|
"pluginAlias": "eas-cli",
|
|
9667
9741
|
"pluginName": "eas-cli",
|
|
9668
9742
|
"pluginType": "core",
|
|
@@ -9709,20 +9783,27 @@
|
|
|
9709
9783
|
}
|
|
9710
9784
|
},
|
|
9711
9785
|
"contextDefinition": {
|
|
9786
|
+
"projectId": {},
|
|
9712
9787
|
"loggedIn": {}
|
|
9713
9788
|
},
|
|
9714
9789
|
"isESM": false,
|
|
9715
9790
|
"relativePath": [
|
|
9716
9791
|
"build",
|
|
9717
9792
|
"commands",
|
|
9718
|
-
"
|
|
9719
|
-
"
|
|
9793
|
+
"workflow",
|
|
9794
|
+
"logs.js"
|
|
9720
9795
|
]
|
|
9721
9796
|
},
|
|
9722
|
-
"workflow:
|
|
9797
|
+
"workflow:run": {
|
|
9723
9798
|
"aliases": [],
|
|
9724
|
-
"args": {
|
|
9725
|
-
|
|
9799
|
+
"args": {
|
|
9800
|
+
"file": {
|
|
9801
|
+
"description": "Path to the workflow file to run",
|
|
9802
|
+
"name": "file",
|
|
9803
|
+
"required": true
|
|
9804
|
+
}
|
|
9805
|
+
},
|
|
9806
|
+
"description": "run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.",
|
|
9726
9807
|
"flags": {
|
|
9727
9808
|
"non-interactive": {
|
|
9728
9809
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -9730,15 +9811,49 @@
|
|
|
9730
9811
|
"noCacheDefault": true,
|
|
9731
9812
|
"allowNo": false,
|
|
9732
9813
|
"type": "boolean"
|
|
9814
|
+
},
|
|
9815
|
+
"wait": {
|
|
9816
|
+
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
9817
|
+
"name": "wait",
|
|
9818
|
+
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
9819
|
+
"allowNo": true,
|
|
9820
|
+
"type": "boolean"
|
|
9821
|
+
},
|
|
9822
|
+
"input": {
|
|
9823
|
+
"aliases": [
|
|
9824
|
+
"f",
|
|
9825
|
+
"field"
|
|
9826
|
+
],
|
|
9827
|
+
"char": "F",
|
|
9828
|
+
"description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
|
|
9829
|
+
"name": "input",
|
|
9830
|
+
"summary": "Set workflow inputs",
|
|
9831
|
+
"hasDynamicHelp": false,
|
|
9832
|
+
"multiple": true,
|
|
9833
|
+
"type": "option"
|
|
9834
|
+
},
|
|
9835
|
+
"ref": {
|
|
9836
|
+
"description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
|
|
9837
|
+
"name": "ref",
|
|
9838
|
+
"summary": "Git reference to run the workflow on",
|
|
9839
|
+
"hasDynamicHelp": false,
|
|
9840
|
+
"multiple": false,
|
|
9841
|
+
"type": "option"
|
|
9842
|
+
},
|
|
9843
|
+
"json": {
|
|
9844
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9845
|
+
"name": "json",
|
|
9846
|
+
"allowNo": false,
|
|
9847
|
+
"type": "boolean"
|
|
9733
9848
|
}
|
|
9734
9849
|
},
|
|
9735
9850
|
"hasDynamicHelp": false,
|
|
9736
9851
|
"hiddenAliases": [],
|
|
9737
|
-
"id": "workflow:
|
|
9852
|
+
"id": "workflow:run",
|
|
9738
9853
|
"pluginAlias": "eas-cli",
|
|
9739
9854
|
"pluginName": "eas-cli",
|
|
9740
9855
|
"pluginType": "core",
|
|
9741
|
-
"strict":
|
|
9856
|
+
"strict": true,
|
|
9742
9857
|
"enableJsonFlag": false,
|
|
9743
9858
|
"ContextOptions": {
|
|
9744
9859
|
"LoggedIn": {
|
|
@@ -9781,7 +9896,10 @@
|
|
|
9781
9896
|
}
|
|
9782
9897
|
},
|
|
9783
9898
|
"contextDefinition": {
|
|
9784
|
-
"
|
|
9899
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
9900
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
9901
|
+
"projectDir": {},
|
|
9902
|
+
"vcsClient": {},
|
|
9785
9903
|
"loggedIn": {}
|
|
9786
9904
|
},
|
|
9787
9905
|
"isESM": false,
|
|
@@ -9789,30 +9907,55 @@
|
|
|
9789
9907
|
"build",
|
|
9790
9908
|
"commands",
|
|
9791
9909
|
"workflow",
|
|
9792
|
-
"
|
|
9910
|
+
"run.js"
|
|
9793
9911
|
]
|
|
9794
9912
|
},
|
|
9795
|
-
"workflow:
|
|
9913
|
+
"workflow:runs": {
|
|
9796
9914
|
"aliases": [],
|
|
9797
|
-
"args": {
|
|
9798
|
-
|
|
9799
|
-
"description": "Name of the workflow file (must end with .yml or .yaml)",
|
|
9800
|
-
"name": "name",
|
|
9801
|
-
"required": false
|
|
9802
|
-
}
|
|
9803
|
-
},
|
|
9804
|
-
"description": "create a new workflow configuration YAML file",
|
|
9915
|
+
"args": {},
|
|
9916
|
+
"description": "list recent workflow runs for this project, with their IDs, statuses, and timestamps",
|
|
9805
9917
|
"flags": {
|
|
9806
|
-
"
|
|
9807
|
-
"description": "If
|
|
9808
|
-
"name": "
|
|
9918
|
+
"workflow": {
|
|
9919
|
+
"description": "If present, the query will only return runs for the specified workflow file name",
|
|
9920
|
+
"name": "workflow",
|
|
9921
|
+
"required": false,
|
|
9922
|
+
"hasDynamicHelp": false,
|
|
9923
|
+
"multiple": false,
|
|
9924
|
+
"type": "option"
|
|
9925
|
+
},
|
|
9926
|
+
"status": {
|
|
9927
|
+
"description": "If present, filter the returned runs to select those with the specified status",
|
|
9928
|
+
"name": "status",
|
|
9929
|
+
"required": false,
|
|
9930
|
+
"hasDynamicHelp": false,
|
|
9931
|
+
"multiple": false,
|
|
9932
|
+
"options": [
|
|
9933
|
+
"ACTION_REQUIRED",
|
|
9934
|
+
"CANCELED",
|
|
9935
|
+
"FAILURE",
|
|
9936
|
+
"IN_PROGRESS",
|
|
9937
|
+
"NEW",
|
|
9938
|
+
"SUCCESS"
|
|
9939
|
+
],
|
|
9940
|
+
"type": "option"
|
|
9941
|
+
},
|
|
9942
|
+
"json": {
|
|
9943
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9944
|
+
"name": "json",
|
|
9809
9945
|
"allowNo": false,
|
|
9810
9946
|
"type": "boolean"
|
|
9947
|
+
},
|
|
9948
|
+
"limit": {
|
|
9949
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
|
|
9950
|
+
"name": "limit",
|
|
9951
|
+
"hasDynamicHelp": false,
|
|
9952
|
+
"multiple": false,
|
|
9953
|
+
"type": "option"
|
|
9811
9954
|
}
|
|
9812
9955
|
},
|
|
9813
9956
|
"hasDynamicHelp": false,
|
|
9814
9957
|
"hiddenAliases": [],
|
|
9815
|
-
"id": "workflow:
|
|
9958
|
+
"id": "workflow:runs",
|
|
9816
9959
|
"pluginAlias": "eas-cli",
|
|
9817
9960
|
"pluginName": "eas-cli",
|
|
9818
9961
|
"pluginType": "core",
|
|
@@ -9859,9 +10002,7 @@
|
|
|
9859
10002
|
}
|
|
9860
10003
|
},
|
|
9861
10004
|
"contextDefinition": {
|
|
9862
|
-
"
|
|
9863
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
9864
|
-
"projectDir": {},
|
|
10005
|
+
"projectId": {},
|
|
9865
10006
|
"loggedIn": {}
|
|
9866
10007
|
},
|
|
9867
10008
|
"isESM": false,
|
|
@@ -9869,14 +10010,33 @@
|
|
|
9869
10010
|
"build",
|
|
9870
10011
|
"commands",
|
|
9871
10012
|
"workflow",
|
|
9872
|
-
"
|
|
10013
|
+
"runs.js"
|
|
9873
10014
|
]
|
|
9874
10015
|
},
|
|
9875
|
-
"workflow:
|
|
10016
|
+
"workflow:status": {
|
|
9876
10017
|
"aliases": [],
|
|
9877
|
-
"args": {
|
|
9878
|
-
|
|
10018
|
+
"args": {
|
|
10019
|
+
"WORKFLOW_RUN_ID": {
|
|
10020
|
+
"description": "A workflow run ID.",
|
|
10021
|
+
"name": "WORKFLOW_RUN_ID"
|
|
10022
|
+
}
|
|
10023
|
+
},
|
|
10024
|
+
"description": "show the status of an existing workflow run. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
|
|
9879
10025
|
"flags": {
|
|
10026
|
+
"non-interactive": {
|
|
10027
|
+
"description": "Run the command in non-interactive mode.",
|
|
10028
|
+
"name": "non-interactive",
|
|
10029
|
+
"noCacheDefault": true,
|
|
10030
|
+
"allowNo": false,
|
|
10031
|
+
"type": "boolean"
|
|
10032
|
+
},
|
|
10033
|
+
"wait": {
|
|
10034
|
+
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
10035
|
+
"name": "wait",
|
|
10036
|
+
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
10037
|
+
"allowNo": true,
|
|
10038
|
+
"type": "boolean"
|
|
10039
|
+
},
|
|
9880
10040
|
"json": {
|
|
9881
10041
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9882
10042
|
"name": "json",
|
|
@@ -9885,9 +10045,8 @@
|
|
|
9885
10045
|
}
|
|
9886
10046
|
},
|
|
9887
10047
|
"hasDynamicHelp": false,
|
|
9888
|
-
"hidden": true,
|
|
9889
10048
|
"hiddenAliases": [],
|
|
9890
|
-
"id": "workflow:
|
|
10049
|
+
"id": "workflow:status",
|
|
9891
10050
|
"pluginAlias": "eas-cli",
|
|
9892
10051
|
"pluginName": "eas-cli",
|
|
9893
10052
|
"pluginType": "core",
|
|
@@ -9934,7 +10093,10 @@
|
|
|
9934
10093
|
}
|
|
9935
10094
|
},
|
|
9936
10095
|
"contextDefinition": {
|
|
9937
|
-
"
|
|
10096
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
10097
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
10098
|
+
"projectDir": {},
|
|
10099
|
+
"vcsClient": {},
|
|
9938
10100
|
"loggedIn": {}
|
|
9939
10101
|
},
|
|
9940
10102
|
"isESM": false,
|
|
@@ -9942,42 +10104,31 @@
|
|
|
9942
10104
|
"build",
|
|
9943
10105
|
"commands",
|
|
9944
10106
|
"workflow",
|
|
9945
|
-
"
|
|
10107
|
+
"status.js"
|
|
9946
10108
|
]
|
|
9947
10109
|
},
|
|
9948
|
-
"workflow:
|
|
10110
|
+
"workflow:validate": {
|
|
9949
10111
|
"aliases": [],
|
|
9950
10112
|
"args": {
|
|
9951
|
-
"
|
|
9952
|
-
"description": "
|
|
9953
|
-
"name": "
|
|
10113
|
+
"path": {
|
|
10114
|
+
"description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
|
|
10115
|
+
"name": "path",
|
|
10116
|
+
"required": true
|
|
9954
10117
|
}
|
|
9955
10118
|
},
|
|
9956
|
-
"description": "
|
|
10119
|
+
"description": "validate a workflow configuration yaml file",
|
|
9957
10120
|
"flags": {
|
|
9958
|
-
"json": {
|
|
9959
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
9960
|
-
"name": "json",
|
|
9961
|
-
"allowNo": false,
|
|
9962
|
-
"type": "boolean"
|
|
9963
|
-
},
|
|
9964
10121
|
"non-interactive": {
|
|
9965
10122
|
"description": "Run the command in non-interactive mode.",
|
|
9966
10123
|
"name": "non-interactive",
|
|
9967
10124
|
"noCacheDefault": true,
|
|
9968
10125
|
"allowNo": false,
|
|
9969
10126
|
"type": "boolean"
|
|
9970
|
-
},
|
|
9971
|
-
"all-steps": {
|
|
9972
|
-
"description": "Print all logs, rather than prompting for a specific step. This will be automatically set when in non-interactive mode.",
|
|
9973
|
-
"name": "all-steps",
|
|
9974
|
-
"allowNo": false,
|
|
9975
|
-
"type": "boolean"
|
|
9976
10127
|
}
|
|
9977
10128
|
},
|
|
9978
10129
|
"hasDynamicHelp": false,
|
|
9979
10130
|
"hiddenAliases": [],
|
|
9980
|
-
"id": "workflow:
|
|
10131
|
+
"id": "workflow:validate",
|
|
9981
10132
|
"pluginAlias": "eas-cli",
|
|
9982
10133
|
"pluginName": "eas-cli",
|
|
9983
10134
|
"pluginType": "core",
|
|
@@ -10024,6 +10175,9 @@
|
|
|
10024
10175
|
}
|
|
10025
10176
|
},
|
|
10026
10177
|
"contextDefinition": {
|
|
10178
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
10179
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
10180
|
+
"projectDir": {},
|
|
10027
10181
|
"projectId": {},
|
|
10028
10182
|
"loggedIn": {}
|
|
10029
10183
|
},
|
|
@@ -10032,65 +10186,36 @@
|
|
|
10032
10186
|
"build",
|
|
10033
10187
|
"commands",
|
|
10034
10188
|
"workflow",
|
|
10035
|
-
"
|
|
10189
|
+
"validate.js"
|
|
10036
10190
|
]
|
|
10037
10191
|
},
|
|
10038
|
-
"workflow:
|
|
10192
|
+
"workflow:view": {
|
|
10039
10193
|
"aliases": [],
|
|
10040
10194
|
"args": {
|
|
10041
|
-
"
|
|
10042
|
-
"description": "
|
|
10043
|
-
"name": "
|
|
10044
|
-
"required": true
|
|
10195
|
+
"id": {
|
|
10196
|
+
"description": "ID of the workflow run to view",
|
|
10197
|
+
"name": "id"
|
|
10045
10198
|
}
|
|
10046
10199
|
},
|
|
10047
|
-
"description": "
|
|
10200
|
+
"description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
|
|
10048
10201
|
"flags": {
|
|
10049
|
-
"non-interactive": {
|
|
10050
|
-
"description": "Run the command in non-interactive mode.",
|
|
10051
|
-
"name": "non-interactive",
|
|
10052
|
-
"noCacheDefault": true,
|
|
10053
|
-
"allowNo": false,
|
|
10054
|
-
"type": "boolean"
|
|
10055
|
-
},
|
|
10056
|
-
"wait": {
|
|
10057
|
-
"description": "Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.",
|
|
10058
|
-
"name": "wait",
|
|
10059
|
-
"summary": "Wait for workflow run to complete. Defaults to false.",
|
|
10060
|
-
"allowNo": true,
|
|
10061
|
-
"type": "boolean"
|
|
10062
|
-
},
|
|
10063
|
-
"input": {
|
|
10064
|
-
"aliases": [
|
|
10065
|
-
"f",
|
|
10066
|
-
"field"
|
|
10067
|
-
],
|
|
10068
|
-
"char": "F",
|
|
10069
|
-
"description": "Add a parameter in key=value format. Use multiple instances of this flag to set multiple inputs.",
|
|
10070
|
-
"name": "input",
|
|
10071
|
-
"summary": "Set workflow inputs",
|
|
10072
|
-
"hasDynamicHelp": false,
|
|
10073
|
-
"multiple": true,
|
|
10074
|
-
"type": "option"
|
|
10075
|
-
},
|
|
10076
|
-
"ref": {
|
|
10077
|
-
"description": "The git reference must exist in the project's git repository, and the workflow file must exist at that reference. When this flag is used, the local project is not uploaded; instead, the workflow is run from the exact state of the project at the chosen reference.",
|
|
10078
|
-
"name": "ref",
|
|
10079
|
-
"summary": "Git reference to run the workflow on",
|
|
10080
|
-
"hasDynamicHelp": false,
|
|
10081
|
-
"multiple": false,
|
|
10082
|
-
"type": "option"
|
|
10083
|
-
},
|
|
10084
10202
|
"json": {
|
|
10085
10203
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10086
10204
|
"name": "json",
|
|
10087
10205
|
"allowNo": false,
|
|
10088
10206
|
"type": "boolean"
|
|
10207
|
+
},
|
|
10208
|
+
"non-interactive": {
|
|
10209
|
+
"description": "Run the command in non-interactive mode.",
|
|
10210
|
+
"name": "non-interactive",
|
|
10211
|
+
"noCacheDefault": true,
|
|
10212
|
+
"allowNo": false,
|
|
10213
|
+
"type": "boolean"
|
|
10089
10214
|
}
|
|
10090
10215
|
},
|
|
10091
10216
|
"hasDynamicHelp": false,
|
|
10092
10217
|
"hiddenAliases": [],
|
|
10093
|
-
"id": "workflow:
|
|
10218
|
+
"id": "workflow:view",
|
|
10094
10219
|
"pluginAlias": "eas-cli",
|
|
10095
10220
|
"pluginName": "eas-cli",
|
|
10096
10221
|
"pluginType": "core",
|
|
@@ -10137,10 +10262,7 @@
|
|
|
10137
10262
|
}
|
|
10138
10263
|
},
|
|
10139
10264
|
"contextDefinition": {
|
|
10140
|
-
"
|
|
10141
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
10142
|
-
"projectDir": {},
|
|
10143
|
-
"vcsClient": {},
|
|
10265
|
+
"projectId": {},
|
|
10144
10266
|
"loggedIn": {}
|
|
10145
10267
|
},
|
|
10146
10268
|
"isESM": false,
|
|
@@ -10148,55 +10270,50 @@
|
|
|
10148
10270
|
"build",
|
|
10149
10271
|
"commands",
|
|
10150
10272
|
"workflow",
|
|
10151
|
-
"
|
|
10273
|
+
"view.js"
|
|
10152
10274
|
]
|
|
10153
10275
|
},
|
|
10154
|
-
"
|
|
10276
|
+
"webhook:create": {
|
|
10155
10277
|
"aliases": [],
|
|
10156
10278
|
"args": {},
|
|
10157
|
-
"description": "
|
|
10279
|
+
"description": "create a webhook",
|
|
10158
10280
|
"flags": {
|
|
10159
|
-
"
|
|
10160
|
-
"description": "
|
|
10161
|
-
"name": "
|
|
10162
|
-
"required": false,
|
|
10281
|
+
"event": {
|
|
10282
|
+
"description": "Event type that triggers the webhook",
|
|
10283
|
+
"name": "event",
|
|
10163
10284
|
"hasDynamicHelp": false,
|
|
10164
10285
|
"multiple": false,
|
|
10286
|
+
"options": [
|
|
10287
|
+
"BUILD",
|
|
10288
|
+
"SUBMIT"
|
|
10289
|
+
],
|
|
10165
10290
|
"type": "option"
|
|
10166
10291
|
},
|
|
10167
|
-
"
|
|
10168
|
-
"description": "
|
|
10169
|
-
"name": "
|
|
10170
|
-
"required": false,
|
|
10292
|
+
"url": {
|
|
10293
|
+
"description": "Webhook URL",
|
|
10294
|
+
"name": "url",
|
|
10171
10295
|
"hasDynamicHelp": false,
|
|
10172
10296
|
"multiple": false,
|
|
10173
|
-
"options": [
|
|
10174
|
-
"ACTION_REQUIRED",
|
|
10175
|
-
"CANCELED",
|
|
10176
|
-
"FAILURE",
|
|
10177
|
-
"IN_PROGRESS",
|
|
10178
|
-
"NEW",
|
|
10179
|
-
"SUCCESS"
|
|
10180
|
-
],
|
|
10181
10297
|
"type": "option"
|
|
10182
10298
|
},
|
|
10183
|
-
"
|
|
10184
|
-
"description": "
|
|
10185
|
-
"name": "
|
|
10186
|
-
"allowNo": false,
|
|
10187
|
-
"type": "boolean"
|
|
10188
|
-
},
|
|
10189
|
-
"limit": {
|
|
10190
|
-
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
|
|
10191
|
-
"name": "limit",
|
|
10299
|
+
"secret": {
|
|
10300
|
+
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
10301
|
+
"name": "secret",
|
|
10192
10302
|
"hasDynamicHelp": false,
|
|
10193
10303
|
"multiple": false,
|
|
10194
10304
|
"type": "option"
|
|
10305
|
+
},
|
|
10306
|
+
"non-interactive": {
|
|
10307
|
+
"description": "Run the command in non-interactive mode.",
|
|
10308
|
+
"name": "non-interactive",
|
|
10309
|
+
"noCacheDefault": true,
|
|
10310
|
+
"allowNo": false,
|
|
10311
|
+
"type": "boolean"
|
|
10195
10312
|
}
|
|
10196
10313
|
},
|
|
10197
10314
|
"hasDynamicHelp": false,
|
|
10198
10315
|
"hiddenAliases": [],
|
|
10199
|
-
"id": "
|
|
10316
|
+
"id": "webhook:create",
|
|
10200
10317
|
"pluginAlias": "eas-cli",
|
|
10201
10318
|
"pluginName": "eas-cli",
|
|
10202
10319
|
"pluginType": "core",
|
|
@@ -10250,19 +10367,20 @@
|
|
|
10250
10367
|
"relativePath": [
|
|
10251
10368
|
"build",
|
|
10252
10369
|
"commands",
|
|
10253
|
-
"
|
|
10254
|
-
"
|
|
10370
|
+
"webhook",
|
|
10371
|
+
"create.js"
|
|
10255
10372
|
]
|
|
10256
10373
|
},
|
|
10257
|
-
"
|
|
10374
|
+
"webhook:delete": {
|
|
10258
10375
|
"aliases": [],
|
|
10259
10376
|
"args": {
|
|
10260
|
-
"
|
|
10261
|
-
"description": "
|
|
10262
|
-
"name": "
|
|
10377
|
+
"ID": {
|
|
10378
|
+
"description": "ID of the webhook to delete",
|
|
10379
|
+
"name": "ID",
|
|
10380
|
+
"required": false
|
|
10263
10381
|
}
|
|
10264
10382
|
},
|
|
10265
|
-
"description": "
|
|
10383
|
+
"description": "delete a webhook",
|
|
10266
10384
|
"flags": {
|
|
10267
10385
|
"non-interactive": {
|
|
10268
10386
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -10270,13 +10388,83 @@
|
|
|
10270
10388
|
"noCacheDefault": true,
|
|
10271
10389
|
"allowNo": false,
|
|
10272
10390
|
"type": "boolean"
|
|
10391
|
+
}
|
|
10392
|
+
},
|
|
10393
|
+
"hasDynamicHelp": false,
|
|
10394
|
+
"hiddenAliases": [],
|
|
10395
|
+
"id": "webhook:delete",
|
|
10396
|
+
"pluginAlias": "eas-cli",
|
|
10397
|
+
"pluginName": "eas-cli",
|
|
10398
|
+
"pluginType": "core",
|
|
10399
|
+
"strict": true,
|
|
10400
|
+
"enableJsonFlag": false,
|
|
10401
|
+
"ContextOptions": {
|
|
10402
|
+
"LoggedIn": {
|
|
10403
|
+
"loggedIn": {}
|
|
10273
10404
|
},
|
|
10274
|
-
"
|
|
10275
|
-
"
|
|
10276
|
-
|
|
10277
|
-
|
|
10278
|
-
"
|
|
10279
|
-
|
|
10405
|
+
"MaybeLoggedIn": {
|
|
10406
|
+
"maybeLoggedIn": {}
|
|
10407
|
+
},
|
|
10408
|
+
"DynamicLoggedIn": {
|
|
10409
|
+
"getDynamicLoggedInAsync": {}
|
|
10410
|
+
},
|
|
10411
|
+
"SessionManagment": {
|
|
10412
|
+
"sessionManager": {}
|
|
10413
|
+
},
|
|
10414
|
+
"OptionalProjectConfig": {
|
|
10415
|
+
"optionalPrivateProjectConfig": {}
|
|
10416
|
+
},
|
|
10417
|
+
"ProjectDir": {
|
|
10418
|
+
"projectDir": {}
|
|
10419
|
+
},
|
|
10420
|
+
"DynamicProjectConfig": {
|
|
10421
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
10422
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
10423
|
+
},
|
|
10424
|
+
"ProjectConfig": {
|
|
10425
|
+
"loggedIn": {},
|
|
10426
|
+
"privateProjectConfig": {}
|
|
10427
|
+
},
|
|
10428
|
+
"Analytics": {
|
|
10429
|
+
"analytics": {}
|
|
10430
|
+
},
|
|
10431
|
+
"Vcs": {
|
|
10432
|
+
"vcsClient": {}
|
|
10433
|
+
},
|
|
10434
|
+
"ServerSideEnvironmentVariables": {
|
|
10435
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
10436
|
+
},
|
|
10437
|
+
"ProjectId": {
|
|
10438
|
+
"projectId": {}
|
|
10439
|
+
}
|
|
10440
|
+
},
|
|
10441
|
+
"contextDefinition": {
|
|
10442
|
+
"projectId": {},
|
|
10443
|
+
"loggedIn": {}
|
|
10444
|
+
},
|
|
10445
|
+
"isESM": false,
|
|
10446
|
+
"relativePath": [
|
|
10447
|
+
"build",
|
|
10448
|
+
"commands",
|
|
10449
|
+
"webhook",
|
|
10450
|
+
"delete.js"
|
|
10451
|
+
]
|
|
10452
|
+
},
|
|
10453
|
+
"webhook:list": {
|
|
10454
|
+
"aliases": [],
|
|
10455
|
+
"args": {},
|
|
10456
|
+
"description": "list webhooks",
|
|
10457
|
+
"flags": {
|
|
10458
|
+
"event": {
|
|
10459
|
+
"description": "Event type that triggers the webhook",
|
|
10460
|
+
"name": "event",
|
|
10461
|
+
"hasDynamicHelp": false,
|
|
10462
|
+
"multiple": false,
|
|
10463
|
+
"options": [
|
|
10464
|
+
"BUILD",
|
|
10465
|
+
"SUBMIT"
|
|
10466
|
+
],
|
|
10467
|
+
"type": "option"
|
|
10280
10468
|
},
|
|
10281
10469
|
"json": {
|
|
10282
10470
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
@@ -10287,7 +10475,7 @@
|
|
|
10287
10475
|
},
|
|
10288
10476
|
"hasDynamicHelp": false,
|
|
10289
10477
|
"hiddenAliases": [],
|
|
10290
|
-
"id": "
|
|
10478
|
+
"id": "webhook:list",
|
|
10291
10479
|
"pluginAlias": "eas-cli",
|
|
10292
10480
|
"pluginName": "eas-cli",
|
|
10293
10481
|
"pluginType": "core",
|
|
@@ -10334,31 +10522,55 @@
|
|
|
10334
10522
|
}
|
|
10335
10523
|
},
|
|
10336
10524
|
"contextDefinition": {
|
|
10337
|
-
"
|
|
10338
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
10339
|
-
"projectDir": {},
|
|
10340
|
-
"vcsClient": {},
|
|
10525
|
+
"projectId": {},
|
|
10341
10526
|
"loggedIn": {}
|
|
10342
10527
|
},
|
|
10343
10528
|
"isESM": false,
|
|
10344
10529
|
"relativePath": [
|
|
10345
10530
|
"build",
|
|
10346
10531
|
"commands",
|
|
10347
|
-
"
|
|
10348
|
-
"
|
|
10532
|
+
"webhook",
|
|
10533
|
+
"list.js"
|
|
10349
10534
|
]
|
|
10350
10535
|
},
|
|
10351
|
-
"
|
|
10536
|
+
"webhook:update": {
|
|
10352
10537
|
"aliases": [],
|
|
10353
|
-
"args": {
|
|
10354
|
-
|
|
10355
|
-
"description": "Path to the workflow configuration YAML file (must end with .yml or .yaml)",
|
|
10356
|
-
"name": "path",
|
|
10357
|
-
"required": true
|
|
10358
|
-
}
|
|
10359
|
-
},
|
|
10360
|
-
"description": "validate a workflow configuration yaml file",
|
|
10538
|
+
"args": {},
|
|
10539
|
+
"description": "update a webhook",
|
|
10361
10540
|
"flags": {
|
|
10541
|
+
"id": {
|
|
10542
|
+
"description": "Webhook ID",
|
|
10543
|
+
"name": "id",
|
|
10544
|
+
"required": true,
|
|
10545
|
+
"hasDynamicHelp": false,
|
|
10546
|
+
"multiple": false,
|
|
10547
|
+
"type": "option"
|
|
10548
|
+
},
|
|
10549
|
+
"event": {
|
|
10550
|
+
"description": "Event type that triggers the webhook",
|
|
10551
|
+
"name": "event",
|
|
10552
|
+
"hasDynamicHelp": false,
|
|
10553
|
+
"multiple": false,
|
|
10554
|
+
"options": [
|
|
10555
|
+
"BUILD",
|
|
10556
|
+
"SUBMIT"
|
|
10557
|
+
],
|
|
10558
|
+
"type": "option"
|
|
10559
|
+
},
|
|
10560
|
+
"url": {
|
|
10561
|
+
"description": "Webhook URL",
|
|
10562
|
+
"name": "url",
|
|
10563
|
+
"hasDynamicHelp": false,
|
|
10564
|
+
"multiple": false,
|
|
10565
|
+
"type": "option"
|
|
10566
|
+
},
|
|
10567
|
+
"secret": {
|
|
10568
|
+
"description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
|
|
10569
|
+
"name": "secret",
|
|
10570
|
+
"hasDynamicHelp": false,
|
|
10571
|
+
"multiple": false,
|
|
10572
|
+
"type": "option"
|
|
10573
|
+
},
|
|
10362
10574
|
"non-interactive": {
|
|
10363
10575
|
"description": "Run the command in non-interactive mode.",
|
|
10364
10576
|
"name": "non-interactive",
|
|
@@ -10369,7 +10581,7 @@
|
|
|
10369
10581
|
},
|
|
10370
10582
|
"hasDynamicHelp": false,
|
|
10371
10583
|
"hiddenAliases": [],
|
|
10372
|
-
"id": "
|
|
10584
|
+
"id": "webhook:update",
|
|
10373
10585
|
"pluginAlias": "eas-cli",
|
|
10374
10586
|
"pluginName": "eas-cli",
|
|
10375
10587
|
"pluginType": "core",
|
|
@@ -10416,47 +10628,30 @@
|
|
|
10416
10628
|
}
|
|
10417
10629
|
},
|
|
10418
10630
|
"contextDefinition": {
|
|
10419
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
10420
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
10421
|
-
"projectDir": {},
|
|
10422
|
-
"projectId": {},
|
|
10423
10631
|
"loggedIn": {}
|
|
10424
10632
|
},
|
|
10425
10633
|
"isESM": false,
|
|
10426
10634
|
"relativePath": [
|
|
10427
10635
|
"build",
|
|
10428
10636
|
"commands",
|
|
10429
|
-
"
|
|
10430
|
-
"
|
|
10637
|
+
"webhook",
|
|
10638
|
+
"update.js"
|
|
10431
10639
|
]
|
|
10432
10640
|
},
|
|
10433
|
-
"
|
|
10641
|
+
"webhook:view": {
|
|
10434
10642
|
"aliases": [],
|
|
10435
10643
|
"args": {
|
|
10436
|
-
"
|
|
10437
|
-
"description": "ID of the
|
|
10438
|
-
"name": "
|
|
10439
|
-
|
|
10440
|
-
},
|
|
10441
|
-
"description": "view details for a workflow run, including jobs. If no run ID is provided, you will be prompted to select from recent workflow runs for the current project.",
|
|
10442
|
-
"flags": {
|
|
10443
|
-
"json": {
|
|
10444
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
10445
|
-
"name": "json",
|
|
10446
|
-
"allowNo": false,
|
|
10447
|
-
"type": "boolean"
|
|
10448
|
-
},
|
|
10449
|
-
"non-interactive": {
|
|
10450
|
-
"description": "Run the command in non-interactive mode.",
|
|
10451
|
-
"name": "non-interactive",
|
|
10452
|
-
"noCacheDefault": true,
|
|
10453
|
-
"allowNo": false,
|
|
10454
|
-
"type": "boolean"
|
|
10644
|
+
"ID": {
|
|
10645
|
+
"description": "ID of the webhook to view",
|
|
10646
|
+
"name": "ID",
|
|
10647
|
+
"required": true
|
|
10455
10648
|
}
|
|
10456
10649
|
},
|
|
10650
|
+
"description": "view a webhook",
|
|
10651
|
+
"flags": {},
|
|
10457
10652
|
"hasDynamicHelp": false,
|
|
10458
10653
|
"hiddenAliases": [],
|
|
10459
|
-
"id": "
|
|
10654
|
+
"id": "webhook:view",
|
|
10460
10655
|
"pluginAlias": "eas-cli",
|
|
10461
10656
|
"pluginName": "eas-cli",
|
|
10462
10657
|
"pluginType": "core",
|
|
@@ -10503,14 +10698,13 @@
|
|
|
10503
10698
|
}
|
|
10504
10699
|
},
|
|
10505
10700
|
"contextDefinition": {
|
|
10506
|
-
"projectId": {},
|
|
10507
10701
|
"loggedIn": {}
|
|
10508
10702
|
},
|
|
10509
10703
|
"isESM": false,
|
|
10510
10704
|
"relativePath": [
|
|
10511
10705
|
"build",
|
|
10512
10706
|
"commands",
|
|
10513
|
-
"
|
|
10707
|
+
"webhook",
|
|
10514
10708
|
"view.js"
|
|
10515
10709
|
]
|
|
10516
10710
|
},
|
|
@@ -11820,5 +12014,5 @@
|
|
|
11820
12014
|
]
|
|
11821
12015
|
}
|
|
11822
12016
|
},
|
|
11823
|
-
"version": "18.
|
|
12017
|
+
"version": "18.13.0"
|
|
11824
12018
|
}
|