@salesforce/cli 1.5.1 → 1.5.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.5.2](https://github.com/salesforcecli/cli/compare/v1.5.1...v1.5.2) (2021-12-02)
6
+
5
7
  ### [1.5.1](https://github.com/salesforcecli/cli/compare/v1.5.0...v1.5.1) (2021-12-02)
6
8
 
7
9
  ## [1.5.0](https://github.com/salesforcecli/cli/compare/v1.4.0...v1.5.0) (2021-12-01)
package/README.md CHANGED
@@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
29
29
  $ sf COMMAND
30
30
  running command...
31
31
  $ sf (--version|-v|version)
32
- @salesforce/cli/1.5.1 linux-x64 node-v14.18.2
32
+ @salesforce/cli/1.5.2 linux-x64 node-v14.18.2
33
33
  $ sf --help [COMMAND]
34
34
  USAGE
35
35
  $ sf COMMAND
@@ -1337,7 +1337,7 @@ EXAMPLES
1337
1337
  $ sf plugins
1338
1338
  ```
1339
1339
 
1340
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.1/src/commands/plugins/index.ts)_
1340
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.2/src/commands/plugins/index.ts)_
1341
1341
 
1342
1342
  ## `sf plugins:inspect PLUGIN...`
1343
1343
 
@@ -1351,7 +1351,7 @@ ARGUMENTS
1351
1351
  PLUGIN [default: .] Plugin to inspect.
1352
1352
 
1353
1353
  FLAGS
1354
- -h, --help show CLI help
1354
+ -h, --help Show CLI help.
1355
1355
  -v, --verbose
1356
1356
 
1357
1357
  DESCRIPTION
@@ -1374,7 +1374,7 @@ ARGUMENTS
1374
1374
 
1375
1375
  FLAGS
1376
1376
  -f, --force Run yarn install with force flag.
1377
- -h, --help show CLI help
1377
+ -h, --help Show CLI help.
1378
1378
  -v, --verbose
1379
1379
 
1380
1380
  DESCRIPTION
@@ -1411,7 +1411,7 @@ ARGUMENTS
1411
1411
  PATH [default: .] path to plugin
1412
1412
 
1413
1413
  FLAGS
1414
- -h, --help show CLI help
1414
+ -h, --help Show CLI help.
1415
1415
  -v, --verbose
1416
1416
 
1417
1417
  DESCRIPTION
@@ -1438,7 +1438,7 @@ ARGUMENTS
1438
1438
  PLUGIN plugin to uninstall
1439
1439
 
1440
1440
  FLAGS
1441
- -h, --help show CLI help
1441
+ -h, --help Show CLI help.
1442
1442
  -v, --verbose
1443
1443
 
1444
1444
  DESCRIPTION
@@ -1458,7 +1458,7 @@ USAGE
1458
1458
  $ sf plugins update [-h] [-v]
1459
1459
 
1460
1460
  FLAGS
1461
- -h, --help show CLI help
1461
+ -h, --help Show CLI help.
1462
1462
  -v, --verbose
1463
1463
 
1464
1464
  DESCRIPTION
@@ -1672,7 +1672,7 @@ DESCRIPTION
1672
1672
  update the sf CLI
1673
1673
  ```
1674
1674
 
1675
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.0.0/src/commands/update.ts)_
1675
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.1.0/src/commands/update.ts)_
1676
1676
 
1677
1677
  ## `sf whoami functions`
1678
1678
 
@@ -1 +1 @@
1
- {"version":"1.5.1","commands":{}}
1
+ {"version":"1.5.2","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -76,8 +76,8 @@
76
76
  "@oclif/core": "^1.0.7",
77
77
  "@oclif/plugin-help": "5.1.7",
78
78
  "@oclif/plugin-not-found": "2.2.0",
79
- "@oclif/plugin-plugins": "2.0.1",
80
- "@oclif/plugin-update": "2.0.0",
79
+ "@oclif/plugin-plugins": "2.0.2",
80
+ "@oclif/plugin-update": "2.1.0",
81
81
  "@salesforce/plugin-telemetry": "1.4.0",
82
82
  "@salesforce/sf-plugins-core": "1.0.4",
83
83
  "@sf/config": "npm:@salesforce/plugin-config@2.2.11",
@@ -104,7 +104,9 @@
104
104
  "@oclif/plugin-update"
105
105
  ],
106
106
  "resolutions": {
107
- "@salesforce/templates": "52.6.0"
107
+ "@salesforce/templates": "52.6.0",
108
+ "@oclif/config": "1.18.1",
109
+ "@oclif/command": "1.8.7"
108
110
  },
109
111
  "repository": "salesforcecli/cli",
110
112
  "scripts": {