netlify-cli 8.1.9 → 8.2.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "8.1.9",
3
+ "version": "8.2.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.1.9",
9
+ "version": "8.2.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
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.1.9",
4
+ "version": "8.2.0",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -98,7 +98,6 @@ Helpful for making sure that you have formatted your functions correctly
98
98
 
99
99
  NOT the same as listing the functions that have been deployed. For that info you need to go to your Netlify deploy log.`,
100
100
  )
101
- .option('-n, --name <name>', 'name to print')
102
101
  .option('-f, --functions <dir>', 'Specify a functions directory to list')
103
102
  .option('--json', 'Output function data as JSON')
104
103
  .action(functionsList)