netlify-cli 6.14.23 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/npm-shrinkwrap.json +182 -217
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/src/functions-templates/javascript/google-analytics/package-lock.json +1 -1
- package/src/functions-templates/javascript/google-analytics/package.json +1 -1
- package/src/functions-templates/javascript/stripe-charge/package-lock.json +6 -6
- package/src/functions-templates/javascript/stripe-subscription/package-lock.json +6 -6
- package/src/functions-templates/typescript/hello-world/package-lock.json +7 -7
- package/src/functions-templates/typescript/hello-world/package.json +1 -1
- package/src/lib/functions/utils.js +34 -3
- package/src/utils/command.js +3 -1
- package/src/utils/gh-auth.js +17 -8
- package/src/utils/init/config-github.js +36 -10
- package/src/utils/init/config.js +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ See the [CLI command line reference](https://cli.netlify.com/commands/) to get s
|
|
|
44
44
|
|
|
45
45
|
## Installation
|
|
46
46
|
|
|
47
|
-
Netlify CLI requires [Node.js](https://nodejs.org) version
|
|
47
|
+
Netlify CLI requires [Node.js](https://nodejs.org) version 12 or above. To install, run the following command from any directory in your terminal:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
50
|
npm install netlify-cli -g
|