@salesforce/cli 2.44.1 → 2.44.2
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.lock +4 -4
- 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.44.
|
|
27
|
+
@salesforce/cli/2.44.2 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5441,7 +5441,7 @@ EXAMPLES
|
|
|
5441
5441
|
$ sf plugins
|
|
5442
5442
|
```
|
|
5443
5443
|
|
|
5444
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5444
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/index.ts)_
|
|
5445
5445
|
|
|
5446
5446
|
## `sf plugins discover`
|
|
5447
5447
|
|
|
@@ -5486,7 +5486,7 @@ EXAMPLES
|
|
|
5486
5486
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5487
5487
|
```
|
|
5488
5488
|
|
|
5489
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5489
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/inspect.ts)_
|
|
5490
5490
|
|
|
5491
5491
|
## `sf plugins install PLUGIN`
|
|
5492
5492
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf plugins install someuser/someplugin
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5538
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/install.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf plugins link PATH`
|
|
5541
5541
|
|
|
@@ -5565,7 +5565,7 @@ EXAMPLES
|
|
|
5565
5565
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/link.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins reset`
|
|
5571
5571
|
|
|
@@ -5580,7 +5580,7 @@ FLAGS
|
|
|
5580
5580
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5581
5581
|
```
|
|
5582
5582
|
|
|
5583
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5583
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/reset.ts)_
|
|
5584
5584
|
|
|
5585
5585
|
## `sf plugins trust verify`
|
|
5586
5586
|
|
|
@@ -5637,7 +5637,7 @@ EXAMPLES
|
|
|
5637
5637
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5638
5638
|
```
|
|
5639
5639
|
|
|
5640
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5640
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/uninstall.ts)_
|
|
5641
5641
|
|
|
5642
5642
|
## `sf plugins update`
|
|
5643
5643
|
|
|
@@ -5655,7 +5655,7 @@ DESCRIPTION
|
|
|
5655
5655
|
Update installed plugins.
|
|
5656
5656
|
```
|
|
5657
5657
|
|
|
5658
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5658
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/update.ts)_
|
|
5659
5659
|
|
|
5660
5660
|
## `sf project convert mdapi`
|
|
5661
5661
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.44.
|
|
9
|
+
"version": "2.44.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.3.4",
|
|
17
17
|
"@oclif/plugin-help": "6.0.22",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.10",
|
|
19
|
-
"@oclif/plugin-plugins": "5.1.
|
|
19
|
+
"@oclif/plugin-plugins": "5.1.3",
|
|
20
20
|
"@oclif/plugin-search": "1.0.24",
|
|
21
21
|
"@oclif/plugin-update": "4.2.13",
|
|
22
22
|
"@oclif/plugin-version": "2.1.2",
|
|
@@ -3668,9 +3668,9 @@
|
|
|
3668
3668
|
}
|
|
3669
3669
|
},
|
|
3670
3670
|
"node_modules/@oclif/plugin-plugins": {
|
|
3671
|
-
"version": "5.1.
|
|
3672
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.1.
|
|
3673
|
-
"integrity": "sha512-
|
|
3671
|
+
"version": "5.1.3",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.1.3.tgz",
|
|
3673
|
+
"integrity": "sha512-85ZG8c0PzxAUavboxHS5/jPa8iM2luc9EG4at4by8eOjO76yDswN+oqFZ6qitH4Jg+JC2gF6pyh66s4w9Cr0FQ==",
|
|
3674
3674
|
"license": "MIT",
|
|
3675
3675
|
"dependencies": {
|
|
3676
3676
|
"@oclif/core": "^3.26.6",
|
package/oclif.lock
CHANGED
|
@@ -1875,10 +1875,10 @@
|
|
|
1875
1875
|
chalk "^5.3.0"
|
|
1876
1876
|
fast-levenshtein "^3.0.0"
|
|
1877
1877
|
|
|
1878
|
-
"@oclif/plugin-plugins@5.1.
|
|
1879
|
-
version "5.1.
|
|
1880
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.1.
|
|
1881
|
-
integrity sha512-
|
|
1878
|
+
"@oclif/plugin-plugins@5.1.3":
|
|
1879
|
+
version "5.1.3"
|
|
1880
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.1.3.tgz"
|
|
1881
|
+
integrity sha512-85ZG8c0PzxAUavboxHS5/jPa8iM2luc9EG4at4by8eOjO76yDswN+oqFZ6qitH4Jg+JC2gF6pyh66s4w9Cr0FQ==
|
|
1882
1882
|
dependencies:
|
|
1883
1883
|
"@oclif/core" "^3.26.6"
|
|
1884
1884
|
chalk "^5.3.0"
|
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.44.
|
|
4
|
+
"version": "2.44.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.8",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.11",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.1",
|
|
81
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
81
|
+
"@salesforce/plugin-devops-center": "1.2.12",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.30",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.3.3",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@oclif/plugin-commands": "3.3.4",
|
|
145
145
|
"@oclif/plugin-help": "6.0.22",
|
|
146
146
|
"@oclif/plugin-not-found": "3.1.10",
|
|
147
|
-
"@oclif/plugin-plugins": "5.1.
|
|
147
|
+
"@oclif/plugin-plugins": "5.1.3",
|
|
148
148
|
"@oclif/plugin-search": "1.0.24",
|
|
149
149
|
"@oclif/plugin-update": "4.2.13",
|
|
150
150
|
"@oclif/plugin-version": "2.1.2",
|