eas-cli 14.4.1 → 14.5.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 +93 -91
- package/build/build/build.js +4 -3
- package/build/commands/build/list.d.ts +1 -0
- package/build/commands/build/list.js +4 -0
- package/build/commands/{worker → deploy}/alias.js +4 -4
- package/build/commands/{worker/deploy.js → deploy/index.js} +5 -5
- package/build/commands/update/index.js +3 -6
- package/build/commands/update/roll-back-to-embedded.js +2 -2
- package/build/credentials/ios/appstore/resolveCredentials.js +6 -1
- package/build/graphql/generated.d.ts +120 -0
- package/build/project/publish.d.ts +4 -4
- package/build/project/publish.js +9 -8
- package/build/project/resolveRuntimeVersionAsync.d.ts +4 -4
- package/build/project/resolveRuntimeVersionAsync.js +4 -4
- package/build/worker/upload.js +19 -3
- package/oclif.manifest.json +158 -152
- package/package.json +5 -5
- /package/build/commands/{worker → deploy}/alias.d.ts +0 -0
- /package/build/commands/{worker/deploy.d.ts → deploy/index.d.ts} +0 -0
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "14.
|
|
2
|
+
"version": "14.5.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -1038,6 +1038,12 @@
|
|
|
1038
1038
|
"gitCommitHash"
|
|
1039
1039
|
]
|
|
1040
1040
|
},
|
|
1041
|
+
"fingerprint-hash": {
|
|
1042
|
+
"name": "fingerprint-hash",
|
|
1043
|
+
"type": "option",
|
|
1044
|
+
"description": "Filter only builds with the specified fingerprint hash",
|
|
1045
|
+
"multiple": false
|
|
1046
|
+
},
|
|
1041
1047
|
"offset": {
|
|
1042
1048
|
"name": "offset",
|
|
1043
1049
|
"type": "option",
|
|
@@ -1760,6 +1766,157 @@
|
|
|
1760
1766
|
"vcsClient": {}
|
|
1761
1767
|
}
|
|
1762
1768
|
},
|
|
1769
|
+
"deploy:alias": {
|
|
1770
|
+
"id": "deploy:alias",
|
|
1771
|
+
"description": "Assign deployment aliases.",
|
|
1772
|
+
"strict": true,
|
|
1773
|
+
"pluginName": "eas-cli",
|
|
1774
|
+
"pluginAlias": "eas-cli",
|
|
1775
|
+
"pluginType": "core",
|
|
1776
|
+
"state": "preview",
|
|
1777
|
+
"aliases": [
|
|
1778
|
+
"worker:alias",
|
|
1779
|
+
"deploy:promote"
|
|
1780
|
+
],
|
|
1781
|
+
"flags": {
|
|
1782
|
+
"prod": {
|
|
1783
|
+
"name": "prod",
|
|
1784
|
+
"type": "boolean",
|
|
1785
|
+
"description": "Promote an existing deployment to production.",
|
|
1786
|
+
"allowNo": false,
|
|
1787
|
+
"aliases": [
|
|
1788
|
+
"production"
|
|
1789
|
+
]
|
|
1790
|
+
},
|
|
1791
|
+
"alias": {
|
|
1792
|
+
"name": "alias",
|
|
1793
|
+
"type": "option",
|
|
1794
|
+
"description": "Custom alias to assign to the existing deployment.",
|
|
1795
|
+
"required": false,
|
|
1796
|
+
"helpValue": "name",
|
|
1797
|
+
"multiple": false
|
|
1798
|
+
},
|
|
1799
|
+
"id": {
|
|
1800
|
+
"name": "id",
|
|
1801
|
+
"type": "option",
|
|
1802
|
+
"description": "Unique identifier of an existing deployment.",
|
|
1803
|
+
"required": false,
|
|
1804
|
+
"helpValue": "xyz123",
|
|
1805
|
+
"multiple": false
|
|
1806
|
+
},
|
|
1807
|
+
"json": {
|
|
1808
|
+
"name": "json",
|
|
1809
|
+
"type": "boolean",
|
|
1810
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
1811
|
+
"allowNo": false,
|
|
1812
|
+
"dependsOn": [
|
|
1813
|
+
"non-interactive"
|
|
1814
|
+
]
|
|
1815
|
+
},
|
|
1816
|
+
"non-interactive": {
|
|
1817
|
+
"name": "non-interactive",
|
|
1818
|
+
"type": "boolean",
|
|
1819
|
+
"description": "Run the command in non-interactive mode.",
|
|
1820
|
+
"allowNo": false
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
"args": {},
|
|
1824
|
+
"contextDefinition": {
|
|
1825
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
1826
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
1827
|
+
"projectDir": {},
|
|
1828
|
+
"loggedIn": {}
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"deploy": {
|
|
1832
|
+
"id": "deploy",
|
|
1833
|
+
"description": "Deploy your Expo Router web build and API Routes.",
|
|
1834
|
+
"strict": true,
|
|
1835
|
+
"usage": [
|
|
1836
|
+
"deploy [options]",
|
|
1837
|
+
"deploy --prod"
|
|
1838
|
+
],
|
|
1839
|
+
"pluginName": "eas-cli",
|
|
1840
|
+
"pluginAlias": "eas-cli",
|
|
1841
|
+
"pluginType": "core",
|
|
1842
|
+
"state": "preview",
|
|
1843
|
+
"aliases": [
|
|
1844
|
+
"worker:deploy"
|
|
1845
|
+
],
|
|
1846
|
+
"flags": {
|
|
1847
|
+
"prod": {
|
|
1848
|
+
"name": "prod",
|
|
1849
|
+
"type": "boolean",
|
|
1850
|
+
"description": "Create a new production deployment.",
|
|
1851
|
+
"allowNo": false,
|
|
1852
|
+
"aliases": [
|
|
1853
|
+
"production"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
"alias": {
|
|
1857
|
+
"name": "alias",
|
|
1858
|
+
"type": "option",
|
|
1859
|
+
"description": "Custom alias to assign to the new deployment.",
|
|
1860
|
+
"helpValue": "name",
|
|
1861
|
+
"multiple": false
|
|
1862
|
+
},
|
|
1863
|
+
"id": {
|
|
1864
|
+
"name": "id",
|
|
1865
|
+
"type": "option",
|
|
1866
|
+
"description": "Custom unique identifier for the new deployment.",
|
|
1867
|
+
"helpValue": "xyz123",
|
|
1868
|
+
"multiple": false
|
|
1869
|
+
},
|
|
1870
|
+
"export-dir": {
|
|
1871
|
+
"name": "export-dir",
|
|
1872
|
+
"type": "option",
|
|
1873
|
+
"description": "Directory where the Expo project was exported.",
|
|
1874
|
+
"helpValue": "dir",
|
|
1875
|
+
"multiple": false,
|
|
1876
|
+
"default": "dist"
|
|
1877
|
+
},
|
|
1878
|
+
"dry-run": {
|
|
1879
|
+
"name": "dry-run",
|
|
1880
|
+
"type": "boolean",
|
|
1881
|
+
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
1882
|
+
"allowNo": false
|
|
1883
|
+
},
|
|
1884
|
+
"environment": {
|
|
1885
|
+
"name": "environment",
|
|
1886
|
+
"type": "option",
|
|
1887
|
+
"description": "Environment variable's environment",
|
|
1888
|
+
"helpValue": "(development|preview|production)",
|
|
1889
|
+
"multiple": false,
|
|
1890
|
+
"options": [
|
|
1891
|
+
"development",
|
|
1892
|
+
"preview",
|
|
1893
|
+
"production"
|
|
1894
|
+
]
|
|
1895
|
+
},
|
|
1896
|
+
"json": {
|
|
1897
|
+
"name": "json",
|
|
1898
|
+
"type": "boolean",
|
|
1899
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
1900
|
+
"allowNo": false,
|
|
1901
|
+
"dependsOn": [
|
|
1902
|
+
"non-interactive"
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1905
|
+
"non-interactive": {
|
|
1906
|
+
"name": "non-interactive",
|
|
1907
|
+
"type": "boolean",
|
|
1908
|
+
"description": "Run the command in non-interactive mode.",
|
|
1909
|
+
"allowNo": false
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"args": {},
|
|
1913
|
+
"contextDefinition": {
|
|
1914
|
+
"getDynamicPublicProjectConfigAsync": {},
|
|
1915
|
+
"getDynamicPrivateProjectConfigAsync": {},
|
|
1916
|
+
"projectDir": {},
|
|
1917
|
+
"loggedIn": {}
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1763
1920
|
"device:create": {
|
|
1764
1921
|
"id": "device:create",
|
|
1765
1922
|
"description": "register new Apple Devices to use for internal distribution",
|
|
@@ -3699,157 +3856,6 @@
|
|
|
3699
3856
|
"loggedIn": {}
|
|
3700
3857
|
}
|
|
3701
3858
|
},
|
|
3702
|
-
"worker:alias": {
|
|
3703
|
-
"id": "worker:alias",
|
|
3704
|
-
"description": "Assign deployment aliases",
|
|
3705
|
-
"strict": true,
|
|
3706
|
-
"pluginName": "eas-cli",
|
|
3707
|
-
"pluginAlias": "eas-cli",
|
|
3708
|
-
"pluginType": "core",
|
|
3709
|
-
"state": "beta",
|
|
3710
|
-
"aliases": [
|
|
3711
|
-
"deploy:alias",
|
|
3712
|
-
"deploy:promote"
|
|
3713
|
-
],
|
|
3714
|
-
"flags": {
|
|
3715
|
-
"prod": {
|
|
3716
|
-
"name": "prod",
|
|
3717
|
-
"type": "boolean",
|
|
3718
|
-
"description": "Promote an existing deployment to production.",
|
|
3719
|
-
"allowNo": false,
|
|
3720
|
-
"aliases": [
|
|
3721
|
-
"production"
|
|
3722
|
-
]
|
|
3723
|
-
},
|
|
3724
|
-
"alias": {
|
|
3725
|
-
"name": "alias",
|
|
3726
|
-
"type": "option",
|
|
3727
|
-
"description": "Custom alias to assign to the existing deployment.",
|
|
3728
|
-
"required": false,
|
|
3729
|
-
"helpValue": "name",
|
|
3730
|
-
"multiple": false
|
|
3731
|
-
},
|
|
3732
|
-
"id": {
|
|
3733
|
-
"name": "id",
|
|
3734
|
-
"type": "option",
|
|
3735
|
-
"description": "Unique identifier of an existing deployment.",
|
|
3736
|
-
"required": false,
|
|
3737
|
-
"helpValue": "xyz123",
|
|
3738
|
-
"multiple": false
|
|
3739
|
-
},
|
|
3740
|
-
"json": {
|
|
3741
|
-
"name": "json",
|
|
3742
|
-
"type": "boolean",
|
|
3743
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
3744
|
-
"allowNo": false,
|
|
3745
|
-
"dependsOn": [
|
|
3746
|
-
"non-interactive"
|
|
3747
|
-
]
|
|
3748
|
-
},
|
|
3749
|
-
"non-interactive": {
|
|
3750
|
-
"name": "non-interactive",
|
|
3751
|
-
"type": "boolean",
|
|
3752
|
-
"description": "Run the command in non-interactive mode.",
|
|
3753
|
-
"allowNo": false
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3756
|
-
"args": {},
|
|
3757
|
-
"contextDefinition": {
|
|
3758
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3759
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3760
|
-
"projectDir": {},
|
|
3761
|
-
"loggedIn": {}
|
|
3762
|
-
}
|
|
3763
|
-
},
|
|
3764
|
-
"worker:deploy": {
|
|
3765
|
-
"id": "worker:deploy",
|
|
3766
|
-
"description": "Deploy your Expo web build",
|
|
3767
|
-
"strict": true,
|
|
3768
|
-
"usage": [
|
|
3769
|
-
"deploy [options]",
|
|
3770
|
-
"deploy --prod"
|
|
3771
|
-
],
|
|
3772
|
-
"pluginName": "eas-cli",
|
|
3773
|
-
"pluginAlias": "eas-cli",
|
|
3774
|
-
"pluginType": "core",
|
|
3775
|
-
"state": "beta",
|
|
3776
|
-
"aliases": [
|
|
3777
|
-
"deploy"
|
|
3778
|
-
],
|
|
3779
|
-
"flags": {
|
|
3780
|
-
"prod": {
|
|
3781
|
-
"name": "prod",
|
|
3782
|
-
"type": "boolean",
|
|
3783
|
-
"description": "Create a new production deployment.",
|
|
3784
|
-
"allowNo": false,
|
|
3785
|
-
"aliases": [
|
|
3786
|
-
"production"
|
|
3787
|
-
]
|
|
3788
|
-
},
|
|
3789
|
-
"alias": {
|
|
3790
|
-
"name": "alias",
|
|
3791
|
-
"type": "option",
|
|
3792
|
-
"description": "Custom alias to assign to the new deployment.",
|
|
3793
|
-
"helpValue": "name",
|
|
3794
|
-
"multiple": false
|
|
3795
|
-
},
|
|
3796
|
-
"id": {
|
|
3797
|
-
"name": "id",
|
|
3798
|
-
"type": "option",
|
|
3799
|
-
"description": "Custom unique identifier for the new deployment.",
|
|
3800
|
-
"helpValue": "xyz123",
|
|
3801
|
-
"multiple": false
|
|
3802
|
-
},
|
|
3803
|
-
"export-dir": {
|
|
3804
|
-
"name": "export-dir",
|
|
3805
|
-
"type": "option",
|
|
3806
|
-
"description": "Directory where the Expo project was exported.",
|
|
3807
|
-
"helpValue": "dir",
|
|
3808
|
-
"multiple": false,
|
|
3809
|
-
"default": "dist"
|
|
3810
|
-
},
|
|
3811
|
-
"dry-run": {
|
|
3812
|
-
"name": "dry-run",
|
|
3813
|
-
"type": "boolean",
|
|
3814
|
-
"description": "Outputs a tarball of the new deployment instead of uploading it.",
|
|
3815
|
-
"allowNo": false
|
|
3816
|
-
},
|
|
3817
|
-
"environment": {
|
|
3818
|
-
"name": "environment",
|
|
3819
|
-
"type": "option",
|
|
3820
|
-
"description": "Environment variable's environment",
|
|
3821
|
-
"helpValue": "(development|preview|production)",
|
|
3822
|
-
"multiple": false,
|
|
3823
|
-
"options": [
|
|
3824
|
-
"development",
|
|
3825
|
-
"preview",
|
|
3826
|
-
"production"
|
|
3827
|
-
]
|
|
3828
|
-
},
|
|
3829
|
-
"json": {
|
|
3830
|
-
"name": "json",
|
|
3831
|
-
"type": "boolean",
|
|
3832
|
-
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
3833
|
-
"allowNo": false,
|
|
3834
|
-
"dependsOn": [
|
|
3835
|
-
"non-interactive"
|
|
3836
|
-
]
|
|
3837
|
-
},
|
|
3838
|
-
"non-interactive": {
|
|
3839
|
-
"name": "non-interactive",
|
|
3840
|
-
"type": "boolean",
|
|
3841
|
-
"description": "Run the command in non-interactive mode.",
|
|
3842
|
-
"allowNo": false
|
|
3843
|
-
}
|
|
3844
|
-
},
|
|
3845
|
-
"args": {},
|
|
3846
|
-
"contextDefinition": {
|
|
3847
|
-
"getDynamicPublicProjectConfigAsync": {},
|
|
3848
|
-
"getDynamicPrivateProjectConfigAsync": {},
|
|
3849
|
-
"projectDir": {},
|
|
3850
|
-
"loggedIn": {}
|
|
3851
|
-
}
|
|
3852
|
-
},
|
|
3853
3859
|
"workflow:create": {
|
|
3854
3860
|
"id": "workflow:create",
|
|
3855
3861
|
"description": "create a new workflow configuration YAML file",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.5.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@expo/code-signing-certificates": "0.0.5",
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
|
-
"@expo/eas-build-job": "1.0.
|
|
16
|
-
"@expo/eas-json": "14.
|
|
15
|
+
"@expo/eas-build-job": "1.0.165",
|
|
16
|
+
"@expo/eas-json": "14.5.0",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@expo/results": "1.0.0",
|
|
29
29
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
30
30
|
"@expo/spawn-async": "1.7.2",
|
|
31
|
-
"@expo/steps": "1.0.
|
|
31
|
+
"@expo/steps": "1.0.165",
|
|
32
32
|
"@expo/timeago.js": "1.0.0",
|
|
33
33
|
"@oclif/core": "^1.26.2",
|
|
34
34
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"node": "20.11.0",
|
|
238
238
|
"yarn": "1.22.21"
|
|
239
239
|
},
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "f75ef221542900d492737f83ce24b81bbafdc290"
|
|
241
241
|
}
|
|
File without changes
|
|
File without changes
|