@salesforce/cli 2.17.12 → 2.17.13
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 +12 -9
- package/npm-shrinkwrap.json +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.13 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.4/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.4/src/commands/plugins/inspect.ts)_
|
|
5166
5166
|
|
|
5167
5167
|
## `sf plugins:install PLUGIN...`
|
|
5168
5168
|
|
|
@@ -5181,6 +5181,9 @@ FLAGS
|
|
|
5181
5181
|
-s, --silent Silences yarn output.
|
|
5182
5182
|
-v, --verbose Show verbose yarn output.
|
|
5183
5183
|
|
|
5184
|
+
GLOBAL FLAGS
|
|
5185
|
+
--json Format output as json.
|
|
5186
|
+
|
|
5184
5187
|
DESCRIPTION
|
|
5185
5188
|
Installs a plugin into the CLI.
|
|
5186
5189
|
Can be installed from npm or a git url.
|
|
@@ -5203,7 +5206,7 @@ EXAMPLES
|
|
|
5203
5206
|
$ sf plugins:install someuser/someplugin
|
|
5204
5207
|
```
|
|
5205
5208
|
|
|
5206
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5209
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/install.ts)_
|
|
5207
5210
|
|
|
5208
5211
|
## `sf plugins:link PLUGIN`
|
|
5209
5212
|
|
|
@@ -5233,7 +5236,7 @@ EXAMPLES
|
|
|
5233
5236
|
$ sf plugins:link myplugin
|
|
5234
5237
|
```
|
|
5235
5238
|
|
|
5236
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5239
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/link.ts)_
|
|
5237
5240
|
|
|
5238
5241
|
## `sf plugins reset`
|
|
5239
5242
|
|
|
@@ -5244,7 +5247,7 @@ USAGE
|
|
|
5244
5247
|
$ sf plugins reset
|
|
5245
5248
|
```
|
|
5246
5249
|
|
|
5247
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5250
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/reset.ts)_
|
|
5248
5251
|
|
|
5249
5252
|
## `sf plugins trust verify`
|
|
5250
5253
|
|
|
@@ -5272,7 +5275,7 @@ EXAMPLES
|
|
|
5272
5275
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5273
5276
|
```
|
|
5274
5277
|
|
|
5275
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.
|
|
5278
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.2/src/commands/plugins/trust/verify.ts)_
|
|
5276
5279
|
|
|
5277
5280
|
## `sf plugins:uninstall PLUGIN...`
|
|
5278
5281
|
|
|
@@ -5297,7 +5300,7 @@ ALIASES
|
|
|
5297
5300
|
$ sf plugins remove
|
|
5298
5301
|
```
|
|
5299
5302
|
|
|
5300
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5303
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/uninstall.ts)_
|
|
5301
5304
|
|
|
5302
5305
|
## `sf plugins update`
|
|
5303
5306
|
|
|
@@ -5315,7 +5318,7 @@ DESCRIPTION
|
|
|
5315
5318
|
Update installed plugins.
|
|
5316
5319
|
```
|
|
5317
5320
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5321
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/update.ts)_
|
|
5319
5322
|
|
|
5320
5323
|
## `sf project convert mdapi`
|
|
5321
5324
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.13",
|
|
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.13",
|
|
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.4",
|
|
19
19
|
"@oclif/plugin-search": "1.0.6",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@salesforce/plugin-source": "2.11.0",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.0",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.18",
|
|
40
|
-
"@salesforce/plugin-trust": "3.0.
|
|
40
|
+
"@salesforce/plugin-trust": "3.0.2",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.42",
|
|
42
42
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
43
43
|
"debug": "^4.3.4"
|
|
@@ -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.4",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.4.tgz",
|
|
2365
|
+
"integrity": "sha512-/aSLe4CKskaLelpSqH1+tuRX8hhT9ozXmPV7nsRVU3d5HCjsZBACrvkD1SpuVfVwKJIMESdsdgm7+SO0UYY9ow==",
|
|
2366
2366
|
"license": "MIT",
|
|
2367
2367
|
"dependencies": {
|
|
2368
2368
|
"@oclif/core": "^3.10.2",
|
|
@@ -5162,9 +5162,9 @@
|
|
|
5162
5162
|
}
|
|
5163
5163
|
},
|
|
5164
5164
|
"node_modules/@salesforce/plugin-trust": {
|
|
5165
|
-
"version": "3.0.
|
|
5166
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.
|
|
5167
|
-
"integrity": "sha512-
|
|
5165
|
+
"version": "3.0.2",
|
|
5166
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.2.tgz",
|
|
5167
|
+
"integrity": "sha512-tYlMw8/aAoJDDauYQnS1YeUYfhQzQgTOlVs9C+z+TRPXbcA5yefVgBw8sdcUmnOp6RxxeqtYvn5116m0uxOHVQ==",
|
|
5168
5168
|
"license": "BSD-3-Clause",
|
|
5169
5169
|
"dependencies": {
|
|
5170
5170
|
"@oclif/core": "^3.10.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.17.
|
|
4
|
+
"version": "2.17.13",
|
|
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.4",
|
|
134
134
|
"@oclif/plugin-search": "1.0.6",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"@salesforce/plugin-source": "2.11.0",
|
|
153
153
|
"@salesforce/plugin-telemetry": "3.1.0",
|
|
154
154
|
"@salesforce/plugin-templates": "55.5.18",
|
|
155
|
-
"@salesforce/plugin-trust": "3.0.
|
|
155
|
+
"@salesforce/plugin-trust": "3.0.2",
|
|
156
156
|
"@salesforce/plugin-user": "2.3.42",
|
|
157
157
|
"@salesforce/sf-plugins-core": "4.0.0",
|
|
158
158
|
"debug": "^4.3.4"
|