@salesforce/cli 2.17.10 → 2.17.12
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.17.
|
|
27
|
+
@salesforce/cli/2.17.12 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf plugins
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5121
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/index.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf plugins discover`
|
|
5124
5124
|
|
|
@@ -5162,7 +5162,7 @@ EXAMPLES
|
|
|
5162
5162
|
$ sf plugins:inspect myplugin
|
|
5163
5163
|
```
|
|
5164
5164
|
|
|
5165
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5165
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/inspect.ts)_
|
|
5166
5166
|
|
|
5167
5167
|
## `sf plugins:install PLUGIN...`
|
|
5168
5168
|
|
|
@@ -5203,7 +5203,7 @@ EXAMPLES
|
|
|
5203
5203
|
$ sf plugins:install someuser/someplugin
|
|
5204
5204
|
```
|
|
5205
5205
|
|
|
5206
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5206
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/install.ts)_
|
|
5207
5207
|
|
|
5208
5208
|
## `sf plugins:link PLUGIN`
|
|
5209
5209
|
|
|
@@ -5233,7 +5233,7 @@ EXAMPLES
|
|
|
5233
5233
|
$ sf plugins:link myplugin
|
|
5234
5234
|
```
|
|
5235
5235
|
|
|
5236
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5236
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/link.ts)_
|
|
5237
5237
|
|
|
5238
5238
|
## `sf plugins reset`
|
|
5239
5239
|
|
|
@@ -5244,7 +5244,7 @@ USAGE
|
|
|
5244
5244
|
$ sf plugins reset
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5247
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/reset.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf plugins trust verify`
|
|
5250
5250
|
|
|
@@ -5297,7 +5297,7 @@ ALIASES
|
|
|
5297
5297
|
$ sf plugins remove
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5300
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/uninstall.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf plugins update`
|
|
5303
5303
|
|
|
@@ -5315,7 +5315,7 @@ DESCRIPTION
|
|
|
5315
5315
|
Update installed plugins.
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/update.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf project convert mdapi`
|
|
5321
5321
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.
|
|
9
|
+
"version": "2.17.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.3",
|
|
18
|
-
"@oclif/plugin-plugins": "4.1.
|
|
18
|
+
"@oclif/plugin-plugins": "4.1.3",
|
|
19
19
|
"@oclif/plugin-search": "1.0.6",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -2360,9 +2360,9 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
2362
|
"node_modules/@oclif/plugin-plugins": {
|
|
2363
|
-
"version": "4.1.
|
|
2364
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.
|
|
2365
|
-
"integrity": "sha512-
|
|
2363
|
+
"version": "4.1.3",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.3.tgz",
|
|
2365
|
+
"integrity": "sha512-EeKB8MnmImyO6rkiNfvtkg5aLPHJsrMA39Hd7VSuBeFpTCkHB7UGxTHLqRw59bVskppQJ97OmNn/wuqzY9wycA==",
|
|
2366
2366
|
"license": "MIT",
|
|
2367
2367
|
"dependencies": {
|
|
2368
2368
|
"@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.17.
|
|
4
|
+
"version": "2.17.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.3",
|
|
133
|
-
"@oclif/plugin-plugins": "4.1.
|
|
133
|
+
"@oclif/plugin-plugins": "4.1.3",
|
|
134
134
|
"@oclif/plugin-search": "1.0.6",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|