@salesforce/cli 2.30.0 → 2.30.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/README.md +6 -3
- package/npm-shrinkwrap.json +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.30.
|
|
27
|
+
@salesforce/cli/2.30.1 linux-x64 node-v20.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -7439,7 +7439,10 @@ Show which plugin a command is in.
|
|
|
7439
7439
|
|
|
7440
7440
|
```
|
|
7441
7441
|
USAGE
|
|
7442
|
-
$ sf which
|
|
7442
|
+
$ sf which [--json]
|
|
7443
|
+
|
|
7444
|
+
GLOBAL FLAGS
|
|
7445
|
+
--json Format output as json.
|
|
7443
7446
|
|
|
7444
7447
|
DESCRIPTION
|
|
7445
7448
|
Show which plugin a command is in.
|
|
@@ -7450,6 +7453,6 @@ EXAMPLES
|
|
|
7450
7453
|
$ sf which help
|
|
7451
7454
|
```
|
|
7452
7455
|
|
|
7453
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0
|
|
7456
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.0/src/commands/which.ts)_
|
|
7454
7457
|
|
|
7455
7458
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.30.
|
|
9
|
+
"version": "2.30.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-update": "4.1.11",
|
|
22
22
|
"@oclif/plugin-version": "2.0.12",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.10",
|
|
24
|
-
"@oclif/plugin-which": "3.0
|
|
24
|
+
"@oclif/plugin-which": "3.1.0",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.23",
|
|
27
27
|
"@salesforce/plugin-auth": "3.3.11",
|
|
@@ -7452,9 +7452,9 @@
|
|
|
7452
7452
|
}
|
|
7453
7453
|
},
|
|
7454
7454
|
"node_modules/@oclif/plugin-which": {
|
|
7455
|
-
"version": "3.0
|
|
7456
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
7457
|
-
"integrity": "sha512-
|
|
7455
|
+
"version": "3.1.0",
|
|
7456
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.0.tgz",
|
|
7457
|
+
"integrity": "sha512-pTAOAATqnLvikCUbbn/8W1uOSHJ+2CxF9m+v4qguX+6XwPvju7EgKDZiy8lBI3TOll2I90O0PkQ1kTsQlSKbNQ==",
|
|
7458
7458
|
"license": "MIT",
|
|
7459
7459
|
"dependencies": {
|
|
7460
7460
|
"@oclif/core": "^3.18.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.30.
|
|
4
|
+
"version": "2.30.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@oclif/plugin-update": "4.1.11",
|
|
147
147
|
"@oclif/plugin-version": "2.0.12",
|
|
148
148
|
"@oclif/plugin-warn-if-update-available": "3.0.10",
|
|
149
|
-
"@oclif/plugin-which": "3.0
|
|
149
|
+
"@oclif/plugin-which": "3.1.0",
|
|
150
150
|
"@salesforce/core": "^6.1.4",
|
|
151
151
|
"@salesforce/plugin-apex": "3.0.23",
|
|
152
152
|
"@salesforce/plugin-auth": "3.3.11",
|