@salesforce/cli 2.26.4 → 2.26.5
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 +8 -8
- 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.26.
|
|
27
|
+
@salesforce/cli/2.26.5 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5082,7 +5082,7 @@ EXAMPLES
|
|
|
5082
5082
|
$ sf plugins
|
|
5083
5083
|
```
|
|
5084
5084
|
|
|
5085
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5085
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/index.ts)_
|
|
5086
5086
|
|
|
5087
5087
|
## `sf plugins discover`
|
|
5088
5088
|
|
|
@@ -5126,7 +5126,7 @@ EXAMPLES
|
|
|
5126
5126
|
$ sf plugins inspect myplugin
|
|
5127
5127
|
```
|
|
5128
5128
|
|
|
5129
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5129
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/inspect.ts)_
|
|
5130
5130
|
|
|
5131
5131
|
## `sf plugins:install PLUGIN...`
|
|
5132
5132
|
|
|
@@ -5170,7 +5170,7 @@ EXAMPLES
|
|
|
5170
5170
|
$ sf plugins install someuser/someplugin
|
|
5171
5171
|
```
|
|
5172
5172
|
|
|
5173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/install.ts)_
|
|
5174
5174
|
|
|
5175
5175
|
## `sf plugins:link PLUGIN`
|
|
5176
5176
|
|
|
@@ -5200,7 +5200,7 @@ EXAMPLES
|
|
|
5200
5200
|
$ sf plugins link myplugin
|
|
5201
5201
|
```
|
|
5202
5202
|
|
|
5203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/link.ts)_
|
|
5204
5204
|
|
|
5205
5205
|
## `sf plugins reset`
|
|
5206
5206
|
|
|
@@ -5211,7 +5211,7 @@ USAGE
|
|
|
5211
5211
|
$ sf plugins reset
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5214
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/reset.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf plugins trust verify`
|
|
5217
5217
|
|
|
@@ -5267,7 +5267,7 @@ EXAMPLES
|
|
|
5267
5267
|
$ sf plugins uninstall myplugin
|
|
5268
5268
|
```
|
|
5269
5269
|
|
|
5270
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5270
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/uninstall.ts)_
|
|
5271
5271
|
|
|
5272
5272
|
## `sf plugins update`
|
|
5273
5273
|
|
|
@@ -5285,7 +5285,7 @@ DESCRIPTION
|
|
|
5285
5285
|
Update installed plugins.
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.18/src/commands/plugins/update.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf project convert mdapi`
|
|
5291
5291
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.26.
|
|
9
|
+
"version": "2.26.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.1.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.12",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.9",
|
|
19
|
-
"@oclif/plugin-plugins": "4.1.
|
|
19
|
+
"@oclif/plugin-plugins": "4.1.18",
|
|
20
20
|
"@oclif/plugin-search": "1.0.12",
|
|
21
21
|
"@oclif/plugin-update": "4.1.8",
|
|
22
22
|
"@oclif/plugin-version": "2.0.11",
|
|
@@ -3485,9 +3485,9 @@
|
|
|
3485
3485
|
}
|
|
3486
3486
|
},
|
|
3487
3487
|
"node_modules/@oclif/plugin-plugins": {
|
|
3488
|
-
"version": "4.1.
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.
|
|
3490
|
-
"integrity": "sha512-
|
|
3488
|
+
"version": "4.1.18",
|
|
3489
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.18.tgz",
|
|
3490
|
+
"integrity": "sha512-Mdlj9j4nGWJJWZKAWjkolB1syYjNJAVSLN0DYtfUt2gnuG1awZUoLXk4ib+A+ZdWRI85G3uD5cFl5ZvF1qzasQ==",
|
|
3491
3491
|
"license": "MIT",
|
|
3492
3492
|
"dependencies": {
|
|
3493
3493
|
"@oclif/core": "^3.10.2",
|
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.26.
|
|
4
|
+
"version": "2.26.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@oclif/plugin-commands": "3.1.1",
|
|
140
140
|
"@oclif/plugin-help": "6.0.12",
|
|
141
141
|
"@oclif/plugin-not-found": "3.0.9",
|
|
142
|
-
"@oclif/plugin-plugins": "4.1.
|
|
142
|
+
"@oclif/plugin-plugins": "4.1.18",
|
|
143
143
|
"@oclif/plugin-search": "1.0.12",
|
|
144
144
|
"@oclif/plugin-update": "4.1.8",
|
|
145
145
|
"@oclif/plugin-version": "2.0.11",
|