@salesforce/cli 2.53.6 → 2.54.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 +10 -10
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
27
|
+
@salesforce/cli/2.54.1 linux-x64 node-v20.15.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf autocomplete --refresh-cache
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.
|
|
874
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.0/src/commands/autocomplete/index.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf commands`
|
|
877
877
|
|
|
@@ -5426,7 +5426,7 @@ EXAMPLES
|
|
|
5426
5426
|
$ sf plugins
|
|
5427
5427
|
```
|
|
5428
5428
|
|
|
5429
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5429
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/index.ts)_
|
|
5430
5430
|
|
|
5431
5431
|
## `sf plugins discover`
|
|
5432
5432
|
|
|
@@ -5471,7 +5471,7 @@ EXAMPLES
|
|
|
5471
5471
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5472
5472
|
```
|
|
5473
5473
|
|
|
5474
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5474
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/inspect.ts)_
|
|
5475
5475
|
|
|
5476
5476
|
## `sf plugins install PLUGIN`
|
|
5477
5477
|
|
|
@@ -5520,7 +5520,7 @@ EXAMPLES
|
|
|
5520
5520
|
$ sf plugins install someuser/someplugin
|
|
5521
5521
|
```
|
|
5522
5522
|
|
|
5523
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5523
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/install.ts)_
|
|
5524
5524
|
|
|
5525
5525
|
## `sf plugins link PATH`
|
|
5526
5526
|
|
|
@@ -5550,7 +5550,7 @@ EXAMPLES
|
|
|
5550
5550
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5551
5551
|
```
|
|
5552
5552
|
|
|
5553
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5553
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/link.ts)_
|
|
5554
5554
|
|
|
5555
5555
|
## `sf plugins reset`
|
|
5556
5556
|
|
|
@@ -5565,7 +5565,7 @@ FLAGS
|
|
|
5565
5565
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/reset.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins trust verify`
|
|
5571
5571
|
|
|
@@ -5622,7 +5622,7 @@ EXAMPLES
|
|
|
5622
5622
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5623
5623
|
```
|
|
5624
5624
|
|
|
5625
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5625
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/uninstall.ts)_
|
|
5626
5626
|
|
|
5627
5627
|
## `sf plugins update`
|
|
5628
5628
|
|
|
@@ -5640,7 +5640,7 @@ DESCRIPTION
|
|
|
5640
5640
|
Update installed plugins.
|
|
5641
5641
|
```
|
|
5642
5642
|
|
|
5643
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5643
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/update.ts)_
|
|
5644
5644
|
|
|
5645
5645
|
## `sf project convert mdapi`
|
|
5646
5646
|
|
|
@@ -7774,7 +7774,7 @@ EXAMPLES
|
|
|
7774
7774
|
$ sf update --available
|
|
7775
7775
|
```
|
|
7776
7776
|
|
|
7777
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.
|
|
7777
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.0/src/commands/update.ts)_
|
|
7778
7778
|
|
|
7779
7779
|
## `sf version`
|
|
7780
7780
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.54.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.54.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.17",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.0",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.10",
|
|
17
17
|
"@oclif/plugin-help": "6.2.7",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.14",
|
|
19
|
-
"@oclif/plugin-plugins": "5.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.0",
|
|
20
20
|
"@oclif/plugin-search": "1.2.5",
|
|
21
|
-
"@oclif/plugin-update": "4.
|
|
21
|
+
"@oclif/plugin-update": "4.5.0",
|
|
22
22
|
"@oclif/plugin-version": "2.2.9",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.11",
|
|
24
24
|
"@oclif/plugin-which": "3.2.9",
|
|
@@ -3651,9 +3651,9 @@
|
|
|
3651
3651
|
}
|
|
3652
3652
|
},
|
|
3653
3653
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3654
|
-
"version": "3.
|
|
3655
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.
|
|
3656
|
-
"integrity": "sha512-
|
|
3654
|
+
"version": "3.2.0",
|
|
3655
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.0.tgz",
|
|
3656
|
+
"integrity": "sha512-URNnLAk+FP+k422On8nZhyuJcPgrCWyVolbVE+wKl9ngWR56//MLakrf7AKwfeuto9U2TmrOsXVZhzWzZ2VTMw==",
|
|
3657
3657
|
"license": "MIT",
|
|
3658
3658
|
"dependencies": {
|
|
3659
3659
|
"@oclif/core": "^4",
|
|
@@ -3776,9 +3776,9 @@
|
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
3778
|
"node_modules/@oclif/plugin-plugins": {
|
|
3779
|
-
"version": "5.
|
|
3780
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.
|
|
3781
|
-
"integrity": "sha512-
|
|
3779
|
+
"version": "5.4.0",
|
|
3780
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.0.tgz",
|
|
3781
|
+
"integrity": "sha512-nps0twvQypi4X3iWDpkft8+fG7xeJFwevF9al2YQIXo2wHgkXqX7ZfR6h4xjItRBwOoaXtJfBehVuWUw6IXWNw==",
|
|
3782
3782
|
"license": "MIT",
|
|
3783
3783
|
"dependencies": {
|
|
3784
3784
|
"@oclif/core": "^4",
|
|
@@ -3854,9 +3854,9 @@
|
|
|
3854
3854
|
}
|
|
3855
3855
|
},
|
|
3856
3856
|
"node_modules/@oclif/plugin-update": {
|
|
3857
|
-
"version": "4.
|
|
3858
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.
|
|
3859
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "4.5.0",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.0.tgz",
|
|
3859
|
+
"integrity": "sha512-PNU3y9uiQCJxXK2HBFOsC88H2XHzZLa4j0h9IvQcXJxOr+BBQHCiuzc3kwuZpJQZpAc7V1qIFKxHCHuk3Y/vCA==",
|
|
3860
3860
|
"license": "MIT",
|
|
3861
3861
|
"dependencies": {
|
|
3862
3862
|
"@inquirer/select": "^2.4.2",
|
package/oclif.lock
CHANGED
|
@@ -1839,10 +1839,10 @@
|
|
|
1839
1839
|
wordwrap "^1.0.0"
|
|
1840
1840
|
wrap-ansi "^7.0.0"
|
|
1841
1841
|
|
|
1842
|
-
"@oclif/plugin-autocomplete@3.
|
|
1843
|
-
version "3.
|
|
1844
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.
|
|
1845
|
-
integrity sha512-
|
|
1842
|
+
"@oclif/plugin-autocomplete@3.2.0":
|
|
1843
|
+
version "3.2.0"
|
|
1844
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.0.tgz"
|
|
1845
|
+
integrity sha512-URNnLAk+FP+k422On8nZhyuJcPgrCWyVolbVE+wKl9ngWR56//MLakrf7AKwfeuto9U2TmrOsXVZhzWzZ2VTMw==
|
|
1846
1846
|
dependencies:
|
|
1847
1847
|
"@oclif/core" "^4"
|
|
1848
1848
|
ansis "^3.3.1"
|
|
@@ -1891,10 +1891,10 @@
|
|
|
1891
1891
|
ansis "^3.3.1"
|
|
1892
1892
|
fast-levenshtein "^3.0.0"
|
|
1893
1893
|
|
|
1894
|
-
"@oclif/plugin-plugins@5.
|
|
1895
|
-
version "5.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.
|
|
1897
|
-
integrity sha512-
|
|
1894
|
+
"@oclif/plugin-plugins@5.4.0":
|
|
1895
|
+
version "5.4.0"
|
|
1896
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.0.tgz"
|
|
1897
|
+
integrity sha512-nps0twvQypi4X3iWDpkft8+fG7xeJFwevF9al2YQIXo2wHgkXqX7ZfR6h4xjItRBwOoaXtJfBehVuWUw6IXWNw==
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^4"
|
|
1900
1900
|
ansis "^3.2.1"
|
|
@@ -1917,10 +1917,10 @@
|
|
|
1917
1917
|
ansi-escapes "^7.0.0"
|
|
1918
1918
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1919
1919
|
|
|
1920
|
-
"@oclif/plugin-update@4.
|
|
1921
|
-
version "4.
|
|
1922
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.
|
|
1923
|
-
integrity sha512-
|
|
1920
|
+
"@oclif/plugin-update@4.5.0":
|
|
1921
|
+
version "4.5.0"
|
|
1922
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.0.tgz"
|
|
1923
|
+
integrity sha512-PNU3y9uiQCJxXK2HBFOsC88H2XHzZLa4j0h9IvQcXJxOr+BBQHCiuzc3kwuZpJQZpAc7V1qIFKxHCHuk3Y/vCA==
|
|
1924
1924
|
dependencies:
|
|
1925
1925
|
"@inquirer/select" "^2.4.2"
|
|
1926
1926
|
"@oclif/core" "^4"
|
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.
|
|
4
|
+
"version": "2.54.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,13 +140,13 @@
|
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.17",
|
|
143
|
-
"@oclif/plugin-autocomplete": "3.
|
|
143
|
+
"@oclif/plugin-autocomplete": "3.2.0",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.10",
|
|
145
145
|
"@oclif/plugin-help": "6.2.7",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.14",
|
|
147
|
-
"@oclif/plugin-plugins": "5.
|
|
147
|
+
"@oclif/plugin-plugins": "5.4.0",
|
|
148
148
|
"@oclif/plugin-search": "1.2.5",
|
|
149
|
-
"@oclif/plugin-update": "4.
|
|
149
|
+
"@oclif/plugin-update": "4.5.0",
|
|
150
150
|
"@oclif/plugin-version": "2.2.9",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.11",
|
|
152
152
|
"@oclif/plugin-which": "3.2.9",
|