@salesforce/cli 1.5.0 → 1.5.1
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 +2 -0
- package/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.1](https://github.com/salesforcecli/cli/compare/v1.5.0...v1.5.1) (2021-12-02)
|
|
6
|
+
|
|
5
7
|
## [1.5.0](https://github.com/salesforcecli/cli/compare/v1.4.0...v1.5.0) (2021-12-01)
|
|
6
8
|
|
|
7
9
|
## [1.4.0](https://github.com/salesforcecli/cli/compare/v1.3.1...v1.4.0) (2021-11-17)
|
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.
|
|
32
|
+
@salesforce/cli/1.5.1 linux-x64 node-v14.18.2
|
|
33
33
|
$ sf --help [COMMAND]
|
|
34
34
|
USAGE
|
|
35
35
|
$ sf COMMAND
|
|
@@ -966,7 +966,7 @@ DESCRIPTION
|
|
|
966
966
|
Display help for sf.
|
|
967
967
|
```
|
|
968
968
|
|
|
969
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
969
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.7/src/commands/help.ts)_
|
|
970
970
|
|
|
971
971
|
## `sf login`
|
|
972
972
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.5.
|
|
1
|
+
{"version":"1.5.1","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.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@oclif/core": "^1.0.
|
|
77
|
-
"@oclif/plugin-help": "5.1.
|
|
76
|
+
"@oclif/core": "^1.0.7",
|
|
77
|
+
"@oclif/plugin-help": "5.1.7",
|
|
78
78
|
"@oclif/plugin-not-found": "2.2.0",
|
|
79
79
|
"@oclif/plugin-plugins": "2.0.1",
|
|
80
80
|
"@oclif/plugin-update": "2.0.0",
|
|
81
|
-
"@salesforce/plugin-telemetry": "1.
|
|
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",
|
|
84
84
|
"@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.5",
|