netlify-cli 8.0.9 → 8.0.13
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/npm-shrinkwrap.json +225 -167
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
- package/src/utils/init/plugins.js +4 -1
- package/src/utils/redirects.js +3 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.13",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.0.
|
|
9
|
+
"version": "8.0.13",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@netlify/build": "^20.0.
|
|
13
|
+
"@netlify/build": "^20.0.3",
|
|
14
14
|
"@netlify/config": "^16.0.5",
|
|
15
15
|
"@netlify/framework-info": "^6.0.0",
|
|
16
16
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
17
17
|
"@netlify/plugin-edge-handlers": "^2.0.0",
|
|
18
|
-
"@netlify/plugins-list": "^
|
|
18
|
+
"@netlify/plugins-list": "^6.0.1",
|
|
19
19
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
20
|
-
"@netlify/zip-it-and-ship-it": "5.
|
|
20
|
+
"@netlify/zip-it-and-ship-it": "5.2.0",
|
|
21
21
|
"@oclif/command": "^1.6.1",
|
|
22
22
|
"@oclif/config": "^1.15.1",
|
|
23
23
|
"@oclif/errors": "^1.3.4",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"multiparty": "^4.2.1",
|
|
86
86
|
"netlify": "^10.0.0",
|
|
87
87
|
"netlify-headers-parser": "^5.0.0",
|
|
88
|
-
"netlify-redirect-parser": "^
|
|
88
|
+
"netlify-redirect-parser": "^13.0.0",
|
|
89
89
|
"netlify-redirector": "^0.2.1",
|
|
90
90
|
"node-fetch": "^2.6.0",
|
|
91
91
|
"node-version-alias": "^1.0.1",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@babel/preset-react": "^7.12.13",
|
|
133
133
|
"@commitlint/cli": "^15.0.0",
|
|
134
134
|
"@commitlint/config-conventional": "^15.0.0",
|
|
135
|
-
"@netlify/eslint-config-node": "^3.3.
|
|
135
|
+
"@netlify/eslint-config-node": "^3.3.11",
|
|
136
136
|
"@oclif/dev-cli": "^1.23.1",
|
|
137
137
|
"@oclif/test": "^1.2.5",
|
|
138
138
|
"ava": "^3.15.0",
|
|
@@ -2425,19 +2425,19 @@
|
|
|
2425
2425
|
}
|
|
2426
2426
|
},
|
|
2427
2427
|
"node_modules/@netlify/build": {
|
|
2428
|
-
"version": "20.0.
|
|
2429
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.
|
|
2430
|
-
"integrity": "sha512-
|
|
2428
|
+
"version": "20.0.3",
|
|
2429
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.3.tgz",
|
|
2430
|
+
"integrity": "sha512-AmKPwDuUFyO+DRcB9RNIwfc/g6TqaoKM7HZ9bVE8+wO+bWwMutYG1Y6rkp3Yn1WwO2zJ7F16UmFjZMobzSAtvA==",
|
|
2431
2431
|
"dependencies": {
|
|
2432
2432
|
"@bugsnag/js": "^7.0.0",
|
|
2433
2433
|
"@netlify/cache-utils": "^3.0.0",
|
|
2434
2434
|
"@netlify/config": "^16.0.0",
|
|
2435
2435
|
"@netlify/functions-utils": "^3.0.0",
|
|
2436
2436
|
"@netlify/git-utils": "^3.0.0",
|
|
2437
|
-
"@netlify/plugin-edge-handlers": "^
|
|
2437
|
+
"@netlify/plugin-edge-handlers": "^3.0.0",
|
|
2438
2438
|
"@netlify/plugins-list": "^5.0.0",
|
|
2439
2439
|
"@netlify/run-utils": "^3.0.0",
|
|
2440
|
-
"@netlify/zip-it-and-ship-it": "^5.
|
|
2440
|
+
"@netlify/zip-it-and-ship-it": "^5.2.0",
|
|
2441
2441
|
"@sindresorhus/slugify": "^1.1.0",
|
|
2442
2442
|
"ansi-escapes": "^4.3.2",
|
|
2443
2443
|
"chalk": "^4.1.2",
|
|
@@ -2489,6 +2489,45 @@
|
|
|
2489
2489
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
2490
2490
|
}
|
|
2491
2491
|
},
|
|
2492
|
+
"node_modules/@netlify/build/node_modules/@netlify/plugin-edge-handlers": {
|
|
2493
|
+
"version": "3.0.0",
|
|
2494
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.0.tgz",
|
|
2495
|
+
"integrity": "sha512-lolaK+xaY0Hud4tE89baA9FrwxebTvSTVTeQAEK3a9yj1o0jZrEzaBW9kGZ89lwANb4Mghz3PLaksOlEH179MA==",
|
|
2496
|
+
"dependencies": {
|
|
2497
|
+
"@babel/core": "^7.11.4",
|
|
2498
|
+
"@babel/preset-env": "^7.11.5",
|
|
2499
|
+
"@rollup/plugin-babel": "^5.2.0",
|
|
2500
|
+
"@rollup/plugin-commonjs": "^21.0.0",
|
|
2501
|
+
"@rollup/plugin-inject": "^4.0.2",
|
|
2502
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
2503
|
+
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
2504
|
+
"@types/node": "^16.0.0",
|
|
2505
|
+
"buffer-es6": "^4.9.3",
|
|
2506
|
+
"del": "^6.0.0",
|
|
2507
|
+
"make-dir": "^3.1.0",
|
|
2508
|
+
"node-fetch": "^2.6.1",
|
|
2509
|
+
"path-type": "^4.0.0",
|
|
2510
|
+
"process-es6": "^0.11.6",
|
|
2511
|
+
"rollup": "^2.23.1",
|
|
2512
|
+
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
2513
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
2514
|
+
"typescript": "^4.1.5"
|
|
2515
|
+
},
|
|
2516
|
+
"bin": {
|
|
2517
|
+
"plugin-build-edge-handlers": "src/cli.js"
|
|
2518
|
+
},
|
|
2519
|
+
"engines": {
|
|
2520
|
+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
"node_modules/@netlify/build/node_modules/@netlify/plugins-list": {
|
|
2524
|
+
"version": "5.0.0",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-5.0.0.tgz",
|
|
2526
|
+
"integrity": "sha512-reoPM+p/1Sm85KAPIwKr4+WVIneSVJZIZbo54VqZqvQJwcm/4CmyB4kUTthBIkY+b7chPcYEmqfvZxY9EfplAQ==",
|
|
2527
|
+
"engines": {
|
|
2528
|
+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2492
2531
|
"node_modules/@netlify/build/node_modules/@sindresorhus/is": {
|
|
2493
2532
|
"version": "2.1.1",
|
|
2494
2533
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -2996,6 +3035,20 @@
|
|
|
2996
3035
|
"node": ">=8"
|
|
2997
3036
|
}
|
|
2998
3037
|
},
|
|
3038
|
+
"node_modules/@netlify/config/node_modules/netlify-redirect-parser": {
|
|
3039
|
+
"version": "12.0.0",
|
|
3040
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-12.0.0.tgz",
|
|
3041
|
+
"integrity": "sha512-PUI3o9Jolc9bp0rE4R4E2PwnfUQYKC5o4G+uQqMuanm29aled6PbhIUYI/3Xbahn785OC93ozu1fP1tcSHJ/Ug==",
|
|
3042
|
+
"dependencies": {
|
|
3043
|
+
"filter-obj": "^2.0.2",
|
|
3044
|
+
"is-plain-obj": "^3.0.0",
|
|
3045
|
+
"path-exists": "^4.0.0",
|
|
3046
|
+
"toml": "^3.0.0"
|
|
3047
|
+
},
|
|
3048
|
+
"engines": {
|
|
3049
|
+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
2999
3052
|
"node_modules/@netlify/config/node_modules/p-limit": {
|
|
3000
3053
|
"version": "2.3.0",
|
|
3001
3054
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
@@ -3083,9 +3136,9 @@
|
|
|
3083
3136
|
}
|
|
3084
3137
|
},
|
|
3085
3138
|
"node_modules/@netlify/eslint-config-node": {
|
|
3086
|
-
"version": "3.3.
|
|
3087
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.
|
|
3088
|
-
"integrity": "sha512-
|
|
3139
|
+
"version": "3.3.11",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.11.tgz",
|
|
3141
|
+
"integrity": "sha512-biFulC0I+WdDtGIAYmIExk1/IThMX4TB5lOPcRqyhElTDIQKfVc6DW6LR7xGzOnpqCIe9HeJt2GA+MjhDSx8mg==",
|
|
3089
3142
|
"dev": true,
|
|
3090
3143
|
"dependencies": {
|
|
3091
3144
|
"@babel/core": "^7.13.8",
|
|
@@ -3409,9 +3462,9 @@
|
|
|
3409
3462
|
}
|
|
3410
3463
|
},
|
|
3411
3464
|
"node_modules/@netlify/plugins-list": {
|
|
3412
|
-
"version": "
|
|
3413
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-
|
|
3414
|
-
"integrity": "sha512-
|
|
3465
|
+
"version": "6.0.1",
|
|
3466
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.0.1.tgz",
|
|
3467
|
+
"integrity": "sha512-HD8YgP43GGpgSOowBIW8Yb9+IvFlRGYq+X7Ee7G0okgOjzmgLy0En6JZ1shl0lGpuO8UX5EtLwDiLst3m/UIvg==",
|
|
3415
3468
|
"engines": {
|
|
3416
3469
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
3417
3470
|
}
|
|
@@ -3487,9 +3540,9 @@
|
|
|
3487
3540
|
}
|
|
3488
3541
|
},
|
|
3489
3542
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3490
|
-
"version": "5.
|
|
3491
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.
|
|
3492
|
-
"integrity": "sha512-
|
|
3543
|
+
"version": "5.2.0",
|
|
3544
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.2.0.tgz",
|
|
3545
|
+
"integrity": "sha512-YcLj5zcStVYPtPn1SNCjD5dXRpZ1HoAweywCOGNSAcOM6fn489IAaiXpkdmhA8oghBS5ukaP09lOZmJ9LD1m/A==",
|
|
3493
3546
|
"dependencies": {
|
|
3494
3547
|
"@babel/parser": "^7.15.7",
|
|
3495
3548
|
"@netlify/esbuild": "^0.13.6",
|
|
@@ -3724,14 +3777,14 @@
|
|
|
3724
3777
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
3725
3778
|
},
|
|
3726
3779
|
"node_modules/@oclif/command": {
|
|
3727
|
-
"version": "1.8.
|
|
3728
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
3729
|
-
"integrity": "sha512-
|
|
3780
|
+
"version": "1.8.7",
|
|
3781
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.7.tgz",
|
|
3782
|
+
"integrity": "sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==",
|
|
3730
3783
|
"dependencies": {
|
|
3731
|
-
"@oclif/config": "^1.
|
|
3784
|
+
"@oclif/config": "^1.18.1",
|
|
3732
3785
|
"@oclif/errors": "^1.3.5",
|
|
3733
3786
|
"@oclif/parser": "^3.8.6",
|
|
3734
|
-
"@oclif/plugin-help": "^3.2.
|
|
3787
|
+
"@oclif/plugin-help": "^3.2.10",
|
|
3735
3788
|
"debug": "^4.1.1",
|
|
3736
3789
|
"semver": "^7.3.2"
|
|
3737
3790
|
},
|
|
@@ -3743,12 +3796,12 @@
|
|
|
3743
3796
|
}
|
|
3744
3797
|
},
|
|
3745
3798
|
"node_modules/@oclif/config": {
|
|
3746
|
-
"version": "1.
|
|
3747
|
-
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.
|
|
3748
|
-
"integrity": "sha512-
|
|
3799
|
+
"version": "1.18.1",
|
|
3800
|
+
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz",
|
|
3801
|
+
"integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==",
|
|
3749
3802
|
"dependencies": {
|
|
3750
3803
|
"@oclif/errors": "^1.3.3",
|
|
3751
|
-
"@oclif/parser": "^3.8.
|
|
3804
|
+
"@oclif/parser": "^3.8.0",
|
|
3752
3805
|
"debug": "^4.1.1",
|
|
3753
3806
|
"globby": "^11.0.1",
|
|
3754
3807
|
"is-wsl": "^2.1.1",
|
|
@@ -3881,12 +3934,12 @@
|
|
|
3881
3934
|
}
|
|
3882
3935
|
},
|
|
3883
3936
|
"node_modules/@oclif/plugin-help": {
|
|
3884
|
-
"version": "3.2.
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
3886
|
-
"integrity": "sha512-
|
|
3937
|
+
"version": "3.2.10",
|
|
3938
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.10.tgz",
|
|
3939
|
+
"integrity": "sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==",
|
|
3887
3940
|
"dependencies": {
|
|
3888
|
-
"@oclif/command": "^1.8.
|
|
3889
|
-
"@oclif/config": "^1.
|
|
3941
|
+
"@oclif/command": "^1.8.6",
|
|
3942
|
+
"@oclif/config": "^1.18.1",
|
|
3890
3943
|
"@oclif/errors": "^1.3.5",
|
|
3891
3944
|
"chalk": "^4.1.2",
|
|
3892
3945
|
"indent-string": "^4.0.0",
|
|
@@ -3894,73 +3947,53 @@
|
|
|
3894
3947
|
"string-width": "^4.2.0",
|
|
3895
3948
|
"strip-ansi": "^6.0.0",
|
|
3896
3949
|
"widest-line": "^3.1.0",
|
|
3897
|
-
"wrap-ansi": "^
|
|
3950
|
+
"wrap-ansi": "^6.2.0"
|
|
3898
3951
|
},
|
|
3899
3952
|
"engines": {
|
|
3900
3953
|
"node": ">=8.0.0"
|
|
3901
3954
|
}
|
|
3902
3955
|
},
|
|
3903
|
-
"node_modules/@oclif/plugin-help/node_modules/ansi-regex": {
|
|
3904
|
-
"version": "3.0.0",
|
|
3905
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
3906
|
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
|
|
3907
|
-
"engines": {
|
|
3908
|
-
"node": ">=4"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
3956
|
"node_modules/@oclif/plugin-help/node_modules/ansi-styles": {
|
|
3912
|
-
"version": "3.
|
|
3913
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.
|
|
3914
|
-
"integrity": "sha512-
|
|
3957
|
+
"version": "4.3.0",
|
|
3958
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3959
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3915
3960
|
"dependencies": {
|
|
3916
|
-
"color-convert": "^
|
|
3961
|
+
"color-convert": "^2.0.1"
|
|
3917
3962
|
},
|
|
3918
3963
|
"engines": {
|
|
3919
|
-
"node": ">=
|
|
3920
|
-
}
|
|
3921
|
-
},
|
|
3922
|
-
"node_modules/@oclif/plugin-help/node_modules/is-fullwidth-code-point": {
|
|
3923
|
-
"version": "2.0.0",
|
|
3924
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
3925
|
-
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
|
3926
|
-
"engines": {
|
|
3927
|
-
"node": ">=4"
|
|
3928
|
-
}
|
|
3929
|
-
},
|
|
3930
|
-
"node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
|
|
3931
|
-
"version": "4.0.0",
|
|
3932
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz",
|
|
3933
|
-
"integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==",
|
|
3934
|
-
"dependencies": {
|
|
3935
|
-
"ansi-styles": "^3.2.0",
|
|
3936
|
-
"string-width": "^2.1.1",
|
|
3937
|
-
"strip-ansi": "^4.0.0"
|
|
3964
|
+
"node": ">=8"
|
|
3938
3965
|
},
|
|
3939
|
-
"
|
|
3940
|
-
"
|
|
3966
|
+
"funding": {
|
|
3967
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3941
3968
|
}
|
|
3942
3969
|
},
|
|
3943
|
-
"node_modules/@oclif/plugin-help/node_modules/
|
|
3944
|
-
"version": "2.
|
|
3945
|
-
"resolved": "https://registry.npmjs.org/
|
|
3946
|
-
"integrity": "sha512-
|
|
3970
|
+
"node_modules/@oclif/plugin-help/node_modules/color-convert": {
|
|
3971
|
+
"version": "2.0.1",
|
|
3972
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
3973
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
3947
3974
|
"dependencies": {
|
|
3948
|
-
"
|
|
3949
|
-
"strip-ansi": "^4.0.0"
|
|
3975
|
+
"color-name": "~1.1.4"
|
|
3950
3976
|
},
|
|
3951
3977
|
"engines": {
|
|
3952
|
-
"node": ">=
|
|
3978
|
+
"node": ">=7.0.0"
|
|
3953
3979
|
}
|
|
3954
3980
|
},
|
|
3955
|
-
"node_modules/@oclif/plugin-help/node_modules/
|
|
3956
|
-
"version": "
|
|
3957
|
-
"resolved": "https://registry.npmjs.org/
|
|
3958
|
-
"integrity": "
|
|
3981
|
+
"node_modules/@oclif/plugin-help/node_modules/color-name": {
|
|
3982
|
+
"version": "1.1.4",
|
|
3983
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
3984
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
3985
|
+
},
|
|
3986
|
+
"node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
|
|
3987
|
+
"version": "6.2.0",
|
|
3988
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3989
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3959
3990
|
"dependencies": {
|
|
3960
|
-
"ansi-
|
|
3991
|
+
"ansi-styles": "^4.0.0",
|
|
3992
|
+
"string-width": "^4.1.0",
|
|
3993
|
+
"strip-ansi": "^6.0.0"
|
|
3961
3994
|
},
|
|
3962
3995
|
"engines": {
|
|
3963
|
-
"node": ">=
|
|
3996
|
+
"node": ">=8"
|
|
3964
3997
|
}
|
|
3965
3998
|
},
|
|
3966
3999
|
"node_modules/@oclif/plugin-not-found": {
|
|
@@ -6718,14 +6751,14 @@
|
|
|
6718
6751
|
}
|
|
6719
6752
|
},
|
|
6720
6753
|
"node_modules/cli-ux": {
|
|
6721
|
-
"version": "5.6.
|
|
6722
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.
|
|
6723
|
-
"integrity": "sha512-
|
|
6754
|
+
"version": "5.6.5",
|
|
6755
|
+
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.5.tgz",
|
|
6756
|
+
"integrity": "sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==",
|
|
6724
6757
|
"dependencies": {
|
|
6725
|
-
"@oclif/command": "^1.8.
|
|
6758
|
+
"@oclif/command": "^1.8.7",
|
|
6726
6759
|
"@oclif/errors": "^1.3.5",
|
|
6727
6760
|
"@oclif/linewrap": "^1.0.0",
|
|
6728
|
-
"@oclif/screen": "^1.0.
|
|
6761
|
+
"@oclif/screen": "^1.0.4",
|
|
6729
6762
|
"ansi-escapes": "^4.3.0",
|
|
6730
6763
|
"ansi-styles": "^4.2.0",
|
|
6731
6764
|
"cardinal": "^2.1.1",
|
|
@@ -6738,7 +6771,7 @@
|
|
|
6738
6771
|
"indent-string": "^4.0.0",
|
|
6739
6772
|
"is-wsl": "^2.2.0",
|
|
6740
6773
|
"js-yaml": "^3.13.1",
|
|
6741
|
-
"lodash": "^4.17.
|
|
6774
|
+
"lodash": "^4.17.21",
|
|
6742
6775
|
"natural-orderby": "^2.0.1",
|
|
6743
6776
|
"object-treeify": "^1.1.4",
|
|
6744
6777
|
"password-prompt": "^1.1.2",
|
|
@@ -15176,9 +15209,9 @@
|
|
|
15176
15209
|
}
|
|
15177
15210
|
},
|
|
15178
15211
|
"node_modules/netlify-redirect-parser": {
|
|
15179
|
-
"version": "
|
|
15180
|
-
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-
|
|
15181
|
-
"integrity": "sha512-
|
|
15212
|
+
"version": "13.0.0",
|
|
15213
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-13.0.0.tgz",
|
|
15214
|
+
"integrity": "sha512-ptTSxYPDmeZgoECkX6utbXdjlJat35OkioKFyBCf7anmoi2bSoZEWgIDZE4SwiQUhDsfkJo1MdZd0GO91MKXuA==",
|
|
15182
15215
|
"dependencies": {
|
|
15183
15216
|
"filter-obj": "^2.0.2",
|
|
15184
15217
|
"is-plain-obj": "^3.0.0",
|
|
@@ -23650,19 +23683,19 @@
|
|
|
23650
23683
|
}
|
|
23651
23684
|
},
|
|
23652
23685
|
"@netlify/build": {
|
|
23653
|
-
"version": "20.0.
|
|
23654
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.
|
|
23655
|
-
"integrity": "sha512-
|
|
23686
|
+
"version": "20.0.3",
|
|
23687
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.3.tgz",
|
|
23688
|
+
"integrity": "sha512-AmKPwDuUFyO+DRcB9RNIwfc/g6TqaoKM7HZ9bVE8+wO+bWwMutYG1Y6rkp3Yn1WwO2zJ7F16UmFjZMobzSAtvA==",
|
|
23656
23689
|
"requires": {
|
|
23657
23690
|
"@bugsnag/js": "^7.0.0",
|
|
23658
23691
|
"@netlify/cache-utils": "^3.0.0",
|
|
23659
23692
|
"@netlify/config": "^16.0.0",
|
|
23660
23693
|
"@netlify/functions-utils": "^3.0.0",
|
|
23661
23694
|
"@netlify/git-utils": "^3.0.0",
|
|
23662
|
-
"@netlify/plugin-edge-handlers": "^
|
|
23695
|
+
"@netlify/plugin-edge-handlers": "^3.0.0",
|
|
23663
23696
|
"@netlify/plugins-list": "^5.0.0",
|
|
23664
23697
|
"@netlify/run-utils": "^3.0.0",
|
|
23665
|
-
"@netlify/zip-it-and-ship-it": "^5.
|
|
23698
|
+
"@netlify/zip-it-and-ship-it": "^5.2.0",
|
|
23666
23699
|
"@sindresorhus/slugify": "^1.1.0",
|
|
23667
23700
|
"ansi-escapes": "^4.3.2",
|
|
23668
23701
|
"chalk": "^4.1.2",
|
|
@@ -23708,6 +23741,36 @@
|
|
|
23708
23741
|
"yargs": "^15.3.1"
|
|
23709
23742
|
},
|
|
23710
23743
|
"dependencies": {
|
|
23744
|
+
"@netlify/plugin-edge-handlers": {
|
|
23745
|
+
"version": "3.0.0",
|
|
23746
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.0.tgz",
|
|
23747
|
+
"integrity": "sha512-lolaK+xaY0Hud4tE89baA9FrwxebTvSTVTeQAEK3a9yj1o0jZrEzaBW9kGZ89lwANb4Mghz3PLaksOlEH179MA==",
|
|
23748
|
+
"requires": {
|
|
23749
|
+
"@babel/core": "^7.11.4",
|
|
23750
|
+
"@babel/preset-env": "^7.11.5",
|
|
23751
|
+
"@rollup/plugin-babel": "^5.2.0",
|
|
23752
|
+
"@rollup/plugin-commonjs": "^21.0.0",
|
|
23753
|
+
"@rollup/plugin-inject": "^4.0.2",
|
|
23754
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
23755
|
+
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
23756
|
+
"@types/node": "^16.0.0",
|
|
23757
|
+
"buffer-es6": "^4.9.3",
|
|
23758
|
+
"del": "^6.0.0",
|
|
23759
|
+
"make-dir": "^3.1.0",
|
|
23760
|
+
"node-fetch": "^2.6.1",
|
|
23761
|
+
"path-type": "^4.0.0",
|
|
23762
|
+
"process-es6": "^0.11.6",
|
|
23763
|
+
"rollup": "^2.23.1",
|
|
23764
|
+
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
23765
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
23766
|
+
"typescript": "^4.1.5"
|
|
23767
|
+
}
|
|
23768
|
+
},
|
|
23769
|
+
"@netlify/plugins-list": {
|
|
23770
|
+
"version": "5.0.0",
|
|
23771
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-5.0.0.tgz",
|
|
23772
|
+
"integrity": "sha512-reoPM+p/1Sm85KAPIwKr4+WVIneSVJZIZbo54VqZqvQJwcm/4CmyB4kUTthBIkY+b7chPcYEmqfvZxY9EfplAQ=="
|
|
23773
|
+
},
|
|
23711
23774
|
"@sindresorhus/is": {
|
|
23712
23775
|
"version": "2.1.1",
|
|
23713
23776
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -24081,6 +24144,17 @@
|
|
|
24081
24144
|
}
|
|
24082
24145
|
}
|
|
24083
24146
|
},
|
|
24147
|
+
"netlify-redirect-parser": {
|
|
24148
|
+
"version": "12.0.0",
|
|
24149
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-12.0.0.tgz",
|
|
24150
|
+
"integrity": "sha512-PUI3o9Jolc9bp0rE4R4E2PwnfUQYKC5o4G+uQqMuanm29aled6PbhIUYI/3Xbahn785OC93ozu1fP1tcSHJ/Ug==",
|
|
24151
|
+
"requires": {
|
|
24152
|
+
"filter-obj": "^2.0.2",
|
|
24153
|
+
"is-plain-obj": "^3.0.0",
|
|
24154
|
+
"path-exists": "^4.0.0",
|
|
24155
|
+
"toml": "^3.0.0"
|
|
24156
|
+
}
|
|
24157
|
+
},
|
|
24084
24158
|
"p-limit": {
|
|
24085
24159
|
"version": "2.3.0",
|
|
24086
24160
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
@@ -24150,9 +24224,9 @@
|
|
|
24150
24224
|
"integrity": "sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw=="
|
|
24151
24225
|
},
|
|
24152
24226
|
"@netlify/eslint-config-node": {
|
|
24153
|
-
"version": "3.3.
|
|
24154
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.
|
|
24155
|
-
"integrity": "sha512-
|
|
24227
|
+
"version": "3.3.11",
|
|
24228
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.11.tgz",
|
|
24229
|
+
"integrity": "sha512-biFulC0I+WdDtGIAYmIExk1/IThMX4TB5lOPcRqyhElTDIQKfVc6DW6LR7xGzOnpqCIe9HeJt2GA+MjhDSx8mg==",
|
|
24156
24230
|
"dev": true,
|
|
24157
24231
|
"requires": {
|
|
24158
24232
|
"@babel/core": "^7.13.8",
|
|
@@ -24345,9 +24419,9 @@
|
|
|
24345
24419
|
}
|
|
24346
24420
|
},
|
|
24347
24421
|
"@netlify/plugins-list": {
|
|
24348
|
-
"version": "
|
|
24349
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-
|
|
24350
|
-
"integrity": "sha512-
|
|
24422
|
+
"version": "6.0.1",
|
|
24423
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.0.1.tgz",
|
|
24424
|
+
"integrity": "sha512-HD8YgP43GGpgSOowBIW8Yb9+IvFlRGYq+X7Ee7G0okgOjzmgLy0En6JZ1shl0lGpuO8UX5EtLwDiLst3m/UIvg=="
|
|
24351
24425
|
},
|
|
24352
24426
|
"@netlify/routing-local-proxy": {
|
|
24353
24427
|
"version": "0.34.1",
|
|
@@ -24393,9 +24467,9 @@
|
|
|
24393
24467
|
}
|
|
24394
24468
|
},
|
|
24395
24469
|
"@netlify/zip-it-and-ship-it": {
|
|
24396
|
-
"version": "5.
|
|
24397
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.
|
|
24398
|
-
"integrity": "sha512-
|
|
24470
|
+
"version": "5.2.0",
|
|
24471
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.2.0.tgz",
|
|
24472
|
+
"integrity": "sha512-YcLj5zcStVYPtPn1SNCjD5dXRpZ1HoAweywCOGNSAcOM6fn489IAaiXpkdmhA8oghBS5ukaP09lOZmJ9LD1m/A==",
|
|
24399
24473
|
"requires": {
|
|
24400
24474
|
"@babel/parser": "^7.15.7",
|
|
24401
24475
|
"@netlify/esbuild": "^0.13.6",
|
|
@@ -24581,25 +24655,25 @@
|
|
|
24581
24655
|
}
|
|
24582
24656
|
},
|
|
24583
24657
|
"@oclif/command": {
|
|
24584
|
-
"version": "1.8.
|
|
24585
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
24586
|
-
"integrity": "sha512-
|
|
24658
|
+
"version": "1.8.7",
|
|
24659
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.7.tgz",
|
|
24660
|
+
"integrity": "sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==",
|
|
24587
24661
|
"requires": {
|
|
24588
|
-
"@oclif/config": "^1.
|
|
24662
|
+
"@oclif/config": "^1.18.1",
|
|
24589
24663
|
"@oclif/errors": "^1.3.5",
|
|
24590
24664
|
"@oclif/parser": "^3.8.6",
|
|
24591
|
-
"@oclif/plugin-help": "^3.2.
|
|
24665
|
+
"@oclif/plugin-help": "^3.2.10",
|
|
24592
24666
|
"debug": "^4.1.1",
|
|
24593
24667
|
"semver": "^7.3.2"
|
|
24594
24668
|
}
|
|
24595
24669
|
},
|
|
24596
24670
|
"@oclif/config": {
|
|
24597
|
-
"version": "1.
|
|
24598
|
-
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.
|
|
24599
|
-
"integrity": "sha512-
|
|
24671
|
+
"version": "1.18.1",
|
|
24672
|
+
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz",
|
|
24673
|
+
"integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==",
|
|
24600
24674
|
"requires": {
|
|
24601
24675
|
"@oclif/errors": "^1.3.3",
|
|
24602
|
-
"@oclif/parser": "^3.8.
|
|
24676
|
+
"@oclif/parser": "^3.8.0",
|
|
24603
24677
|
"debug": "^4.1.1",
|
|
24604
24678
|
"globby": "^11.0.1",
|
|
24605
24679
|
"is-wsl": "^2.1.1",
|
|
@@ -24709,12 +24783,12 @@
|
|
|
24709
24783
|
}
|
|
24710
24784
|
},
|
|
24711
24785
|
"@oclif/plugin-help": {
|
|
24712
|
-
"version": "3.2.
|
|
24713
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
24714
|
-
"integrity": "sha512-
|
|
24786
|
+
"version": "3.2.10",
|
|
24787
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.10.tgz",
|
|
24788
|
+
"integrity": "sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==",
|
|
24715
24789
|
"requires": {
|
|
24716
|
-
"@oclif/command": "^1.8.
|
|
24717
|
-
"@oclif/config": "^1.
|
|
24790
|
+
"@oclif/command": "^1.8.6",
|
|
24791
|
+
"@oclif/config": "^1.18.1",
|
|
24718
24792
|
"@oclif/errors": "^1.3.5",
|
|
24719
24793
|
"chalk": "^4.1.2",
|
|
24720
24794
|
"indent-string": "^4.0.0",
|
|
@@ -24722,54 +24796,38 @@
|
|
|
24722
24796
|
"string-width": "^4.2.0",
|
|
24723
24797
|
"strip-ansi": "^6.0.0",
|
|
24724
24798
|
"widest-line": "^3.1.0",
|
|
24725
|
-
"wrap-ansi": "^
|
|
24799
|
+
"wrap-ansi": "^6.2.0"
|
|
24726
24800
|
},
|
|
24727
24801
|
"dependencies": {
|
|
24728
|
-
"ansi-regex": {
|
|
24729
|
-
"version": "3.0.0",
|
|
24730
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
24731
|
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
|
|
24732
|
-
},
|
|
24733
24802
|
"ansi-styles": {
|
|
24734
|
-
"version": "3.
|
|
24735
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.
|
|
24736
|
-
"integrity": "sha512-
|
|
24803
|
+
"version": "4.3.0",
|
|
24804
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
24805
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
24737
24806
|
"requires": {
|
|
24738
|
-
"color-convert": "^
|
|
24807
|
+
"color-convert": "^2.0.1"
|
|
24739
24808
|
}
|
|
24740
24809
|
},
|
|
24741
|
-
"
|
|
24742
|
-
"version": "2.0.
|
|
24743
|
-
"resolved": "https://registry.npmjs.org/
|
|
24744
|
-
"integrity": "
|
|
24810
|
+
"color-convert": {
|
|
24811
|
+
"version": "2.0.1",
|
|
24812
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
24813
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
24814
|
+
"requires": {
|
|
24815
|
+
"color-name": "~1.1.4"
|
|
24816
|
+
}
|
|
24817
|
+
},
|
|
24818
|
+
"color-name": {
|
|
24819
|
+
"version": "1.1.4",
|
|
24820
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
24821
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
24745
24822
|
},
|
|
24746
24823
|
"wrap-ansi": {
|
|
24747
|
-
"version": "
|
|
24748
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
24749
|
-
"integrity": "sha512-
|
|
24824
|
+
"version": "6.2.0",
|
|
24825
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24826
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24750
24827
|
"requires": {
|
|
24751
|
-
"ansi-styles": "^
|
|
24752
|
-
"string-width": "^
|
|
24753
|
-
"strip-ansi": "^
|
|
24754
|
-
},
|
|
24755
|
-
"dependencies": {
|
|
24756
|
-
"string-width": {
|
|
24757
|
-
"version": "2.1.1",
|
|
24758
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
24759
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
24760
|
-
"requires": {
|
|
24761
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
24762
|
-
"strip-ansi": "^4.0.0"
|
|
24763
|
-
}
|
|
24764
|
-
},
|
|
24765
|
-
"strip-ansi": {
|
|
24766
|
-
"version": "4.0.0",
|
|
24767
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
24768
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
24769
|
-
"requires": {
|
|
24770
|
-
"ansi-regex": "^3.0.0"
|
|
24771
|
-
}
|
|
24772
|
-
}
|
|
24828
|
+
"ansi-styles": "^4.0.0",
|
|
24829
|
+
"string-width": "^4.1.0",
|
|
24830
|
+
"strip-ansi": "^6.0.0"
|
|
24773
24831
|
}
|
|
24774
24832
|
}
|
|
24775
24833
|
}
|
|
@@ -26885,14 +26943,14 @@
|
|
|
26885
26943
|
}
|
|
26886
26944
|
},
|
|
26887
26945
|
"cli-ux": {
|
|
26888
|
-
"version": "5.6.
|
|
26889
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.
|
|
26890
|
-
"integrity": "sha512-
|
|
26946
|
+
"version": "5.6.5",
|
|
26947
|
+
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.5.tgz",
|
|
26948
|
+
"integrity": "sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==",
|
|
26891
26949
|
"requires": {
|
|
26892
|
-
"@oclif/command": "^1.8.
|
|
26950
|
+
"@oclif/command": "^1.8.7",
|
|
26893
26951
|
"@oclif/errors": "^1.3.5",
|
|
26894
26952
|
"@oclif/linewrap": "^1.0.0",
|
|
26895
|
-
"@oclif/screen": "^1.0.
|
|
26953
|
+
"@oclif/screen": "^1.0.4",
|
|
26896
26954
|
"ansi-escapes": "^4.3.0",
|
|
26897
26955
|
"ansi-styles": "^4.2.0",
|
|
26898
26956
|
"cardinal": "^2.1.1",
|
|
@@ -26905,7 +26963,7 @@
|
|
|
26905
26963
|
"indent-string": "^4.0.0",
|
|
26906
26964
|
"is-wsl": "^2.2.0",
|
|
26907
26965
|
"js-yaml": "^3.13.1",
|
|
26908
|
-
"lodash": "^4.17.
|
|
26966
|
+
"lodash": "^4.17.21",
|
|
26909
26967
|
"natural-orderby": "^2.0.1",
|
|
26910
26968
|
"object-treeify": "^1.1.4",
|
|
26911
26969
|
"password-prompt": "^1.1.2",
|
|
@@ -33323,9 +33381,9 @@
|
|
|
33323
33381
|
}
|
|
33324
33382
|
},
|
|
33325
33383
|
"netlify-redirect-parser": {
|
|
33326
|
-
"version": "
|
|
33327
|
-
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-
|
|
33328
|
-
"integrity": "sha512-
|
|
33384
|
+
"version": "13.0.0",
|
|
33385
|
+
"resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-13.0.0.tgz",
|
|
33386
|
+
"integrity": "sha512-ptTSxYPDmeZgoECkX6utbXdjlJat35OkioKFyBCf7anmoi2bSoZEWgIDZE4SwiQUhDsfkJo1MdZd0GO91MKXuA==",
|
|
33329
33387
|
"requires": {
|
|
33330
33388
|
"filter-obj": "^2.0.2",
|
|
33331
33389
|
"is-plain-obj": "^3.0.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"8.0.9","commands":{"api":{"id":"api","description":"Run any Netlify API method\n\nFor more information on available methods checkout https://open-api.netlify.com/ or run \"netlify api --list\"\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify api --list","netlify api getSite --data '{ \"site_id\": \"123456\"}'"],"flags":{"data":{"name":"data","type":"option","char":"d","description":"Data to use"},"list":{"name":"list","type":"boolean","description":"List out available API methods","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"apiMethod","description":"Open API method to run"}]},"deploy":{"id":"deploy","description":"Create a new deploy from the contents of a folder\n\nDeploys from the build settings found in the netlify.toml file, or settings from the API.\n\nThe following environment variables can be used to override configuration file lookups and prompts:\n\n- `NETLIFY_AUTH_TOKEN` - an access token to use when authenticating commands. Keep this value private.\n- `NETLIFY_SITE_ID` - override any linked site in the current working directory.\n\nLambda functions in the function folder can be in the following configurations for deployment:\n\n\nBuilt Go binaries:\n------------------\n\n```\nfunctions/\n└── nameOfGoFunction\n```\n\nBuild binaries of your Go language functions into the functions folder as part of your build process.\n\n\nSingle file Node.js functions:\n-----------------------------\n\nBuild dependency bundled Node.js lambda functions with tools like netlify-lambda, webpack or browserify into the function folder as part of your build process.\n\n```\nfunctions/\n└── nameOfBundledNodeJSFunction.js\n```\n\nUnbundled Node.js functions that have dependencies outside or inside of the functions folder:\n---------------------------------------------------------------------------------------------\n\nYou can ship unbundled Node.js functions with the CLI, utilizing top level project dependencies, or a nested package.json.\nIf you use nested dependencies, be sure to populate the nested node_modules as part of your build process before deploying using npm or yarn.\n\n```\nproject/\n├── functions\n│ ├── functionName/\n│ │ ├── functionName.js (Note the folder and the function name need to match)\n│ │ ├── package.json\n│ │ └── node_modules/\n│ └── unbundledFunction.js\n├── package.json\n├── netlify.toml\n└── node_modules/\n```\n\nAny mix of these configurations works as well.\n\n\nNode.js function entry points\n-----------------------------\n\nFunction entry points are determined by the file name and name of the folder they are in:\n\n```\nfunctions/\n├── aFolderlessFunctionEntrypoint.js\n└── functionName/\n ├── notTheEntryPoint.js\n └── functionName.js\n```\n\nSupport for package.json's main field, and intrinsic index.js entrypoints are coming soon.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify deploy","netlify deploy --prod","netlify deploy --prod --open","netlify deploy --prodIfUnlocked","netlify deploy --message \"A message with an $ENV_VAR\"","netlify deploy --auth $NETLIFY_AUTH_TOKEN","netlify deploy --trigger"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"Specify a folder to deploy"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions folder to deploy"},"prod":{"name":"prod","type":"boolean","char":"p","description":"Deploy to production","allowNo":false},"prodIfUnlocked":{"name":"prodIfUnlocked","type":"boolean","description":"Deploy to production if unlocked, create a draft otherwise","allowNo":false},"alias":{"name":"alias","type":"option","description":"Specifies the alias for deployment, the string at the beginning of the deploy subdomain. Useful for creating predictable deployment URLs. Avoid setting an alias string to the same value as a deployed branch. `alias` doesn’t create a branch deploy and can’t be used in conjunction with the branch subdomain feature. Maximum 37 characters."},"branch":{"name":"branch","type":"option","char":"b","description":"Serves the same functionality as --alias. Deprecated and will be removed in future versions"},"open":{"name":"open","type":"boolean","char":"o","description":"Open site after deploy","allowNo":false},"message":{"name":"message","type":"option","char":"m","description":"A short message to include in the deploy log"},"auth":{"name":"auth","type":"option","char":"a","description":"Netlify auth token to deploy with"},"site":{"name":"site","type":"option","char":"s","description":"A site ID to deploy to"},"json":{"name":"json","type":"boolean","description":"Output deployment data as JSON","allowNo":false},"timeout":{"name":"timeout","type":"option","description":"Timeout to wait for deployment to finish"},"trigger":{"name":"trigger","type":"boolean","description":"Trigger a new build of your site on Netlify without uploading local files","allowNo":false},"build":{"name":"build","type":"boolean","description":"Run build command before deploying","allowNo":false},"skip-functions-cache":{"name":"skip-functions-cache","type":"boolean","description":"Ignore any functions created as part of a previous `build` or `deploy` commands, forcing them to be bundled again as part of the deployment","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"init":{"id":"init","description":"Configure continuous deployment for a new or existing site. To create a new site without continuous deployment, use `netlify sites:create`","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"manual":{"name":"manual","type":"boolean","char":"m","description":"Manually configure a git remote for CI","allowNo":false},"force":{"name":"force","type":"boolean","description":"Reinitialize CI hooks if the linked site is already configured to use CI","allowNo":false},"gitRemoteName":{"name":"gitRemoteName","type":"option","description":"Name of Git remote to use. e.g. \"origin\""},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"link":{"id":"link","description":"Link a local repo or project folder to an existing site on Netlify","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify link","netlify link --id 123-123-123-123","netlify link --name my-site-name"],"flags":{"id":{"name":"id","type":"option","description":"ID of site to link to"},"name":{"name":"name","type":"option","description":"Name of site to link to"},"gitRemoteName":{"name":"gitRemoteName","type":"option","description":"Name of Git remote to use. e.g. \"origin\""},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"login":{"id":"login","description":"Login to your Netlify account\n\nOpens a web browser to acquire an OAuth token.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"new":{"name":"new","type":"boolean","description":"Login to new Netlify account","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"logout":{"id":"logout","description":"Logout of your Netlify account","pluginName":"netlify-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"switch":{"id":"switch","description":"Switch your active Netlify account","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"unlink":{"id":"unlink","description":"Unlink a local folder from a Netlify site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"watch":{"id":"watch","description":"Watch for site deploy to finish","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify watch","git push && netlify watch"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"addons:auth":{"id":"addons:auth","description":"Login to add-on provider","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:auth"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on slug","required":true}]},"addons:config":{"id":"addons:config","description":"Configure add-on settings","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:config"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons:create":{"id":"addons:create","description":"Add an add-on extension to your site\n...\nAdd-ons are a way to extend the functionality of your Netlify site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:create"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons:delete":{"id":"addons:delete","description":"Remove an add-on extension to your site\n...\nAdd-ons are a way to extend the functionality of your Netlify site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:delete"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"delete without prompting (useful for CI)","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons":{"id":"addons","description":"(Beta) Manage Netlify Add-ons","pluginName":"netlify-cli","pluginType":"core","aliases":["addon"],"examples":["netlify addons:create addon-xyz","netlify addons:list","netlify addons:config addon-xyz","netlify addons:delete addon-xyz","netlify addons:auth addon-xyz"],"flags":{},"args":[]},"addons:list":{"id":"addons:list","description":"List currently installed add-ons for site","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:list"],"flags":{"json":{"name":"json","type":"boolean","description":"Output add-on data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"build":{"id":"build","description":"(Beta) Build on your local machine","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify build"],"flags":{"dry":{"name":"dry","type":"boolean","description":"Dry run: show instructions without running them","allowNo":false},"context":{"name":"context","type":"option","description":"Build context"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev:exec":{"id":"dev:exec","description":"Exec command\nRuns a command within the netlify dev environment, e.g. with env variables from any installed addons\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev:exec npm run bootstrap"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev":{"id":"dev","description":"Local dev server\nThe dev command will run a local dev server with Netlify's proxy and redirect rules\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev","$ netlify dev -d public","$ netlify dev -c \"hugo server -w\" --targetPort 1313"],"flags":{"command":{"name":"command","type":"option","char":"c","description":"command to run"},"port":{"name":"port","type":"option","char":"p","description":"port of netlify dev"},"targetPort":{"name":"targetPort","type":"option","description":"port of target app server"},"framework":{"name":"framework","type":"option","description":"framework to use. Defaults to #auto which automatically detects a framework"},"staticServerPort":{"name":"staticServerPort","type":"option","description":"port of the static app server used when no framework is detected","hidden":true},"dir":{"name":"dir","type":"option","char":"d","description":"dir with static files"},"functions":{"name":"functions","type":"option","char":"f","description":"specify a functions folder to serve"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"live":{"name":"live","type":"boolean","char":"l","description":"start a public live session","allowNo":false},"edgeHandlers":{"name":"edgeHandlers","type":"boolean","char":"e","description":"activates the Edge Handlers runtime","hidden":true,"allowNo":false},"trafficMesh":{"name":"trafficMesh","type":"boolean","char":"t","description":"(DEPRECATED: use --edgeHandlers or -e instead) uses Traffic Mesh for proxying requests","hidden":true,"allowNo":false},"locationDb":{"name":"locationDb","type":"option","char":"g","description":"specify the path to a local GeoIP location database in MMDB format","hidden":true},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev:trace":{"id":"dev:trace","description":"Trace command\nSimulates Netlify's Edge routing logic to match specific requests.\nThis command is designed to mimic cURL's command line, so the flags are more familiar.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev:trace http://localhost/routing-path","$ netlify dev:trace -w dist-directory http://localhost/routing-path","$ netlify dev:trace -X POST http://localhost/routing-path","$ netlify dev:trace -H \"Accept-Language es\" http://localhost/routing-path","$ netlify dev:trace --cookie nf_jwt=token http://localhost/routing-path"],"flags":{"request":{"name":"request","type":"option","char":"X","description":"Specifies a custom request method [default: GET]"},"cookie":{"name":"cookie","type":"option","char":"b","description":"Request cookie, this flag can be used multiple times. Example: \"nf_jwt=token\""},"header":{"name":"header","type":"option","char":"H","description":"Request header, this flag can be used multiple times. Example: \"Host: netlify.test\""},"watch":{"name":"watch","type":"option","char":"w","description":"Path to the publish directory"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false}},"args":[{"name":"url","description":"Sets the request URL","required":true}]},"env:get":{"id":"env:get","description":"Get resolved value of specified environment variable (includes netlify.toml)","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true}]},"env:import":{"id":"env:import","description":"Import and set environment variables from .env file","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"replaceExisting":{"name":"replaceExisting","type":"boolean","char":"r","description":"Replace all existing variables instead of merging them with the current ones","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"fileName","description":".env file to import","required":true}]},"env":{"id":"env","description":"(Beta) Control environment variables for the current site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify env:list","netlify env:get VAR_NAME","netlify env:set VAR_NAME value","netlify env:unset VAR_NAME","netlify env:import fileName"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"env:list":{"id":"env:list","description":"Lists resolved environment variables for site (includes netlify.toml)","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"env:set":{"id":"env:set","description":"Set value of environment variable","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true},{"name":"value","description":"Value to set to","required":false,"default":""}]},"env:unset":{"id":"env:unset","description":"Unset an environment variable which removes it from the UI","pluginName":"netlify-cli","pluginType":"core","aliases":["env:delete","env:remove"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true}]},"functions:build":{"id":"functions:build","description":"Build functions locally\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:build"],"flags":{"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to build to"},"src":{"name":"src","type":"option","char":"s","description":"Specify the source directory for the functions"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"functions:create":{"id":"functions:create","description":"Create a new function locally","pluginName":"netlify-cli","pluginType":"core","aliases":["function:create"],"examples":["netlify functions:create","netlify functions:create hello-world","netlify functions:create --name hello-world"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"function name"},"url":{"name":"url","type":"option","char":"u","description":"pull template from URL"},"language":{"name":"language","type":"option","char":"l","description":"function language"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"name of your new function file inside your functions directory"}]},"functions":{"id":"functions","description":"Manage netlify functions\nThe `functions` command will help you manage the functions in this site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function"],"examples":["netlify functions:create --name function-xyz","netlify functions:build --name function-abc --timeout 30s"],"flags":{},"args":[]},"functions:invoke":{"id":"functions:invoke","description":"Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions","pluginName":"netlify-cli","pluginType":"core","aliases":["function:trigger"],"examples":["$ netlify functions:invoke","$ netlify functions:invoke myfunction","$ netlify functions:invoke --name myfunction","$ netlify functions:invoke --name myfunction --identity","$ netlify functions:invoke --name myfunction --no-identity","$ netlify functions:invoke myfunction --payload '{\"foo\": 1}'","$ netlify functions:invoke myfunction --querystring \"foo=1","$ netlify functions:invoke myfunction --payload \"./pathTo.json\""],"flags":{"name":{"name":"name","type":"option","char":"n","description":"function name to invoke"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions folder to parse, overriding netlify.toml"},"querystring":{"name":"querystring","type":"option","char":"q","description":"Querystring to add to your function invocation"},"payload":{"name":"payload","type":"option","char":"p","description":"Supply POST payload in stringified json, or a path to a json file"},"identity":{"name":"identity","type":"boolean","description":"simulate Netlify Identity authentication JWT. pass --no-identity to affirm unauthenticated request","allowNo":true},"port":{"name":"port","type":"option","description":"Port where netlify dev is accessible. e.g. 8888"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"function name to invoke"}]},"functions:list":{"id":"functions:list","description":"List functions that exist locally\n\nHelpful for making sure that you have formatted your functions correctly\n\nNOT the same as listing the functions that have been deployed. For that info you need to go to your Netlify deploy log.\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:list"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to list"},"json":{"name":"json","type":"boolean","description":"Output function data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"functions:serve":{"id":"functions:serve","description":"(Beta) Serve functions locally\n\nHelpful for debugging functions.\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:serve"],"flags":{"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to serve"},"port":{"name":"port","type":"option","char":"p","description":"Specify a port for the functions server"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm":{"id":"lm","description":"Handle Netlify Large Media operations\nThe lm command will help you manage large media for a site\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify lm:info","netlify lm:install","netlify lm:setup"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:info":{"id":"lm:info","description":"Show large media requirements information.","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:install":{"id":"lm:install","description":"Configures your computer to use Netlify Large Media.\nIt installs the required credentials helper for Git,\nand configures your Git environment with the right credentials.","pluginName":"netlify-cli","pluginType":"core","aliases":["lm:init"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Force the credentials helper installation","allowNo":false}},"args":[]},"lm:setup":{"id":"lm:setup","description":"Configures your site to use Netlify Large Media.\nIt runs the install command if you have not installed the dependencies yet.","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"skip-install":{"name":"skip-install","type":"boolean","char":"s","description":"Skip the credentials helper installation check","allowNo":false},"force-install":{"name":"force-install","type":"boolean","char":"f","description":"Force the credentials helper installation","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:uninstall":{"id":"lm:uninstall","description":"Uninstalls Netlify git credentials helper and cleans up any related configuration changes made by the install command.","pluginName":"netlify-cli","pluginType":"core","hidden":true,"aliases":["lm:remove"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"open:admin":{"id":"open:admin","description":"Opens current site admin UI in Netlify","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open:admin"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"open":{"id":"open","description":"Open settings for the site linked to the current folder","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open --site","netlify open --admin","netlify open:admin","netlify open:site"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"},"site":{"name":"site","type":"boolean","description":"Open site","allowNo":false},"admin":{"name":"admin","type":"boolean","description":"Open Netlify site","allowNo":false}},"args":[]},"open:site":{"id":"open:site","description":"Opens current site url in browser","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open:site"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"sites:create":{"id":"sites:create","description":"Create an empty site (advanced)\n\nCreate a blank site that isn't associated with any git remote. Does not link to the current working directory.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of site"},"account-slug":{"name":"account-slug","type":"option","char":"a","description":"account slug to create the site under"},"with-ci":{"name":"with-ci","type":"boolean","char":"c","description":"initialize CI hooks during site creation","allowNo":false},"manual":{"name":"manual","type":"boolean","char":"m","description":"Force manual CI setup. Used --with-ci flag","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"sites:delete":{"id":"sites:delete","description":"Delete a site\n\nThis command will permanently delete the site on Netlify. Use with caution.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify sites:delete 1234-3262-1211"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"delete without prompting (useful for CI)","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"siteId","description":"Site ID to delete.","required":true}]},"sites":{"id":"sites","description":"Handle various site operations\nThe sites command will help you manage all your sites\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify sites:create --name my-new-site","netlify sites:list"],"flags":{},"args":[]},"sites:list":{"id":"sites:list","description":"List all sites you have access to","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Output site data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"status:hooks":{"id":"status:hooks","description":"Print hook information of the linked site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"status":{"id":"status","description":"Print status information","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","description":"Output system info","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]}}}
|
|
1
|
+
{"version":"8.0.13","commands":{"api":{"id":"api","description":"Run any Netlify API method\n\nFor more information on available methods checkout https://open-api.netlify.com/ or run \"netlify api --list\"\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify api --list","netlify api getSite --data '{ \"site_id\": \"123456\"}'"],"flags":{"data":{"name":"data","type":"option","char":"d","description":"Data to use"},"list":{"name":"list","type":"boolean","description":"List out available API methods","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"apiMethod","description":"Open API method to run"}]},"deploy":{"id":"deploy","description":"Create a new deploy from the contents of a folder\n\nDeploys from the build settings found in the netlify.toml file, or settings from the API.\n\nThe following environment variables can be used to override configuration file lookups and prompts:\n\n- `NETLIFY_AUTH_TOKEN` - an access token to use when authenticating commands. Keep this value private.\n- `NETLIFY_SITE_ID` - override any linked site in the current working directory.\n\nLambda functions in the function folder can be in the following configurations for deployment:\n\n\nBuilt Go binaries:\n------------------\n\n```\nfunctions/\n└── nameOfGoFunction\n```\n\nBuild binaries of your Go language functions into the functions folder as part of your build process.\n\n\nSingle file Node.js functions:\n-----------------------------\n\nBuild dependency bundled Node.js lambda functions with tools like netlify-lambda, webpack or browserify into the function folder as part of your build process.\n\n```\nfunctions/\n└── nameOfBundledNodeJSFunction.js\n```\n\nUnbundled Node.js functions that have dependencies outside or inside of the functions folder:\n---------------------------------------------------------------------------------------------\n\nYou can ship unbundled Node.js functions with the CLI, utilizing top level project dependencies, or a nested package.json.\nIf you use nested dependencies, be sure to populate the nested node_modules as part of your build process before deploying using npm or yarn.\n\n```\nproject/\n├── functions\n│ ├── functionName/\n│ │ ├── functionName.js (Note the folder and the function name need to match)\n│ │ ├── package.json\n│ │ └── node_modules/\n│ └── unbundledFunction.js\n├── package.json\n├── netlify.toml\n└── node_modules/\n```\n\nAny mix of these configurations works as well.\n\n\nNode.js function entry points\n-----------------------------\n\nFunction entry points are determined by the file name and name of the folder they are in:\n\n```\nfunctions/\n├── aFolderlessFunctionEntrypoint.js\n└── functionName/\n ├── notTheEntryPoint.js\n └── functionName.js\n```\n\nSupport for package.json's main field, and intrinsic index.js entrypoints are coming soon.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify deploy","netlify deploy --prod","netlify deploy --prod --open","netlify deploy --prodIfUnlocked","netlify deploy --message \"A message with an $ENV_VAR\"","netlify deploy --auth $NETLIFY_AUTH_TOKEN","netlify deploy --trigger"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"Specify a folder to deploy"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions folder to deploy"},"prod":{"name":"prod","type":"boolean","char":"p","description":"Deploy to production","allowNo":false},"prodIfUnlocked":{"name":"prodIfUnlocked","type":"boolean","description":"Deploy to production if unlocked, create a draft otherwise","allowNo":false},"alias":{"name":"alias","type":"option","description":"Specifies the alias for deployment, the string at the beginning of the deploy subdomain. Useful for creating predictable deployment URLs. Avoid setting an alias string to the same value as a deployed branch. `alias` doesn’t create a branch deploy and can’t be used in conjunction with the branch subdomain feature. Maximum 37 characters."},"branch":{"name":"branch","type":"option","char":"b","description":"Serves the same functionality as --alias. Deprecated and will be removed in future versions"},"open":{"name":"open","type":"boolean","char":"o","description":"Open site after deploy","allowNo":false},"message":{"name":"message","type":"option","char":"m","description":"A short message to include in the deploy log"},"auth":{"name":"auth","type":"option","char":"a","description":"Netlify auth token to deploy with"},"site":{"name":"site","type":"option","char":"s","description":"A site ID to deploy to"},"json":{"name":"json","type":"boolean","description":"Output deployment data as JSON","allowNo":false},"timeout":{"name":"timeout","type":"option","description":"Timeout to wait for deployment to finish"},"trigger":{"name":"trigger","type":"boolean","description":"Trigger a new build of your site on Netlify without uploading local files","allowNo":false},"build":{"name":"build","type":"boolean","description":"Run build command before deploying","allowNo":false},"skip-functions-cache":{"name":"skip-functions-cache","type":"boolean","description":"Ignore any functions created as part of a previous `build` or `deploy` commands, forcing them to be bundled again as part of the deployment","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"init":{"id":"init","description":"Configure continuous deployment for a new or existing site. To create a new site without continuous deployment, use `netlify sites:create`","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"manual":{"name":"manual","type":"boolean","char":"m","description":"Manually configure a git remote for CI","allowNo":false},"force":{"name":"force","type":"boolean","description":"Reinitialize CI hooks if the linked site is already configured to use CI","allowNo":false},"gitRemoteName":{"name":"gitRemoteName","type":"option","description":"Name of Git remote to use. e.g. \"origin\""},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"link":{"id":"link","description":"Link a local repo or project folder to an existing site on Netlify","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify link","netlify link --id 123-123-123-123","netlify link --name my-site-name"],"flags":{"id":{"name":"id","type":"option","description":"ID of site to link to"},"name":{"name":"name","type":"option","description":"Name of site to link to"},"gitRemoteName":{"name":"gitRemoteName","type":"option","description":"Name of Git remote to use. e.g. \"origin\""},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"login":{"id":"login","description":"Login to your Netlify account\n\nOpens a web browser to acquire an OAuth token.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"new":{"name":"new","type":"boolean","description":"Login to new Netlify account","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"logout":{"id":"logout","description":"Logout of your Netlify account","pluginName":"netlify-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"switch":{"id":"switch","description":"Switch your active Netlify account","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"unlink":{"id":"unlink","description":"Unlink a local folder from a Netlify site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"watch":{"id":"watch","description":"Watch for site deploy to finish","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify watch","git push && netlify watch"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"addons:auth":{"id":"addons:auth","description":"Login to add-on provider","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:auth"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on slug","required":true}]},"addons:config":{"id":"addons:config","description":"Configure add-on settings","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:config"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons:create":{"id":"addons:create","description":"Add an add-on extension to your site\n...\nAdd-ons are a way to extend the functionality of your Netlify site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:create"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons:delete":{"id":"addons:delete","description":"Remove an add-on extension to your site\n...\nAdd-ons are a way to extend the functionality of your Netlify site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:delete"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"delete without prompting (useful for CI)","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Add-on namespace","required":true}]},"addons":{"id":"addons","description":"(Beta) Manage Netlify Add-ons","pluginName":"netlify-cli","pluginType":"core","aliases":["addon"],"examples":["netlify addons:create addon-xyz","netlify addons:list","netlify addons:config addon-xyz","netlify addons:delete addon-xyz","netlify addons:auth addon-xyz"],"flags":{},"args":[]},"addons:list":{"id":"addons:list","description":"List currently installed add-ons for site","pluginName":"netlify-cli","pluginType":"core","aliases":["addon:list"],"flags":{"json":{"name":"json","type":"boolean","description":"Output add-on data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"build":{"id":"build","description":"(Beta) Build on your local machine","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify build"],"flags":{"dry":{"name":"dry","type":"boolean","description":"Dry run: show instructions without running them","allowNo":false},"context":{"name":"context","type":"option","description":"Build context"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev:exec":{"id":"dev:exec","description":"Exec command\nRuns a command within the netlify dev environment, e.g. with env variables from any installed addons\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev:exec npm run bootstrap"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev":{"id":"dev","description":"Local dev server\nThe dev command will run a local dev server with Netlify's proxy and redirect rules\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev","$ netlify dev -d public","$ netlify dev -c \"hugo server -w\" --targetPort 1313"],"flags":{"command":{"name":"command","type":"option","char":"c","description":"command to run"},"port":{"name":"port","type":"option","char":"p","description":"port of netlify dev"},"targetPort":{"name":"targetPort","type":"option","description":"port of target app server"},"framework":{"name":"framework","type":"option","description":"framework to use. Defaults to #auto which automatically detects a framework"},"staticServerPort":{"name":"staticServerPort","type":"option","description":"port of the static app server used when no framework is detected","hidden":true},"dir":{"name":"dir","type":"option","char":"d","description":"dir with static files"},"functions":{"name":"functions","type":"option","char":"f","description":"specify a functions folder to serve"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"live":{"name":"live","type":"boolean","char":"l","description":"start a public live session","allowNo":false},"edgeHandlers":{"name":"edgeHandlers","type":"boolean","char":"e","description":"activates the Edge Handlers runtime","hidden":true,"allowNo":false},"trafficMesh":{"name":"trafficMesh","type":"boolean","char":"t","description":"(DEPRECATED: use --edgeHandlers or -e instead) uses Traffic Mesh for proxying requests","hidden":true,"allowNo":false},"locationDb":{"name":"locationDb","type":"option","char":"g","description":"specify the path to a local GeoIP location database in MMDB format","hidden":true},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"dev:trace":{"id":"dev:trace","description":"Trace command\nSimulates Netlify's Edge routing logic to match specific requests.\nThis command is designed to mimic cURL's command line, so the flags are more familiar.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["$ netlify dev:trace http://localhost/routing-path","$ netlify dev:trace -w dist-directory http://localhost/routing-path","$ netlify dev:trace -X POST http://localhost/routing-path","$ netlify dev:trace -H \"Accept-Language es\" http://localhost/routing-path","$ netlify dev:trace --cookie nf_jwt=token http://localhost/routing-path"],"flags":{"request":{"name":"request","type":"option","char":"X","description":"Specifies a custom request method [default: GET]"},"cookie":{"name":"cookie","type":"option","char":"b","description":"Request cookie, this flag can be used multiple times. Example: \"nf_jwt=token\""},"header":{"name":"header","type":"option","char":"H","description":"Request header, this flag can be used multiple times. Example: \"Host: netlify.test\""},"watch":{"name":"watch","type":"option","char":"w","description":"Path to the publish directory"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false}},"args":[{"name":"url","description":"Sets the request URL","required":true}]},"env:get":{"id":"env:get","description":"Get resolved value of specified environment variable (includes netlify.toml)","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true}]},"env:import":{"id":"env:import","description":"Import and set environment variables from .env file","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"replaceExisting":{"name":"replaceExisting","type":"boolean","char":"r","description":"Replace all existing variables instead of merging them with the current ones","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"fileName","description":".env file to import","required":true}]},"env":{"id":"env","description":"(Beta) Control environment variables for the current site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify env:list","netlify env:get VAR_NAME","netlify env:set VAR_NAME value","netlify env:unset VAR_NAME","netlify env:import fileName"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"env:list":{"id":"env:list","description":"Lists resolved environment variables for site (includes netlify.toml)","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"env:set":{"id":"env:set","description":"Set value of environment variable","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true},{"name":"value","description":"Value to set to","required":false,"default":""}]},"env:unset":{"id":"env:unset","description":"Unset an environment variable which removes it from the UI","pluginName":"netlify-cli","pluginType":"core","aliases":["env:delete","env:remove"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"Environment variable name","required":true}]},"functions:build":{"id":"functions:build","description":"Build functions locally\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:build"],"flags":{"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to build to"},"src":{"name":"src","type":"option","char":"s","description":"Specify the source directory for the functions"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"functions:create":{"id":"functions:create","description":"Create a new function locally","pluginName":"netlify-cli","pluginType":"core","aliases":["function:create"],"examples":["netlify functions:create","netlify functions:create hello-world","netlify functions:create --name hello-world"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"function name"},"url":{"name":"url","type":"option","char":"u","description":"pull template from URL"},"language":{"name":"language","type":"option","char":"l","description":"function language"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"name of your new function file inside your functions directory"}]},"functions":{"id":"functions","description":"Manage netlify functions\nThe `functions` command will help you manage the functions in this site\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function"],"examples":["netlify functions:create --name function-xyz","netlify functions:build --name function-abc --timeout 30s"],"flags":{},"args":[]},"functions:invoke":{"id":"functions:invoke","description":"Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions","pluginName":"netlify-cli","pluginType":"core","aliases":["function:trigger"],"examples":["$ netlify functions:invoke","$ netlify functions:invoke myfunction","$ netlify functions:invoke --name myfunction","$ netlify functions:invoke --name myfunction --identity","$ netlify functions:invoke --name myfunction --no-identity","$ netlify functions:invoke myfunction --payload '{\"foo\": 1}'","$ netlify functions:invoke myfunction --querystring \"foo=1","$ netlify functions:invoke myfunction --payload \"./pathTo.json\""],"flags":{"name":{"name":"name","type":"option","char":"n","description":"function name to invoke"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions folder to parse, overriding netlify.toml"},"querystring":{"name":"querystring","type":"option","char":"q","description":"Querystring to add to your function invocation"},"payload":{"name":"payload","type":"option","char":"p","description":"Supply POST payload in stringified json, or a path to a json file"},"identity":{"name":"identity","type":"boolean","description":"simulate Netlify Identity authentication JWT. pass --no-identity to affirm unauthenticated request","allowNo":true},"port":{"name":"port","type":"option","description":"Port where netlify dev is accessible. e.g. 8888"},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"name","description":"function name to invoke"}]},"functions:list":{"id":"functions:list","description":"List functions that exist locally\n\nHelpful for making sure that you have formatted your functions correctly\n\nNOT the same as listing the functions that have been deployed. For that info you need to go to your Netlify deploy log.\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:list"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"},"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to list"},"json":{"name":"json","type":"boolean","description":"Output function data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"functions:serve":{"id":"functions:serve","description":"(Beta) Serve functions locally\n\nHelpful for debugging functions.\n","pluginName":"netlify-cli","pluginType":"core","aliases":["function:serve"],"flags":{"functions":{"name":"functions","type":"option","char":"f","description":"Specify a functions directory to serve"},"port":{"name":"port","type":"option","char":"p","description":"Specify a port for the functions server"},"offline":{"name":"offline","type":"boolean","char":"o","description":"disables any features that require network access","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm":{"id":"lm","description":"Handle Netlify Large Media operations\nThe lm command will help you manage large media for a site\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify lm:info","netlify lm:install","netlify lm:setup"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:info":{"id":"lm:info","description":"Show large media requirements information.","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:install":{"id":"lm:install","description":"Configures your computer to use Netlify Large Media.\nIt installs the required credentials helper for Git,\nand configures your Git environment with the right credentials.","pluginName":"netlify-cli","pluginType":"core","aliases":["lm:init"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Force the credentials helper installation","allowNo":false}},"args":[]},"lm:setup":{"id":"lm:setup","description":"Configures your site to use Netlify Large Media.\nIt runs the install command if you have not installed the dependencies yet.","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"skip-install":{"name":"skip-install","type":"boolean","char":"s","description":"Skip the credentials helper installation check","allowNo":false},"force-install":{"name":"force-install","type":"boolean","char":"f","description":"Force the credentials helper installation","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"lm:uninstall":{"id":"lm:uninstall","description":"Uninstalls Netlify git credentials helper and cleans up any related configuration changes made by the install command.","pluginName":"netlify-cli","pluginType":"core","hidden":true,"aliases":["lm:remove"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"open:admin":{"id":"open:admin","description":"Opens current site admin UI in Netlify","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open:admin"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"open":{"id":"open","description":"Open settings for the site linked to the current folder","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open --site","netlify open --admin","netlify open:admin","netlify open:site"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"},"site":{"name":"site","type":"boolean","description":"Open site","allowNo":false},"admin":{"name":"admin","type":"boolean","description":"Open Netlify site","allowNo":false}},"args":[]},"open:site":{"id":"open:site","description":"Opens current site url in browser","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify open:site"],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"sites:create":{"id":"sites:create","description":"Create an empty site (advanced)\n\nCreate a blank site that isn't associated with any git remote. Does not link to the current working directory.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of site"},"account-slug":{"name":"account-slug","type":"option","char":"a","description":"account slug to create the site under"},"with-ci":{"name":"with-ci","type":"boolean","char":"c","description":"initialize CI hooks during site creation","allowNo":false},"manual":{"name":"manual","type":"boolean","char":"m","description":"Force manual CI setup. Used --with-ci flag","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"sites:delete":{"id":"sites:delete","description":"Delete a site\n\nThis command will permanently delete the site on Netlify. Use with caution.\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify sites:delete 1234-3262-1211"],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"delete without prompting (useful for CI)","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[{"name":"siteId","description":"Site ID to delete.","required":true}]},"sites":{"id":"sites","description":"Handle various site operations\nThe sites command will help you manage all your sites\n","pluginName":"netlify-cli","pluginType":"core","aliases":[],"examples":["netlify sites:create --name my-new-site","netlify sites:list"],"flags":{},"args":[]},"sites:list":{"id":"sites:list","description":"List all sites you have access to","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Output site data as JSON","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"status:hooks":{"id":"status:hooks","description":"Print hook information of the linked site","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]},"status":{"id":"status","description":"Print status information","pluginName":"netlify-cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","description":"Output system info","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Print debugging information","allowNo":false},"httpProxy":{"name":"httpProxy","type":"option","description":"Proxy server address to route requests through."},"httpProxyCertificateFilename":{"name":"httpProxyCertificateFilename","type":"option","description":"Certificate file to use when connecting using a proxy server"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.13",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\" \"!.github/**/*.md\""
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@netlify/build": "^20.0.
|
|
82
|
+
"@netlify/build": "^20.0.3",
|
|
83
83
|
"@netlify/config": "^16.0.5",
|
|
84
84
|
"@netlify/framework-info": "^6.0.0",
|
|
85
85
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
86
86
|
"@netlify/plugin-edge-handlers": "^2.0.0",
|
|
87
|
-
"@netlify/plugins-list": "^
|
|
87
|
+
"@netlify/plugins-list": "^6.0.1",
|
|
88
88
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
89
|
-
"@netlify/zip-it-and-ship-it": "5.
|
|
89
|
+
"@netlify/zip-it-and-ship-it": "5.2.0",
|
|
90
90
|
"@oclif/command": "^1.6.1",
|
|
91
91
|
"@oclif/config": "^1.15.1",
|
|
92
92
|
"@oclif/errors": "^1.3.4",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"multiparty": "^4.2.1",
|
|
155
155
|
"netlify": "^10.0.0",
|
|
156
156
|
"netlify-headers-parser": "^5.0.0",
|
|
157
|
-
"netlify-redirect-parser": "^
|
|
157
|
+
"netlify-redirect-parser": "^13.0.0",
|
|
158
158
|
"netlify-redirector": "^0.2.1",
|
|
159
159
|
"node-fetch": "^2.6.0",
|
|
160
160
|
"node-version-alias": "^1.0.1",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"@babel/preset-react": "^7.12.13",
|
|
198
198
|
"@commitlint/cli": "^15.0.0",
|
|
199
199
|
"@commitlint/config-conventional": "^15.0.0",
|
|
200
|
-
"@netlify/eslint-config-node": "^3.3.
|
|
200
|
+
"@netlify/eslint-config-node": "^3.3.11",
|
|
201
201
|
"@oclif/dev-cli": "^1.23.1",
|
|
202
202
|
"@oclif/test": "^1.2.5",
|
|
203
203
|
"ava": "^3.15.0",
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
const { pluginsList, pluginsUrl } = require('@netlify/plugins-list')
|
|
2
1
|
const fetch = require('node-fetch')
|
|
3
2
|
|
|
3
|
+
// TODO: use static `import` after migrating this repository to pure ES modules
|
|
4
|
+
const netlifyPluginsList = import('@netlify/plugins-list')
|
|
5
|
+
|
|
4
6
|
// 1 minute
|
|
5
7
|
const PLUGINS_LIST_TIMEOUT = 6e4
|
|
6
8
|
|
|
7
9
|
const getPluginsList = async () => {
|
|
10
|
+
const { pluginsList, pluginsUrl } = await netlifyPluginsList
|
|
8
11
|
try {
|
|
9
12
|
const response = await fetch(pluginsUrl, { timeout: PLUGINS_LIST_TIMEOUT })
|
|
10
13
|
return await response.json()
|
package/src/utils/redirects.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
// TODO: use static `import` after migrating this repository to pure ES modules
|
|
2
|
+
const netlifyRedirectParser = import('netlify-redirect-parser')
|
|
2
3
|
|
|
3
4
|
const { log } = require('./command-helpers')
|
|
4
5
|
const { NETLIFYDEVERR } = require('./logo')
|
|
@@ -6,6 +7,7 @@ const { NETLIFYDEVERR } = require('./logo')
|
|
|
6
7
|
// Parse, normalize and validate all redirects from `_redirects` files
|
|
7
8
|
// and `netlify.toml`
|
|
8
9
|
const parseRedirects = async function ({ configPath, redirectsFiles }) {
|
|
10
|
+
const { parseAllRedirects } = await netlifyRedirectParser
|
|
9
11
|
const { errors, redirects } = await parseAllRedirects({
|
|
10
12
|
redirectsFiles,
|
|
11
13
|
netlifyConfigPath: configPath,
|