eas-cli 18.5.0 → 18.7.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 +90 -89
- package/build/commandUtils/pagination.d.ts +2 -1
- package/build/commandUtils/pagination.js +3 -2
- package/build/commands/build/dev.d.ts +1 -0
- package/build/commands/build/dev.js +10 -2
- package/build/commands/deploy/index.js +18 -2
- package/build/commands/metadata/pull.d.ts +1 -1
- package/build/commands/metadata/pull.js +2 -4
- package/build/commands/metadata/push.d.ts +1 -1
- package/build/commands/metadata/push.js +2 -4
- package/build/commands/observe/events.d.ts +27 -0
- package/build/commands/observe/events.js +140 -0
- package/build/commands/observe/metrics.d.ts +21 -0
- package/build/commands/observe/metrics.js +111 -0
- package/build/commands/observe/versions.d.ts +19 -0
- package/build/commands/observe/versions.js +69 -0
- package/build/credentials/ios/IosCredentialsProvider.js +8 -4
- package/build/credentials/ios/utils/provisioningProfile.d.ts +1 -0
- package/build/credentials/ios/utils/provisioningProfile.js +15 -1
- package/build/graphql/generated.d.ts +634 -61
- package/build/graphql/generated.js +11 -9
- package/build/graphql/queries/ObserveQuery.d.ts +35 -0
- package/build/graphql/queries/ObserveQuery.js +109 -0
- package/build/graphql/types/Observe.d.ts +3 -0
- package/build/graphql/types/Observe.js +84 -0
- package/build/metadata/apple/config/reader.d.ts +9 -1
- package/build/metadata/apple/config/reader.js +25 -0
- package/build/metadata/apple/config/writer.d.ts +7 -1
- package/build/metadata/apple/config/writer.js +44 -0
- package/build/metadata/apple/data.d.ts +2 -1
- package/build/metadata/apple/tasks/app-clip.d.ts +37 -0
- package/build/metadata/apple/tasks/app-clip.js +404 -0
- package/build/metadata/apple/tasks/index.js +2 -0
- package/build/metadata/apple/tasks/previews.js +16 -12
- package/build/metadata/apple/tasks/screenshots.js +15 -4
- package/build/metadata/apple/types.d.ts +28 -1
- package/build/observe/fetchEvents.d.ts +27 -0
- package/build/observe/fetchEvents.js +83 -0
- package/build/observe/fetchMetrics.d.ts +11 -0
- package/build/observe/fetchMetrics.js +78 -0
- package/build/observe/fetchVersions.d.ts +7 -0
- package/build/observe/fetchVersions.js +31 -0
- package/build/observe/formatEvents.d.ts +31 -0
- package/build/observe/formatEvents.js +99 -0
- package/build/observe/formatMetrics.d.ts +38 -0
- package/build/observe/formatMetrics.js +206 -0
- package/build/observe/formatVersions.d.ts +32 -0
- package/build/observe/formatVersions.js +92 -0
- package/build/observe/metricNames.d.ts +4 -0
- package/build/observe/metricNames.js +33 -0
- package/build/observe/startAndEndTime.d.ts +18 -0
- package/build/observe/startAndEndTime.js +36 -0
- package/build/user/SessionManager.js +11 -0
- package/build/worker/upload.js +15 -5
- package/oclif.manifest.json +2102 -1620
- package/package.json +9 -6
- package/schema/metadata-0.json +177 -0
package/oclif.manifest.json
CHANGED
|
@@ -1486,34 +1486,48 @@
|
|
|
1486
1486
|
"view.js"
|
|
1487
1487
|
]
|
|
1488
1488
|
},
|
|
1489
|
-
"
|
|
1489
|
+
"build:cancel": {
|
|
1490
1490
|
"aliases": [],
|
|
1491
1491
|
"args": {
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"name": "name",
|
|
1495
|
-
"required": false
|
|
1492
|
+
"BUILD_ID": {
|
|
1493
|
+
"name": "BUILD_ID"
|
|
1496
1494
|
}
|
|
1497
1495
|
},
|
|
1498
|
-
"description": "
|
|
1496
|
+
"description": "cancel a build",
|
|
1499
1497
|
"flags": {
|
|
1500
|
-
"json": {
|
|
1501
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1502
|
-
"name": "json",
|
|
1503
|
-
"allowNo": false,
|
|
1504
|
-
"type": "boolean"
|
|
1505
|
-
},
|
|
1506
1498
|
"non-interactive": {
|
|
1507
1499
|
"description": "Run the command in non-interactive mode.",
|
|
1508
1500
|
"name": "non-interactive",
|
|
1509
1501
|
"noCacheDefault": true,
|
|
1510
1502
|
"allowNo": false,
|
|
1511
1503
|
"type": "boolean"
|
|
1504
|
+
},
|
|
1505
|
+
"platform": {
|
|
1506
|
+
"char": "p",
|
|
1507
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
1508
|
+
"name": "platform",
|
|
1509
|
+
"hasDynamicHelp": false,
|
|
1510
|
+
"multiple": false,
|
|
1511
|
+
"options": [
|
|
1512
|
+
"android",
|
|
1513
|
+
"ios",
|
|
1514
|
+
"all"
|
|
1515
|
+
],
|
|
1516
|
+
"type": "option"
|
|
1517
|
+
},
|
|
1518
|
+
"profile": {
|
|
1519
|
+
"char": "e",
|
|
1520
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
1521
|
+
"name": "profile",
|
|
1522
|
+
"hasDynamicHelp": false,
|
|
1523
|
+
"helpValue": "PROFILE_NAME",
|
|
1524
|
+
"multiple": false,
|
|
1525
|
+
"type": "option"
|
|
1512
1526
|
}
|
|
1513
1527
|
},
|
|
1514
1528
|
"hasDynamicHelp": false,
|
|
1515
1529
|
"hiddenAliases": [],
|
|
1516
|
-
"id": "
|
|
1530
|
+
"id": "build:cancel",
|
|
1517
1531
|
"pluginAlias": "eas-cli",
|
|
1518
1532
|
"pluginName": "eas-cli",
|
|
1519
1533
|
"pluginType": "core",
|
|
@@ -1561,44 +1575,39 @@
|
|
|
1561
1575
|
},
|
|
1562
1576
|
"contextDefinition": {
|
|
1563
1577
|
"projectId": {},
|
|
1564
|
-
"loggedIn": {}
|
|
1578
|
+
"loggedIn": {},
|
|
1579
|
+
"vcsClient": {}
|
|
1565
1580
|
},
|
|
1566
1581
|
"isESM": false,
|
|
1567
1582
|
"relativePath": [
|
|
1568
1583
|
"build",
|
|
1569
1584
|
"commands",
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1585
|
+
"build",
|
|
1586
|
+
"cancel.js"
|
|
1572
1587
|
]
|
|
1573
1588
|
},
|
|
1574
|
-
"
|
|
1589
|
+
"build:configure": {
|
|
1575
1590
|
"aliases": [],
|
|
1576
|
-
"args": {
|
|
1577
|
-
|
|
1578
|
-
"description": "Name of the channel to delete",
|
|
1579
|
-
"name": "name",
|
|
1580
|
-
"required": false
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
"description": "Delete a channel",
|
|
1591
|
+
"args": {},
|
|
1592
|
+
"description": "configure the project to support EAS Build",
|
|
1584
1593
|
"flags": {
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
"type": "
|
|
1594
|
+
"platform": {
|
|
1595
|
+
"char": "p",
|
|
1596
|
+
"description": "Platform to configure",
|
|
1597
|
+
"name": "platform",
|
|
1598
|
+
"hasDynamicHelp": false,
|
|
1599
|
+
"multiple": false,
|
|
1600
|
+
"options": [
|
|
1601
|
+
"android",
|
|
1602
|
+
"ios",
|
|
1603
|
+
"all"
|
|
1604
|
+
],
|
|
1605
|
+
"type": "option"
|
|
1597
1606
|
}
|
|
1598
1607
|
},
|
|
1599
1608
|
"hasDynamicHelp": false,
|
|
1600
1609
|
"hiddenAliases": [],
|
|
1601
|
-
"id": "
|
|
1610
|
+
"id": "build:configure",
|
|
1602
1611
|
"pluginAlias": "eas-cli",
|
|
1603
1612
|
"pluginName": "eas-cli",
|
|
1604
1613
|
"pluginType": "core",
|
|
@@ -1645,52 +1654,60 @@
|
|
|
1645
1654
|
}
|
|
1646
1655
|
},
|
|
1647
1656
|
"contextDefinition": {
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1657
|
+
"loggedIn": {},
|
|
1658
|
+
"privateProjectConfig": {},
|
|
1659
|
+
"vcsClient": {}
|
|
1650
1660
|
},
|
|
1651
1661
|
"isESM": false,
|
|
1652
1662
|
"relativePath": [
|
|
1653
1663
|
"build",
|
|
1654
1664
|
"commands",
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1665
|
+
"build",
|
|
1666
|
+
"configure.js"
|
|
1657
1667
|
]
|
|
1658
1668
|
},
|
|
1659
|
-
"
|
|
1669
|
+
"build:delete": {
|
|
1660
1670
|
"aliases": [],
|
|
1661
1671
|
"args": {
|
|
1662
|
-
"
|
|
1663
|
-
"
|
|
1664
|
-
"name": "name",
|
|
1665
|
-
"required": false
|
|
1672
|
+
"BUILD_ID": {
|
|
1673
|
+
"name": "BUILD_ID"
|
|
1666
1674
|
}
|
|
1667
1675
|
},
|
|
1668
|
-
"description": "
|
|
1676
|
+
"description": "delete a build",
|
|
1669
1677
|
"flags": {
|
|
1670
|
-
"branch": {
|
|
1671
|
-
"description": "Name of the branch to point to",
|
|
1672
|
-
"name": "branch",
|
|
1673
|
-
"hasDynamicHelp": false,
|
|
1674
|
-
"multiple": false,
|
|
1675
|
-
"type": "option"
|
|
1676
|
-
},
|
|
1677
|
-
"json": {
|
|
1678
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1679
|
-
"name": "json",
|
|
1680
|
-
"allowNo": false,
|
|
1681
|
-
"type": "boolean"
|
|
1682
|
-
},
|
|
1683
1678
|
"non-interactive": {
|
|
1684
1679
|
"description": "Run the command in non-interactive mode.",
|
|
1685
1680
|
"name": "non-interactive",
|
|
1686
1681
|
"noCacheDefault": true,
|
|
1687
1682
|
"allowNo": false,
|
|
1688
1683
|
"type": "boolean"
|
|
1684
|
+
},
|
|
1685
|
+
"platform": {
|
|
1686
|
+
"char": "p",
|
|
1687
|
+
"description": "Filter builds by the platform if build ID is not provided",
|
|
1688
|
+
"name": "platform",
|
|
1689
|
+
"hasDynamicHelp": false,
|
|
1690
|
+
"multiple": false,
|
|
1691
|
+
"options": [
|
|
1692
|
+
"android",
|
|
1693
|
+
"ios",
|
|
1694
|
+
"all"
|
|
1695
|
+
],
|
|
1696
|
+
"type": "option"
|
|
1697
|
+
},
|
|
1698
|
+
"profile": {
|
|
1699
|
+
"char": "e",
|
|
1700
|
+
"description": "Filter builds by build profile if build ID is not provided",
|
|
1701
|
+
"name": "profile",
|
|
1702
|
+
"hasDynamicHelp": false,
|
|
1703
|
+
"helpValue": "PROFILE_NAME",
|
|
1704
|
+
"multiple": false,
|
|
1705
|
+
"type": "option"
|
|
1689
1706
|
}
|
|
1690
1707
|
},
|
|
1691
1708
|
"hasDynamicHelp": false,
|
|
1692
1709
|
"hiddenAliases": [],
|
|
1693
|
-
"id": "
|
|
1710
|
+
"id": "build:delete",
|
|
1694
1711
|
"pluginAlias": "eas-cli",
|
|
1695
1712
|
"pluginName": "eas-cli",
|
|
1696
1713
|
"pluginType": "core",
|
|
@@ -1738,52 +1755,58 @@
|
|
|
1738
1755
|
},
|
|
1739
1756
|
"contextDefinition": {
|
|
1740
1757
|
"projectId": {},
|
|
1741
|
-
"loggedIn": {}
|
|
1758
|
+
"loggedIn": {},
|
|
1759
|
+
"vcsClient": {}
|
|
1742
1760
|
},
|
|
1743
1761
|
"isESM": false,
|
|
1744
1762
|
"relativePath": [
|
|
1745
1763
|
"build",
|
|
1746
1764
|
"commands",
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1765
|
+
"build",
|
|
1766
|
+
"delete.js"
|
|
1749
1767
|
]
|
|
1750
1768
|
},
|
|
1751
|
-
"
|
|
1769
|
+
"build:dev": {
|
|
1752
1770
|
"aliases": [],
|
|
1753
1771
|
"args": {},
|
|
1754
|
-
"description": "
|
|
1772
|
+
"description": "run dev client simulator/emulator build with matching fingerprint or create a new one",
|
|
1755
1773
|
"flags": {
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
"name": "
|
|
1774
|
+
"platform": {
|
|
1775
|
+
"char": "p",
|
|
1776
|
+
"name": "platform",
|
|
1759
1777
|
"hasDynamicHelp": false,
|
|
1760
1778
|
"multiple": false,
|
|
1779
|
+
"options": [
|
|
1780
|
+
"ios",
|
|
1781
|
+
"android"
|
|
1782
|
+
],
|
|
1761
1783
|
"type": "option"
|
|
1762
1784
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1785
|
+
"profile": {
|
|
1786
|
+
"char": "e",
|
|
1787
|
+
"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.",
|
|
1788
|
+
"name": "profile",
|
|
1766
1789
|
"hasDynamicHelp": false,
|
|
1790
|
+
"helpValue": "PROFILE_NAME",
|
|
1767
1791
|
"multiple": false,
|
|
1768
1792
|
"type": "option"
|
|
1769
1793
|
},
|
|
1770
|
-
"
|
|
1771
|
-
"description": "
|
|
1772
|
-
"name": "
|
|
1794
|
+
"skip-build-if-not-found": {
|
|
1795
|
+
"description": "Skip build if no successful build with matching fingerprint is found.",
|
|
1796
|
+
"name": "skip-build-if-not-found",
|
|
1773
1797
|
"allowNo": false,
|
|
1774
1798
|
"type": "boolean"
|
|
1775
1799
|
},
|
|
1776
|
-
"
|
|
1777
|
-
"description": "
|
|
1778
|
-
"name": "
|
|
1779
|
-
"noCacheDefault": true,
|
|
1800
|
+
"skip-bundler": {
|
|
1801
|
+
"description": "Install and run the development build without starting the bundler server.",
|
|
1802
|
+
"name": "skip-bundler",
|
|
1780
1803
|
"allowNo": false,
|
|
1781
1804
|
"type": "boolean"
|
|
1782
1805
|
}
|
|
1783
1806
|
},
|
|
1784
1807
|
"hasDynamicHelp": false,
|
|
1785
1808
|
"hiddenAliases": [],
|
|
1786
|
-
"id": "
|
|
1809
|
+
"id": "build:dev",
|
|
1787
1810
|
"pluginAlias": "eas-cli",
|
|
1788
1811
|
"pluginName": "eas-cli",
|
|
1789
1812
|
"pluginType": "core",
|
|
@@ -1830,35 +1853,52 @@
|
|
|
1830
1853
|
}
|
|
1831
1854
|
},
|
|
1832
1855
|
"contextDefinition": {
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1856
|
+
"loggedIn": {},
|
|
1857
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
1858
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
1859
|
+
"projectDir": {},
|
|
1860
|
+
"vcsClient": {},
|
|
1861
|
+
"analytics": {},
|
|
1862
|
+
"projectId": {}
|
|
1835
1863
|
},
|
|
1836
1864
|
"isESM": false,
|
|
1837
1865
|
"relativePath": [
|
|
1838
1866
|
"build",
|
|
1839
1867
|
"commands",
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
1868
|
+
"build",
|
|
1869
|
+
"dev.js"
|
|
1842
1870
|
]
|
|
1843
1871
|
},
|
|
1844
|
-
"
|
|
1872
|
+
"build:download": {
|
|
1845
1873
|
"aliases": [],
|
|
1846
|
-
"args": {
|
|
1847
|
-
|
|
1848
|
-
"description": "Name of the channel to edit",
|
|
1849
|
-
"name": "name",
|
|
1850
|
-
"required": false
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"description": "pause a channel to stop it from sending updates",
|
|
1874
|
+
"args": {},
|
|
1875
|
+
"description": "download simulator/emulator builds for a given fingerprint hash",
|
|
1854
1876
|
"flags": {
|
|
1855
|
-
"
|
|
1856
|
-
"description": "
|
|
1857
|
-
"name": "
|
|
1877
|
+
"fingerprint": {
|
|
1878
|
+
"description": "Fingerprint hash of the build to download",
|
|
1879
|
+
"name": "fingerprint",
|
|
1880
|
+
"required": true,
|
|
1858
1881
|
"hasDynamicHelp": false,
|
|
1859
1882
|
"multiple": false,
|
|
1860
1883
|
"type": "option"
|
|
1861
1884
|
},
|
|
1885
|
+
"platform": {
|
|
1886
|
+
"char": "p",
|
|
1887
|
+
"name": "platform",
|
|
1888
|
+
"hasDynamicHelp": false,
|
|
1889
|
+
"multiple": false,
|
|
1890
|
+
"options": [
|
|
1891
|
+
"ios",
|
|
1892
|
+
"android"
|
|
1893
|
+
],
|
|
1894
|
+
"type": "option"
|
|
1895
|
+
},
|
|
1896
|
+
"dev-client": {
|
|
1897
|
+
"description": "Filter only dev-client builds.",
|
|
1898
|
+
"name": "dev-client",
|
|
1899
|
+
"allowNo": true,
|
|
1900
|
+
"type": "boolean"
|
|
1901
|
+
},
|
|
1862
1902
|
"json": {
|
|
1863
1903
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1864
1904
|
"name": "json",
|
|
@@ -1875,7 +1915,7 @@
|
|
|
1875
1915
|
},
|
|
1876
1916
|
"hasDynamicHelp": false,
|
|
1877
1917
|
"hiddenAliases": [],
|
|
1878
|
-
"id": "
|
|
1918
|
+
"id": "build:download",
|
|
1879
1919
|
"pluginAlias": "eas-cli",
|
|
1880
1920
|
"pluginName": "eas-cli",
|
|
1881
1921
|
"pluginType": "core",
|
|
@@ -1922,35 +1962,165 @@
|
|
|
1922
1962
|
}
|
|
1923
1963
|
},
|
|
1924
1964
|
"contextDefinition": {
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1965
|
+
"loggedIn": {},
|
|
1966
|
+
"projectId": {}
|
|
1927
1967
|
},
|
|
1928
1968
|
"isESM": false,
|
|
1929
1969
|
"relativePath": [
|
|
1930
1970
|
"build",
|
|
1931
1971
|
"commands",
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1972
|
+
"build",
|
|
1973
|
+
"download.js"
|
|
1934
1974
|
]
|
|
1935
1975
|
},
|
|
1936
|
-
"
|
|
1976
|
+
"build": {
|
|
1937
1977
|
"aliases": [],
|
|
1938
|
-
"args": {
|
|
1939
|
-
|
|
1940
|
-
"description": "Name of the channel to edit",
|
|
1941
|
-
"name": "name",
|
|
1942
|
-
"required": false
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
"description": "resume a channel to start sending updates",
|
|
1978
|
+
"args": {},
|
|
1979
|
+
"description": "start a build",
|
|
1946
1980
|
"flags": {
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
1949
|
-
"name": "
|
|
1981
|
+
"platform": {
|
|
1982
|
+
"char": "p",
|
|
1983
|
+
"name": "platform",
|
|
1984
|
+
"hasDynamicHelp": false,
|
|
1985
|
+
"multiple": false,
|
|
1986
|
+
"options": [
|
|
1987
|
+
"android",
|
|
1988
|
+
"ios",
|
|
1989
|
+
"all"
|
|
1990
|
+
],
|
|
1991
|
+
"type": "option"
|
|
1992
|
+
},
|
|
1993
|
+
"skip-credentials-check": {
|
|
1994
|
+
"hidden": true,
|
|
1995
|
+
"name": "skip-credentials-check",
|
|
1996
|
+
"allowNo": false,
|
|
1997
|
+
"type": "boolean"
|
|
1998
|
+
},
|
|
1999
|
+
"skip-project-configuration": {
|
|
2000
|
+
"hidden": true,
|
|
2001
|
+
"name": "skip-project-configuration",
|
|
2002
|
+
"allowNo": false,
|
|
2003
|
+
"type": "boolean"
|
|
2004
|
+
},
|
|
2005
|
+
"profile": {
|
|
2006
|
+
"char": "e",
|
|
2007
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2008
|
+
"name": "profile",
|
|
2009
|
+
"hasDynamicHelp": false,
|
|
2010
|
+
"helpValue": "PROFILE_NAME",
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"type": "option"
|
|
2013
|
+
},
|
|
2014
|
+
"local": {
|
|
2015
|
+
"description": "Run build locally [experimental]",
|
|
2016
|
+
"name": "local",
|
|
2017
|
+
"allowNo": false,
|
|
2018
|
+
"type": "boolean"
|
|
2019
|
+
},
|
|
2020
|
+
"output": {
|
|
2021
|
+
"description": "Output path for local build",
|
|
2022
|
+
"name": "output",
|
|
2023
|
+
"hasDynamicHelp": false,
|
|
2024
|
+
"multiple": false,
|
|
2025
|
+
"type": "option"
|
|
2026
|
+
},
|
|
2027
|
+
"wait": {
|
|
2028
|
+
"description": "Wait for build(s) to complete",
|
|
2029
|
+
"name": "wait",
|
|
2030
|
+
"allowNo": true,
|
|
2031
|
+
"type": "boolean"
|
|
2032
|
+
},
|
|
2033
|
+
"clear-cache": {
|
|
2034
|
+
"description": "Clear cache before the build",
|
|
2035
|
+
"name": "clear-cache",
|
|
2036
|
+
"allowNo": false,
|
|
2037
|
+
"type": "boolean"
|
|
2038
|
+
},
|
|
2039
|
+
"auto-submit": {
|
|
2040
|
+
"aliases": [
|
|
2041
|
+
"submit"
|
|
2042
|
+
],
|
|
2043
|
+
"char": "s",
|
|
2044
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2045
|
+
"exclusive": [
|
|
2046
|
+
"auto-submit-with-profile"
|
|
2047
|
+
],
|
|
2048
|
+
"name": "auto-submit",
|
|
2049
|
+
"allowNo": false,
|
|
2050
|
+
"type": "boolean"
|
|
2051
|
+
},
|
|
2052
|
+
"auto-submit-with-profile": {
|
|
2053
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
2054
|
+
"exclusive": [
|
|
2055
|
+
"auto-submit"
|
|
2056
|
+
],
|
|
2057
|
+
"name": "auto-submit-with-profile",
|
|
2058
|
+
"hasDynamicHelp": false,
|
|
2059
|
+
"helpValue": "PROFILE_NAME",
|
|
2060
|
+
"multiple": false,
|
|
2061
|
+
"type": "option"
|
|
2062
|
+
},
|
|
2063
|
+
"what-to-test": {
|
|
2064
|
+
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
2065
|
+
"name": "what-to-test",
|
|
2066
|
+
"hasDynamicHelp": false,
|
|
2067
|
+
"multiple": false,
|
|
2068
|
+
"type": "option"
|
|
2069
|
+
},
|
|
2070
|
+
"resource-class": {
|
|
2071
|
+
"deprecated": {
|
|
2072
|
+
"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/"
|
|
2073
|
+
},
|
|
2074
|
+
"description": "The instance type that will be used to run this build [experimental]",
|
|
2075
|
+
"hidden": true,
|
|
2076
|
+
"name": "resource-class",
|
|
2077
|
+
"hasDynamicHelp": false,
|
|
2078
|
+
"multiple": false,
|
|
2079
|
+
"options": [
|
|
2080
|
+
"default",
|
|
2081
|
+
"large",
|
|
2082
|
+
"m1-medium",
|
|
2083
|
+
"medium",
|
|
2084
|
+
"m-medium",
|
|
2085
|
+
"m-large"
|
|
2086
|
+
],
|
|
2087
|
+
"type": "option"
|
|
2088
|
+
},
|
|
2089
|
+
"message": {
|
|
2090
|
+
"char": "m",
|
|
2091
|
+
"description": "A short message describing the build",
|
|
2092
|
+
"name": "message",
|
|
2093
|
+
"hasDynamicHelp": false,
|
|
2094
|
+
"multiple": false,
|
|
2095
|
+
"type": "option"
|
|
2096
|
+
},
|
|
2097
|
+
"build-logger-level": {
|
|
2098
|
+
"description": "The level of logs to output during the build process. Defaults to \"info\".",
|
|
2099
|
+
"name": "build-logger-level",
|
|
1950
2100
|
"hasDynamicHelp": false,
|
|
1951
2101
|
"multiple": false,
|
|
2102
|
+
"options": [
|
|
2103
|
+
"trace",
|
|
2104
|
+
"debug",
|
|
2105
|
+
"info",
|
|
2106
|
+
"warn",
|
|
2107
|
+
"error",
|
|
2108
|
+
"fatal"
|
|
2109
|
+
],
|
|
1952
2110
|
"type": "option"
|
|
1953
2111
|
},
|
|
2112
|
+
"freeze-credentials": {
|
|
2113
|
+
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
2114
|
+
"name": "freeze-credentials",
|
|
2115
|
+
"allowNo": false,
|
|
2116
|
+
"type": "boolean"
|
|
2117
|
+
},
|
|
2118
|
+
"verbose-logs": {
|
|
2119
|
+
"description": "Use verbose logs for the build process",
|
|
2120
|
+
"name": "verbose-logs",
|
|
2121
|
+
"allowNo": false,
|
|
2122
|
+
"type": "boolean"
|
|
2123
|
+
},
|
|
1954
2124
|
"json": {
|
|
1955
2125
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
1956
2126
|
"name": "json",
|
|
@@ -1967,7 +2137,7 @@
|
|
|
1967
2137
|
},
|
|
1968
2138
|
"hasDynamicHelp": false,
|
|
1969
2139
|
"hiddenAliases": [],
|
|
1970
|
-
"id": "
|
|
2140
|
+
"id": "build",
|
|
1971
2141
|
"pluginAlias": "eas-cli",
|
|
1972
2142
|
"pluginName": "eas-cli",
|
|
1973
2143
|
"pluginType": "core",
|
|
@@ -2014,100 +2184,399 @@
|
|
|
2014
2184
|
}
|
|
2015
2185
|
},
|
|
2016
2186
|
"contextDefinition": {
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2187
|
+
"loggedIn": {},
|
|
2188
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2189
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2190
|
+
"projectDir": {},
|
|
2191
|
+
"analytics": {},
|
|
2192
|
+
"vcsClient": {}
|
|
2019
2193
|
},
|
|
2020
2194
|
"isESM": false,
|
|
2021
2195
|
"relativePath": [
|
|
2022
2196
|
"build",
|
|
2023
2197
|
"commands",
|
|
2024
|
-
"
|
|
2025
|
-
"
|
|
2198
|
+
"build",
|
|
2199
|
+
"index.js"
|
|
2026
2200
|
]
|
|
2027
2201
|
},
|
|
2028
|
-
"
|
|
2202
|
+
"build:inspect": {
|
|
2029
2203
|
"aliases": [],
|
|
2030
|
-
"args": {
|
|
2031
|
-
|
|
2032
|
-
"description": "channel on which the rollout should be done",
|
|
2033
|
-
"name": "channel"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
"description": "Roll a new branch out on a channel incrementally.",
|
|
2204
|
+
"args": {},
|
|
2205
|
+
"description": "inspect the state of the project at specific build stages, useful for troubleshooting",
|
|
2037
2206
|
"flags": {
|
|
2038
|
-
"
|
|
2039
|
-
"
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
{
|
|
2043
|
-
"type": "all",
|
|
2044
|
-
"flags": [
|
|
2045
|
-
{
|
|
2046
|
-
"name": "percent"
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"name": "outcome"
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"name": "branch"
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"name": "runtime-version"
|
|
2056
|
-
}
|
|
2057
|
-
]
|
|
2058
|
-
}
|
|
2059
|
-
],
|
|
2060
|
-
"required": false,
|
|
2207
|
+
"platform": {
|
|
2208
|
+
"char": "p",
|
|
2209
|
+
"name": "platform",
|
|
2210
|
+
"required": true,
|
|
2061
2211
|
"hasDynamicHelp": false,
|
|
2062
2212
|
"multiple": false,
|
|
2063
2213
|
"options": [
|
|
2064
|
-
"
|
|
2065
|
-
"
|
|
2066
|
-
"end",
|
|
2067
|
-
"view"
|
|
2214
|
+
"android",
|
|
2215
|
+
"ios"
|
|
2068
2216
|
],
|
|
2069
2217
|
"type": "option"
|
|
2070
2218
|
},
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2219
|
+
"profile": {
|
|
2220
|
+
"char": "e",
|
|
2221
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2222
|
+
"name": "profile",
|
|
2075
2223
|
"hasDynamicHelp": false,
|
|
2224
|
+
"helpValue": "PROFILE_NAME",
|
|
2076
2225
|
"multiple": false,
|
|
2077
2226
|
"type": "option"
|
|
2078
2227
|
},
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2082
|
-
"
|
|
2228
|
+
"stage": {
|
|
2229
|
+
"char": "s",
|
|
2230
|
+
"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",
|
|
2231
|
+
"name": "stage",
|
|
2232
|
+
"required": true,
|
|
2083
2233
|
"hasDynamicHelp": false,
|
|
2084
2234
|
"multiple": false,
|
|
2085
2235
|
"options": [
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2236
|
+
"archive",
|
|
2237
|
+
"pre-build",
|
|
2238
|
+
"post-build"
|
|
2088
2239
|
],
|
|
2089
2240
|
"type": "option"
|
|
2090
2241
|
},
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2094
|
-
"
|
|
2242
|
+
"output": {
|
|
2243
|
+
"char": "o",
|
|
2244
|
+
"description": "Output directory.",
|
|
2245
|
+
"name": "output",
|
|
2246
|
+
"required": true,
|
|
2247
|
+
"hasDynamicHelp": false,
|
|
2248
|
+
"helpValue": "OUTPUT_DIRECTORY",
|
|
2249
|
+
"multiple": false,
|
|
2250
|
+
"type": "option"
|
|
2251
|
+
},
|
|
2252
|
+
"force": {
|
|
2253
|
+
"description": "Delete OUTPUT_DIRECTORY if it already exists.",
|
|
2254
|
+
"name": "force",
|
|
2255
|
+
"allowNo": false,
|
|
2256
|
+
"type": "boolean"
|
|
2257
|
+
},
|
|
2258
|
+
"verbose": {
|
|
2259
|
+
"char": "v",
|
|
2260
|
+
"name": "verbose",
|
|
2261
|
+
"allowNo": false,
|
|
2262
|
+
"type": "boolean"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
"hasDynamicHelp": false,
|
|
2266
|
+
"hiddenAliases": [],
|
|
2267
|
+
"id": "build:inspect",
|
|
2268
|
+
"pluginAlias": "eas-cli",
|
|
2269
|
+
"pluginName": "eas-cli",
|
|
2270
|
+
"pluginType": "core",
|
|
2271
|
+
"strict": true,
|
|
2272
|
+
"enableJsonFlag": false,
|
|
2273
|
+
"ContextOptions": {
|
|
2274
|
+
"LoggedIn": {
|
|
2275
|
+
"loggedIn": {}
|
|
2276
|
+
},
|
|
2277
|
+
"MaybeLoggedIn": {
|
|
2278
|
+
"maybeLoggedIn": {}
|
|
2279
|
+
},
|
|
2280
|
+
"DynamicLoggedIn": {
|
|
2281
|
+
"getDynamicLoggedInAsync": {}
|
|
2282
|
+
},
|
|
2283
|
+
"SessionManagment": {
|
|
2284
|
+
"sessionManager": {}
|
|
2285
|
+
},
|
|
2286
|
+
"OptionalProjectConfig": {
|
|
2287
|
+
"optionalPrivateProjectConfig": {}
|
|
2288
|
+
},
|
|
2289
|
+
"ProjectDir": {
|
|
2290
|
+
"projectDir": {}
|
|
2291
|
+
},
|
|
2292
|
+
"DynamicProjectConfig": {
|
|
2293
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2294
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2295
|
+
},
|
|
2296
|
+
"ProjectConfig": {
|
|
2297
|
+
"loggedIn": {},
|
|
2298
|
+
"privateProjectConfig": {}
|
|
2299
|
+
},
|
|
2300
|
+
"Analytics": {
|
|
2301
|
+
"analytics": {}
|
|
2302
|
+
},
|
|
2303
|
+
"Vcs": {
|
|
2304
|
+
"vcsClient": {}
|
|
2305
|
+
},
|
|
2306
|
+
"ServerSideEnvironmentVariables": {
|
|
2307
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2308
|
+
},
|
|
2309
|
+
"ProjectId": {
|
|
2310
|
+
"projectId": {}
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"contextDefinition": {
|
|
2314
|
+
"loggedIn": {},
|
|
2315
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2316
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2317
|
+
"projectDir": {},
|
|
2318
|
+
"analytics": {},
|
|
2319
|
+
"vcsClient": {}
|
|
2320
|
+
},
|
|
2321
|
+
"isESM": false,
|
|
2322
|
+
"relativePath": [
|
|
2323
|
+
"build",
|
|
2324
|
+
"commands",
|
|
2325
|
+
"build",
|
|
2326
|
+
"inspect.js"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
"build:internal": {
|
|
2330
|
+
"aliases": [],
|
|
2331
|
+
"args": {},
|
|
2332
|
+
"flags": {
|
|
2333
|
+
"platform": {
|
|
2334
|
+
"char": "p",
|
|
2335
|
+
"name": "platform",
|
|
2336
|
+
"required": true,
|
|
2337
|
+
"hasDynamicHelp": false,
|
|
2338
|
+
"multiple": false,
|
|
2339
|
+
"options": [
|
|
2340
|
+
"android",
|
|
2341
|
+
"ios"
|
|
2342
|
+
],
|
|
2343
|
+
"type": "option"
|
|
2344
|
+
},
|
|
2345
|
+
"profile": {
|
|
2346
|
+
"char": "e",
|
|
2347
|
+
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2348
|
+
"name": "profile",
|
|
2349
|
+
"hasDynamicHelp": false,
|
|
2350
|
+
"helpValue": "PROFILE_NAME",
|
|
2351
|
+
"multiple": false,
|
|
2352
|
+
"type": "option"
|
|
2353
|
+
},
|
|
2354
|
+
"auto-submit": {
|
|
2355
|
+
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2356
|
+
"exclusive": [
|
|
2357
|
+
"auto-submit-with-profile"
|
|
2358
|
+
],
|
|
2359
|
+
"name": "auto-submit",
|
|
2360
|
+
"allowNo": false,
|
|
2361
|
+
"type": "boolean"
|
|
2362
|
+
},
|
|
2363
|
+
"auto-submit-with-profile": {
|
|
2364
|
+
"description": "Submit on build complete using the submit profile with provided name",
|
|
2365
|
+
"exclusive": [
|
|
2366
|
+
"auto-submit"
|
|
2367
|
+
],
|
|
2368
|
+
"name": "auto-submit-with-profile",
|
|
2369
|
+
"hasDynamicHelp": false,
|
|
2370
|
+
"helpValue": "PROFILE_NAME",
|
|
2371
|
+
"multiple": false,
|
|
2372
|
+
"type": "option"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"hasDynamicHelp": false,
|
|
2376
|
+
"hidden": true,
|
|
2377
|
+
"hiddenAliases": [],
|
|
2378
|
+
"id": "build:internal",
|
|
2379
|
+
"pluginAlias": "eas-cli",
|
|
2380
|
+
"pluginName": "eas-cli",
|
|
2381
|
+
"pluginType": "core",
|
|
2382
|
+
"strict": true,
|
|
2383
|
+
"enableJsonFlag": false,
|
|
2384
|
+
"ContextOptions": {
|
|
2385
|
+
"LoggedIn": {
|
|
2386
|
+
"loggedIn": {}
|
|
2387
|
+
},
|
|
2388
|
+
"MaybeLoggedIn": {
|
|
2389
|
+
"maybeLoggedIn": {}
|
|
2390
|
+
},
|
|
2391
|
+
"DynamicLoggedIn": {
|
|
2392
|
+
"getDynamicLoggedInAsync": {}
|
|
2393
|
+
},
|
|
2394
|
+
"SessionManagment": {
|
|
2395
|
+
"sessionManager": {}
|
|
2396
|
+
},
|
|
2397
|
+
"OptionalProjectConfig": {
|
|
2398
|
+
"optionalPrivateProjectConfig": {}
|
|
2399
|
+
},
|
|
2400
|
+
"ProjectDir": {
|
|
2401
|
+
"projectDir": {}
|
|
2402
|
+
},
|
|
2403
|
+
"DynamicProjectConfig": {
|
|
2404
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2405
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
2406
|
+
},
|
|
2407
|
+
"ProjectConfig": {
|
|
2408
|
+
"loggedIn": {},
|
|
2409
|
+
"privateProjectConfig": {}
|
|
2410
|
+
},
|
|
2411
|
+
"Analytics": {
|
|
2412
|
+
"analytics": {}
|
|
2413
|
+
},
|
|
2414
|
+
"Vcs": {
|
|
2415
|
+
"vcsClient": {}
|
|
2416
|
+
},
|
|
2417
|
+
"ServerSideEnvironmentVariables": {
|
|
2418
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
2419
|
+
},
|
|
2420
|
+
"ProjectId": {
|
|
2421
|
+
"projectId": {}
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
"contextDefinition": {
|
|
2425
|
+
"loggedIn": {},
|
|
2426
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2427
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2428
|
+
"projectDir": {},
|
|
2429
|
+
"analytics": {},
|
|
2430
|
+
"vcsClient": {}
|
|
2431
|
+
},
|
|
2432
|
+
"isESM": false,
|
|
2433
|
+
"relativePath": [
|
|
2434
|
+
"build",
|
|
2435
|
+
"commands",
|
|
2436
|
+
"build",
|
|
2437
|
+
"internal.js"
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
"build:list": {
|
|
2441
|
+
"aliases": [],
|
|
2442
|
+
"args": {},
|
|
2443
|
+
"description": "list all builds for your project",
|
|
2444
|
+
"flags": {
|
|
2445
|
+
"platform": {
|
|
2446
|
+
"char": "p",
|
|
2447
|
+
"name": "platform",
|
|
2448
|
+
"hasDynamicHelp": false,
|
|
2449
|
+
"multiple": false,
|
|
2450
|
+
"options": [
|
|
2451
|
+
"android",
|
|
2452
|
+
"ios",
|
|
2453
|
+
"all"
|
|
2454
|
+
],
|
|
2455
|
+
"type": "option"
|
|
2456
|
+
},
|
|
2457
|
+
"status": {
|
|
2458
|
+
"description": "Filter only builds with the specified status",
|
|
2459
|
+
"name": "status",
|
|
2460
|
+
"hasDynamicHelp": false,
|
|
2461
|
+
"multiple": false,
|
|
2462
|
+
"options": [
|
|
2463
|
+
"new",
|
|
2464
|
+
"in-queue",
|
|
2465
|
+
"in-progress",
|
|
2466
|
+
"pending-cancel",
|
|
2467
|
+
"errored",
|
|
2468
|
+
"finished",
|
|
2469
|
+
"canceled"
|
|
2470
|
+
],
|
|
2471
|
+
"type": "option"
|
|
2472
|
+
},
|
|
2473
|
+
"distribution": {
|
|
2474
|
+
"description": "Filter only builds with the specified distribution type",
|
|
2475
|
+
"name": "distribution",
|
|
2476
|
+
"hasDynamicHelp": false,
|
|
2477
|
+
"multiple": false,
|
|
2478
|
+
"options": [
|
|
2479
|
+
"store",
|
|
2480
|
+
"internal",
|
|
2481
|
+
"simulator"
|
|
2482
|
+
],
|
|
2483
|
+
"type": "option"
|
|
2484
|
+
},
|
|
2485
|
+
"channel": {
|
|
2486
|
+
"name": "channel",
|
|
2487
|
+
"hasDynamicHelp": false,
|
|
2488
|
+
"multiple": false,
|
|
2489
|
+
"type": "option"
|
|
2490
|
+
},
|
|
2491
|
+
"app-version": {
|
|
2492
|
+
"aliases": [
|
|
2493
|
+
"appVersion"
|
|
2494
|
+
],
|
|
2495
|
+
"description": "Filter only builds created with the specified main app version",
|
|
2496
|
+
"name": "app-version",
|
|
2497
|
+
"hasDynamicHelp": false,
|
|
2498
|
+
"multiple": false,
|
|
2499
|
+
"type": "option"
|
|
2500
|
+
},
|
|
2501
|
+
"app-build-version": {
|
|
2502
|
+
"aliases": [
|
|
2503
|
+
"appBuildVersion"
|
|
2504
|
+
],
|
|
2505
|
+
"description": "Filter only builds created with the specified app build version",
|
|
2506
|
+
"name": "app-build-version",
|
|
2507
|
+
"hasDynamicHelp": false,
|
|
2508
|
+
"multiple": false,
|
|
2509
|
+
"type": "option"
|
|
2510
|
+
},
|
|
2511
|
+
"sdk-version": {
|
|
2512
|
+
"aliases": [
|
|
2513
|
+
"sdkVersion"
|
|
2514
|
+
],
|
|
2515
|
+
"description": "Filter only builds created with the specified Expo SDK version",
|
|
2516
|
+
"name": "sdk-version",
|
|
2517
|
+
"hasDynamicHelp": false,
|
|
2518
|
+
"multiple": false,
|
|
2519
|
+
"type": "option"
|
|
2520
|
+
},
|
|
2521
|
+
"runtime-version": {
|
|
2522
|
+
"aliases": [
|
|
2523
|
+
"runtimeVersion"
|
|
2524
|
+
],
|
|
2525
|
+
"description": "Filter only builds created with the specified runtime version",
|
|
2526
|
+
"name": "runtime-version",
|
|
2527
|
+
"hasDynamicHelp": false,
|
|
2528
|
+
"multiple": false,
|
|
2529
|
+
"type": "option"
|
|
2530
|
+
},
|
|
2531
|
+
"app-identifier": {
|
|
2532
|
+
"aliases": [
|
|
2533
|
+
"appIdentifier"
|
|
2534
|
+
],
|
|
2535
|
+
"description": "Filter only builds created with the specified app identifier",
|
|
2536
|
+
"name": "app-identifier",
|
|
2537
|
+
"hasDynamicHelp": false,
|
|
2538
|
+
"multiple": false,
|
|
2539
|
+
"type": "option"
|
|
2540
|
+
},
|
|
2541
|
+
"build-profile": {
|
|
2542
|
+
"aliases": [
|
|
2543
|
+
"profile",
|
|
2544
|
+
"buildProfile"
|
|
2545
|
+
],
|
|
2546
|
+
"char": "e",
|
|
2547
|
+
"description": "Filter only builds created with the specified build profile",
|
|
2548
|
+
"name": "build-profile",
|
|
2549
|
+
"hasDynamicHelp": false,
|
|
2550
|
+
"multiple": false,
|
|
2551
|
+
"type": "option"
|
|
2552
|
+
},
|
|
2553
|
+
"git-commit-hash": {
|
|
2554
|
+
"aliases": [
|
|
2555
|
+
"gitCommitHash"
|
|
2556
|
+
],
|
|
2557
|
+
"description": "Filter only builds created with the specified git commit hash",
|
|
2558
|
+
"name": "git-commit-hash",
|
|
2559
|
+
"hasDynamicHelp": false,
|
|
2560
|
+
"multiple": false,
|
|
2561
|
+
"type": "option"
|
|
2562
|
+
},
|
|
2563
|
+
"fingerprint-hash": {
|
|
2564
|
+
"description": "Filter only builds with the specified fingerprint hash",
|
|
2565
|
+
"name": "fingerprint-hash",
|
|
2095
2566
|
"hasDynamicHelp": false,
|
|
2096
2567
|
"multiple": false,
|
|
2097
2568
|
"type": "option"
|
|
2098
2569
|
},
|
|
2099
|
-
"
|
|
2100
|
-
"description": "
|
|
2101
|
-
"name": "
|
|
2102
|
-
"required": false,
|
|
2570
|
+
"offset": {
|
|
2571
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2572
|
+
"name": "offset",
|
|
2103
2573
|
"hasDynamicHelp": false,
|
|
2104
2574
|
"multiple": false,
|
|
2105
2575
|
"type": "option"
|
|
2106
2576
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"description": "
|
|
2109
|
-
"name": "
|
|
2110
|
-
"required": false,
|
|
2577
|
+
"limit": {
|
|
2578
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
|
|
2579
|
+
"name": "limit",
|
|
2111
2580
|
"hasDynamicHelp": false,
|
|
2112
2581
|
"multiple": false,
|
|
2113
2582
|
"type": "option"
|
|
@@ -2124,11 +2593,17 @@
|
|
|
2124
2593
|
"noCacheDefault": true,
|
|
2125
2594
|
"allowNo": false,
|
|
2126
2595
|
"type": "boolean"
|
|
2596
|
+
},
|
|
2597
|
+
"simulator": {
|
|
2598
|
+
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
2599
|
+
"name": "simulator",
|
|
2600
|
+
"allowNo": false,
|
|
2601
|
+
"type": "boolean"
|
|
2127
2602
|
}
|
|
2128
2603
|
},
|
|
2129
2604
|
"hasDynamicHelp": false,
|
|
2130
2605
|
"hiddenAliases": [],
|
|
2131
|
-
"id": "
|
|
2606
|
+
"id": "build:list",
|
|
2132
2607
|
"pluginAlias": "eas-cli",
|
|
2133
2608
|
"pluginName": "eas-cli",
|
|
2134
2609
|
"pluginType": "core",
|
|
@@ -2175,42 +2650,67 @@
|
|
|
2175
2650
|
}
|
|
2176
2651
|
},
|
|
2177
2652
|
"contextDefinition": {
|
|
2653
|
+
"projectId": {},
|
|
2178
2654
|
"loggedIn": {},
|
|
2179
|
-
"privateProjectConfig": {},
|
|
2180
2655
|
"vcsClient": {}
|
|
2181
2656
|
},
|
|
2182
2657
|
"isESM": false,
|
|
2183
2658
|
"relativePath": [
|
|
2184
2659
|
"build",
|
|
2185
2660
|
"commands",
|
|
2186
|
-
"
|
|
2187
|
-
"
|
|
2661
|
+
"build",
|
|
2662
|
+
"list.js"
|
|
2188
2663
|
]
|
|
2189
2664
|
},
|
|
2190
|
-
"
|
|
2665
|
+
"build:resign": {
|
|
2191
2666
|
"aliases": [],
|
|
2192
|
-
"args": {
|
|
2193
|
-
|
|
2194
|
-
"description": "Name of the channel to view",
|
|
2195
|
-
"name": "name",
|
|
2196
|
-
"required": false
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
"description": "view a channel",
|
|
2667
|
+
"args": {},
|
|
2668
|
+
"description": "re-sign a build archive",
|
|
2200
2669
|
"flags": {
|
|
2201
|
-
"
|
|
2202
|
-
"
|
|
2203
|
-
"name": "
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2670
|
+
"platform": {
|
|
2671
|
+
"char": "p",
|
|
2672
|
+
"name": "platform",
|
|
2673
|
+
"hasDynamicHelp": false,
|
|
2674
|
+
"multiple": false,
|
|
2675
|
+
"options": [
|
|
2676
|
+
"android",
|
|
2677
|
+
"ios"
|
|
2678
|
+
],
|
|
2679
|
+
"type": "option"
|
|
2206
2680
|
},
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
"
|
|
2681
|
+
"target-profile": {
|
|
2682
|
+
"aliases": [
|
|
2683
|
+
"profile"
|
|
2684
|
+
],
|
|
2685
|
+
"char": "e",
|
|
2686
|
+
"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.",
|
|
2687
|
+
"name": "target-profile",
|
|
2688
|
+
"hasDynamicHelp": false,
|
|
2689
|
+
"helpValue": "PROFILE_NAME",
|
|
2690
|
+
"multiple": false,
|
|
2691
|
+
"type": "option"
|
|
2692
|
+
},
|
|
2693
|
+
"source-profile": {
|
|
2694
|
+
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
2695
|
+
"name": "source-profile",
|
|
2696
|
+
"hasDynamicHelp": false,
|
|
2697
|
+
"helpValue": "PROFILE_NAME",
|
|
2698
|
+
"multiple": false,
|
|
2699
|
+
"type": "option"
|
|
2700
|
+
},
|
|
2701
|
+
"wait": {
|
|
2702
|
+
"description": "Wait for build(s) to complete.",
|
|
2703
|
+
"name": "wait",
|
|
2704
|
+
"allowNo": true,
|
|
2212
2705
|
"type": "boolean"
|
|
2213
2706
|
},
|
|
2707
|
+
"id": {
|
|
2708
|
+
"description": "ID of the build to re-sign.",
|
|
2709
|
+
"name": "id",
|
|
2710
|
+
"hasDynamicHelp": false,
|
|
2711
|
+
"multiple": false,
|
|
2712
|
+
"type": "option"
|
|
2713
|
+
},
|
|
2214
2714
|
"offset": {
|
|
2215
2715
|
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2216
2716
|
"name": "offset",
|
|
@@ -2224,11 +2724,24 @@
|
|
|
2224
2724
|
"hasDynamicHelp": false,
|
|
2225
2725
|
"multiple": false,
|
|
2226
2726
|
"type": "option"
|
|
2727
|
+
},
|
|
2728
|
+
"json": {
|
|
2729
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2730
|
+
"name": "json",
|
|
2731
|
+
"allowNo": false,
|
|
2732
|
+
"type": "boolean"
|
|
2733
|
+
},
|
|
2734
|
+
"non-interactive": {
|
|
2735
|
+
"description": "Run the command in non-interactive mode.",
|
|
2736
|
+
"name": "non-interactive",
|
|
2737
|
+
"noCacheDefault": true,
|
|
2738
|
+
"allowNo": false,
|
|
2739
|
+
"type": "boolean"
|
|
2227
2740
|
}
|
|
2228
2741
|
},
|
|
2229
2742
|
"hasDynamicHelp": false,
|
|
2230
2743
|
"hiddenAliases": [],
|
|
2231
|
-
"id": "
|
|
2744
|
+
"id": "build:resign",
|
|
2232
2745
|
"pluginAlias": "eas-cli",
|
|
2233
2746
|
"pluginName": "eas-cli",
|
|
2234
2747
|
"pluginType": "core",
|
|
@@ -2275,59 +2788,109 @@
|
|
|
2275
2788
|
}
|
|
2276
2789
|
},
|
|
2277
2790
|
"contextDefinition": {
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2791
|
+
"loggedIn": {},
|
|
2792
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
2793
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
2794
|
+
"projectDir": {},
|
|
2795
|
+
"analytics": {},
|
|
2796
|
+
"vcsClient": {}
|
|
2280
2797
|
},
|
|
2281
2798
|
"isESM": false,
|
|
2282
2799
|
"relativePath": [
|
|
2283
2800
|
"build",
|
|
2284
2801
|
"commands",
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2802
|
+
"build",
|
|
2803
|
+
"resign.js"
|
|
2287
2804
|
]
|
|
2288
2805
|
},
|
|
2289
|
-
"build:
|
|
2806
|
+
"build:run": {
|
|
2290
2807
|
"aliases": [],
|
|
2291
|
-
"args": {
|
|
2292
|
-
|
|
2293
|
-
"name": "BUILD_ID"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
"description": "cancel a build",
|
|
2808
|
+
"args": {},
|
|
2809
|
+
"description": "run simulator/emulator builds from eas-cli",
|
|
2297
2810
|
"flags": {
|
|
2298
|
-
"
|
|
2299
|
-
"description": "Run the
|
|
2300
|
-
"
|
|
2301
|
-
|
|
2811
|
+
"latest": {
|
|
2812
|
+
"description": "Run the latest simulator/emulator build for specified platform",
|
|
2813
|
+
"exclusive": [
|
|
2814
|
+
"id",
|
|
2815
|
+
"path",
|
|
2816
|
+
"url"
|
|
2817
|
+
],
|
|
2818
|
+
"name": "latest",
|
|
2302
2819
|
"allowNo": false,
|
|
2303
2820
|
"type": "boolean"
|
|
2304
2821
|
},
|
|
2822
|
+
"url": {
|
|
2823
|
+
"description": "Simulator/Emulator build archive url",
|
|
2824
|
+
"exclusive": [
|
|
2825
|
+
"latest",
|
|
2826
|
+
"id",
|
|
2827
|
+
"path"
|
|
2828
|
+
],
|
|
2829
|
+
"name": "url",
|
|
2830
|
+
"hasDynamicHelp": false,
|
|
2831
|
+
"multiple": false,
|
|
2832
|
+
"type": "option"
|
|
2833
|
+
},
|
|
2834
|
+
"path": {
|
|
2835
|
+
"description": "Path to the simulator/emulator build archive or app",
|
|
2836
|
+
"exclusive": [
|
|
2837
|
+
"latest",
|
|
2838
|
+
"id",
|
|
2839
|
+
"url"
|
|
2840
|
+
],
|
|
2841
|
+
"name": "path",
|
|
2842
|
+
"hasDynamicHelp": false,
|
|
2843
|
+
"multiple": false,
|
|
2844
|
+
"type": "option"
|
|
2845
|
+
},
|
|
2846
|
+
"id": {
|
|
2847
|
+
"description": "ID of the simulator/emulator build to run",
|
|
2848
|
+
"exclusive": [
|
|
2849
|
+
"latest, path, url"
|
|
2850
|
+
],
|
|
2851
|
+
"name": "id",
|
|
2852
|
+
"hasDynamicHelp": false,
|
|
2853
|
+
"multiple": false,
|
|
2854
|
+
"type": "option"
|
|
2855
|
+
},
|
|
2305
2856
|
"platform": {
|
|
2306
2857
|
"char": "p",
|
|
2307
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
2308
2858
|
"name": "platform",
|
|
2309
2859
|
"hasDynamicHelp": false,
|
|
2310
2860
|
"multiple": false,
|
|
2311
2861
|
"options": [
|
|
2312
2862
|
"android",
|
|
2313
|
-
"ios"
|
|
2314
|
-
"all"
|
|
2863
|
+
"ios"
|
|
2315
2864
|
],
|
|
2316
2865
|
"type": "option"
|
|
2317
2866
|
},
|
|
2318
2867
|
"profile": {
|
|
2319
2868
|
"char": "e",
|
|
2320
|
-
"description": "
|
|
2869
|
+
"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.",
|
|
2321
2870
|
"name": "profile",
|
|
2322
2871
|
"hasDynamicHelp": false,
|
|
2323
2872
|
"helpValue": "PROFILE_NAME",
|
|
2324
2873
|
"multiple": false,
|
|
2325
2874
|
"type": "option"
|
|
2875
|
+
},
|
|
2876
|
+
"offset": {
|
|
2877
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
2878
|
+
"name": "offset",
|
|
2879
|
+
"hasDynamicHelp": false,
|
|
2880
|
+
"multiple": false,
|
|
2881
|
+
"type": "option"
|
|
2882
|
+
},
|
|
2883
|
+
"limit": {
|
|
2884
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
2885
|
+
"name": "limit",
|
|
2886
|
+
"hasDynamicHelp": false,
|
|
2887
|
+
"multiple": false,
|
|
2888
|
+
"type": "option"
|
|
2326
2889
|
}
|
|
2327
2890
|
},
|
|
2328
2891
|
"hasDynamicHelp": false,
|
|
2329
2892
|
"hiddenAliases": [],
|
|
2330
|
-
"id": "build:
|
|
2893
|
+
"id": "build:run",
|
|
2331
2894
|
"pluginAlias": "eas-cli",
|
|
2332
2895
|
"pluginName": "eas-cli",
|
|
2333
2896
|
"pluginType": "core",
|
|
@@ -2374,8 +2937,8 @@
|
|
|
2374
2937
|
}
|
|
2375
2938
|
},
|
|
2376
2939
|
"contextDefinition": {
|
|
2377
|
-
"projectId": {},
|
|
2378
2940
|
"loggedIn": {},
|
|
2941
|
+
"projectId": {},
|
|
2379
2942
|
"vcsClient": {}
|
|
2380
2943
|
},
|
|
2381
2944
|
"isESM": false,
|
|
@@ -2383,31 +2946,28 @@
|
|
|
2383
2946
|
"build",
|
|
2384
2947
|
"commands",
|
|
2385
2948
|
"build",
|
|
2386
|
-
"
|
|
2949
|
+
"run.js"
|
|
2387
2950
|
]
|
|
2388
2951
|
},
|
|
2389
|
-
"build:
|
|
2952
|
+
"build:view": {
|
|
2390
2953
|
"aliases": [],
|
|
2391
|
-
"args": {
|
|
2392
|
-
|
|
2954
|
+
"args": {
|
|
2955
|
+
"BUILD_ID": {
|
|
2956
|
+
"name": "BUILD_ID"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
"description": "view a build for your project",
|
|
2393
2960
|
"flags": {
|
|
2394
|
-
"
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2397
|
-
"
|
|
2398
|
-
"
|
|
2399
|
-
"multiple": false,
|
|
2400
|
-
"options": [
|
|
2401
|
-
"android",
|
|
2402
|
-
"ios",
|
|
2403
|
-
"all"
|
|
2404
|
-
],
|
|
2405
|
-
"type": "option"
|
|
2961
|
+
"json": {
|
|
2962
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
2963
|
+
"name": "json",
|
|
2964
|
+
"allowNo": false,
|
|
2965
|
+
"type": "boolean"
|
|
2406
2966
|
}
|
|
2407
2967
|
},
|
|
2408
2968
|
"hasDynamicHelp": false,
|
|
2409
2969
|
"hiddenAliases": [],
|
|
2410
|
-
"id": "build:
|
|
2970
|
+
"id": "build:view",
|
|
2411
2971
|
"pluginAlias": "eas-cli",
|
|
2412
2972
|
"pluginName": "eas-cli",
|
|
2413
2973
|
"pluginType": "core",
|
|
@@ -2454,8 +3014,8 @@
|
|
|
2454
3014
|
}
|
|
2455
3015
|
},
|
|
2456
3016
|
"contextDefinition": {
|
|
3017
|
+
"projectId": {},
|
|
2457
3018
|
"loggedIn": {},
|
|
2458
|
-
"privateProjectConfig": {},
|
|
2459
3019
|
"vcsClient": {}
|
|
2460
3020
|
},
|
|
2461
3021
|
"isESM": false,
|
|
@@ -2463,51 +3023,37 @@
|
|
|
2463
3023
|
"build",
|
|
2464
3024
|
"commands",
|
|
2465
3025
|
"build",
|
|
2466
|
-
"
|
|
3026
|
+
"view.js"
|
|
2467
3027
|
]
|
|
2468
3028
|
},
|
|
2469
|
-
"
|
|
3029
|
+
"channel:create": {
|
|
2470
3030
|
"aliases": [],
|
|
2471
3031
|
"args": {
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
3032
|
+
"name": {
|
|
3033
|
+
"description": "Name of the channel to create",
|
|
3034
|
+
"name": "name",
|
|
3035
|
+
"required": false
|
|
2474
3036
|
}
|
|
2475
3037
|
},
|
|
2476
|
-
"description": "
|
|
3038
|
+
"description": "create a channel",
|
|
2477
3039
|
"flags": {
|
|
3040
|
+
"json": {
|
|
3041
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3042
|
+
"name": "json",
|
|
3043
|
+
"allowNo": false,
|
|
3044
|
+
"type": "boolean"
|
|
3045
|
+
},
|
|
2478
3046
|
"non-interactive": {
|
|
2479
3047
|
"description": "Run the command in non-interactive mode.",
|
|
2480
3048
|
"name": "non-interactive",
|
|
2481
3049
|
"noCacheDefault": true,
|
|
2482
3050
|
"allowNo": false,
|
|
2483
3051
|
"type": "boolean"
|
|
2484
|
-
},
|
|
2485
|
-
"platform": {
|
|
2486
|
-
"char": "p",
|
|
2487
|
-
"description": "Filter builds by the platform if build ID is not provided",
|
|
2488
|
-
"name": "platform",
|
|
2489
|
-
"hasDynamicHelp": false,
|
|
2490
|
-
"multiple": false,
|
|
2491
|
-
"options": [
|
|
2492
|
-
"android",
|
|
2493
|
-
"ios",
|
|
2494
|
-
"all"
|
|
2495
|
-
],
|
|
2496
|
-
"type": "option"
|
|
2497
|
-
},
|
|
2498
|
-
"profile": {
|
|
2499
|
-
"char": "e",
|
|
2500
|
-
"description": "Filter builds by build profile if build ID is not provided",
|
|
2501
|
-
"name": "profile",
|
|
2502
|
-
"hasDynamicHelp": false,
|
|
2503
|
-
"helpValue": "PROFILE_NAME",
|
|
2504
|
-
"multiple": false,
|
|
2505
|
-
"type": "option"
|
|
2506
3052
|
}
|
|
2507
3053
|
},
|
|
2508
3054
|
"hasDynamicHelp": false,
|
|
2509
3055
|
"hiddenAliases": [],
|
|
2510
|
-
"id": "
|
|
3056
|
+
"id": "channel:create",
|
|
2511
3057
|
"pluginAlias": "eas-cli",
|
|
2512
3058
|
"pluginName": "eas-cli",
|
|
2513
3059
|
"pluginType": "core",
|
|
@@ -2555,52 +3101,44 @@
|
|
|
2555
3101
|
},
|
|
2556
3102
|
"contextDefinition": {
|
|
2557
3103
|
"projectId": {},
|
|
2558
|
-
"loggedIn": {}
|
|
2559
|
-
"vcsClient": {}
|
|
3104
|
+
"loggedIn": {}
|
|
2560
3105
|
},
|
|
2561
3106
|
"isESM": false,
|
|
2562
3107
|
"relativePath": [
|
|
2563
3108
|
"build",
|
|
2564
3109
|
"commands",
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
3110
|
+
"channel",
|
|
3111
|
+
"create.js"
|
|
2567
3112
|
]
|
|
2568
3113
|
},
|
|
2569
|
-
"
|
|
3114
|
+
"channel:delete": {
|
|
2570
3115
|
"aliases": [],
|
|
2571
|
-
"args": {
|
|
2572
|
-
|
|
3116
|
+
"args": {
|
|
3117
|
+
"name": {
|
|
3118
|
+
"description": "Name of the channel to delete",
|
|
3119
|
+
"name": "name",
|
|
3120
|
+
"required": false
|
|
3121
|
+
}
|
|
3122
|
+
},
|
|
3123
|
+
"description": "Delete a channel",
|
|
2573
3124
|
"flags": {
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2576
|
-
"name": "
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2579
|
-
"options": [
|
|
2580
|
-
"ios",
|
|
2581
|
-
"android"
|
|
2582
|
-
],
|
|
2583
|
-
"type": "option"
|
|
2584
|
-
},
|
|
2585
|
-
"profile": {
|
|
2586
|
-
"char": "e",
|
|
2587
|
-
"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.",
|
|
2588
|
-
"name": "profile",
|
|
2589
|
-
"hasDynamicHelp": false,
|
|
2590
|
-
"helpValue": "PROFILE_NAME",
|
|
2591
|
-
"multiple": false,
|
|
2592
|
-
"type": "option"
|
|
3125
|
+
"json": {
|
|
3126
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3127
|
+
"name": "json",
|
|
3128
|
+
"allowNo": false,
|
|
3129
|
+
"type": "boolean"
|
|
2593
3130
|
},
|
|
2594
|
-
"
|
|
2595
|
-
"description": "
|
|
2596
|
-
"name": "
|
|
3131
|
+
"non-interactive": {
|
|
3132
|
+
"description": "Run the command in non-interactive mode.",
|
|
3133
|
+
"name": "non-interactive",
|
|
3134
|
+
"noCacheDefault": true,
|
|
2597
3135
|
"allowNo": false,
|
|
2598
3136
|
"type": "boolean"
|
|
2599
3137
|
}
|
|
2600
3138
|
},
|
|
2601
3139
|
"hasDynamicHelp": false,
|
|
2602
3140
|
"hiddenAliases": [],
|
|
2603
|
-
"id": "
|
|
3141
|
+
"id": "channel:delete",
|
|
2604
3142
|
"pluginAlias": "eas-cli",
|
|
2605
3143
|
"pluginName": "eas-cli",
|
|
2606
3144
|
"pluginType": "core",
|
|
@@ -2647,52 +3185,35 @@
|
|
|
2647
3185
|
}
|
|
2648
3186
|
},
|
|
2649
3187
|
"contextDefinition": {
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2652
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2653
|
-
"projectDir": {},
|
|
2654
|
-
"vcsClient": {},
|
|
2655
|
-
"analytics": {},
|
|
2656
|
-
"projectId": {}
|
|
3188
|
+
"projectId": {},
|
|
3189
|
+
"loggedIn": {}
|
|
2657
3190
|
},
|
|
2658
3191
|
"isESM": false,
|
|
2659
3192
|
"relativePath": [
|
|
2660
3193
|
"build",
|
|
2661
3194
|
"commands",
|
|
2662
|
-
"
|
|
2663
|
-
"
|
|
3195
|
+
"channel",
|
|
3196
|
+
"delete.js"
|
|
2664
3197
|
]
|
|
2665
3198
|
},
|
|
2666
|
-
"
|
|
3199
|
+
"channel:edit": {
|
|
2667
3200
|
"aliases": [],
|
|
2668
|
-
"args": {
|
|
2669
|
-
|
|
3201
|
+
"args": {
|
|
3202
|
+
"name": {
|
|
3203
|
+
"description": "Name of the channel to edit",
|
|
3204
|
+
"name": "name",
|
|
3205
|
+
"required": false
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
"description": "point a channel at a new branch",
|
|
2670
3209
|
"flags": {
|
|
2671
|
-
"
|
|
2672
|
-
"description": "
|
|
2673
|
-
"name": "
|
|
2674
|
-
"required": true,
|
|
2675
|
-
"hasDynamicHelp": false,
|
|
2676
|
-
"multiple": false,
|
|
2677
|
-
"type": "option"
|
|
2678
|
-
},
|
|
2679
|
-
"platform": {
|
|
2680
|
-
"char": "p",
|
|
2681
|
-
"name": "platform",
|
|
3210
|
+
"branch": {
|
|
3211
|
+
"description": "Name of the branch to point to",
|
|
3212
|
+
"name": "branch",
|
|
2682
3213
|
"hasDynamicHelp": false,
|
|
2683
3214
|
"multiple": false,
|
|
2684
|
-
"options": [
|
|
2685
|
-
"ios",
|
|
2686
|
-
"android"
|
|
2687
|
-
],
|
|
2688
3215
|
"type": "option"
|
|
2689
3216
|
},
|
|
2690
|
-
"dev-client": {
|
|
2691
|
-
"description": "Filter only dev-client builds.",
|
|
2692
|
-
"name": "dev-client",
|
|
2693
|
-
"allowNo": true,
|
|
2694
|
-
"type": "boolean"
|
|
2695
|
-
},
|
|
2696
3217
|
"json": {
|
|
2697
3218
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2698
3219
|
"name": "json",
|
|
@@ -2709,7 +3230,7 @@
|
|
|
2709
3230
|
},
|
|
2710
3231
|
"hasDynamicHelp": false,
|
|
2711
3232
|
"hiddenAliases": [],
|
|
2712
|
-
"id": "
|
|
3233
|
+
"id": "channel:edit",
|
|
2713
3234
|
"pluginAlias": "eas-cli",
|
|
2714
3235
|
"pluginName": "eas-cli",
|
|
2715
3236
|
"pluginType": "core",
|
|
@@ -2756,165 +3277,36 @@
|
|
|
2756
3277
|
}
|
|
2757
3278
|
},
|
|
2758
3279
|
"contextDefinition": {
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
3280
|
+
"projectId": {},
|
|
3281
|
+
"loggedIn": {}
|
|
2761
3282
|
},
|
|
2762
3283
|
"isESM": false,
|
|
2763
3284
|
"relativePath": [
|
|
2764
3285
|
"build",
|
|
2765
3286
|
"commands",
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
"
|
|
2771
|
-
"aliases": [],
|
|
2772
|
-
"args": {},
|
|
2773
|
-
"description": "
|
|
2774
|
-
"flags": {
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2777
|
-
"name": "
|
|
2778
|
-
"hasDynamicHelp": false,
|
|
2779
|
-
"multiple": false,
|
|
2780
|
-
"options": [
|
|
2781
|
-
"android",
|
|
2782
|
-
"ios",
|
|
2783
|
-
"all"
|
|
2784
|
-
],
|
|
2785
|
-
"type": "option"
|
|
2786
|
-
},
|
|
2787
|
-
"skip-credentials-check": {
|
|
2788
|
-
"hidden": true,
|
|
2789
|
-
"name": "skip-credentials-check",
|
|
2790
|
-
"allowNo": false,
|
|
2791
|
-
"type": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"skip-project-configuration": {
|
|
2794
|
-
"hidden": true,
|
|
2795
|
-
"name": "skip-project-configuration",
|
|
2796
|
-
"allowNo": false,
|
|
2797
|
-
"type": "boolean"
|
|
2798
|
-
},
|
|
2799
|
-
"profile": {
|
|
2800
|
-
"char": "e",
|
|
2801
|
-
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
2802
|
-
"name": "profile",
|
|
2803
|
-
"hasDynamicHelp": false,
|
|
2804
|
-
"helpValue": "PROFILE_NAME",
|
|
2805
|
-
"multiple": false,
|
|
2806
|
-
"type": "option"
|
|
2807
|
-
},
|
|
2808
|
-
"local": {
|
|
2809
|
-
"description": "Run build locally [experimental]",
|
|
2810
|
-
"name": "local",
|
|
2811
|
-
"allowNo": false,
|
|
2812
|
-
"type": "boolean"
|
|
2813
|
-
},
|
|
2814
|
-
"output": {
|
|
2815
|
-
"description": "Output path for local build",
|
|
2816
|
-
"name": "output",
|
|
2817
|
-
"hasDynamicHelp": false,
|
|
2818
|
-
"multiple": false,
|
|
2819
|
-
"type": "option"
|
|
2820
|
-
},
|
|
2821
|
-
"wait": {
|
|
2822
|
-
"description": "Wait for build(s) to complete",
|
|
2823
|
-
"name": "wait",
|
|
2824
|
-
"allowNo": true,
|
|
2825
|
-
"type": "boolean"
|
|
2826
|
-
},
|
|
2827
|
-
"clear-cache": {
|
|
2828
|
-
"description": "Clear cache before the build",
|
|
2829
|
-
"name": "clear-cache",
|
|
2830
|
-
"allowNo": false,
|
|
2831
|
-
"type": "boolean"
|
|
2832
|
-
},
|
|
2833
|
-
"auto-submit": {
|
|
2834
|
-
"aliases": [
|
|
2835
|
-
"submit"
|
|
2836
|
-
],
|
|
2837
|
-
"char": "s",
|
|
2838
|
-
"description": "Submit on build complete using the submit profile with the same name as the build profile",
|
|
2839
|
-
"exclusive": [
|
|
2840
|
-
"auto-submit-with-profile"
|
|
2841
|
-
],
|
|
2842
|
-
"name": "auto-submit",
|
|
2843
|
-
"allowNo": false,
|
|
2844
|
-
"type": "boolean"
|
|
2845
|
-
},
|
|
2846
|
-
"auto-submit-with-profile": {
|
|
2847
|
-
"description": "Submit on build complete using the submit profile with provided name",
|
|
2848
|
-
"exclusive": [
|
|
2849
|
-
"auto-submit"
|
|
2850
|
-
],
|
|
2851
|
-
"name": "auto-submit-with-profile",
|
|
2852
|
-
"hasDynamicHelp": false,
|
|
2853
|
-
"helpValue": "PROFILE_NAME",
|
|
2854
|
-
"multiple": false,
|
|
2855
|
-
"type": "option"
|
|
2856
|
-
},
|
|
2857
|
-
"what-to-test": {
|
|
2858
|
-
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
2859
|
-
"name": "what-to-test",
|
|
2860
|
-
"hasDynamicHelp": false,
|
|
2861
|
-
"multiple": false,
|
|
2862
|
-
"type": "option"
|
|
2863
|
-
},
|
|
2864
|
-
"resource-class": {
|
|
2865
|
-
"deprecated": {
|
|
2866
|
-
"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/"
|
|
2867
|
-
},
|
|
2868
|
-
"description": "The instance type that will be used to run this build [experimental]",
|
|
2869
|
-
"hidden": true,
|
|
2870
|
-
"name": "resource-class",
|
|
2871
|
-
"hasDynamicHelp": false,
|
|
2872
|
-
"multiple": false,
|
|
2873
|
-
"options": [
|
|
2874
|
-
"default",
|
|
2875
|
-
"large",
|
|
2876
|
-
"m1-medium",
|
|
2877
|
-
"medium",
|
|
2878
|
-
"m-medium",
|
|
2879
|
-
"m-large"
|
|
2880
|
-
],
|
|
2881
|
-
"type": "option"
|
|
2882
|
-
},
|
|
2883
|
-
"message": {
|
|
2884
|
-
"char": "m",
|
|
2885
|
-
"description": "A short message describing the build",
|
|
2886
|
-
"name": "message",
|
|
3287
|
+
"channel",
|
|
3288
|
+
"edit.js"
|
|
3289
|
+
]
|
|
3290
|
+
},
|
|
3291
|
+
"channel:list": {
|
|
3292
|
+
"aliases": [],
|
|
3293
|
+
"args": {},
|
|
3294
|
+
"description": "list all channels",
|
|
3295
|
+
"flags": {
|
|
3296
|
+
"offset": {
|
|
3297
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3298
|
+
"name": "offset",
|
|
2887
3299
|
"hasDynamicHelp": false,
|
|
2888
3300
|
"multiple": false,
|
|
2889
3301
|
"type": "option"
|
|
2890
3302
|
},
|
|
2891
|
-
"
|
|
2892
|
-
"description": "The
|
|
2893
|
-
"name": "
|
|
3303
|
+
"limit": {
|
|
3304
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
|
|
3305
|
+
"name": "limit",
|
|
2894
3306
|
"hasDynamicHelp": false,
|
|
2895
3307
|
"multiple": false,
|
|
2896
|
-
"options": [
|
|
2897
|
-
"trace",
|
|
2898
|
-
"debug",
|
|
2899
|
-
"info",
|
|
2900
|
-
"warn",
|
|
2901
|
-
"error",
|
|
2902
|
-
"fatal"
|
|
2903
|
-
],
|
|
2904
3308
|
"type": "option"
|
|
2905
3309
|
},
|
|
2906
|
-
"freeze-credentials": {
|
|
2907
|
-
"description": "Prevent the build from updating credentials in non-interactive mode",
|
|
2908
|
-
"name": "freeze-credentials",
|
|
2909
|
-
"allowNo": false,
|
|
2910
|
-
"type": "boolean"
|
|
2911
|
-
},
|
|
2912
|
-
"verbose-logs": {
|
|
2913
|
-
"description": "Use verbose logs for the build process",
|
|
2914
|
-
"name": "verbose-logs",
|
|
2915
|
-
"allowNo": false,
|
|
2916
|
-
"type": "boolean"
|
|
2917
|
-
},
|
|
2918
3310
|
"json": {
|
|
2919
3311
|
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
2920
3312
|
"name": "json",
|
|
@@ -2931,7 +3323,7 @@
|
|
|
2931
3323
|
},
|
|
2932
3324
|
"hasDynamicHelp": false,
|
|
2933
3325
|
"hiddenAliases": [],
|
|
2934
|
-
"id": "
|
|
3326
|
+
"id": "channel:list",
|
|
2935
3327
|
"pluginAlias": "eas-cli",
|
|
2936
3328
|
"pluginName": "eas-cli",
|
|
2937
3329
|
"pluginType": "core",
|
|
@@ -2978,87 +3370,144 @@
|
|
|
2978
3370
|
}
|
|
2979
3371
|
},
|
|
2980
3372
|
"contextDefinition": {
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
2984
|
-
"projectDir": {},
|
|
2985
|
-
"analytics": {},
|
|
2986
|
-
"vcsClient": {}
|
|
3373
|
+
"projectId": {},
|
|
3374
|
+
"loggedIn": {}
|
|
2987
3375
|
},
|
|
2988
3376
|
"isESM": false,
|
|
2989
3377
|
"relativePath": [
|
|
2990
3378
|
"build",
|
|
2991
3379
|
"commands",
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
3380
|
+
"channel",
|
|
3381
|
+
"list.js"
|
|
2994
3382
|
]
|
|
2995
3383
|
},
|
|
2996
|
-
"
|
|
3384
|
+
"channel:pause": {
|
|
2997
3385
|
"aliases": [],
|
|
2998
|
-
"args": {
|
|
2999
|
-
|
|
3386
|
+
"args": {
|
|
3387
|
+
"name": {
|
|
3388
|
+
"description": "Name of the channel to edit",
|
|
3389
|
+
"name": "name",
|
|
3390
|
+
"required": false
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
"description": "pause a channel to stop it from sending updates",
|
|
3000
3394
|
"flags": {
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
3003
|
-
"name": "
|
|
3004
|
-
"required": true,
|
|
3395
|
+
"branch": {
|
|
3396
|
+
"description": "Name of the branch to point to",
|
|
3397
|
+
"name": "branch",
|
|
3005
3398
|
"hasDynamicHelp": false,
|
|
3006
3399
|
"multiple": false,
|
|
3007
|
-
"options": [
|
|
3008
|
-
"android",
|
|
3009
|
-
"ios"
|
|
3010
|
-
],
|
|
3011
3400
|
"type": "option"
|
|
3012
3401
|
},
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
3015
|
-
"
|
|
3016
|
-
"
|
|
3017
|
-
"
|
|
3018
|
-
"helpValue": "PROFILE_NAME",
|
|
3019
|
-
"multiple": false,
|
|
3020
|
-
"type": "option"
|
|
3402
|
+
"json": {
|
|
3403
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3404
|
+
"name": "json",
|
|
3405
|
+
"allowNo": false,
|
|
3406
|
+
"type": "boolean"
|
|
3021
3407
|
},
|
|
3022
|
-
"
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3025
|
-
"
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3408
|
+
"non-interactive": {
|
|
3409
|
+
"description": "Run the command in non-interactive mode.",
|
|
3410
|
+
"name": "non-interactive",
|
|
3411
|
+
"noCacheDefault": true,
|
|
3412
|
+
"allowNo": false,
|
|
3413
|
+
"type": "boolean"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"hasDynamicHelp": false,
|
|
3417
|
+
"hiddenAliases": [],
|
|
3418
|
+
"id": "channel:pause",
|
|
3419
|
+
"pluginAlias": "eas-cli",
|
|
3420
|
+
"pluginName": "eas-cli",
|
|
3421
|
+
"pluginType": "core",
|
|
3422
|
+
"strict": true,
|
|
3423
|
+
"enableJsonFlag": false,
|
|
3424
|
+
"ContextOptions": {
|
|
3425
|
+
"LoggedIn": {
|
|
3426
|
+
"loggedIn": {}
|
|
3035
3427
|
},
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
"
|
|
3428
|
+
"MaybeLoggedIn": {
|
|
3429
|
+
"maybeLoggedIn": {}
|
|
3430
|
+
},
|
|
3431
|
+
"DynamicLoggedIn": {
|
|
3432
|
+
"getDynamicLoggedInAsync": {}
|
|
3433
|
+
},
|
|
3434
|
+
"SessionManagment": {
|
|
3435
|
+
"sessionManager": {}
|
|
3436
|
+
},
|
|
3437
|
+
"OptionalProjectConfig": {
|
|
3438
|
+
"optionalPrivateProjectConfig": {}
|
|
3439
|
+
},
|
|
3440
|
+
"ProjectDir": {
|
|
3441
|
+
"projectDir": {}
|
|
3442
|
+
},
|
|
3443
|
+
"DynamicProjectConfig": {
|
|
3444
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3445
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
3446
|
+
},
|
|
3447
|
+
"ProjectConfig": {
|
|
3448
|
+
"loggedIn": {},
|
|
3449
|
+
"privateProjectConfig": {}
|
|
3450
|
+
},
|
|
3451
|
+
"Analytics": {
|
|
3452
|
+
"analytics": {}
|
|
3453
|
+
},
|
|
3454
|
+
"Vcs": {
|
|
3455
|
+
"vcsClient": {}
|
|
3456
|
+
},
|
|
3457
|
+
"ServerSideEnvironmentVariables": {
|
|
3458
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
3459
|
+
},
|
|
3460
|
+
"ProjectId": {
|
|
3461
|
+
"projectId": {}
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3464
|
+
"contextDefinition": {
|
|
3465
|
+
"projectId": {},
|
|
3466
|
+
"loggedIn": {}
|
|
3467
|
+
},
|
|
3468
|
+
"isESM": false,
|
|
3469
|
+
"relativePath": [
|
|
3470
|
+
"build",
|
|
3471
|
+
"commands",
|
|
3472
|
+
"channel",
|
|
3473
|
+
"pause.js"
|
|
3474
|
+
]
|
|
3475
|
+
},
|
|
3476
|
+
"channel:resume": {
|
|
3477
|
+
"aliases": [],
|
|
3478
|
+
"args": {
|
|
3479
|
+
"name": {
|
|
3480
|
+
"description": "Name of the channel to edit",
|
|
3481
|
+
"name": "name",
|
|
3482
|
+
"required": false
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
"description": "resume a channel to start sending updates",
|
|
3486
|
+
"flags": {
|
|
3487
|
+
"branch": {
|
|
3488
|
+
"description": "Name of the branch to point to",
|
|
3489
|
+
"name": "branch",
|
|
3041
3490
|
"hasDynamicHelp": false,
|
|
3042
|
-
"helpValue": "OUTPUT_DIRECTORY",
|
|
3043
3491
|
"multiple": false,
|
|
3044
3492
|
"type": "option"
|
|
3045
3493
|
},
|
|
3046
|
-
"
|
|
3047
|
-
"description": "
|
|
3048
|
-
"name": "
|
|
3494
|
+
"json": {
|
|
3495
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3496
|
+
"name": "json",
|
|
3049
3497
|
"allowNo": false,
|
|
3050
3498
|
"type": "boolean"
|
|
3051
3499
|
},
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3054
|
-
"name": "
|
|
3500
|
+
"non-interactive": {
|
|
3501
|
+
"description": "Run the command in non-interactive mode.",
|
|
3502
|
+
"name": "non-interactive",
|
|
3503
|
+
"noCacheDefault": true,
|
|
3055
3504
|
"allowNo": false,
|
|
3056
3505
|
"type": "boolean"
|
|
3057
3506
|
}
|
|
3058
3507
|
},
|
|
3059
3508
|
"hasDynamicHelp": false,
|
|
3060
3509
|
"hiddenAliases": [],
|
|
3061
|
-
"id": "
|
|
3510
|
+
"id": "channel:resume",
|
|
3062
3511
|
"pluginAlias": "eas-cli",
|
|
3063
3512
|
"pluginName": "eas-cli",
|
|
3064
3513
|
"pluginType": "core",
|
|
@@ -3105,71 +3554,121 @@
|
|
|
3105
3554
|
}
|
|
3106
3555
|
},
|
|
3107
3556
|
"contextDefinition": {
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3111
|
-
"projectDir": {},
|
|
3112
|
-
"analytics": {},
|
|
3113
|
-
"vcsClient": {}
|
|
3557
|
+
"projectId": {},
|
|
3558
|
+
"loggedIn": {}
|
|
3114
3559
|
},
|
|
3115
3560
|
"isESM": false,
|
|
3116
3561
|
"relativePath": [
|
|
3117
3562
|
"build",
|
|
3118
3563
|
"commands",
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3564
|
+
"channel",
|
|
3565
|
+
"resume.js"
|
|
3121
3566
|
]
|
|
3122
3567
|
},
|
|
3123
|
-
"
|
|
3568
|
+
"channel:rollout": {
|
|
3124
3569
|
"aliases": [],
|
|
3125
|
-
"args": {
|
|
3570
|
+
"args": {
|
|
3571
|
+
"channel": {
|
|
3572
|
+
"description": "channel on which the rollout should be done",
|
|
3573
|
+
"name": "channel"
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
"description": "Roll a new branch out on a channel incrementally.",
|
|
3126
3577
|
"flags": {
|
|
3127
|
-
"
|
|
3128
|
-
"
|
|
3129
|
-
"name": "
|
|
3130
|
-
"
|
|
3578
|
+
"action": {
|
|
3579
|
+
"description": "Rollout action to perform",
|
|
3580
|
+
"name": "action",
|
|
3581
|
+
"relationships": [
|
|
3582
|
+
{
|
|
3583
|
+
"type": "all",
|
|
3584
|
+
"flags": [
|
|
3585
|
+
{
|
|
3586
|
+
"name": "percent"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"name": "outcome"
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "branch"
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "runtime-version"
|
|
3596
|
+
}
|
|
3597
|
+
]
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
|
+
"required": false,
|
|
3601
|
+
"hasDynamicHelp": false,
|
|
3602
|
+
"multiple": false,
|
|
3603
|
+
"options": [
|
|
3604
|
+
"create",
|
|
3605
|
+
"edit",
|
|
3606
|
+
"end",
|
|
3607
|
+
"view"
|
|
3608
|
+
],
|
|
3609
|
+
"type": "option"
|
|
3610
|
+
},
|
|
3611
|
+
"percent": {
|
|
3612
|
+
"description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
|
|
3613
|
+
"name": "percent",
|
|
3614
|
+
"required": false,
|
|
3615
|
+
"hasDynamicHelp": false,
|
|
3616
|
+
"multiple": false,
|
|
3617
|
+
"type": "option"
|
|
3618
|
+
},
|
|
3619
|
+
"outcome": {
|
|
3620
|
+
"description": "End outcome of rollout. Use with --action=end",
|
|
3621
|
+
"name": "outcome",
|
|
3622
|
+
"required": false,
|
|
3131
3623
|
"hasDynamicHelp": false,
|
|
3132
3624
|
"multiple": false,
|
|
3133
3625
|
"options": [
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3626
|
+
"republish-and-revert",
|
|
3627
|
+
"revert"
|
|
3136
3628
|
],
|
|
3137
3629
|
"type": "option"
|
|
3138
3630
|
},
|
|
3139
|
-
"
|
|
3140
|
-
"
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3631
|
+
"branch": {
|
|
3632
|
+
"description": "Branch to roll out. Use with --action=create",
|
|
3633
|
+
"name": "branch",
|
|
3634
|
+
"required": false,
|
|
3143
3635
|
"hasDynamicHelp": false,
|
|
3144
|
-
"helpValue": "PROFILE_NAME",
|
|
3145
3636
|
"multiple": false,
|
|
3146
3637
|
"type": "option"
|
|
3147
3638
|
},
|
|
3148
|
-
"
|
|
3149
|
-
"description": "
|
|
3150
|
-
"
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3155
|
-
"type": "boolean"
|
|
3639
|
+
"runtime-version": {
|
|
3640
|
+
"description": "Runtime version to target. Use with --action=create",
|
|
3641
|
+
"name": "runtime-version",
|
|
3642
|
+
"required": false,
|
|
3643
|
+
"hasDynamicHelp": false,
|
|
3644
|
+
"multiple": false,
|
|
3645
|
+
"type": "option"
|
|
3156
3646
|
},
|
|
3157
|
-
"
|
|
3158
|
-
"description": "
|
|
3159
|
-
"
|
|
3160
|
-
|
|
3161
|
-
],
|
|
3162
|
-
"name": "auto-submit-with-profile",
|
|
3647
|
+
"private-key-path": {
|
|
3648
|
+
"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/",
|
|
3649
|
+
"name": "private-key-path",
|
|
3650
|
+
"required": false,
|
|
3163
3651
|
"hasDynamicHelp": false,
|
|
3164
|
-
"helpValue": "PROFILE_NAME",
|
|
3165
3652
|
"multiple": false,
|
|
3166
3653
|
"type": "option"
|
|
3654
|
+
},
|
|
3655
|
+
"json": {
|
|
3656
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3657
|
+
"name": "json",
|
|
3658
|
+
"allowNo": false,
|
|
3659
|
+
"type": "boolean"
|
|
3660
|
+
},
|
|
3661
|
+
"non-interactive": {
|
|
3662
|
+
"description": "Run the command in non-interactive mode.",
|
|
3663
|
+
"name": "non-interactive",
|
|
3664
|
+
"noCacheDefault": true,
|
|
3665
|
+
"allowNo": false,
|
|
3666
|
+
"type": "boolean"
|
|
3167
3667
|
}
|
|
3168
3668
|
},
|
|
3169
3669
|
"hasDynamicHelp": false,
|
|
3170
|
-
"hidden": true,
|
|
3171
3670
|
"hiddenAliases": [],
|
|
3172
|
-
"id": "
|
|
3671
|
+
"id": "channel:rollout",
|
|
3173
3672
|
"pluginAlias": "eas-cli",
|
|
3174
3673
|
"pluginName": "eas-cli",
|
|
3175
3674
|
"pluginType": "core",
|
|
@@ -3217,149 +3716,40 @@
|
|
|
3217
3716
|
},
|
|
3218
3717
|
"contextDefinition": {
|
|
3219
3718
|
"loggedIn": {},
|
|
3220
|
-
"
|
|
3221
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3222
|
-
"projectDir": {},
|
|
3223
|
-
"analytics": {},
|
|
3719
|
+
"privateProjectConfig": {},
|
|
3224
3720
|
"vcsClient": {}
|
|
3225
3721
|
},
|
|
3226
3722
|
"isESM": false,
|
|
3227
3723
|
"relativePath": [
|
|
3228
3724
|
"build",
|
|
3229
3725
|
"commands",
|
|
3230
|
-
"
|
|
3231
|
-
"
|
|
3726
|
+
"channel",
|
|
3727
|
+
"rollout.js"
|
|
3232
3728
|
]
|
|
3233
3729
|
},
|
|
3234
|
-
"
|
|
3730
|
+
"channel:view": {
|
|
3235
3731
|
"aliases": [],
|
|
3236
|
-
"args": {
|
|
3237
|
-
|
|
3732
|
+
"args": {
|
|
3733
|
+
"name": {
|
|
3734
|
+
"description": "Name of the channel to view",
|
|
3735
|
+
"name": "name",
|
|
3736
|
+
"required": false
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"description": "view a channel",
|
|
3238
3740
|
"flags": {
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3241
|
-
"name": "
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
"options": [
|
|
3245
|
-
"android",
|
|
3246
|
-
"ios",
|
|
3247
|
-
"all"
|
|
3248
|
-
],
|
|
3249
|
-
"type": "option"
|
|
3250
|
-
},
|
|
3251
|
-
"status": {
|
|
3252
|
-
"description": "Filter only builds with the specified status",
|
|
3253
|
-
"name": "status",
|
|
3254
|
-
"hasDynamicHelp": false,
|
|
3255
|
-
"multiple": false,
|
|
3256
|
-
"options": [
|
|
3257
|
-
"new",
|
|
3258
|
-
"in-queue",
|
|
3259
|
-
"in-progress",
|
|
3260
|
-
"pending-cancel",
|
|
3261
|
-
"errored",
|
|
3262
|
-
"finished",
|
|
3263
|
-
"canceled"
|
|
3264
|
-
],
|
|
3265
|
-
"type": "option"
|
|
3266
|
-
},
|
|
3267
|
-
"distribution": {
|
|
3268
|
-
"description": "Filter only builds with the specified distribution type",
|
|
3269
|
-
"name": "distribution",
|
|
3270
|
-
"hasDynamicHelp": false,
|
|
3271
|
-
"multiple": false,
|
|
3272
|
-
"options": [
|
|
3273
|
-
"store",
|
|
3274
|
-
"internal",
|
|
3275
|
-
"simulator"
|
|
3276
|
-
],
|
|
3277
|
-
"type": "option"
|
|
3278
|
-
},
|
|
3279
|
-
"channel": {
|
|
3280
|
-
"name": "channel",
|
|
3281
|
-
"hasDynamicHelp": false,
|
|
3282
|
-
"multiple": false,
|
|
3283
|
-
"type": "option"
|
|
3284
|
-
},
|
|
3285
|
-
"app-version": {
|
|
3286
|
-
"aliases": [
|
|
3287
|
-
"appVersion"
|
|
3288
|
-
],
|
|
3289
|
-
"description": "Filter only builds created with the specified main app version",
|
|
3290
|
-
"name": "app-version",
|
|
3291
|
-
"hasDynamicHelp": false,
|
|
3292
|
-
"multiple": false,
|
|
3293
|
-
"type": "option"
|
|
3294
|
-
},
|
|
3295
|
-
"app-build-version": {
|
|
3296
|
-
"aliases": [
|
|
3297
|
-
"appBuildVersion"
|
|
3298
|
-
],
|
|
3299
|
-
"description": "Filter only builds created with the specified app build version",
|
|
3300
|
-
"name": "app-build-version",
|
|
3301
|
-
"hasDynamicHelp": false,
|
|
3302
|
-
"multiple": false,
|
|
3303
|
-
"type": "option"
|
|
3304
|
-
},
|
|
3305
|
-
"sdk-version": {
|
|
3306
|
-
"aliases": [
|
|
3307
|
-
"sdkVersion"
|
|
3308
|
-
],
|
|
3309
|
-
"description": "Filter only builds created with the specified Expo SDK version",
|
|
3310
|
-
"name": "sdk-version",
|
|
3311
|
-
"hasDynamicHelp": false,
|
|
3312
|
-
"multiple": false,
|
|
3313
|
-
"type": "option"
|
|
3314
|
-
},
|
|
3315
|
-
"runtime-version": {
|
|
3316
|
-
"aliases": [
|
|
3317
|
-
"runtimeVersion"
|
|
3318
|
-
],
|
|
3319
|
-
"description": "Filter only builds created with the specified runtime version",
|
|
3320
|
-
"name": "runtime-version",
|
|
3321
|
-
"hasDynamicHelp": false,
|
|
3322
|
-
"multiple": false,
|
|
3323
|
-
"type": "option"
|
|
3324
|
-
},
|
|
3325
|
-
"app-identifier": {
|
|
3326
|
-
"aliases": [
|
|
3327
|
-
"appIdentifier"
|
|
3328
|
-
],
|
|
3329
|
-
"description": "Filter only builds created with the specified app identifier",
|
|
3330
|
-
"name": "app-identifier",
|
|
3331
|
-
"hasDynamicHelp": false,
|
|
3332
|
-
"multiple": false,
|
|
3333
|
-
"type": "option"
|
|
3334
|
-
},
|
|
3335
|
-
"build-profile": {
|
|
3336
|
-
"aliases": [
|
|
3337
|
-
"profile",
|
|
3338
|
-
"buildProfile"
|
|
3339
|
-
],
|
|
3340
|
-
"char": "e",
|
|
3341
|
-
"description": "Filter only builds created with the specified build profile",
|
|
3342
|
-
"name": "build-profile",
|
|
3343
|
-
"hasDynamicHelp": false,
|
|
3344
|
-
"multiple": false,
|
|
3345
|
-
"type": "option"
|
|
3346
|
-
},
|
|
3347
|
-
"git-commit-hash": {
|
|
3348
|
-
"aliases": [
|
|
3349
|
-
"gitCommitHash"
|
|
3350
|
-
],
|
|
3351
|
-
"description": "Filter only builds created with the specified git commit hash",
|
|
3352
|
-
"name": "git-commit-hash",
|
|
3353
|
-
"hasDynamicHelp": false,
|
|
3354
|
-
"multiple": false,
|
|
3355
|
-
"type": "option"
|
|
3741
|
+
"json": {
|
|
3742
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3743
|
+
"name": "json",
|
|
3744
|
+
"allowNo": false,
|
|
3745
|
+
"type": "boolean"
|
|
3356
3746
|
},
|
|
3357
|
-
"
|
|
3358
|
-
"description": "
|
|
3359
|
-
"name": "
|
|
3360
|
-
"
|
|
3361
|
-
"
|
|
3362
|
-
"type": "
|
|
3747
|
+
"non-interactive": {
|
|
3748
|
+
"description": "Run the command in non-interactive mode.",
|
|
3749
|
+
"name": "non-interactive",
|
|
3750
|
+
"noCacheDefault": true,
|
|
3751
|
+
"allowNo": false,
|
|
3752
|
+
"type": "boolean"
|
|
3363
3753
|
},
|
|
3364
3754
|
"offset": {
|
|
3365
3755
|
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
@@ -3369,35 +3759,16 @@
|
|
|
3369
3759
|
"type": "option"
|
|
3370
3760
|
},
|
|
3371
3761
|
"limit": {
|
|
3372
|
-
"description": "The number of items to fetch each query. Defaults to
|
|
3762
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3373
3763
|
"name": "limit",
|
|
3374
3764
|
"hasDynamicHelp": false,
|
|
3375
3765
|
"multiple": false,
|
|
3376
3766
|
"type": "option"
|
|
3377
|
-
},
|
|
3378
|
-
"json": {
|
|
3379
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3380
|
-
"name": "json",
|
|
3381
|
-
"allowNo": false,
|
|
3382
|
-
"type": "boolean"
|
|
3383
|
-
},
|
|
3384
|
-
"non-interactive": {
|
|
3385
|
-
"description": "Run the command in non-interactive mode.",
|
|
3386
|
-
"name": "non-interactive",
|
|
3387
|
-
"noCacheDefault": true,
|
|
3388
|
-
"allowNo": false,
|
|
3389
|
-
"type": "boolean"
|
|
3390
|
-
},
|
|
3391
|
-
"simulator": {
|
|
3392
|
-
"description": "Filter only iOS simulator builds. Can only be used with --platform flag set to \"ios\"",
|
|
3393
|
-
"name": "simulator",
|
|
3394
|
-
"allowNo": false,
|
|
3395
|
-
"type": "boolean"
|
|
3396
3767
|
}
|
|
3397
3768
|
},
|
|
3398
3769
|
"hasDynamicHelp": false,
|
|
3399
3770
|
"hiddenAliases": [],
|
|
3400
|
-
"id": "
|
|
3771
|
+
"id": "channel:view",
|
|
3401
3772
|
"pluginAlias": "eas-cli",
|
|
3402
3773
|
"pluginName": "eas-cli",
|
|
3403
3774
|
"pluginType": "core",
|
|
@@ -3445,21 +3816,20 @@
|
|
|
3445
3816
|
},
|
|
3446
3817
|
"contextDefinition": {
|
|
3447
3818
|
"projectId": {},
|
|
3448
|
-
"loggedIn": {}
|
|
3449
|
-
"vcsClient": {}
|
|
3819
|
+
"loggedIn": {}
|
|
3450
3820
|
},
|
|
3451
3821
|
"isESM": false,
|
|
3452
3822
|
"relativePath": [
|
|
3453
3823
|
"build",
|
|
3454
3824
|
"commands",
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3825
|
+
"channel",
|
|
3826
|
+
"view.js"
|
|
3457
3827
|
]
|
|
3458
3828
|
},
|
|
3459
|
-
"build
|
|
3829
|
+
"credentials:configure-build": {
|
|
3460
3830
|
"aliases": [],
|
|
3461
3831
|
"args": {},
|
|
3462
|
-
"description": "
|
|
3832
|
+
"description": "Set up credentials for building your project.",
|
|
3463
3833
|
"flags": {
|
|
3464
3834
|
"platform": {
|
|
3465
3835
|
"char": "p",
|
|
@@ -3472,70 +3842,19 @@
|
|
|
3472
3842
|
],
|
|
3473
3843
|
"type": "option"
|
|
3474
3844
|
},
|
|
3475
|
-
"
|
|
3476
|
-
"aliases": [
|
|
3477
|
-
"profile"
|
|
3478
|
-
],
|
|
3845
|
+
"profile": {
|
|
3479
3846
|
"char": "e",
|
|
3480
|
-
"description": "
|
|
3481
|
-
"name": "
|
|
3482
|
-
"hasDynamicHelp": false,
|
|
3483
|
-
"helpValue": "PROFILE_NAME",
|
|
3484
|
-
"multiple": false,
|
|
3485
|
-
"type": "option"
|
|
3486
|
-
},
|
|
3487
|
-
"source-profile": {
|
|
3488
|
-
"description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
|
|
3489
|
-
"name": "source-profile",
|
|
3847
|
+
"description": "The name of the build profile in eas.json.",
|
|
3848
|
+
"name": "profile",
|
|
3490
3849
|
"hasDynamicHelp": false,
|
|
3491
3850
|
"helpValue": "PROFILE_NAME",
|
|
3492
3851
|
"multiple": false,
|
|
3493
3852
|
"type": "option"
|
|
3494
|
-
},
|
|
3495
|
-
"wait": {
|
|
3496
|
-
"description": "Wait for build(s) to complete.",
|
|
3497
|
-
"name": "wait",
|
|
3498
|
-
"allowNo": true,
|
|
3499
|
-
"type": "boolean"
|
|
3500
|
-
},
|
|
3501
|
-
"id": {
|
|
3502
|
-
"description": "ID of the build to re-sign.",
|
|
3503
|
-
"name": "id",
|
|
3504
|
-
"hasDynamicHelp": false,
|
|
3505
|
-
"multiple": false,
|
|
3506
|
-
"type": "option"
|
|
3507
|
-
},
|
|
3508
|
-
"offset": {
|
|
3509
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3510
|
-
"name": "offset",
|
|
3511
|
-
"hasDynamicHelp": false,
|
|
3512
|
-
"multiple": false,
|
|
3513
|
-
"type": "option"
|
|
3514
|
-
},
|
|
3515
|
-
"limit": {
|
|
3516
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3517
|
-
"name": "limit",
|
|
3518
|
-
"hasDynamicHelp": false,
|
|
3519
|
-
"multiple": false,
|
|
3520
|
-
"type": "option"
|
|
3521
|
-
},
|
|
3522
|
-
"json": {
|
|
3523
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
3524
|
-
"name": "json",
|
|
3525
|
-
"allowNo": false,
|
|
3526
|
-
"type": "boolean"
|
|
3527
|
-
},
|
|
3528
|
-
"non-interactive": {
|
|
3529
|
-
"description": "Run the command in non-interactive mode.",
|
|
3530
|
-
"name": "non-interactive",
|
|
3531
|
-
"noCacheDefault": true,
|
|
3532
|
-
"allowNo": false,
|
|
3533
|
-
"type": "boolean"
|
|
3534
3853
|
}
|
|
3535
3854
|
},
|
|
3536
3855
|
"hasDynamicHelp": false,
|
|
3537
3856
|
"hiddenAliases": [],
|
|
3538
|
-
"id": "build
|
|
3857
|
+
"id": "credentials:configure-build",
|
|
3539
3858
|
"pluginAlias": "eas-cli",
|
|
3540
3859
|
"pluginName": "eas-cli",
|
|
3541
3860
|
"pluginType": "core",
|
|
@@ -3583,9 +3902,9 @@
|
|
|
3583
3902
|
},
|
|
3584
3903
|
"contextDefinition": {
|
|
3585
3904
|
"loggedIn": {},
|
|
3905
|
+
"privateProjectConfig": {},
|
|
3586
3906
|
"getDynamicPublicProjectConfigAsync": {},
|
|
3587
3907
|
"getDynamicPrivateProjectConfigAsync": {},
|
|
3588
|
-
"projectDir": {},
|
|
3589
3908
|
"analytics": {},
|
|
3590
3909
|
"vcsClient": {}
|
|
3591
3910
|
},
|
|
@@ -3593,60 +3912,15 @@
|
|
|
3593
3912
|
"relativePath": [
|
|
3594
3913
|
"build",
|
|
3595
3914
|
"commands",
|
|
3596
|
-
"
|
|
3597
|
-
"
|
|
3915
|
+
"credentials",
|
|
3916
|
+
"configure-build.js"
|
|
3598
3917
|
]
|
|
3599
3918
|
},
|
|
3600
|
-
"
|
|
3919
|
+
"credentials": {
|
|
3601
3920
|
"aliases": [],
|
|
3602
3921
|
"args": {},
|
|
3603
|
-
"description": "
|
|
3922
|
+
"description": "manage credentials",
|
|
3604
3923
|
"flags": {
|
|
3605
|
-
"latest": {
|
|
3606
|
-
"description": "Run the latest simulator/emulator build for specified platform",
|
|
3607
|
-
"exclusive": [
|
|
3608
|
-
"id",
|
|
3609
|
-
"path",
|
|
3610
|
-
"url"
|
|
3611
|
-
],
|
|
3612
|
-
"name": "latest",
|
|
3613
|
-
"allowNo": false,
|
|
3614
|
-
"type": "boolean"
|
|
3615
|
-
},
|
|
3616
|
-
"url": {
|
|
3617
|
-
"description": "Simulator/Emulator build archive url",
|
|
3618
|
-
"exclusive": [
|
|
3619
|
-
"latest",
|
|
3620
|
-
"id",
|
|
3621
|
-
"path"
|
|
3622
|
-
],
|
|
3623
|
-
"name": "url",
|
|
3624
|
-
"hasDynamicHelp": false,
|
|
3625
|
-
"multiple": false,
|
|
3626
|
-
"type": "option"
|
|
3627
|
-
},
|
|
3628
|
-
"path": {
|
|
3629
|
-
"description": "Path to the simulator/emulator build archive or app",
|
|
3630
|
-
"exclusive": [
|
|
3631
|
-
"latest",
|
|
3632
|
-
"id",
|
|
3633
|
-
"url"
|
|
3634
|
-
],
|
|
3635
|
-
"name": "path",
|
|
3636
|
-
"hasDynamicHelp": false,
|
|
3637
|
-
"multiple": false,
|
|
3638
|
-
"type": "option"
|
|
3639
|
-
},
|
|
3640
|
-
"id": {
|
|
3641
|
-
"description": "ID of the simulator/emulator build to run",
|
|
3642
|
-
"exclusive": [
|
|
3643
|
-
"latest, path, url"
|
|
3644
|
-
],
|
|
3645
|
-
"name": "id",
|
|
3646
|
-
"hasDynamicHelp": false,
|
|
3647
|
-
"multiple": false,
|
|
3648
|
-
"type": "option"
|
|
3649
|
-
},
|
|
3650
3924
|
"platform": {
|
|
3651
3925
|
"char": "p",
|
|
3652
3926
|
"name": "platform",
|
|
@@ -3657,34 +3931,11 @@
|
|
|
3657
3931
|
"ios"
|
|
3658
3932
|
],
|
|
3659
3933
|
"type": "option"
|
|
3660
|
-
},
|
|
3661
|
-
"profile": {
|
|
3662
|
-
"char": "e",
|
|
3663
|
-
"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.",
|
|
3664
|
-
"name": "profile",
|
|
3665
|
-
"hasDynamicHelp": false,
|
|
3666
|
-
"helpValue": "PROFILE_NAME",
|
|
3667
|
-
"multiple": false,
|
|
3668
|
-
"type": "option"
|
|
3669
|
-
},
|
|
3670
|
-
"offset": {
|
|
3671
|
-
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
3672
|
-
"name": "offset",
|
|
3673
|
-
"hasDynamicHelp": false,
|
|
3674
|
-
"multiple": false,
|
|
3675
|
-
"type": "option"
|
|
3676
|
-
},
|
|
3677
|
-
"limit": {
|
|
3678
|
-
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
3679
|
-
"name": "limit",
|
|
3680
|
-
"hasDynamicHelp": false,
|
|
3681
|
-
"multiple": false,
|
|
3682
|
-
"type": "option"
|
|
3683
3934
|
}
|
|
3684
3935
|
},
|
|
3685
3936
|
"hasDynamicHelp": false,
|
|
3686
3937
|
"hiddenAliases": [],
|
|
3687
|
-
"id": "
|
|
3938
|
+
"id": "credentials",
|
|
3688
3939
|
"pluginAlias": "eas-cli",
|
|
3689
3940
|
"pluginName": "eas-cli",
|
|
3690
3941
|
"pluginType": "core",
|
|
@@ -3732,36 +3983,104 @@
|
|
|
3732
3983
|
},
|
|
3733
3984
|
"contextDefinition": {
|
|
3734
3985
|
"loggedIn": {},
|
|
3735
|
-
"
|
|
3986
|
+
"optionalPrivateProjectConfig": {},
|
|
3987
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
3988
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
3989
|
+
"analytics": {},
|
|
3736
3990
|
"vcsClient": {}
|
|
3737
3991
|
},
|
|
3738
3992
|
"isESM": false,
|
|
3739
3993
|
"relativePath": [
|
|
3740
3994
|
"build",
|
|
3741
3995
|
"commands",
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3996
|
+
"credentials",
|
|
3997
|
+
"index.js"
|
|
3744
3998
|
]
|
|
3745
3999
|
},
|
|
3746
|
-
"
|
|
4000
|
+
"env:create": {
|
|
3747
4001
|
"aliases": [],
|
|
3748
4002
|
"args": {
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
4003
|
+
"environment": {
|
|
4004
|
+
"description": "Environment to create the variable in. Default environments are 'production', 'preview', and 'development'.",
|
|
4005
|
+
"name": "environment",
|
|
4006
|
+
"required": false
|
|
3751
4007
|
}
|
|
3752
4008
|
},
|
|
3753
|
-
"description": "
|
|
4009
|
+
"description": "create an environment variable for the current project or account",
|
|
3754
4010
|
"flags": {
|
|
3755
|
-
"
|
|
3756
|
-
"description": "
|
|
3757
|
-
"name": "
|
|
4011
|
+
"name": {
|
|
4012
|
+
"description": "Name of the variable",
|
|
4013
|
+
"name": "name",
|
|
4014
|
+
"hasDynamicHelp": false,
|
|
4015
|
+
"multiple": false,
|
|
4016
|
+
"type": "option"
|
|
4017
|
+
},
|
|
4018
|
+
"value": {
|
|
4019
|
+
"description": "Text value or the variable",
|
|
4020
|
+
"name": "value",
|
|
4021
|
+
"hasDynamicHelp": false,
|
|
4022
|
+
"multiple": false,
|
|
4023
|
+
"type": "option"
|
|
4024
|
+
},
|
|
4025
|
+
"force": {
|
|
4026
|
+
"description": "Overwrite existing variable",
|
|
4027
|
+
"name": "force",
|
|
4028
|
+
"allowNo": false,
|
|
4029
|
+
"type": "boolean"
|
|
4030
|
+
},
|
|
4031
|
+
"type": {
|
|
4032
|
+
"description": "The type of variable",
|
|
4033
|
+
"name": "type",
|
|
4034
|
+
"hasDynamicHelp": false,
|
|
4035
|
+
"multiple": false,
|
|
4036
|
+
"options": [
|
|
4037
|
+
"string",
|
|
4038
|
+
"file"
|
|
4039
|
+
],
|
|
4040
|
+
"type": "option"
|
|
4041
|
+
},
|
|
4042
|
+
"visibility": {
|
|
4043
|
+
"description": "Visibility of the variable",
|
|
4044
|
+
"name": "visibility",
|
|
4045
|
+
"hasDynamicHelp": false,
|
|
4046
|
+
"multiple": false,
|
|
4047
|
+
"options": [
|
|
4048
|
+
"plaintext",
|
|
4049
|
+
"sensitive",
|
|
4050
|
+
"secret"
|
|
4051
|
+
],
|
|
4052
|
+
"type": "option"
|
|
4053
|
+
},
|
|
4054
|
+
"scope": {
|
|
4055
|
+
"description": "Scope for the variable",
|
|
4056
|
+
"name": "scope",
|
|
4057
|
+
"default": "project",
|
|
4058
|
+
"hasDynamicHelp": false,
|
|
4059
|
+
"multiple": false,
|
|
4060
|
+
"options": [
|
|
4061
|
+
"project",
|
|
4062
|
+
"account"
|
|
4063
|
+
],
|
|
4064
|
+
"type": "option"
|
|
4065
|
+
},
|
|
4066
|
+
"environment": {
|
|
4067
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4068
|
+
"name": "environment",
|
|
4069
|
+
"hasDynamicHelp": false,
|
|
4070
|
+
"multiple": true,
|
|
4071
|
+
"type": "option"
|
|
4072
|
+
},
|
|
4073
|
+
"non-interactive": {
|
|
4074
|
+
"description": "Run the command in non-interactive mode.",
|
|
4075
|
+
"name": "non-interactive",
|
|
4076
|
+
"noCacheDefault": true,
|
|
3758
4077
|
"allowNo": false,
|
|
3759
4078
|
"type": "boolean"
|
|
3760
4079
|
}
|
|
3761
4080
|
},
|
|
3762
4081
|
"hasDynamicHelp": false,
|
|
3763
4082
|
"hiddenAliases": [],
|
|
3764
|
-
"id": "
|
|
4083
|
+
"id": "env:create",
|
|
3765
4084
|
"pluginAlias": "eas-cli",
|
|
3766
4085
|
"pluginName": "eas-cli",
|
|
3767
4086
|
"pluginType": "core",
|
|
@@ -3809,46 +4128,65 @@
|
|
|
3809
4128
|
},
|
|
3810
4129
|
"contextDefinition": {
|
|
3811
4130
|
"projectId": {},
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
4131
|
+
"analytics": {},
|
|
4132
|
+
"loggedIn": {}
|
|
3814
4133
|
},
|
|
3815
4134
|
"isESM": false,
|
|
3816
4135
|
"relativePath": [
|
|
3817
4136
|
"build",
|
|
3818
4137
|
"commands",
|
|
3819
|
-
"
|
|
3820
|
-
"
|
|
4138
|
+
"env",
|
|
4139
|
+
"create.js"
|
|
3821
4140
|
]
|
|
3822
4141
|
},
|
|
3823
|
-
"
|
|
4142
|
+
"env:delete": {
|
|
3824
4143
|
"aliases": [],
|
|
3825
|
-
"args": {
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
"
|
|
3830
|
-
|
|
4144
|
+
"args": {
|
|
4145
|
+
"environment": {
|
|
4146
|
+
"description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
|
|
4147
|
+
"name": "environment",
|
|
4148
|
+
"required": false
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
"description": "delete an environment variable for the current project or account",
|
|
4152
|
+
"flags": {
|
|
4153
|
+
"variable-name": {
|
|
4154
|
+
"description": "Name of the variable to delete",
|
|
4155
|
+
"name": "variable-name",
|
|
3831
4156
|
"hasDynamicHelp": false,
|
|
3832
4157
|
"multiple": false,
|
|
3833
|
-
"options": [
|
|
3834
|
-
"android",
|
|
3835
|
-
"ios"
|
|
3836
|
-
],
|
|
3837
4158
|
"type": "option"
|
|
3838
4159
|
},
|
|
3839
|
-
"
|
|
3840
|
-
"
|
|
3841
|
-
"
|
|
3842
|
-
"
|
|
4160
|
+
"variable-environment": {
|
|
4161
|
+
"description": "Current environment of the variable to delete",
|
|
4162
|
+
"name": "variable-environment",
|
|
4163
|
+
"hasDynamicHelp": false,
|
|
4164
|
+
"multiple": false,
|
|
4165
|
+
"type": "option"
|
|
4166
|
+
},
|
|
4167
|
+
"scope": {
|
|
4168
|
+
"description": "Scope for the variable",
|
|
4169
|
+
"name": "scope",
|
|
4170
|
+
"default": "project",
|
|
3843
4171
|
"hasDynamicHelp": false,
|
|
3844
|
-
"helpValue": "PROFILE_NAME",
|
|
3845
4172
|
"multiple": false,
|
|
4173
|
+
"options": [
|
|
4174
|
+
"project",
|
|
4175
|
+
"account"
|
|
4176
|
+
],
|
|
3846
4177
|
"type": "option"
|
|
4178
|
+
},
|
|
4179
|
+
"non-interactive": {
|
|
4180
|
+
"description": "Run the command in non-interactive mode.",
|
|
4181
|
+
"name": "non-interactive",
|
|
4182
|
+
"noCacheDefault": true,
|
|
4183
|
+
"allowNo": false,
|
|
4184
|
+
"type": "boolean"
|
|
3847
4185
|
}
|
|
3848
4186
|
},
|
|
3849
4187
|
"hasDynamicHelp": false,
|
|
3850
4188
|
"hiddenAliases": [],
|
|
3851
|
-
"id": "
|
|
4189
|
+
"id": "env:delete",
|
|
3852
4190
|
"pluginAlias": "eas-cli",
|
|
3853
4191
|
"pluginName": "eas-cli",
|
|
3854
4192
|
"pluginType": "core",
|
|
@@ -3895,41 +4233,44 @@
|
|
|
3895
4233
|
}
|
|
3896
4234
|
},
|
|
3897
4235
|
"contextDefinition": {
|
|
3898
|
-
"
|
|
3899
|
-
"
|
|
3900
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3901
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3902
|
-
"analytics": {},
|
|
3903
|
-
"vcsClient": {}
|
|
4236
|
+
"projectId": {},
|
|
4237
|
+
"loggedIn": {}
|
|
3904
4238
|
},
|
|
3905
4239
|
"isESM": false,
|
|
3906
4240
|
"relativePath": [
|
|
3907
4241
|
"build",
|
|
3908
4242
|
"commands",
|
|
3909
|
-
"
|
|
3910
|
-
"
|
|
4243
|
+
"env",
|
|
4244
|
+
"delete.js"
|
|
3911
4245
|
]
|
|
3912
4246
|
},
|
|
3913
|
-
"
|
|
4247
|
+
"env:exec": {
|
|
3914
4248
|
"aliases": [],
|
|
3915
|
-
"args": {
|
|
3916
|
-
|
|
4249
|
+
"args": {
|
|
4250
|
+
"environment": {
|
|
4251
|
+
"description": "Environment to execute the command in. Default environments are 'production', 'preview', and 'development'.",
|
|
4252
|
+
"name": "environment",
|
|
4253
|
+
"required": true
|
|
4254
|
+
},
|
|
4255
|
+
"bash_command": {
|
|
4256
|
+
"description": "bash command to execute with the environment variables from the environment",
|
|
4257
|
+
"name": "bash_command",
|
|
4258
|
+
"required": true
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
4261
|
+
"description": "execute a command with environment variables from the selected environment",
|
|
3917
4262
|
"flags": {
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3920
|
-
"name": "
|
|
3921
|
-
"
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3924
|
-
"android",
|
|
3925
|
-
"ios"
|
|
3926
|
-
],
|
|
3927
|
-
"type": "option"
|
|
4263
|
+
"non-interactive": {
|
|
4264
|
+
"description": "Run the command in non-interactive mode.",
|
|
4265
|
+
"name": "non-interactive",
|
|
4266
|
+
"noCacheDefault": true,
|
|
4267
|
+
"allowNo": false,
|
|
4268
|
+
"type": "boolean"
|
|
3928
4269
|
}
|
|
3929
4270
|
},
|
|
3930
4271
|
"hasDynamicHelp": false,
|
|
3931
4272
|
"hiddenAliases": [],
|
|
3932
|
-
"id": "
|
|
4273
|
+
"id": "env:exec",
|
|
3933
4274
|
"pluginAlias": "eas-cli",
|
|
3934
4275
|
"pluginName": "eas-cli",
|
|
3935
4276
|
"pluginType": "core",
|
|
@@ -3976,37 +4317,65 @@
|
|
|
3976
4317
|
}
|
|
3977
4318
|
},
|
|
3978
4319
|
"contextDefinition": {
|
|
3979
|
-
"
|
|
3980
|
-
"
|
|
3981
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3982
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3983
|
-
"analytics": {},
|
|
3984
|
-
"vcsClient": {}
|
|
4320
|
+
"projectId": {},
|
|
4321
|
+
"loggedIn": {}
|
|
3985
4322
|
},
|
|
3986
4323
|
"isESM": false,
|
|
3987
4324
|
"relativePath": [
|
|
3988
4325
|
"build",
|
|
3989
4326
|
"commands",
|
|
3990
|
-
"
|
|
3991
|
-
"
|
|
4327
|
+
"env",
|
|
4328
|
+
"exec.js"
|
|
3992
4329
|
]
|
|
3993
4330
|
},
|
|
3994
|
-
"
|
|
3995
|
-
"aliases": [
|
|
3996
|
-
"worker:delete"
|
|
3997
|
-
],
|
|
4331
|
+
"env:get": {
|
|
4332
|
+
"aliases": [],
|
|
3998
4333
|
"args": {
|
|
3999
|
-
"
|
|
4000
|
-
"
|
|
4334
|
+
"environment": {
|
|
4335
|
+
"description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
|
|
4336
|
+
"name": "environment",
|
|
4337
|
+
"required": false
|
|
4001
4338
|
}
|
|
4002
4339
|
},
|
|
4003
|
-
"description": "
|
|
4340
|
+
"description": "view an environment variable for the current project or account",
|
|
4004
4341
|
"flags": {
|
|
4005
|
-
"
|
|
4006
|
-
"description": "
|
|
4007
|
-
"name": "
|
|
4008
|
-
"
|
|
4009
|
-
"
|
|
4342
|
+
"variable-name": {
|
|
4343
|
+
"description": "Name of the variable",
|
|
4344
|
+
"name": "variable-name",
|
|
4345
|
+
"hasDynamicHelp": false,
|
|
4346
|
+
"multiple": false,
|
|
4347
|
+
"type": "option"
|
|
4348
|
+
},
|
|
4349
|
+
"variable-environment": {
|
|
4350
|
+
"description": "Current environment of the variable",
|
|
4351
|
+
"name": "variable-environment",
|
|
4352
|
+
"hasDynamicHelp": false,
|
|
4353
|
+
"multiple": false,
|
|
4354
|
+
"type": "option"
|
|
4355
|
+
},
|
|
4356
|
+
"format": {
|
|
4357
|
+
"description": "Output format",
|
|
4358
|
+
"name": "format",
|
|
4359
|
+
"default": "short",
|
|
4360
|
+
"hasDynamicHelp": false,
|
|
4361
|
+
"multiple": false,
|
|
4362
|
+
"options": [
|
|
4363
|
+
"long",
|
|
4364
|
+
"short"
|
|
4365
|
+
],
|
|
4366
|
+
"type": "option"
|
|
4367
|
+
},
|
|
4368
|
+
"scope": {
|
|
4369
|
+
"description": "Scope for the variable",
|
|
4370
|
+
"name": "scope",
|
|
4371
|
+
"default": "project",
|
|
4372
|
+
"hasDynamicHelp": false,
|
|
4373
|
+
"multiple": false,
|
|
4374
|
+
"options": [
|
|
4375
|
+
"project",
|
|
4376
|
+
"account"
|
|
4377
|
+
],
|
|
4378
|
+
"type": "option"
|
|
4010
4379
|
},
|
|
4011
4380
|
"non-interactive": {
|
|
4012
4381
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -4018,11 +4387,10 @@
|
|
|
4018
4387
|
},
|
|
4019
4388
|
"hasDynamicHelp": false,
|
|
4020
4389
|
"hiddenAliases": [],
|
|
4021
|
-
"id": "
|
|
4390
|
+
"id": "env:get",
|
|
4022
4391
|
"pluginAlias": "eas-cli",
|
|
4023
4392
|
"pluginName": "eas-cli",
|
|
4024
4393
|
"pluginType": "core",
|
|
4025
|
-
"state": "preview",
|
|
4026
4394
|
"strict": true,
|
|
4027
4395
|
"enableJsonFlag": false,
|
|
4028
4396
|
"ContextOptions": {
|
|
@@ -4066,105 +4434,79 @@
|
|
|
4066
4434
|
}
|
|
4067
4435
|
},
|
|
4068
4436
|
"contextDefinition": {
|
|
4069
|
-
"
|
|
4070
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
4071
|
-
"projectDir": {},
|
|
4437
|
+
"projectId": {},
|
|
4072
4438
|
"loggedIn": {}
|
|
4073
4439
|
},
|
|
4074
4440
|
"isESM": false,
|
|
4075
4441
|
"relativePath": [
|
|
4076
4442
|
"build",
|
|
4077
4443
|
"commands",
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4444
|
+
"env",
|
|
4445
|
+
"get.js"
|
|
4080
4446
|
]
|
|
4081
4447
|
},
|
|
4082
|
-
"
|
|
4083
|
-
"aliases": [
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4448
|
+
"env:list": {
|
|
4449
|
+
"aliases": [],
|
|
4450
|
+
"args": {
|
|
4451
|
+
"environment": {
|
|
4452
|
+
"description": "Environment to list the variables from. Default environments are 'production', 'preview', and 'development'.",
|
|
4453
|
+
"name": "environment",
|
|
4454
|
+
"required": false
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
"description": "list environment variables for the current project or account",
|
|
4088
4458
|
"flags": {
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
|
|
4092
|
-
],
|
|
4093
|
-
"description": "Create a new production deployment.",
|
|
4094
|
-
"name": "prod",
|
|
4459
|
+
"include-sensitive": {
|
|
4460
|
+
"description": "Display sensitive values in the output",
|
|
4461
|
+
"name": "include-sensitive",
|
|
4095
4462
|
"allowNo": false,
|
|
4096
4463
|
"type": "boolean"
|
|
4097
4464
|
},
|
|
4098
|
-
"
|
|
4099
|
-
"description": "
|
|
4100
|
-
"name": "
|
|
4101
|
-
"hasDynamicHelp": false,
|
|
4102
|
-
"helpValue": "name",
|
|
4103
|
-
"multiple": false,
|
|
4104
|
-
"type": "option"
|
|
4105
|
-
},
|
|
4106
|
-
"id": {
|
|
4107
|
-
"description": "Custom unique identifier for the new deployment.",
|
|
4108
|
-
"name": "id",
|
|
4109
|
-
"hasDynamicHelp": false,
|
|
4110
|
-
"helpValue": "xyz123",
|
|
4111
|
-
"multiple": false,
|
|
4112
|
-
"type": "option"
|
|
4113
|
-
},
|
|
4114
|
-
"export-dir": {
|
|
4115
|
-
"description": "Directory where the Expo project was exported.",
|
|
4116
|
-
"name": "export-dir",
|
|
4117
|
-
"default": "dist",
|
|
4118
|
-
"hasDynamicHelp": false,
|
|
4119
|
-
"helpValue": "dir",
|
|
4120
|
-
"multiple": false,
|
|
4121
|
-
"type": "option"
|
|
4122
|
-
},
|
|
4123
|
-
"dry-run": {
|
|
4124
|
-
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
4125
|
-
"name": "dry-run",
|
|
4465
|
+
"include-file-content": {
|
|
4466
|
+
"description": "Display files content in the output",
|
|
4467
|
+
"name": "include-file-content",
|
|
4126
4468
|
"allowNo": false,
|
|
4127
4469
|
"type": "boolean"
|
|
4128
4470
|
},
|
|
4129
|
-
"source-maps": {
|
|
4130
|
-
"description": "Include source maps in the deployment.",
|
|
4131
|
-
"name": "source-maps",
|
|
4132
|
-
"allowNo": true,
|
|
4133
|
-
"type": "boolean"
|
|
4134
|
-
},
|
|
4135
4471
|
"environment": {
|
|
4136
4472
|
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4137
4473
|
"name": "environment",
|
|
4138
4474
|
"hasDynamicHelp": false,
|
|
4139
|
-
"multiple":
|
|
4475
|
+
"multiple": true,
|
|
4140
4476
|
"type": "option"
|
|
4141
4477
|
},
|
|
4142
|
-
"
|
|
4143
|
-
"description": "
|
|
4144
|
-
"name": "
|
|
4145
|
-
"
|
|
4146
|
-
"
|
|
4478
|
+
"format": {
|
|
4479
|
+
"description": "Output format",
|
|
4480
|
+
"name": "format",
|
|
4481
|
+
"default": "short",
|
|
4482
|
+
"hasDynamicHelp": false,
|
|
4483
|
+
"multiple": false,
|
|
4484
|
+
"options": [
|
|
4485
|
+
"long",
|
|
4486
|
+
"short"
|
|
4487
|
+
],
|
|
4488
|
+
"type": "option"
|
|
4147
4489
|
},
|
|
4148
|
-
"
|
|
4149
|
-
"description": "
|
|
4150
|
-
"name": "
|
|
4151
|
-
"
|
|
4152
|
-
"
|
|
4153
|
-
"
|
|
4490
|
+
"scope": {
|
|
4491
|
+
"description": "Scope for the variable",
|
|
4492
|
+
"name": "scope",
|
|
4493
|
+
"default": "project",
|
|
4494
|
+
"hasDynamicHelp": false,
|
|
4495
|
+
"multiple": false,
|
|
4496
|
+
"options": [
|
|
4497
|
+
"project",
|
|
4498
|
+
"account"
|
|
4499
|
+
],
|
|
4500
|
+
"type": "option"
|
|
4154
4501
|
}
|
|
4155
4502
|
},
|
|
4156
4503
|
"hasDynamicHelp": false,
|
|
4157
4504
|
"hiddenAliases": [],
|
|
4158
|
-
"id": "
|
|
4505
|
+
"id": "env:list",
|
|
4159
4506
|
"pluginAlias": "eas-cli",
|
|
4160
4507
|
"pluginName": "eas-cli",
|
|
4161
4508
|
"pluginType": "core",
|
|
4162
|
-
"state": "preview",
|
|
4163
4509
|
"strict": true,
|
|
4164
|
-
"usage": [
|
|
4165
|
-
"deploy [options]",
|
|
4166
|
-
"deploy --prod"
|
|
4167
|
-
],
|
|
4168
4510
|
"enableJsonFlag": false,
|
|
4169
4511
|
"ContextOptions": {
|
|
4170
4512
|
"LoggedIn": {
|
|
@@ -4207,27 +4549,54 @@
|
|
|
4207
4549
|
}
|
|
4208
4550
|
},
|
|
4209
4551
|
"contextDefinition": {
|
|
4210
|
-
"
|
|
4211
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
4212
|
-
"projectDir": {},
|
|
4552
|
+
"projectId": {},
|
|
4213
4553
|
"loggedIn": {}
|
|
4214
4554
|
},
|
|
4215
4555
|
"isESM": false,
|
|
4216
4556
|
"relativePath": [
|
|
4217
4557
|
"build",
|
|
4218
4558
|
"commands",
|
|
4219
|
-
"
|
|
4220
|
-
"
|
|
4559
|
+
"env",
|
|
4560
|
+
"list.js"
|
|
4221
4561
|
]
|
|
4222
4562
|
},
|
|
4223
|
-
"
|
|
4563
|
+
"env:pull": {
|
|
4224
4564
|
"aliases": [],
|
|
4225
|
-
"args": {
|
|
4226
|
-
|
|
4227
|
-
|
|
4565
|
+
"args": {
|
|
4566
|
+
"environment": {
|
|
4567
|
+
"description": "Environment to pull variables from. Default environments are 'production', 'preview', and 'development'.",
|
|
4568
|
+
"name": "environment",
|
|
4569
|
+
"required": false
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
"description": "pull environment variables for the selected environment to .env file",
|
|
4573
|
+
"flags": {
|
|
4574
|
+
"non-interactive": {
|
|
4575
|
+
"description": "Run the command in non-interactive mode.",
|
|
4576
|
+
"name": "non-interactive",
|
|
4577
|
+
"noCacheDefault": true,
|
|
4578
|
+
"allowNo": false,
|
|
4579
|
+
"type": "boolean"
|
|
4580
|
+
},
|
|
4581
|
+
"environment": {
|
|
4582
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4583
|
+
"name": "environment",
|
|
4584
|
+
"hasDynamicHelp": false,
|
|
4585
|
+
"multiple": false,
|
|
4586
|
+
"type": "option"
|
|
4587
|
+
},
|
|
4588
|
+
"path": {
|
|
4589
|
+
"description": "Path to the result `.env` file",
|
|
4590
|
+
"name": "path",
|
|
4591
|
+
"default": ".env.local",
|
|
4592
|
+
"hasDynamicHelp": false,
|
|
4593
|
+
"multiple": false,
|
|
4594
|
+
"type": "option"
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4228
4597
|
"hasDynamicHelp": false,
|
|
4229
4598
|
"hiddenAliases": [],
|
|
4230
|
-
"id": "
|
|
4599
|
+
"id": "env:pull",
|
|
4231
4600
|
"pluginAlias": "eas-cli",
|
|
4232
4601
|
"pluginName": "eas-cli",
|
|
4233
4602
|
"pluginType": "core",
|
|
@@ -4274,53 +4643,54 @@
|
|
|
4274
4643
|
}
|
|
4275
4644
|
},
|
|
4276
4645
|
"contextDefinition": {
|
|
4646
|
+
"projectId": {},
|
|
4277
4647
|
"loggedIn": {},
|
|
4278
|
-
"
|
|
4648
|
+
"projectDir": {}
|
|
4279
4649
|
},
|
|
4280
4650
|
"isESM": false,
|
|
4281
4651
|
"relativePath": [
|
|
4282
4652
|
"build",
|
|
4283
4653
|
"commands",
|
|
4284
|
-
"
|
|
4285
|
-
"
|
|
4654
|
+
"env",
|
|
4655
|
+
"pull.js"
|
|
4286
4656
|
]
|
|
4287
4657
|
},
|
|
4288
|
-
"
|
|
4658
|
+
"env:push": {
|
|
4289
4659
|
"aliases": [],
|
|
4290
|
-
"args": {
|
|
4291
|
-
|
|
4660
|
+
"args": {
|
|
4661
|
+
"environment": {
|
|
4662
|
+
"description": "Environment to push variables to. Default environments are 'production', 'preview', and 'development'.",
|
|
4663
|
+
"name": "environment",
|
|
4664
|
+
"required": false
|
|
4665
|
+
}
|
|
4666
|
+
},
|
|
4667
|
+
"description": "push environment variables from .env file to the selected environment",
|
|
4292
4668
|
"flags": {
|
|
4293
|
-
"
|
|
4294
|
-
"description": "
|
|
4295
|
-
"name": "
|
|
4669
|
+
"environment": {
|
|
4670
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4671
|
+
"name": "environment",
|
|
4296
4672
|
"hasDynamicHelp": false,
|
|
4297
|
-
"multiple":
|
|
4673
|
+
"multiple": true,
|
|
4298
4674
|
"type": "option"
|
|
4299
4675
|
},
|
|
4300
|
-
"
|
|
4301
|
-
"description": "
|
|
4302
|
-
"name": "
|
|
4676
|
+
"path": {
|
|
4677
|
+
"description": "Path to the input `.env` file",
|
|
4678
|
+
"name": "path",
|
|
4679
|
+
"default": ".env.local",
|
|
4303
4680
|
"hasDynamicHelp": false,
|
|
4304
4681
|
"multiple": false,
|
|
4305
4682
|
"type": "option"
|
|
4306
4683
|
},
|
|
4307
|
-
"
|
|
4308
|
-
"description": "
|
|
4309
|
-
"name": "
|
|
4310
|
-
"allowNo": false,
|
|
4311
|
-
"type": "boolean"
|
|
4312
|
-
},
|
|
4313
|
-
"non-interactive": {
|
|
4314
|
-
"description": "Run the command in non-interactive mode.",
|
|
4315
|
-
"name": "non-interactive",
|
|
4316
|
-
"noCacheDefault": true,
|
|
4684
|
+
"force": {
|
|
4685
|
+
"description": "Skip confirmation and automatically override existing variables",
|
|
4686
|
+
"name": "force",
|
|
4317
4687
|
"allowNo": false,
|
|
4318
4688
|
"type": "boolean"
|
|
4319
4689
|
}
|
|
4320
4690
|
},
|
|
4321
4691
|
"hasDynamicHelp": false,
|
|
4322
4692
|
"hiddenAliases": [],
|
|
4323
|
-
"id": "
|
|
4693
|
+
"id": "env:push",
|
|
4324
4694
|
"pluginAlias": "eas-cli",
|
|
4325
4695
|
"pluginName": "eas-cli",
|
|
4326
4696
|
"pluginType": "core",
|
|
@@ -4374,40 +4744,90 @@
|
|
|
4374
4744
|
"relativePath": [
|
|
4375
4745
|
"build",
|
|
4376
4746
|
"commands",
|
|
4377
|
-
"
|
|
4378
|
-
"
|
|
4747
|
+
"env",
|
|
4748
|
+
"push.js"
|
|
4379
4749
|
]
|
|
4380
4750
|
},
|
|
4381
|
-
"
|
|
4751
|
+
"env:update": {
|
|
4382
4752
|
"aliases": [],
|
|
4383
|
-
"args": {
|
|
4384
|
-
|
|
4753
|
+
"args": {
|
|
4754
|
+
"environment": {
|
|
4755
|
+
"description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
|
|
4756
|
+
"name": "environment",
|
|
4757
|
+
"required": false
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
"description": "update an environment variable on the current project or account",
|
|
4385
4761
|
"flags": {
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4762
|
+
"variable-name": {
|
|
4763
|
+
"description": "Current name of the variable",
|
|
4764
|
+
"name": "variable-name",
|
|
4388
4765
|
"hasDynamicHelp": false,
|
|
4389
4766
|
"multiple": false,
|
|
4390
4767
|
"type": "option"
|
|
4391
4768
|
},
|
|
4392
|
-
"
|
|
4393
|
-
"description": "
|
|
4394
|
-
"name": "
|
|
4769
|
+
"variable-environment": {
|
|
4770
|
+
"description": "Current environment of the variable to update",
|
|
4771
|
+
"name": "variable-environment",
|
|
4395
4772
|
"hasDynamicHelp": false,
|
|
4396
4773
|
"multiple": false,
|
|
4397
4774
|
"type": "option"
|
|
4398
4775
|
},
|
|
4399
|
-
"
|
|
4400
|
-
"description": "
|
|
4401
|
-
"name": "
|
|
4776
|
+
"name": {
|
|
4777
|
+
"description": "New name of the variable",
|
|
4778
|
+
"name": "name",
|
|
4402
4779
|
"hasDynamicHelp": false,
|
|
4403
4780
|
"multiple": false,
|
|
4404
4781
|
"type": "option"
|
|
4405
4782
|
},
|
|
4406
|
-
"
|
|
4407
|
-
"description": "
|
|
4408
|
-
"name": "
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4783
|
+
"value": {
|
|
4784
|
+
"description": "New value or the variable",
|
|
4785
|
+
"name": "value",
|
|
4786
|
+
"hasDynamicHelp": false,
|
|
4787
|
+
"multiple": false,
|
|
4788
|
+
"type": "option"
|
|
4789
|
+
},
|
|
4790
|
+
"type": {
|
|
4791
|
+
"description": "The type of variable",
|
|
4792
|
+
"name": "type",
|
|
4793
|
+
"hasDynamicHelp": false,
|
|
4794
|
+
"multiple": false,
|
|
4795
|
+
"options": [
|
|
4796
|
+
"string",
|
|
4797
|
+
"file"
|
|
4798
|
+
],
|
|
4799
|
+
"type": "option"
|
|
4800
|
+
},
|
|
4801
|
+
"visibility": {
|
|
4802
|
+
"description": "Visibility of the variable",
|
|
4803
|
+
"name": "visibility",
|
|
4804
|
+
"hasDynamicHelp": false,
|
|
4805
|
+
"multiple": false,
|
|
4806
|
+
"options": [
|
|
4807
|
+
"plaintext",
|
|
4808
|
+
"sensitive",
|
|
4809
|
+
"secret"
|
|
4810
|
+
],
|
|
4811
|
+
"type": "option"
|
|
4812
|
+
},
|
|
4813
|
+
"scope": {
|
|
4814
|
+
"description": "Scope for the variable",
|
|
4815
|
+
"name": "scope",
|
|
4816
|
+
"default": "project",
|
|
4817
|
+
"hasDynamicHelp": false,
|
|
4818
|
+
"multiple": false,
|
|
4819
|
+
"options": [
|
|
4820
|
+
"project",
|
|
4821
|
+
"account"
|
|
4822
|
+
],
|
|
4823
|
+
"type": "option"
|
|
4824
|
+
},
|
|
4825
|
+
"environment": {
|
|
4826
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4827
|
+
"name": "environment",
|
|
4828
|
+
"hasDynamicHelp": false,
|
|
4829
|
+
"multiple": true,
|
|
4830
|
+
"type": "option"
|
|
4411
4831
|
},
|
|
4412
4832
|
"non-interactive": {
|
|
4413
4833
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -4419,7 +4839,7 @@
|
|
|
4419
4839
|
},
|
|
4420
4840
|
"hasDynamicHelp": false,
|
|
4421
4841
|
"hiddenAliases": [],
|
|
4422
|
-
"id": "
|
|
4842
|
+
"id": "env:update",
|
|
4423
4843
|
"pluginAlias": "eas-cli",
|
|
4424
4844
|
"pluginName": "eas-cli",
|
|
4425
4845
|
"pluginType": "core",
|
|
@@ -4467,38 +4887,72 @@
|
|
|
4467
4887
|
},
|
|
4468
4888
|
"contextDefinition": {
|
|
4469
4889
|
"projectId": {},
|
|
4890
|
+
"analytics": {},
|
|
4470
4891
|
"loggedIn": {}
|
|
4471
4892
|
},
|
|
4472
4893
|
"isESM": false,
|
|
4473
4894
|
"relativePath": [
|
|
4474
4895
|
"build",
|
|
4475
4896
|
"commands",
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4897
|
+
"env",
|
|
4898
|
+
"update.js"
|
|
4478
4899
|
]
|
|
4479
4900
|
},
|
|
4480
|
-
"
|
|
4901
|
+
"fingerprint:compare": {
|
|
4481
4902
|
"aliases": [],
|
|
4482
|
-
"args": {
|
|
4483
|
-
|
|
4903
|
+
"args": {
|
|
4904
|
+
"hash1": {
|
|
4905
|
+
"description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
|
|
4906
|
+
"name": "hash1",
|
|
4907
|
+
"required": false
|
|
4908
|
+
},
|
|
4909
|
+
"hash2": {
|
|
4910
|
+
"description": "If two hashes are provided, HASH1 is compared against HASH2.",
|
|
4911
|
+
"name": "hash2",
|
|
4912
|
+
"required": false
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4915
|
+
"description": "compare fingerprints of the current project, builds, and updates",
|
|
4916
|
+
"examples": [
|
|
4917
|
+
"$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
|
|
4918
|
+
"$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
|
|
4919
|
+
"$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
|
|
4920
|
+
"$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
|
|
4921
|
+
"$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
|
|
4922
|
+
"$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
|
|
4923
|
+
"$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
|
|
4924
|
+
"$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
|
|
4925
|
+
],
|
|
4484
4926
|
"flags": {
|
|
4485
|
-
"
|
|
4486
|
-
"
|
|
4487
|
-
|
|
4927
|
+
"build-id": {
|
|
4928
|
+
"aliases": [
|
|
4929
|
+
"buildId"
|
|
4930
|
+
],
|
|
4931
|
+
"description": "Compare the fingerprint with the build with the specified ID",
|
|
4932
|
+
"name": "build-id",
|
|
4488
4933
|
"hasDynamicHelp": false,
|
|
4489
|
-
"multiple":
|
|
4934
|
+
"multiple": true,
|
|
4490
4935
|
"type": "option"
|
|
4491
4936
|
},
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
|
|
4937
|
+
"update-id": {
|
|
4938
|
+
"aliases": [
|
|
4939
|
+
"updateId"
|
|
4940
|
+
],
|
|
4941
|
+
"description": "Compare the fingerprint with the update with the specified ID",
|
|
4942
|
+
"name": "update-id",
|
|
4495
4943
|
"hasDynamicHelp": false,
|
|
4496
|
-
"multiple":
|
|
4944
|
+
"multiple": true,
|
|
4497
4945
|
"type": "option"
|
|
4498
4946
|
},
|
|
4499
|
-
"
|
|
4500
|
-
"description": "
|
|
4501
|
-
"name": "
|
|
4947
|
+
"open": {
|
|
4948
|
+
"description": "Open the fingerprint comparison in the browser",
|
|
4949
|
+
"name": "open",
|
|
4950
|
+
"allowNo": false,
|
|
4951
|
+
"type": "boolean"
|
|
4952
|
+
},
|
|
4953
|
+
"environment": {
|
|
4954
|
+
"description": "If generating a fingerprint from the local directory, use the specified environment.",
|
|
4955
|
+
"name": "environment",
|
|
4502
4956
|
"hasDynamicHelp": false,
|
|
4503
4957
|
"multiple": false,
|
|
4504
4958
|
"type": "option"
|
|
@@ -4519,11 +4973,11 @@
|
|
|
4519
4973
|
},
|
|
4520
4974
|
"hasDynamicHelp": false,
|
|
4521
4975
|
"hiddenAliases": [],
|
|
4522
|
-
"id": "
|
|
4976
|
+
"id": "fingerprint:compare",
|
|
4523
4977
|
"pluginAlias": "eas-cli",
|
|
4524
4978
|
"pluginName": "eas-cli",
|
|
4525
4979
|
"pluginType": "core",
|
|
4526
|
-
"strict":
|
|
4980
|
+
"strict": false,
|
|
4527
4981
|
"enableJsonFlag": false,
|
|
4528
4982
|
"ContextOptions": {
|
|
4529
4983
|
"LoggedIn": {
|
|
@@ -4567,32 +5021,83 @@
|
|
|
4567
5021
|
},
|
|
4568
5022
|
"contextDefinition": {
|
|
4569
5023
|
"projectId": {},
|
|
4570
|
-
"loggedIn": {}
|
|
5024
|
+
"loggedIn": {},
|
|
5025
|
+
"privateProjectConfig": {},
|
|
5026
|
+
"vcsClient": {},
|
|
5027
|
+
"getServerSideEnvironmentVariablesAsync": {}
|
|
4571
5028
|
},
|
|
4572
5029
|
"isESM": false,
|
|
4573
5030
|
"relativePath": [
|
|
4574
5031
|
"build",
|
|
4575
5032
|
"commands",
|
|
4576
|
-
"
|
|
4577
|
-
"
|
|
5033
|
+
"fingerprint",
|
|
5034
|
+
"compare.js"
|
|
4578
5035
|
]
|
|
4579
5036
|
},
|
|
4580
|
-
"
|
|
5037
|
+
"fingerprint:generate": {
|
|
4581
5038
|
"aliases": [],
|
|
4582
|
-
"args": {
|
|
4583
|
-
|
|
4584
|
-
|
|
5039
|
+
"args": {},
|
|
5040
|
+
"description": "generate fingerprints from the current project",
|
|
5041
|
+
"examples": [
|
|
5042
|
+
"$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
|
|
5043
|
+
"$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
|
|
5044
|
+
"$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
|
|
5045
|
+
"$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
|
|
5046
|
+
],
|
|
5047
|
+
"flags": {
|
|
5048
|
+
"platform": {
|
|
5049
|
+
"char": "p",
|
|
5050
|
+
"name": "platform",
|
|
5051
|
+
"hasDynamicHelp": false,
|
|
5052
|
+
"multiple": false,
|
|
5053
|
+
"options": [
|
|
5054
|
+
"android",
|
|
5055
|
+
"ios"
|
|
5056
|
+
],
|
|
5057
|
+
"type": "option"
|
|
5058
|
+
},
|
|
5059
|
+
"environment": {
|
|
5060
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5061
|
+
"exclusive": [
|
|
5062
|
+
"build-profile"
|
|
5063
|
+
],
|
|
5064
|
+
"name": "environment",
|
|
5065
|
+
"hasDynamicHelp": false,
|
|
5066
|
+
"multiple": false,
|
|
5067
|
+
"type": "option"
|
|
5068
|
+
},
|
|
5069
|
+
"build-profile": {
|
|
5070
|
+
"char": "e",
|
|
5071
|
+
"description": "Name of the build profile from eas.json.",
|
|
5072
|
+
"exclusive": [
|
|
5073
|
+
"environment"
|
|
5074
|
+
],
|
|
5075
|
+
"name": "build-profile",
|
|
5076
|
+
"hasDynamicHelp": false,
|
|
5077
|
+
"multiple": false,
|
|
5078
|
+
"type": "option"
|
|
5079
|
+
},
|
|
5080
|
+
"json": {
|
|
5081
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5082
|
+
"name": "json",
|
|
5083
|
+
"allowNo": false,
|
|
5084
|
+
"type": "boolean"
|
|
5085
|
+
},
|
|
5086
|
+
"non-interactive": {
|
|
5087
|
+
"description": "Run the command in non-interactive mode.",
|
|
5088
|
+
"name": "non-interactive",
|
|
5089
|
+
"noCacheDefault": true,
|
|
5090
|
+
"allowNo": false,
|
|
5091
|
+
"type": "boolean"
|
|
4585
5092
|
}
|
|
4586
5093
|
},
|
|
4587
|
-
"description": "view a device for your project",
|
|
4588
|
-
"flags": {},
|
|
4589
5094
|
"hasDynamicHelp": false,
|
|
4590
5095
|
"hiddenAliases": [],
|
|
4591
|
-
"id": "
|
|
5096
|
+
"id": "fingerprint:generate",
|
|
4592
5097
|
"pluginAlias": "eas-cli",
|
|
4593
5098
|
"pluginName": "eas-cli",
|
|
4594
5099
|
"pluginType": "core",
|
|
4595
|
-
"strict":
|
|
5100
|
+
"strict": false,
|
|
4596
5101
|
"enableJsonFlag": false,
|
|
4597
5102
|
"ContextOptions": {
|
|
4598
5103
|
"LoggedIn": {
|
|
@@ -4636,100 +5141,29 @@
|
|
|
4636
5141
|
},
|
|
4637
5142
|
"contextDefinition": {
|
|
4638
5143
|
"projectId": {},
|
|
4639
|
-
"loggedIn": {}
|
|
5144
|
+
"loggedIn": {},
|
|
5145
|
+
"privateProjectConfig": {},
|
|
5146
|
+
"vcsClient": {},
|
|
5147
|
+
"getServerSideEnvironmentVariablesAsync": {},
|
|
5148
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
5149
|
+
"getDynamicPrivateProjectConfigAsync": {}
|
|
4640
5150
|
},
|
|
4641
5151
|
"isESM": false,
|
|
4642
5152
|
"relativePath": [
|
|
4643
5153
|
"build",
|
|
4644
5154
|
"commands",
|
|
4645
|
-
"
|
|
4646
|
-
"
|
|
5155
|
+
"fingerprint",
|
|
5156
|
+
"generate.js"
|
|
4647
5157
|
]
|
|
4648
5158
|
},
|
|
4649
|
-
"
|
|
5159
|
+
"device:create": {
|
|
4650
5160
|
"aliases": [],
|
|
4651
|
-
"args": {
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
"name": "environment",
|
|
4655
|
-
"required": false
|
|
4656
|
-
}
|
|
4657
|
-
},
|
|
4658
|
-
"description": "create an environment variable for the current project or account",
|
|
4659
|
-
"flags": {
|
|
4660
|
-
"name": {
|
|
4661
|
-
"description": "Name of the variable",
|
|
4662
|
-
"name": "name",
|
|
4663
|
-
"hasDynamicHelp": false,
|
|
4664
|
-
"multiple": false,
|
|
4665
|
-
"type": "option"
|
|
4666
|
-
},
|
|
4667
|
-
"value": {
|
|
4668
|
-
"description": "Text value or the variable",
|
|
4669
|
-
"name": "value",
|
|
4670
|
-
"hasDynamicHelp": false,
|
|
4671
|
-
"multiple": false,
|
|
4672
|
-
"type": "option"
|
|
4673
|
-
},
|
|
4674
|
-
"force": {
|
|
4675
|
-
"description": "Overwrite existing variable",
|
|
4676
|
-
"name": "force",
|
|
4677
|
-
"allowNo": false,
|
|
4678
|
-
"type": "boolean"
|
|
4679
|
-
},
|
|
4680
|
-
"type": {
|
|
4681
|
-
"description": "The type of variable",
|
|
4682
|
-
"name": "type",
|
|
4683
|
-
"hasDynamicHelp": false,
|
|
4684
|
-
"multiple": false,
|
|
4685
|
-
"options": [
|
|
4686
|
-
"string",
|
|
4687
|
-
"file"
|
|
4688
|
-
],
|
|
4689
|
-
"type": "option"
|
|
4690
|
-
},
|
|
4691
|
-
"visibility": {
|
|
4692
|
-
"description": "Visibility of the variable",
|
|
4693
|
-
"name": "visibility",
|
|
4694
|
-
"hasDynamicHelp": false,
|
|
4695
|
-
"multiple": false,
|
|
4696
|
-
"options": [
|
|
4697
|
-
"plaintext",
|
|
4698
|
-
"sensitive",
|
|
4699
|
-
"secret"
|
|
4700
|
-
],
|
|
4701
|
-
"type": "option"
|
|
4702
|
-
},
|
|
4703
|
-
"scope": {
|
|
4704
|
-
"description": "Scope for the variable",
|
|
4705
|
-
"name": "scope",
|
|
4706
|
-
"default": "project",
|
|
4707
|
-
"hasDynamicHelp": false,
|
|
4708
|
-
"multiple": false,
|
|
4709
|
-
"options": [
|
|
4710
|
-
"project",
|
|
4711
|
-
"account"
|
|
4712
|
-
],
|
|
4713
|
-
"type": "option"
|
|
4714
|
-
},
|
|
4715
|
-
"environment": {
|
|
4716
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
4717
|
-
"name": "environment",
|
|
4718
|
-
"hasDynamicHelp": false,
|
|
4719
|
-
"multiple": true,
|
|
4720
|
-
"type": "option"
|
|
4721
|
-
},
|
|
4722
|
-
"non-interactive": {
|
|
4723
|
-
"description": "Run the command in non-interactive mode.",
|
|
4724
|
-
"name": "non-interactive",
|
|
4725
|
-
"noCacheDefault": true,
|
|
4726
|
-
"allowNo": false,
|
|
4727
|
-
"type": "boolean"
|
|
4728
|
-
}
|
|
4729
|
-
},
|
|
5161
|
+
"args": {},
|
|
5162
|
+
"description": "register new Apple Devices to use for internal distribution",
|
|
5163
|
+
"flags": {},
|
|
4730
5164
|
"hasDynamicHelp": false,
|
|
4731
5165
|
"hiddenAliases": [],
|
|
4732
|
-
"id": "
|
|
5166
|
+
"id": "device:create",
|
|
4733
5167
|
"pluginAlias": "eas-cli",
|
|
4734
5168
|
"pluginName": "eas-cli",
|
|
4735
5169
|
"pluginType": "core",
|
|
@@ -4776,54 +5210,41 @@
|
|
|
4776
5210
|
}
|
|
4777
5211
|
},
|
|
4778
5212
|
"contextDefinition": {
|
|
4779
|
-
"
|
|
4780
|
-
"
|
|
4781
|
-
"loggedIn": {}
|
|
5213
|
+
"loggedIn": {},
|
|
5214
|
+
"optionalPrivateProjectConfig": {}
|
|
4782
5215
|
},
|
|
4783
5216
|
"isESM": false,
|
|
4784
5217
|
"relativePath": [
|
|
4785
5218
|
"build",
|
|
4786
5219
|
"commands",
|
|
4787
|
-
"
|
|
5220
|
+
"device",
|
|
4788
5221
|
"create.js"
|
|
4789
5222
|
]
|
|
4790
5223
|
},
|
|
4791
|
-
"
|
|
5224
|
+
"device:delete": {
|
|
4792
5225
|
"aliases": [],
|
|
4793
|
-
"args": {
|
|
4794
|
-
|
|
4795
|
-
"description": "Current environment of the variable to delete. Default environments are 'production', 'preview', and 'development'.",
|
|
4796
|
-
"name": "environment",
|
|
4797
|
-
"required": false
|
|
4798
|
-
}
|
|
4799
|
-
},
|
|
4800
|
-
"description": "delete an environment variable for the current project or account",
|
|
5226
|
+
"args": {},
|
|
5227
|
+
"description": "remove a registered device from your account",
|
|
4801
5228
|
"flags": {
|
|
4802
|
-
"
|
|
4803
|
-
"description": "
|
|
4804
|
-
"name": "
|
|
5229
|
+
"apple-team-id": {
|
|
5230
|
+
"description": "The Apple team ID on which to find the device",
|
|
5231
|
+
"name": "apple-team-id",
|
|
4805
5232
|
"hasDynamicHelp": false,
|
|
4806
5233
|
"multiple": false,
|
|
4807
5234
|
"type": "option"
|
|
4808
5235
|
},
|
|
4809
|
-
"
|
|
4810
|
-
"description": "
|
|
4811
|
-
"name": "
|
|
5236
|
+
"udid": {
|
|
5237
|
+
"description": "The Apple device ID to disable",
|
|
5238
|
+
"name": "udid",
|
|
4812
5239
|
"hasDynamicHelp": false,
|
|
4813
5240
|
"multiple": false,
|
|
4814
5241
|
"type": "option"
|
|
4815
5242
|
},
|
|
4816
|
-
"
|
|
4817
|
-
"description": "
|
|
4818
|
-
"name": "
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
4821
|
-
"multiple": false,
|
|
4822
|
-
"options": [
|
|
4823
|
-
"project",
|
|
4824
|
-
"account"
|
|
4825
|
-
],
|
|
4826
|
-
"type": "option"
|
|
5243
|
+
"json": {
|
|
5244
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5245
|
+
"name": "json",
|
|
5246
|
+
"allowNo": false,
|
|
5247
|
+
"type": "boolean"
|
|
4827
5248
|
},
|
|
4828
5249
|
"non-interactive": {
|
|
4829
5250
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -4835,7 +5256,7 @@
|
|
|
4835
5256
|
},
|
|
4836
5257
|
"hasDynamicHelp": false,
|
|
4837
5258
|
"hiddenAliases": [],
|
|
4838
|
-
"id": "
|
|
5259
|
+
"id": "device:delete",
|
|
4839
5260
|
"pluginAlias": "eas-cli",
|
|
4840
5261
|
"pluginName": "eas-cli",
|
|
4841
5262
|
"pluginType": "core",
|
|
@@ -4889,26 +5310,41 @@
|
|
|
4889
5310
|
"relativePath": [
|
|
4890
5311
|
"build",
|
|
4891
5312
|
"commands",
|
|
4892
|
-
"
|
|
5313
|
+
"device",
|
|
4893
5314
|
"delete.js"
|
|
4894
5315
|
]
|
|
4895
5316
|
},
|
|
4896
|
-
"
|
|
5317
|
+
"device:list": {
|
|
4897
5318
|
"aliases": [],
|
|
4898
|
-
"args": {
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
"
|
|
5319
|
+
"args": {},
|
|
5320
|
+
"description": "list all registered devices for your account",
|
|
5321
|
+
"flags": {
|
|
5322
|
+
"apple-team-id": {
|
|
5323
|
+
"name": "apple-team-id",
|
|
5324
|
+
"hasDynamicHelp": false,
|
|
5325
|
+
"multiple": false,
|
|
5326
|
+
"type": "option"
|
|
5327
|
+
},
|
|
5328
|
+
"offset": {
|
|
5329
|
+
"description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
|
|
5330
|
+
"name": "offset",
|
|
5331
|
+
"hasDynamicHelp": false,
|
|
5332
|
+
"multiple": false,
|
|
5333
|
+
"type": "option"
|
|
5334
|
+
},
|
|
5335
|
+
"limit": {
|
|
5336
|
+
"description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
|
|
5337
|
+
"name": "limit",
|
|
5338
|
+
"hasDynamicHelp": false,
|
|
5339
|
+
"multiple": false,
|
|
5340
|
+
"type": "option"
|
|
5341
|
+
},
|
|
5342
|
+
"json": {
|
|
5343
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5344
|
+
"name": "json",
|
|
5345
|
+
"allowNo": false,
|
|
5346
|
+
"type": "boolean"
|
|
4903
5347
|
},
|
|
4904
|
-
"bash_command": {
|
|
4905
|
-
"description": "bash command to execute with the environment variables from the environment",
|
|
4906
|
-
"name": "bash_command",
|
|
4907
|
-
"required": true
|
|
4908
|
-
}
|
|
4909
|
-
},
|
|
4910
|
-
"description": "execute a command with environment variables from the selected environment",
|
|
4911
|
-
"flags": {
|
|
4912
5348
|
"non-interactive": {
|
|
4913
5349
|
"description": "Run the command in non-interactive mode.",
|
|
4914
5350
|
"name": "non-interactive",
|
|
@@ -4919,7 +5355,7 @@
|
|
|
4919
5355
|
},
|
|
4920
5356
|
"hasDynamicHelp": false,
|
|
4921
5357
|
"hiddenAliases": [],
|
|
4922
|
-
"id": "
|
|
5358
|
+
"id": "device:list",
|
|
4923
5359
|
"pluginAlias": "eas-cli",
|
|
4924
5360
|
"pluginName": "eas-cli",
|
|
4925
5361
|
"pluginType": "core",
|
|
@@ -4973,58 +5409,41 @@
|
|
|
4973
5409
|
"relativePath": [
|
|
4974
5410
|
"build",
|
|
4975
5411
|
"commands",
|
|
4976
|
-
"
|
|
4977
|
-
"
|
|
5412
|
+
"device",
|
|
5413
|
+
"list.js"
|
|
4978
5414
|
]
|
|
4979
5415
|
},
|
|
4980
|
-
"
|
|
5416
|
+
"device:rename": {
|
|
4981
5417
|
"aliases": [],
|
|
4982
|
-
"args": {
|
|
4983
|
-
|
|
4984
|
-
"description": "Current environment of the variable. Default environments are 'production', 'preview', and 'development'.",
|
|
4985
|
-
"name": "environment",
|
|
4986
|
-
"required": false
|
|
4987
|
-
}
|
|
4988
|
-
},
|
|
4989
|
-
"description": "view an environment variable for the current project or account",
|
|
5418
|
+
"args": {},
|
|
5419
|
+
"description": "rename a registered device",
|
|
4990
5420
|
"flags": {
|
|
4991
|
-
"
|
|
4992
|
-
"description": "
|
|
4993
|
-
"name": "
|
|
5421
|
+
"apple-team-id": {
|
|
5422
|
+
"description": "The Apple team ID on which to find the device",
|
|
5423
|
+
"name": "apple-team-id",
|
|
4994
5424
|
"hasDynamicHelp": false,
|
|
4995
5425
|
"multiple": false,
|
|
4996
5426
|
"type": "option"
|
|
4997
5427
|
},
|
|
4998
|
-
"
|
|
4999
|
-
"description": "
|
|
5000
|
-
"name": "
|
|
5428
|
+
"udid": {
|
|
5429
|
+
"description": "The Apple device ID to rename",
|
|
5430
|
+
"name": "udid",
|
|
5001
5431
|
"hasDynamicHelp": false,
|
|
5002
5432
|
"multiple": false,
|
|
5003
5433
|
"type": "option"
|
|
5004
5434
|
},
|
|
5005
|
-
"
|
|
5006
|
-
"description": "
|
|
5007
|
-
"name": "
|
|
5008
|
-
"default": "short",
|
|
5435
|
+
"name": {
|
|
5436
|
+
"description": "The new name for the device",
|
|
5437
|
+
"name": "name",
|
|
5009
5438
|
"hasDynamicHelp": false,
|
|
5010
5439
|
"multiple": false,
|
|
5011
|
-
"options": [
|
|
5012
|
-
"long",
|
|
5013
|
-
"short"
|
|
5014
|
-
],
|
|
5015
5440
|
"type": "option"
|
|
5016
5441
|
},
|
|
5017
|
-
"
|
|
5018
|
-
"description": "
|
|
5019
|
-
"name": "
|
|
5020
|
-
"
|
|
5021
|
-
"
|
|
5022
|
-
"multiple": false,
|
|
5023
|
-
"options": [
|
|
5024
|
-
"project",
|
|
5025
|
-
"account"
|
|
5026
|
-
],
|
|
5027
|
-
"type": "option"
|
|
5442
|
+
"json": {
|
|
5443
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5444
|
+
"name": "json",
|
|
5445
|
+
"allowNo": false,
|
|
5446
|
+
"type": "boolean"
|
|
5028
5447
|
},
|
|
5029
5448
|
"non-interactive": {
|
|
5030
5449
|
"description": "Run the command in non-interactive mode.",
|
|
@@ -5036,7 +5455,7 @@
|
|
|
5036
5455
|
},
|
|
5037
5456
|
"hasDynamicHelp": false,
|
|
5038
5457
|
"hiddenAliases": [],
|
|
5039
|
-
"id": "
|
|
5458
|
+
"id": "device:rename",
|
|
5040
5459
|
"pluginAlias": "eas-cli",
|
|
5041
5460
|
"pluginName": "eas-cli",
|
|
5042
5461
|
"pluginType": "core",
|
|
@@ -5090,68 +5509,22 @@
|
|
|
5090
5509
|
"relativePath": [
|
|
5091
5510
|
"build",
|
|
5092
5511
|
"commands",
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5512
|
+
"device",
|
|
5513
|
+
"rename.js"
|
|
5095
5514
|
]
|
|
5096
5515
|
},
|
|
5097
|
-
"
|
|
5516
|
+
"device:view": {
|
|
5098
5517
|
"aliases": [],
|
|
5099
5518
|
"args": {
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5102
|
-
"name": "environment",
|
|
5103
|
-
"required": false
|
|
5104
|
-
}
|
|
5105
|
-
},
|
|
5106
|
-
"description": "list environment variables for the current project or account",
|
|
5107
|
-
"flags": {
|
|
5108
|
-
"include-sensitive": {
|
|
5109
|
-
"description": "Display sensitive values in the output",
|
|
5110
|
-
"name": "include-sensitive",
|
|
5111
|
-
"allowNo": false,
|
|
5112
|
-
"type": "boolean"
|
|
5113
|
-
},
|
|
5114
|
-
"include-file-content": {
|
|
5115
|
-
"description": "Display files content in the output",
|
|
5116
|
-
"name": "include-file-content",
|
|
5117
|
-
"allowNo": false,
|
|
5118
|
-
"type": "boolean"
|
|
5119
|
-
},
|
|
5120
|
-
"environment": {
|
|
5121
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5122
|
-
"name": "environment",
|
|
5123
|
-
"hasDynamicHelp": false,
|
|
5124
|
-
"multiple": true,
|
|
5125
|
-
"type": "option"
|
|
5126
|
-
},
|
|
5127
|
-
"format": {
|
|
5128
|
-
"description": "Output format",
|
|
5129
|
-
"name": "format",
|
|
5130
|
-
"default": "short",
|
|
5131
|
-
"hasDynamicHelp": false,
|
|
5132
|
-
"multiple": false,
|
|
5133
|
-
"options": [
|
|
5134
|
-
"long",
|
|
5135
|
-
"short"
|
|
5136
|
-
],
|
|
5137
|
-
"type": "option"
|
|
5138
|
-
},
|
|
5139
|
-
"scope": {
|
|
5140
|
-
"description": "Scope for the variable",
|
|
5141
|
-
"name": "scope",
|
|
5142
|
-
"default": "project",
|
|
5143
|
-
"hasDynamicHelp": false,
|
|
5144
|
-
"multiple": false,
|
|
5145
|
-
"options": [
|
|
5146
|
-
"project",
|
|
5147
|
-
"account"
|
|
5148
|
-
],
|
|
5149
|
-
"type": "option"
|
|
5519
|
+
"UDID": {
|
|
5520
|
+
"name": "UDID"
|
|
5150
5521
|
}
|
|
5151
5522
|
},
|
|
5523
|
+
"description": "view a device for your project",
|
|
5524
|
+
"flags": {},
|
|
5152
5525
|
"hasDynamicHelp": false,
|
|
5153
5526
|
"hiddenAliases": [],
|
|
5154
|
-
"id": "
|
|
5527
|
+
"id": "device:view",
|
|
5155
5528
|
"pluginAlias": "eas-cli",
|
|
5156
5529
|
"pluginName": "eas-cli",
|
|
5157
5530
|
"pluginType": "core",
|
|
@@ -5205,50 +5578,42 @@
|
|
|
5205
5578
|
"relativePath": [
|
|
5206
5579
|
"build",
|
|
5207
5580
|
"commands",
|
|
5208
|
-
"
|
|
5209
|
-
"
|
|
5581
|
+
"device",
|
|
5582
|
+
"view.js"
|
|
5210
5583
|
]
|
|
5211
5584
|
},
|
|
5212
|
-
"
|
|
5213
|
-
"aliases": [
|
|
5585
|
+
"deploy:delete": {
|
|
5586
|
+
"aliases": [
|
|
5587
|
+
"worker:delete"
|
|
5588
|
+
],
|
|
5214
5589
|
"args": {
|
|
5215
|
-
"
|
|
5216
|
-
"
|
|
5217
|
-
"name": "environment",
|
|
5218
|
-
"required": false
|
|
5590
|
+
"DEPLOYMENT_ID": {
|
|
5591
|
+
"name": "DEPLOYMENT_ID"
|
|
5219
5592
|
}
|
|
5220
5593
|
},
|
|
5221
|
-
"description": "
|
|
5594
|
+
"description": "Delete a deployment.",
|
|
5222
5595
|
"flags": {
|
|
5596
|
+
"json": {
|
|
5597
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5598
|
+
"name": "json",
|
|
5599
|
+
"allowNo": false,
|
|
5600
|
+
"type": "boolean"
|
|
5601
|
+
},
|
|
5223
5602
|
"non-interactive": {
|
|
5224
5603
|
"description": "Run the command in non-interactive mode.",
|
|
5225
5604
|
"name": "non-interactive",
|
|
5226
5605
|
"noCacheDefault": true,
|
|
5227
5606
|
"allowNo": false,
|
|
5228
5607
|
"type": "boolean"
|
|
5229
|
-
},
|
|
5230
|
-
"environment": {
|
|
5231
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5232
|
-
"name": "environment",
|
|
5233
|
-
"hasDynamicHelp": false,
|
|
5234
|
-
"multiple": false,
|
|
5235
|
-
"type": "option"
|
|
5236
|
-
},
|
|
5237
|
-
"path": {
|
|
5238
|
-
"description": "Path to the result `.env` file",
|
|
5239
|
-
"name": "path",
|
|
5240
|
-
"default": ".env.local",
|
|
5241
|
-
"hasDynamicHelp": false,
|
|
5242
|
-
"multiple": false,
|
|
5243
|
-
"type": "option"
|
|
5244
5608
|
}
|
|
5245
5609
|
},
|
|
5246
5610
|
"hasDynamicHelp": false,
|
|
5247
5611
|
"hiddenAliases": [],
|
|
5248
|
-
"id": "
|
|
5612
|
+
"id": "deploy:delete",
|
|
5249
5613
|
"pluginAlias": "eas-cli",
|
|
5250
5614
|
"pluginName": "eas-cli",
|
|
5251
5615
|
"pluginType": "core",
|
|
5616
|
+
"state": "preview",
|
|
5252
5617
|
"strict": true,
|
|
5253
5618
|
"enableJsonFlag": false,
|
|
5254
5619
|
"ContextOptions": {
|
|
@@ -5292,58 +5657,105 @@
|
|
|
5292
5657
|
}
|
|
5293
5658
|
},
|
|
5294
5659
|
"contextDefinition": {
|
|
5295
|
-
"
|
|
5296
|
-
"
|
|
5297
|
-
"projectDir": {}
|
|
5660
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
5661
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
5662
|
+
"projectDir": {},
|
|
5663
|
+
"loggedIn": {}
|
|
5298
5664
|
},
|
|
5299
5665
|
"isESM": false,
|
|
5300
5666
|
"relativePath": [
|
|
5301
5667
|
"build",
|
|
5302
5668
|
"commands",
|
|
5303
|
-
"
|
|
5304
|
-
"
|
|
5669
|
+
"deploy",
|
|
5670
|
+
"delete.js"
|
|
5305
5671
|
]
|
|
5306
5672
|
},
|
|
5307
|
-
"
|
|
5308
|
-
"aliases": [
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
"required": false
|
|
5314
|
-
}
|
|
5315
|
-
},
|
|
5316
|
-
"description": "push environment variables from .env file to the selected environment",
|
|
5673
|
+
"deploy": {
|
|
5674
|
+
"aliases": [
|
|
5675
|
+
"worker:deploy"
|
|
5676
|
+
],
|
|
5677
|
+
"args": {},
|
|
5678
|
+
"description": "deploy your Expo Router web build and API Routes",
|
|
5317
5679
|
"flags": {
|
|
5318
|
-
"
|
|
5319
|
-
"
|
|
5320
|
-
|
|
5680
|
+
"prod": {
|
|
5681
|
+
"aliases": [
|
|
5682
|
+
"production"
|
|
5683
|
+
],
|
|
5684
|
+
"description": "Create a new production deployment.",
|
|
5685
|
+
"name": "prod",
|
|
5686
|
+
"allowNo": false,
|
|
5687
|
+
"type": "boolean"
|
|
5688
|
+
},
|
|
5689
|
+
"alias": {
|
|
5690
|
+
"description": "Custom alias to assign to the new deployment.",
|
|
5691
|
+
"name": "alias",
|
|
5321
5692
|
"hasDynamicHelp": false,
|
|
5322
|
-
"
|
|
5693
|
+
"helpValue": "name",
|
|
5694
|
+
"multiple": false,
|
|
5323
5695
|
"type": "option"
|
|
5324
5696
|
},
|
|
5325
|
-
"
|
|
5326
|
-
"description": "
|
|
5327
|
-
"name": "
|
|
5328
|
-
"
|
|
5697
|
+
"id": {
|
|
5698
|
+
"description": "Custom unique identifier for the new deployment.",
|
|
5699
|
+
"name": "id",
|
|
5700
|
+
"hasDynamicHelp": false,
|
|
5701
|
+
"helpValue": "xyz123",
|
|
5702
|
+
"multiple": false,
|
|
5703
|
+
"type": "option"
|
|
5704
|
+
},
|
|
5705
|
+
"export-dir": {
|
|
5706
|
+
"description": "Directory where the Expo project was exported.",
|
|
5707
|
+
"name": "export-dir",
|
|
5708
|
+
"default": "dist",
|
|
5709
|
+
"hasDynamicHelp": false,
|
|
5710
|
+
"helpValue": "dir",
|
|
5711
|
+
"multiple": false,
|
|
5712
|
+
"type": "option"
|
|
5713
|
+
},
|
|
5714
|
+
"dry-run": {
|
|
5715
|
+
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
5716
|
+
"name": "dry-run",
|
|
5717
|
+
"allowNo": false,
|
|
5718
|
+
"type": "boolean"
|
|
5719
|
+
},
|
|
5720
|
+
"source-maps": {
|
|
5721
|
+
"description": "Include source maps in the deployment.",
|
|
5722
|
+
"name": "source-maps",
|
|
5723
|
+
"allowNo": true,
|
|
5724
|
+
"type": "boolean"
|
|
5725
|
+
},
|
|
5726
|
+
"environment": {
|
|
5727
|
+
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5728
|
+
"name": "environment",
|
|
5329
5729
|
"hasDynamicHelp": false,
|
|
5330
5730
|
"multiple": false,
|
|
5331
5731
|
"type": "option"
|
|
5332
5732
|
},
|
|
5333
|
-
"
|
|
5334
|
-
"description": "
|
|
5335
|
-
"name": "
|
|
5733
|
+
"json": {
|
|
5734
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5735
|
+
"name": "json",
|
|
5736
|
+
"allowNo": false,
|
|
5737
|
+
"type": "boolean"
|
|
5738
|
+
},
|
|
5739
|
+
"non-interactive": {
|
|
5740
|
+
"description": "Run the command in non-interactive mode.",
|
|
5741
|
+
"name": "non-interactive",
|
|
5742
|
+
"noCacheDefault": true,
|
|
5336
5743
|
"allowNo": false,
|
|
5337
5744
|
"type": "boolean"
|
|
5338
5745
|
}
|
|
5339
5746
|
},
|
|
5340
5747
|
"hasDynamicHelp": false,
|
|
5341
5748
|
"hiddenAliases": [],
|
|
5342
|
-
"id": "
|
|
5749
|
+
"id": "deploy",
|
|
5343
5750
|
"pluginAlias": "eas-cli",
|
|
5344
5751
|
"pluginName": "eas-cli",
|
|
5345
5752
|
"pluginType": "core",
|
|
5753
|
+
"state": "preview",
|
|
5346
5754
|
"strict": true,
|
|
5755
|
+
"usage": [
|
|
5756
|
+
"deploy [options]",
|
|
5757
|
+
"deploy --prod"
|
|
5758
|
+
],
|
|
5347
5759
|
"enableJsonFlag": false,
|
|
5348
5760
|
"ContextOptions": {
|
|
5349
5761
|
"LoggedIn": {
|
|
@@ -5386,109 +5798,41 @@
|
|
|
5386
5798
|
}
|
|
5387
5799
|
},
|
|
5388
5800
|
"contextDefinition": {
|
|
5389
|
-
"
|
|
5801
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
5802
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
5803
|
+
"projectDir": {},
|
|
5390
5804
|
"loggedIn": {}
|
|
5391
5805
|
},
|
|
5392
5806
|
"isESM": false,
|
|
5393
5807
|
"relativePath": [
|
|
5394
5808
|
"build",
|
|
5395
5809
|
"commands",
|
|
5396
|
-
"
|
|
5397
|
-
"
|
|
5810
|
+
"deploy",
|
|
5811
|
+
"index.js"
|
|
5398
5812
|
]
|
|
5399
5813
|
},
|
|
5400
|
-
"
|
|
5814
|
+
"metadata:lint": {
|
|
5401
5815
|
"aliases": [],
|
|
5402
|
-
"args": {
|
|
5403
|
-
|
|
5404
|
-
"description": "Current environment of the variable to update. Default environments are 'production', 'preview', and 'development'.",
|
|
5405
|
-
"name": "environment",
|
|
5406
|
-
"required": false
|
|
5407
|
-
}
|
|
5408
|
-
},
|
|
5409
|
-
"description": "update an environment variable on the current project or account",
|
|
5816
|
+
"args": {},
|
|
5817
|
+
"description": "validate the local store configuration",
|
|
5410
5818
|
"flags": {
|
|
5411
|
-
"
|
|
5412
|
-
"description": "
|
|
5413
|
-
"name": "
|
|
5414
|
-
"
|
|
5415
|
-
"
|
|
5416
|
-
"type": "option"
|
|
5417
|
-
},
|
|
5418
|
-
"variable-environment": {
|
|
5419
|
-
"description": "Current environment of the variable to update",
|
|
5420
|
-
"name": "variable-environment",
|
|
5421
|
-
"hasDynamicHelp": false,
|
|
5422
|
-
"multiple": false,
|
|
5423
|
-
"type": "option"
|
|
5424
|
-
},
|
|
5425
|
-
"name": {
|
|
5426
|
-
"description": "New name of the variable",
|
|
5427
|
-
"name": "name",
|
|
5428
|
-
"hasDynamicHelp": false,
|
|
5429
|
-
"multiple": false,
|
|
5430
|
-
"type": "option"
|
|
5431
|
-
},
|
|
5432
|
-
"value": {
|
|
5433
|
-
"description": "New value or the variable",
|
|
5434
|
-
"name": "value",
|
|
5435
|
-
"hasDynamicHelp": false,
|
|
5436
|
-
"multiple": false,
|
|
5437
|
-
"type": "option"
|
|
5438
|
-
},
|
|
5439
|
-
"type": {
|
|
5440
|
-
"description": "The type of variable",
|
|
5441
|
-
"name": "type",
|
|
5442
|
-
"hasDynamicHelp": false,
|
|
5443
|
-
"multiple": false,
|
|
5444
|
-
"options": [
|
|
5445
|
-
"string",
|
|
5446
|
-
"file"
|
|
5447
|
-
],
|
|
5448
|
-
"type": "option"
|
|
5449
|
-
},
|
|
5450
|
-
"visibility": {
|
|
5451
|
-
"description": "Visibility of the variable",
|
|
5452
|
-
"name": "visibility",
|
|
5453
|
-
"hasDynamicHelp": false,
|
|
5454
|
-
"multiple": false,
|
|
5455
|
-
"options": [
|
|
5456
|
-
"plaintext",
|
|
5457
|
-
"sensitive",
|
|
5458
|
-
"secret"
|
|
5459
|
-
],
|
|
5460
|
-
"type": "option"
|
|
5819
|
+
"json": {
|
|
5820
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
|
|
5821
|
+
"name": "json",
|
|
5822
|
+
"allowNo": false,
|
|
5823
|
+
"type": "boolean"
|
|
5461
5824
|
},
|
|
5462
|
-
"
|
|
5463
|
-
"description": "
|
|
5464
|
-
"name": "
|
|
5465
|
-
"default": "project",
|
|
5825
|
+
"profile": {
|
|
5826
|
+
"description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
5827
|
+
"name": "profile",
|
|
5466
5828
|
"hasDynamicHelp": false,
|
|
5467
5829
|
"multiple": false,
|
|
5468
|
-
"options": [
|
|
5469
|
-
"project",
|
|
5470
|
-
"account"
|
|
5471
|
-
],
|
|
5472
5830
|
"type": "option"
|
|
5473
|
-
},
|
|
5474
|
-
"environment": {
|
|
5475
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5476
|
-
"name": "environment",
|
|
5477
|
-
"hasDynamicHelp": false,
|
|
5478
|
-
"multiple": true,
|
|
5479
|
-
"type": "option"
|
|
5480
|
-
},
|
|
5481
|
-
"non-interactive": {
|
|
5482
|
-
"description": "Run the command in non-interactive mode.",
|
|
5483
|
-
"name": "non-interactive",
|
|
5484
|
-
"noCacheDefault": true,
|
|
5485
|
-
"allowNo": false,
|
|
5486
|
-
"type": "boolean"
|
|
5487
5831
|
}
|
|
5488
5832
|
},
|
|
5489
5833
|
"hasDynamicHelp": false,
|
|
5490
5834
|
"hiddenAliases": [],
|
|
5491
|
-
"id": "
|
|
5835
|
+
"id": "metadata:lint",
|
|
5492
5836
|
"pluginAlias": "eas-cli",
|
|
5493
5837
|
"pluginName": "eas-cli",
|
|
5494
5838
|
"pluginType": "core",
|
|
@@ -5535,83 +5879,29 @@
|
|
|
5535
5879
|
}
|
|
5536
5880
|
},
|
|
5537
5881
|
"contextDefinition": {
|
|
5538
|
-
"
|
|
5539
|
-
"analytics": {},
|
|
5540
|
-
"loggedIn": {}
|
|
5882
|
+
"projectDir": {}
|
|
5541
5883
|
},
|
|
5542
5884
|
"isESM": false,
|
|
5543
5885
|
"relativePath": [
|
|
5544
5886
|
"build",
|
|
5545
5887
|
"commands",
|
|
5546
|
-
"
|
|
5547
|
-
"
|
|
5888
|
+
"metadata",
|
|
5889
|
+
"lint.js"
|
|
5548
5890
|
]
|
|
5549
5891
|
},
|
|
5550
|
-
"
|
|
5892
|
+
"metadata:pull": {
|
|
5551
5893
|
"aliases": [],
|
|
5552
|
-
"args": {
|
|
5553
|
-
|
|
5554
|
-
"description": "If provided alone, HASH1 is compared against the current project's fingerprint.",
|
|
5555
|
-
"name": "hash1",
|
|
5556
|
-
"required": false
|
|
5557
|
-
},
|
|
5558
|
-
"hash2": {
|
|
5559
|
-
"description": "If two hashes are provided, HASH1 is compared against HASH2.",
|
|
5560
|
-
"name": "hash2",
|
|
5561
|
-
"required": false
|
|
5562
|
-
}
|
|
5563
|
-
},
|
|
5564
|
-
"description": "compare fingerprints of the current project, builds, and updates",
|
|
5565
|
-
"examples": [
|
|
5566
|
-
"$ eas fingerprint:compare \t # Compare fingerprints in interactive mode",
|
|
5567
|
-
"$ eas fingerprint:compare <FINGERPRINT-HASH> \t # Compare fingerprint against local directory",
|
|
5568
|
-
"$ eas fingerprint:compare <FINGERPRINT-HASH-1> <FINGERPRINT-HASH-2> \t # Compare provided fingerprints",
|
|
5569
|
-
"$ eas fingerprint:compare --build-id <BUILD-ID> \t # Compare fingerprint from build against local directory",
|
|
5570
|
-
"$ eas fingerprint:compare --build-id <BUILD-ID> --environment production \t # Compare fingerprint from build against local directory with the \"production\" environment",
|
|
5571
|
-
"$ eas fingerprint:compare --build-id <BUILD-ID-1> --build-id <BUILD-ID-2>\t # Compare fingerprint from a build against another build",
|
|
5572
|
-
"$ eas fingerprint:compare --build-id <BUILD-ID> --update-id <UPDATE-ID>\t # Compare fingerprint from build against fingerprint from update",
|
|
5573
|
-
"$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> \t # Compare fingerprint from update against provided fingerprint"
|
|
5574
|
-
],
|
|
5894
|
+
"args": {},
|
|
5895
|
+
"description": "generate the local store configuration from the app stores",
|
|
5575
5896
|
"flags": {
|
|
5576
|
-
"
|
|
5577
|
-
"
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
"description": "Compare the fingerprint with the build with the specified ID",
|
|
5581
|
-
"name": "build-id",
|
|
5582
|
-
"hasDynamicHelp": false,
|
|
5583
|
-
"multiple": true,
|
|
5584
|
-
"type": "option"
|
|
5585
|
-
},
|
|
5586
|
-
"update-id": {
|
|
5587
|
-
"aliases": [
|
|
5588
|
-
"updateId"
|
|
5589
|
-
],
|
|
5590
|
-
"description": "Compare the fingerprint with the update with the specified ID",
|
|
5591
|
-
"name": "update-id",
|
|
5592
|
-
"hasDynamicHelp": false,
|
|
5593
|
-
"multiple": true,
|
|
5594
|
-
"type": "option"
|
|
5595
|
-
},
|
|
5596
|
-
"open": {
|
|
5597
|
-
"description": "Open the fingerprint comparison in the browser",
|
|
5598
|
-
"name": "open",
|
|
5599
|
-
"allowNo": false,
|
|
5600
|
-
"type": "boolean"
|
|
5601
|
-
},
|
|
5602
|
-
"environment": {
|
|
5603
|
-
"description": "If generating a fingerprint from the local directory, use the specified environment.",
|
|
5604
|
-
"name": "environment",
|
|
5897
|
+
"profile": {
|
|
5898
|
+
"char": "e",
|
|
5899
|
+
"description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
5900
|
+
"name": "profile",
|
|
5605
5901
|
"hasDynamicHelp": false,
|
|
5606
5902
|
"multiple": false,
|
|
5607
5903
|
"type": "option"
|
|
5608
5904
|
},
|
|
5609
|
-
"json": {
|
|
5610
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5611
|
-
"name": "json",
|
|
5612
|
-
"allowNo": false,
|
|
5613
|
-
"type": "boolean"
|
|
5614
|
-
},
|
|
5615
5905
|
"non-interactive": {
|
|
5616
5906
|
"description": "Run the command in non-interactive mode.",
|
|
5617
5907
|
"name": "non-interactive",
|
|
@@ -5622,11 +5912,11 @@
|
|
|
5622
5912
|
},
|
|
5623
5913
|
"hasDynamicHelp": false,
|
|
5624
5914
|
"hiddenAliases": [],
|
|
5625
|
-
"id": "
|
|
5915
|
+
"id": "metadata:pull",
|
|
5626
5916
|
"pluginAlias": "eas-cli",
|
|
5627
5917
|
"pluginName": "eas-cli",
|
|
5628
5918
|
"pluginType": "core",
|
|
5629
|
-
"strict":
|
|
5919
|
+
"strict": true,
|
|
5630
5920
|
"enableJsonFlag": false,
|
|
5631
5921
|
"ContextOptions": {
|
|
5632
5922
|
"LoggedIn": {
|
|
@@ -5666,72 +5956,35 @@
|
|
|
5666
5956
|
},
|
|
5667
5957
|
"ProjectId": {
|
|
5668
5958
|
"projectId": {}
|
|
5669
|
-
}
|
|
5670
|
-
},
|
|
5671
|
-
"contextDefinition": {
|
|
5672
|
-
"
|
|
5673
|
-
"
|
|
5674
|
-
"
|
|
5675
|
-
"vcsClient": {}
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
"
|
|
5679
|
-
|
|
5680
|
-
"
|
|
5681
|
-
"
|
|
5682
|
-
"
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
"
|
|
5688
|
-
"
|
|
5689
|
-
"
|
|
5690
|
-
|
|
5691
|
-
"$ eas fingerprint:generate \t # Generate fingerprint in interactive mode",
|
|
5692
|
-
"$ eas fingerprint:generate --build-profile preview \t # Generate a fingerprint using the \"preview\" build profile",
|
|
5693
|
-
"$ eas fingerprint:generate --environment preview \t # Generate a fingerprint using the \"preview\" environment",
|
|
5694
|
-
"$ eas fingerprint:generate --json --non-interactive --platform android \t # Output fingerprint json to stdout"
|
|
5695
|
-
],
|
|
5696
|
-
"flags": {
|
|
5697
|
-
"platform": {
|
|
5698
|
-
"char": "p",
|
|
5699
|
-
"name": "platform",
|
|
5700
|
-
"hasDynamicHelp": false,
|
|
5701
|
-
"multiple": false,
|
|
5702
|
-
"options": [
|
|
5703
|
-
"android",
|
|
5704
|
-
"ios"
|
|
5705
|
-
],
|
|
5706
|
-
"type": "option"
|
|
5707
|
-
},
|
|
5708
|
-
"environment": {
|
|
5709
|
-
"description": "Environment variable's environment, e.g. 'production', 'preview', 'development'",
|
|
5710
|
-
"exclusive": [
|
|
5711
|
-
"build-profile"
|
|
5712
|
-
],
|
|
5713
|
-
"name": "environment",
|
|
5714
|
-
"hasDynamicHelp": false,
|
|
5715
|
-
"multiple": false,
|
|
5716
|
-
"type": "option"
|
|
5717
|
-
},
|
|
5718
|
-
"build-profile": {
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
"contextDefinition": {
|
|
5962
|
+
"loggedIn": {},
|
|
5963
|
+
"privateProjectConfig": {},
|
|
5964
|
+
"analytics": {},
|
|
5965
|
+
"vcsClient": {}
|
|
5966
|
+
},
|
|
5967
|
+
"isESM": false,
|
|
5968
|
+
"relativePath": [
|
|
5969
|
+
"build",
|
|
5970
|
+
"commands",
|
|
5971
|
+
"metadata",
|
|
5972
|
+
"pull.js"
|
|
5973
|
+
]
|
|
5974
|
+
},
|
|
5975
|
+
"metadata:push": {
|
|
5976
|
+
"aliases": [],
|
|
5977
|
+
"args": {},
|
|
5978
|
+
"description": "sync the local store configuration to the app stores",
|
|
5979
|
+
"flags": {
|
|
5980
|
+
"profile": {
|
|
5719
5981
|
"char": "e",
|
|
5720
|
-
"description": "Name of the
|
|
5721
|
-
"
|
|
5722
|
-
"environment"
|
|
5723
|
-
],
|
|
5724
|
-
"name": "build-profile",
|
|
5982
|
+
"description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
5983
|
+
"name": "profile",
|
|
5725
5984
|
"hasDynamicHelp": false,
|
|
5726
5985
|
"multiple": false,
|
|
5727
5986
|
"type": "option"
|
|
5728
5987
|
},
|
|
5729
|
-
"json": {
|
|
5730
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5731
|
-
"name": "json",
|
|
5732
|
-
"allowNo": false,
|
|
5733
|
-
"type": "boolean"
|
|
5734
|
-
},
|
|
5735
5988
|
"non-interactive": {
|
|
5736
5989
|
"description": "Run the command in non-interactive mode.",
|
|
5737
5990
|
"name": "non-interactive",
|
|
@@ -5742,11 +5995,11 @@
|
|
|
5742
5995
|
},
|
|
5743
5996
|
"hasDynamicHelp": false,
|
|
5744
5997
|
"hiddenAliases": [],
|
|
5745
|
-
"id": "
|
|
5998
|
+
"id": "metadata:push",
|
|
5746
5999
|
"pluginAlias": "eas-cli",
|
|
5747
6000
|
"pluginName": "eas-cli",
|
|
5748
6001
|
"pluginType": "core",
|
|
5749
|
-
"strict":
|
|
6002
|
+
"strict": true,
|
|
5750
6003
|
"enableJsonFlag": false,
|
|
5751
6004
|
"ContextOptions": {
|
|
5752
6005
|
"LoggedIn": {
|
|
@@ -5789,44 +6042,147 @@
|
|
|
5789
6042
|
}
|
|
5790
6043
|
},
|
|
5791
6044
|
"contextDefinition": {
|
|
5792
|
-
"projectId": {},
|
|
5793
6045
|
"loggedIn": {},
|
|
5794
6046
|
"privateProjectConfig": {},
|
|
5795
|
-
"
|
|
5796
|
-
"
|
|
5797
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
5798
|
-
"getDynamicPrivateProjectConfigAsync": {}
|
|
6047
|
+
"analytics": {},
|
|
6048
|
+
"vcsClient": {}
|
|
5799
6049
|
},
|
|
5800
6050
|
"isESM": false,
|
|
5801
6051
|
"relativePath": [
|
|
5802
6052
|
"build",
|
|
5803
6053
|
"commands",
|
|
5804
|
-
"
|
|
5805
|
-
"
|
|
6054
|
+
"metadata",
|
|
6055
|
+
"push.js"
|
|
5806
6056
|
]
|
|
5807
6057
|
},
|
|
5808
|
-
"
|
|
6058
|
+
"observe:events": {
|
|
5809
6059
|
"aliases": [],
|
|
5810
|
-
"args": {
|
|
5811
|
-
|
|
6060
|
+
"args": {
|
|
6061
|
+
"metric": {
|
|
6062
|
+
"description": "Metric to query (e.g. tti, cold_launch)",
|
|
6063
|
+
"name": "metric",
|
|
6064
|
+
"options": [
|
|
6065
|
+
"tti",
|
|
6066
|
+
"ttr",
|
|
6067
|
+
"cold_launch",
|
|
6068
|
+
"warm_launch",
|
|
6069
|
+
"bundle_load"
|
|
6070
|
+
],
|
|
6071
|
+
"required": false
|
|
6072
|
+
}
|
|
6073
|
+
},
|
|
6074
|
+
"description": "display individual app performance events ordered by metric value",
|
|
5812
6075
|
"flags": {
|
|
6076
|
+
"sort": {
|
|
6077
|
+
"description": "Sort order for events",
|
|
6078
|
+
"name": "sort",
|
|
6079
|
+
"required": false,
|
|
6080
|
+
"default": "oldest",
|
|
6081
|
+
"hasDynamicHelp": false,
|
|
6082
|
+
"multiple": false,
|
|
6083
|
+
"options": [
|
|
6084
|
+
"slowest",
|
|
6085
|
+
"fastest",
|
|
6086
|
+
"newest",
|
|
6087
|
+
"oldest"
|
|
6088
|
+
],
|
|
6089
|
+
"type": "option"
|
|
6090
|
+
},
|
|
6091
|
+
"platform": {
|
|
6092
|
+
"description": "Filter by platform",
|
|
6093
|
+
"name": "platform",
|
|
6094
|
+
"hasDynamicHelp": false,
|
|
6095
|
+
"multiple": false,
|
|
6096
|
+
"options": [
|
|
6097
|
+
"android",
|
|
6098
|
+
"ios"
|
|
6099
|
+
],
|
|
6100
|
+
"type": "option"
|
|
6101
|
+
},
|
|
6102
|
+
"after": {
|
|
6103
|
+
"description": "Cursor for pagination. Use the endCursor from a previous query to fetch the next page.",
|
|
6104
|
+
"name": "after",
|
|
6105
|
+
"hasDynamicHelp": false,
|
|
6106
|
+
"multiple": false,
|
|
6107
|
+
"type": "option"
|
|
6108
|
+
},
|
|
6109
|
+
"limit": {
|
|
6110
|
+
"description": "The number of items to fetch each query. Defaults to 10 and is capped at 100.",
|
|
6111
|
+
"name": "limit",
|
|
6112
|
+
"hasDynamicHelp": false,
|
|
6113
|
+
"multiple": false,
|
|
6114
|
+
"type": "option"
|
|
6115
|
+
},
|
|
6116
|
+
"start": {
|
|
6117
|
+
"description": "Start of time range (ISO date)",
|
|
6118
|
+
"exclusive": [
|
|
6119
|
+
"days"
|
|
6120
|
+
],
|
|
6121
|
+
"name": "start",
|
|
6122
|
+
"hasDynamicHelp": false,
|
|
6123
|
+
"multiple": false,
|
|
6124
|
+
"type": "option"
|
|
6125
|
+
},
|
|
6126
|
+
"end": {
|
|
6127
|
+
"description": "End of time range (ISO date)",
|
|
6128
|
+
"exclusive": [
|
|
6129
|
+
"days"
|
|
6130
|
+
],
|
|
6131
|
+
"name": "end",
|
|
6132
|
+
"hasDynamicHelp": false,
|
|
6133
|
+
"multiple": false,
|
|
6134
|
+
"type": "option"
|
|
6135
|
+
},
|
|
6136
|
+
"days": {
|
|
6137
|
+
"description": "Show events from the last N days (mutually exclusive with --start/--end)",
|
|
6138
|
+
"exclusive": [
|
|
6139
|
+
"start",
|
|
6140
|
+
"end"
|
|
6141
|
+
],
|
|
6142
|
+
"name": "days",
|
|
6143
|
+
"hasDynamicHelp": false,
|
|
6144
|
+
"multiple": false,
|
|
6145
|
+
"type": "option"
|
|
6146
|
+
},
|
|
6147
|
+
"app-version": {
|
|
6148
|
+
"description": "Filter by app version",
|
|
6149
|
+
"name": "app-version",
|
|
6150
|
+
"hasDynamicHelp": false,
|
|
6151
|
+
"multiple": false,
|
|
6152
|
+
"type": "option"
|
|
6153
|
+
},
|
|
6154
|
+
"update-id": {
|
|
6155
|
+
"description": "Filter by EAS update ID",
|
|
6156
|
+
"name": "update-id",
|
|
6157
|
+
"hasDynamicHelp": false,
|
|
6158
|
+
"multiple": false,
|
|
6159
|
+
"type": "option"
|
|
6160
|
+
},
|
|
6161
|
+
"project-id": {
|
|
6162
|
+
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6163
|
+
"name": "project-id",
|
|
6164
|
+
"hasDynamicHelp": false,
|
|
6165
|
+
"multiple": false,
|
|
6166
|
+
"type": "option"
|
|
6167
|
+
},
|
|
5813
6168
|
"json": {
|
|
5814
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
|
|
6169
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
5815
6170
|
"name": "json",
|
|
5816
6171
|
"allowNo": false,
|
|
5817
6172
|
"type": "boolean"
|
|
5818
6173
|
},
|
|
5819
|
-
"
|
|
5820
|
-
"description": "
|
|
5821
|
-
"name": "
|
|
5822
|
-
"
|
|
5823
|
-
"
|
|
5824
|
-
"type": "
|
|
6174
|
+
"non-interactive": {
|
|
6175
|
+
"description": "Run the command in non-interactive mode.",
|
|
6176
|
+
"name": "non-interactive",
|
|
6177
|
+
"noCacheDefault": true,
|
|
6178
|
+
"allowNo": false,
|
|
6179
|
+
"type": "boolean"
|
|
5825
6180
|
}
|
|
5826
6181
|
},
|
|
5827
6182
|
"hasDynamicHelp": false,
|
|
6183
|
+
"hidden": true,
|
|
5828
6184
|
"hiddenAliases": [],
|
|
5829
|
-
"id": "
|
|
6185
|
+
"id": "observe:events",
|
|
5830
6186
|
"pluginAlias": "eas-cli",
|
|
5831
6187
|
"pluginName": "eas-cli",
|
|
5832
6188
|
"pluginType": "core",
|
|
@@ -5873,39 +6229,120 @@
|
|
|
5873
6229
|
}
|
|
5874
6230
|
},
|
|
5875
6231
|
"contextDefinition": {
|
|
5876
|
-
"
|
|
6232
|
+
"projectId": {},
|
|
6233
|
+
"loggedIn": {}
|
|
5877
6234
|
},
|
|
5878
6235
|
"isESM": false,
|
|
5879
6236
|
"relativePath": [
|
|
5880
6237
|
"build",
|
|
5881
6238
|
"commands",
|
|
5882
|
-
"
|
|
5883
|
-
"
|
|
6239
|
+
"observe",
|
|
6240
|
+
"events.js"
|
|
5884
6241
|
]
|
|
5885
6242
|
},
|
|
5886
|
-
"
|
|
6243
|
+
"observe:metrics": {
|
|
5887
6244
|
"aliases": [],
|
|
5888
6245
|
"args": {},
|
|
5889
|
-
"description": "
|
|
6246
|
+
"description": "display app performance metrics grouped by app version",
|
|
5890
6247
|
"flags": {
|
|
5891
|
-
"
|
|
5892
|
-
"
|
|
5893
|
-
"
|
|
5894
|
-
"
|
|
6248
|
+
"platform": {
|
|
6249
|
+
"description": "Filter by platform",
|
|
6250
|
+
"name": "platform",
|
|
6251
|
+
"hasDynamicHelp": false,
|
|
6252
|
+
"multiple": false,
|
|
6253
|
+
"options": [
|
|
6254
|
+
"android",
|
|
6255
|
+
"ios"
|
|
6256
|
+
],
|
|
6257
|
+
"type": "option"
|
|
6258
|
+
},
|
|
6259
|
+
"metric": {
|
|
6260
|
+
"description": "Metric name to display (can be specified multiple times).",
|
|
6261
|
+
"name": "metric",
|
|
6262
|
+
"hasDynamicHelp": false,
|
|
6263
|
+
"multiple": true,
|
|
6264
|
+
"options": [
|
|
6265
|
+
"tti",
|
|
6266
|
+
"ttr",
|
|
6267
|
+
"cold_launch",
|
|
6268
|
+
"warm_launch",
|
|
6269
|
+
"bundle_load"
|
|
6270
|
+
],
|
|
6271
|
+
"type": "option"
|
|
6272
|
+
},
|
|
6273
|
+
"stat": {
|
|
6274
|
+
"description": "Statistic to display per metric (can be specified multiple times)",
|
|
6275
|
+
"name": "stat",
|
|
6276
|
+
"hasDynamicHelp": false,
|
|
6277
|
+
"multiple": true,
|
|
6278
|
+
"options": [
|
|
6279
|
+
"min",
|
|
6280
|
+
"median",
|
|
6281
|
+
"max",
|
|
6282
|
+
"average",
|
|
6283
|
+
"p80",
|
|
6284
|
+
"p90",
|
|
6285
|
+
"p99",
|
|
6286
|
+
"eventCount"
|
|
6287
|
+
],
|
|
6288
|
+
"type": "option"
|
|
6289
|
+
},
|
|
6290
|
+
"start": {
|
|
6291
|
+
"description": "Start of time range for metrics data (ISO date).",
|
|
6292
|
+
"exclusive": [
|
|
6293
|
+
"days"
|
|
6294
|
+
],
|
|
6295
|
+
"name": "start",
|
|
6296
|
+
"hasDynamicHelp": false,
|
|
6297
|
+
"multiple": false,
|
|
6298
|
+
"type": "option"
|
|
6299
|
+
},
|
|
6300
|
+
"end": {
|
|
6301
|
+
"description": "End of time range for metrics data (ISO date).",
|
|
6302
|
+
"exclusive": [
|
|
6303
|
+
"days"
|
|
6304
|
+
],
|
|
6305
|
+
"name": "end",
|
|
6306
|
+
"hasDynamicHelp": false,
|
|
6307
|
+
"multiple": false,
|
|
6308
|
+
"type": "option"
|
|
6309
|
+
},
|
|
6310
|
+
"days": {
|
|
6311
|
+
"description": "Show metrics from the last N days (mutually exclusive with --start/--end)",
|
|
6312
|
+
"exclusive": [
|
|
6313
|
+
"start",
|
|
6314
|
+
"end"
|
|
6315
|
+
],
|
|
6316
|
+
"name": "days",
|
|
5895
6317
|
"hasDynamicHelp": false,
|
|
5896
6318
|
"multiple": false,
|
|
5897
6319
|
"type": "option"
|
|
5898
6320
|
},
|
|
6321
|
+
"project-id": {
|
|
6322
|
+
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6323
|
+
"name": "project-id",
|
|
6324
|
+
"hasDynamicHelp": false,
|
|
6325
|
+
"multiple": false,
|
|
6326
|
+
"type": "option"
|
|
6327
|
+
},
|
|
6328
|
+
"json": {
|
|
6329
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
6330
|
+
"name": "json",
|
|
6331
|
+
"allowNo": false,
|
|
6332
|
+
"type": "boolean"
|
|
6333
|
+
},
|
|
5899
6334
|
"non-interactive": {
|
|
5900
6335
|
"description": "Run the command in non-interactive mode.",
|
|
5901
6336
|
"name": "non-interactive",
|
|
6337
|
+
"noCacheDefault": true,
|
|
5902
6338
|
"allowNo": false,
|
|
5903
6339
|
"type": "boolean"
|
|
5904
6340
|
}
|
|
5905
6341
|
},
|
|
5906
6342
|
"hasDynamicHelp": false,
|
|
6343
|
+
"hidden": true,
|
|
5907
6344
|
"hiddenAliases": [],
|
|
5908
|
-
"id": "
|
|
6345
|
+
"id": "observe:metrics",
|
|
5909
6346
|
"pluginAlias": "eas-cli",
|
|
5910
6347
|
"pluginName": "eas-cli",
|
|
5911
6348
|
"pluginType": "core",
|
|
@@ -5952,42 +6389,89 @@
|
|
|
5952
6389
|
}
|
|
5953
6390
|
},
|
|
5954
6391
|
"contextDefinition": {
|
|
5955
|
-
"
|
|
5956
|
-
"
|
|
5957
|
-
"analytics": {},
|
|
5958
|
-
"vcsClient": {}
|
|
6392
|
+
"projectId": {},
|
|
6393
|
+
"loggedIn": {}
|
|
5959
6394
|
},
|
|
5960
6395
|
"isESM": false,
|
|
5961
6396
|
"relativePath": [
|
|
5962
6397
|
"build",
|
|
5963
6398
|
"commands",
|
|
5964
|
-
"
|
|
5965
|
-
"
|
|
6399
|
+
"observe",
|
|
6400
|
+
"metrics.js"
|
|
5966
6401
|
]
|
|
5967
6402
|
},
|
|
5968
|
-
"
|
|
6403
|
+
"observe:versions": {
|
|
5969
6404
|
"aliases": [],
|
|
5970
6405
|
"args": {},
|
|
5971
|
-
"description": "
|
|
6406
|
+
"description": "display app versions with build and update details",
|
|
5972
6407
|
"flags": {
|
|
5973
|
-
"
|
|
5974
|
-
"
|
|
5975
|
-
"
|
|
5976
|
-
"
|
|
6408
|
+
"platform": {
|
|
6409
|
+
"description": "Filter by platform",
|
|
6410
|
+
"name": "platform",
|
|
6411
|
+
"hasDynamicHelp": false,
|
|
6412
|
+
"multiple": false,
|
|
6413
|
+
"options": [
|
|
6414
|
+
"android",
|
|
6415
|
+
"ios"
|
|
6416
|
+
],
|
|
6417
|
+
"type": "option"
|
|
6418
|
+
},
|
|
6419
|
+
"start": {
|
|
6420
|
+
"description": "Start of time range (ISO date)",
|
|
6421
|
+
"exclusive": [
|
|
6422
|
+
"days"
|
|
6423
|
+
],
|
|
6424
|
+
"name": "start",
|
|
6425
|
+
"hasDynamicHelp": false,
|
|
6426
|
+
"multiple": false,
|
|
6427
|
+
"type": "option"
|
|
6428
|
+
},
|
|
6429
|
+
"end": {
|
|
6430
|
+
"description": "End of time range (ISO date)",
|
|
6431
|
+
"exclusive": [
|
|
6432
|
+
"days"
|
|
6433
|
+
],
|
|
6434
|
+
"name": "end",
|
|
6435
|
+
"hasDynamicHelp": false,
|
|
6436
|
+
"multiple": false,
|
|
6437
|
+
"type": "option"
|
|
6438
|
+
},
|
|
6439
|
+
"days": {
|
|
6440
|
+
"description": "Show versions from the last N days (mutually exclusive with --start/--end)",
|
|
6441
|
+
"exclusive": [
|
|
6442
|
+
"start",
|
|
6443
|
+
"end"
|
|
6444
|
+
],
|
|
6445
|
+
"name": "days",
|
|
6446
|
+
"hasDynamicHelp": false,
|
|
6447
|
+
"multiple": false,
|
|
6448
|
+
"type": "option"
|
|
6449
|
+
},
|
|
6450
|
+
"project-id": {
|
|
6451
|
+
"description": "EAS project ID (defaults to the project ID of the current directory)",
|
|
6452
|
+
"name": "project-id",
|
|
5977
6453
|
"hasDynamicHelp": false,
|
|
5978
6454
|
"multiple": false,
|
|
5979
6455
|
"type": "option"
|
|
5980
6456
|
},
|
|
6457
|
+
"json": {
|
|
6458
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.",
|
|
6459
|
+
"name": "json",
|
|
6460
|
+
"allowNo": false,
|
|
6461
|
+
"type": "boolean"
|
|
6462
|
+
},
|
|
5981
6463
|
"non-interactive": {
|
|
5982
6464
|
"description": "Run the command in non-interactive mode.",
|
|
5983
6465
|
"name": "non-interactive",
|
|
6466
|
+
"noCacheDefault": true,
|
|
5984
6467
|
"allowNo": false,
|
|
5985
6468
|
"type": "boolean"
|
|
5986
6469
|
}
|
|
5987
6470
|
},
|
|
5988
6471
|
"hasDynamicHelp": false,
|
|
6472
|
+
"hidden": true,
|
|
5989
6473
|
"hiddenAliases": [],
|
|
5990
|
-
"id": "
|
|
6474
|
+
"id": "observe:versions",
|
|
5991
6475
|
"pluginAlias": "eas-cli",
|
|
5992
6476
|
"pluginName": "eas-cli",
|
|
5993
6477
|
"pluginType": "core",
|
|
@@ -6034,17 +6518,15 @@
|
|
|
6034
6518
|
}
|
|
6035
6519
|
},
|
|
6036
6520
|
"contextDefinition": {
|
|
6037
|
-
"
|
|
6038
|
-
"
|
|
6039
|
-
"analytics": {},
|
|
6040
|
-
"vcsClient": {}
|
|
6521
|
+
"projectId": {},
|
|
6522
|
+
"loggedIn": {}
|
|
6041
6523
|
},
|
|
6042
6524
|
"isESM": false,
|
|
6043
6525
|
"relativePath": [
|
|
6044
6526
|
"build",
|
|
6045
6527
|
"commands",
|
|
6046
|
-
"
|
|
6047
|
-
"
|
|
6528
|
+
"observe",
|
|
6529
|
+
"versions.js"
|
|
6048
6530
|
]
|
|
6049
6531
|
},
|
|
6050
6532
|
"project:info": {
|
|
@@ -9725,5 +10207,5 @@
|
|
|
9725
10207
|
]
|
|
9726
10208
|
}
|
|
9727
10209
|
},
|
|
9728
|
-
"version": "18.
|
|
10210
|
+
"version": "18.7.0"
|
|
9729
10211
|
}
|