@salesforce/cli 2.32.6 → 2.32.8
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 +19 -19
- package/npm-shrinkwrap.json +52 -145
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.32.
|
|
27
|
+
@salesforce/cli/2.32.8 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -78,7 +78,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
78
78
|
- [`sf force data bulk delete`](#sf-force-data-bulk-delete)
|
|
79
79
|
- [`sf force data bulk status`](#sf-force-data-bulk-status)
|
|
80
80
|
- [`sf force data bulk upsert`](#sf-force-data-bulk-upsert)
|
|
81
|
-
- [`sf help [
|
|
81
|
+
- [`sf help [COMMAND]`](#sf-help-command)
|
|
82
82
|
- [`sf info releasenotes display`](#sf-info-releasenotes-display)
|
|
83
83
|
- [`sf lightning generate app`](#sf-lightning-generate-app)
|
|
84
84
|
- [`sf lightning generate component`](#sf-lightning-generate-component)
|
|
@@ -822,7 +822,7 @@ EXAMPLES
|
|
|
822
822
|
$ sf autocomplete --refresh-cache
|
|
823
823
|
```
|
|
824
824
|
|
|
825
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
825
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.12/src/commands/autocomplete/index.ts)_
|
|
826
826
|
|
|
827
827
|
## `sf commands`
|
|
828
828
|
|
|
@@ -855,7 +855,7 @@ DESCRIPTION
|
|
|
855
855
|
list all the commands
|
|
856
856
|
```
|
|
857
857
|
|
|
858
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.
|
|
858
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.2.0/src/commands/commands.ts)_
|
|
859
859
|
|
|
860
860
|
## `sf config get`
|
|
861
861
|
|
|
@@ -1994,16 +1994,16 @@ EXAMPLES
|
|
|
1994
1994
|
|
|
1995
1995
|
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/upsert.ts)_
|
|
1996
1996
|
|
|
1997
|
-
## `sf help [
|
|
1997
|
+
## `sf help [COMMAND]`
|
|
1998
1998
|
|
|
1999
1999
|
Display help for sf.
|
|
2000
2000
|
|
|
2001
2001
|
```
|
|
2002
2002
|
USAGE
|
|
2003
|
-
$ sf help [
|
|
2003
|
+
$ sf help [COMMAND] [-n]
|
|
2004
2004
|
|
|
2005
2005
|
ARGUMENTS
|
|
2006
|
-
|
|
2006
|
+
COMMAND Command to show help for.
|
|
2007
2007
|
|
|
2008
2008
|
FLAGS
|
|
2009
2009
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -2012,7 +2012,7 @@ DESCRIPTION
|
|
|
2012
2012
|
Display help for sf.
|
|
2013
2013
|
```
|
|
2014
2014
|
|
|
2015
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
2015
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.17/src/commands/help.ts)_
|
|
2016
2016
|
|
|
2017
2017
|
## `sf info releasenotes display`
|
|
2018
2018
|
|
|
@@ -5271,7 +5271,7 @@ EXAMPLES
|
|
|
5271
5271
|
$ sf plugins
|
|
5272
5272
|
```
|
|
5273
5273
|
|
|
5274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/index.ts)_
|
|
5275
5275
|
|
|
5276
5276
|
## `sf plugins discover`
|
|
5277
5277
|
|
|
@@ -5315,7 +5315,7 @@ EXAMPLES
|
|
|
5315
5315
|
$ sf plugins inspect myplugin
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/inspect.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf plugins:install PLUGIN...`
|
|
5321
5321
|
|
|
@@ -5359,7 +5359,7 @@ EXAMPLES
|
|
|
5359
5359
|
$ sf plugins install someuser/someplugin
|
|
5360
5360
|
```
|
|
5361
5361
|
|
|
5362
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5362
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/install.ts)_
|
|
5363
5363
|
|
|
5364
5364
|
## `sf plugins:link PLUGIN`
|
|
5365
5365
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf plugins link myplugin
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5392
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/link.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf plugins reset`
|
|
5395
5395
|
|
|
@@ -5404,7 +5404,7 @@ FLAGS
|
|
|
5404
5404
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5405
5405
|
```
|
|
5406
5406
|
|
|
5407
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5407
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/reset.ts)_
|
|
5408
5408
|
|
|
5409
5409
|
## `sf plugins trust verify`
|
|
5410
5410
|
|
|
@@ -5460,7 +5460,7 @@ EXAMPLES
|
|
|
5460
5460
|
$ sf plugins uninstall myplugin
|
|
5461
5461
|
```
|
|
5462
5462
|
|
|
5463
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5463
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/uninstall.ts)_
|
|
5464
5464
|
|
|
5465
5465
|
## `sf plugins update`
|
|
5466
5466
|
|
|
@@ -5478,7 +5478,7 @@ DESCRIPTION
|
|
|
5478
5478
|
Update installed plugins.
|
|
5479
5479
|
```
|
|
5480
5480
|
|
|
5481
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.2/src/commands/plugins/update.ts)_
|
|
5482
5482
|
|
|
5483
5483
|
## `sf project convert mdapi`
|
|
5484
5484
|
|
|
@@ -7337,7 +7337,7 @@ DESCRIPTION
|
|
|
7337
7337
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7338
7338
|
```
|
|
7339
7339
|
|
|
7340
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7340
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.20/src/commands/search.ts)_
|
|
7341
7341
|
|
|
7342
7342
|
## `sf sobject describe`
|
|
7343
7343
|
|
|
@@ -7518,7 +7518,7 @@ EXAMPLES
|
|
|
7518
7518
|
$ sf update --available
|
|
7519
7519
|
```
|
|
7520
7520
|
|
|
7521
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.
|
|
7521
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.0/src/commands/update.ts)_
|
|
7522
7522
|
|
|
7523
7523
|
## `sf version`
|
|
7524
7524
|
|
|
@@ -7538,7 +7538,7 @@ FLAG DESCRIPTIONS
|
|
|
7538
7538
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7539
7539
|
```
|
|
7540
7540
|
|
|
7541
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
7541
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.14/src/commands/version.ts)_
|
|
7542
7542
|
|
|
7543
7543
|
## `sf visualforce generate component`
|
|
7544
7544
|
|
|
@@ -7663,6 +7663,6 @@ EXAMPLES
|
|
|
7663
7663
|
$ sf which help
|
|
7664
7664
|
```
|
|
7665
7665
|
|
|
7666
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.
|
|
7666
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.3/src/commands/which.ts)_
|
|
7667
7667
|
|
|
7668
7668
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.32.
|
|
9
|
+
"version": "2.32.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
14
|
"@oclif/core": "3.23.0",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
16
|
-
"@oclif/plugin-commands": "3.
|
|
17
|
-
"@oclif/plugin-help": "6.0.
|
|
18
|
-
"@oclif/plugin-not-found": "3.0.
|
|
19
|
-
"@oclif/plugin-plugins": "4.3.
|
|
20
|
-
"@oclif/plugin-search": "1.0.
|
|
21
|
-
"@oclif/plugin-update": "4.
|
|
22
|
-
"@oclif/plugin-version": "2.0.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
24
|
-
"@oclif/plugin-which": "3.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.0.12",
|
|
16
|
+
"@oclif/plugin-commands": "3.2.0",
|
|
17
|
+
"@oclif/plugin-help": "6.0.17",
|
|
18
|
+
"@oclif/plugin-not-found": "3.0.14",
|
|
19
|
+
"@oclif/plugin-plugins": "4.3.2",
|
|
20
|
+
"@oclif/plugin-search": "1.0.20",
|
|
21
|
+
"@oclif/plugin-update": "4.2.0",
|
|
22
|
+
"@oclif/plugin-version": "2.0.14",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.0.13",
|
|
24
|
+
"@oclif/plugin-which": "3.1.3",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.26",
|
|
27
27
|
"@salesforce/plugin-auth": "3.3.21",
|
|
@@ -3920,9 +3920,9 @@
|
|
|
3920
3920
|
}
|
|
3921
3921
|
},
|
|
3922
3922
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3923
|
-
"version": "3.0.
|
|
3924
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.
|
|
3925
|
-
"integrity": "sha512-
|
|
3923
|
+
"version": "3.0.12",
|
|
3924
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.12.tgz",
|
|
3925
|
+
"integrity": "sha512-6mpRYusVEQtfIQhJRfg7cPYllE0EtRD/15s+eghE+cRgYfS6nF3dJ2PVZJopwYPSj05YSlDth1Atwuw7bj1yug==",
|
|
3926
3926
|
"license": "MIT",
|
|
3927
3927
|
"dependencies": {
|
|
3928
3928
|
"@oclif/core": "^3.19.2",
|
|
@@ -4040,9 +4040,9 @@
|
|
|
4040
4040
|
}
|
|
4041
4041
|
},
|
|
4042
4042
|
"node_modules/@oclif/plugin-commands": {
|
|
4043
|
-
"version": "3.
|
|
4044
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.
|
|
4045
|
-
"integrity": "sha512-
|
|
4043
|
+
"version": "3.2.0",
|
|
4044
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.2.0.tgz",
|
|
4045
|
+
"integrity": "sha512-Pc2k/BDCDz9Arbw/DePOajgi5WAAla+UchwujudVBhgRqbey+t7Q0LWHe1zFGS17ewr/jLyuqmu9lKDgpUGuVw==",
|
|
4046
4046
|
"license": "MIT",
|
|
4047
4047
|
"dependencies": {
|
|
4048
4048
|
"@oclif/core": "^3.20.0",
|
|
@@ -4056,24 +4056,24 @@
|
|
|
4056
4056
|
}
|
|
4057
4057
|
},
|
|
4058
4058
|
"node_modules/@oclif/plugin-help": {
|
|
4059
|
-
"version": "6.0.
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
4061
|
-
"integrity": "sha512-
|
|
4059
|
+
"version": "6.0.17",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
|
|
4061
|
+
"integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
|
|
4062
4062
|
"license": "MIT",
|
|
4063
4063
|
"dependencies": {
|
|
4064
|
-
"@oclif/core": "^3.
|
|
4064
|
+
"@oclif/core": "^3.21.0"
|
|
4065
4065
|
},
|
|
4066
4066
|
"engines": {
|
|
4067
4067
|
"node": ">=18.0.0"
|
|
4068
4068
|
}
|
|
4069
4069
|
},
|
|
4070
4070
|
"node_modules/@oclif/plugin-not-found": {
|
|
4071
|
-
"version": "3.0.
|
|
4072
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
4073
|
-
"integrity": "sha512-
|
|
4071
|
+
"version": "3.0.14",
|
|
4072
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz",
|
|
4073
|
+
"integrity": "sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==",
|
|
4074
4074
|
"license": "MIT",
|
|
4075
4075
|
"dependencies": {
|
|
4076
|
-
"@oclif/core": "^3.
|
|
4076
|
+
"@oclif/core": "^3.21.0",
|
|
4077
4077
|
"chalk": "^5.3.0",
|
|
4078
4078
|
"fast-levenshtein": "^3.0.0"
|
|
4079
4079
|
},
|
|
@@ -4082,9 +4082,9 @@
|
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
"node_modules/@oclif/plugin-plugins": {
|
|
4085
|
-
"version": "4.3.
|
|
4086
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.
|
|
4087
|
-
"integrity": "sha512-
|
|
4085
|
+
"version": "4.3.2",
|
|
4086
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.2.tgz",
|
|
4087
|
+
"integrity": "sha512-PqnjKJPLJOLULLaT1Na9XhjY7MgVFxKcGRj0Pw5aRPXP1MADIwKDPUTdPzRHlGnnvEZc5eDX8TPOFoW7sx1vow==",
|
|
4088
4088
|
"license": "MIT",
|
|
4089
4089
|
"dependencies": {
|
|
4090
4090
|
"@oclif/core": "^3.21.0",
|
|
@@ -7293,118 +7293,25 @@
|
|
|
7293
7293
|
}
|
|
7294
7294
|
},
|
|
7295
7295
|
"node_modules/@oclif/plugin-search": {
|
|
7296
|
-
"version": "1.0.
|
|
7297
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.
|
|
7298
|
-
"integrity": "sha512-
|
|
7296
|
+
"version": "1.0.20",
|
|
7297
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.20.tgz",
|
|
7298
|
+
"integrity": "sha512-IR5FDZ+ngwFOEE4oqT53XuzSm5ooHOdT6xOlnqRPii92MAA5sapemGDBP35ba/CbaHw7tY6ekNop8dL/eardQg==",
|
|
7299
7299
|
"license": "MIT",
|
|
7300
7300
|
"dependencies": {
|
|
7301
|
-
"@oclif/core": "3.21.0",
|
|
7301
|
+
"@oclif/core": "^3.21.0",
|
|
7302
7302
|
"inquirer-autocomplete-standalone": "^0.8.1"
|
|
7303
7303
|
},
|
|
7304
7304
|
"engines": {
|
|
7305
7305
|
"node": ">=18.0.0"
|
|
7306
7306
|
}
|
|
7307
7307
|
},
|
|
7308
|
-
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
7309
|
-
"version": "3.21.0",
|
|
7310
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
7311
|
-
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
7312
|
-
"license": "MIT",
|
|
7313
|
-
"dependencies": {
|
|
7314
|
-
"@types/cli-progress": "^3.11.5",
|
|
7315
|
-
"ansi-escapes": "^4.3.2",
|
|
7316
|
-
"ansi-styles": "^4.3.0",
|
|
7317
|
-
"cardinal": "^2.1.1",
|
|
7318
|
-
"chalk": "^4.1.2",
|
|
7319
|
-
"clean-stack": "^3.0.1",
|
|
7320
|
-
"cli-progress": "^3.12.0",
|
|
7321
|
-
"color": "^4.2.3",
|
|
7322
|
-
"debug": "^4.3.4",
|
|
7323
|
-
"ejs": "^3.1.9",
|
|
7324
|
-
"get-package-type": "^0.1.0",
|
|
7325
|
-
"globby": "^11.1.0",
|
|
7326
|
-
"hyperlinker": "^1.0.0",
|
|
7327
|
-
"indent-string": "^4.0.0",
|
|
7328
|
-
"is-wsl": "^2.2.0",
|
|
7329
|
-
"js-yaml": "^3.14.1",
|
|
7330
|
-
"natural-orderby": "^2.0.3",
|
|
7331
|
-
"object-treeify": "^1.1.33",
|
|
7332
|
-
"password-prompt": "^1.1.3",
|
|
7333
|
-
"slice-ansi": "^4.0.0",
|
|
7334
|
-
"string-width": "^4.2.3",
|
|
7335
|
-
"strip-ansi": "^6.0.1",
|
|
7336
|
-
"supports-color": "^8.1.1",
|
|
7337
|
-
"supports-hyperlinks": "^2.2.0",
|
|
7338
|
-
"widest-line": "^3.1.0",
|
|
7339
|
-
"wordwrap": "^1.0.0",
|
|
7340
|
-
"wrap-ansi": "^7.0.0"
|
|
7341
|
-
},
|
|
7342
|
-
"engines": {
|
|
7343
|
-
"node": ">=18.0.0"
|
|
7344
|
-
}
|
|
7345
|
-
},
|
|
7346
|
-
"node_modules/@oclif/plugin-search/node_modules/chalk": {
|
|
7347
|
-
"version": "4.1.2",
|
|
7348
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
7349
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
7350
|
-
"license": "MIT",
|
|
7351
|
-
"dependencies": {
|
|
7352
|
-
"ansi-styles": "^4.1.0",
|
|
7353
|
-
"supports-color": "^7.1.0"
|
|
7354
|
-
},
|
|
7355
|
-
"engines": {
|
|
7356
|
-
"node": ">=10"
|
|
7357
|
-
},
|
|
7358
|
-
"funding": {
|
|
7359
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7360
|
-
}
|
|
7361
|
-
},
|
|
7362
|
-
"node_modules/@oclif/plugin-search/node_modules/chalk/node_modules/supports-color": {
|
|
7363
|
-
"version": "7.2.0",
|
|
7364
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
7365
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
7366
|
-
"license": "MIT",
|
|
7367
|
-
"dependencies": {
|
|
7368
|
-
"has-flag": "^4.0.0"
|
|
7369
|
-
},
|
|
7370
|
-
"engines": {
|
|
7371
|
-
"node": ">=8"
|
|
7372
|
-
}
|
|
7373
|
-
},
|
|
7374
|
-
"node_modules/@oclif/plugin-search/node_modules/strip-ansi": {
|
|
7375
|
-
"version": "6.0.1",
|
|
7376
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7377
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7378
|
-
"license": "MIT",
|
|
7379
|
-
"dependencies": {
|
|
7380
|
-
"ansi-regex": "^5.0.1"
|
|
7381
|
-
},
|
|
7382
|
-
"engines": {
|
|
7383
|
-
"node": ">=8"
|
|
7384
|
-
}
|
|
7385
|
-
},
|
|
7386
|
-
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
7387
|
-
"version": "8.1.1",
|
|
7388
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
7389
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
7390
|
-
"license": "MIT",
|
|
7391
|
-
"dependencies": {
|
|
7392
|
-
"has-flag": "^4.0.0"
|
|
7393
|
-
},
|
|
7394
|
-
"engines": {
|
|
7395
|
-
"node": ">=10"
|
|
7396
|
-
},
|
|
7397
|
-
"funding": {
|
|
7398
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
7399
|
-
}
|
|
7400
|
-
},
|
|
7401
7308
|
"node_modules/@oclif/plugin-update": {
|
|
7402
|
-
"version": "4.
|
|
7403
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.
|
|
7404
|
-
"integrity": "sha512-
|
|
7309
|
+
"version": "4.2.0",
|
|
7310
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.0.tgz",
|
|
7311
|
+
"integrity": "sha512-BtaP3k1ECnX1BSL7/Xj9MDgmsXV1h627QcXtOAzbwiqxXtubgiegUjQ5vdgeqL6/O7nICMjuTepqzpJXqO+xPw==",
|
|
7405
7312
|
"license": "MIT",
|
|
7406
7313
|
"dependencies": {
|
|
7407
|
-
"@oclif/core": "^3.
|
|
7314
|
+
"@oclif/core": "^3.21.0",
|
|
7408
7315
|
"chalk": "^5",
|
|
7409
7316
|
"cross-spawn": "^7.0.3",
|
|
7410
7317
|
"debug": "^4.3.1",
|
|
@@ -7458,24 +7365,24 @@
|
|
|
7458
7365
|
}
|
|
7459
7366
|
},
|
|
7460
7367
|
"node_modules/@oclif/plugin-version": {
|
|
7461
|
-
"version": "2.0.
|
|
7462
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
7463
|
-
"integrity": "sha512-
|
|
7368
|
+
"version": "2.0.14",
|
|
7369
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.14.tgz",
|
|
7370
|
+
"integrity": "sha512-8quO+uA1D5ebDljLavM0660EkZ9lwfbjDZxdBVXty+uhumZFzJcqJTxjEsBImnQaFofST8g0UumoGfGZjVIN7g==",
|
|
7464
7371
|
"license": "MIT",
|
|
7465
7372
|
"dependencies": {
|
|
7466
|
-
"@oclif/core": "^3.
|
|
7373
|
+
"@oclif/core": "^3.21.0"
|
|
7467
7374
|
},
|
|
7468
7375
|
"engines": {
|
|
7469
7376
|
"node": ">=18.0.0"
|
|
7470
7377
|
}
|
|
7471
7378
|
},
|
|
7472
7379
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
7473
|
-
"version": "3.0.
|
|
7474
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
7475
|
-
"integrity": "sha512-
|
|
7380
|
+
"version": "3.0.13",
|
|
7381
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.13.tgz",
|
|
7382
|
+
"integrity": "sha512-AUaPaZvqWdABIkkOmU21tk1b0UgsFidjzu9IfiDSvOPAtOiktoCgk+CiaiMVGR6aTKrJmpJi+YJchdwYuKEyQA==",
|
|
7476
7383
|
"license": "MIT",
|
|
7477
7384
|
"dependencies": {
|
|
7478
|
-
"@oclif/core": "^3.
|
|
7385
|
+
"@oclif/core": "^3.21.0",
|
|
7479
7386
|
"chalk": "^5.3.0",
|
|
7480
7387
|
"debug": "^4.1.0",
|
|
7481
7388
|
"http-call": "^5.2.2",
|
|
@@ -7486,12 +7393,12 @@
|
|
|
7486
7393
|
}
|
|
7487
7394
|
},
|
|
7488
7395
|
"node_modules/@oclif/plugin-which": {
|
|
7489
|
-
"version": "3.1.
|
|
7490
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.
|
|
7491
|
-
"integrity": "sha512-
|
|
7396
|
+
"version": "3.1.3",
|
|
7397
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.3.tgz",
|
|
7398
|
+
"integrity": "sha512-eJ84tMYfHbrXmb0dxAm5a5p9TpbYygfEkxKfx1BhqSnqYT1ppgzlOGeZE0dIzrNiYjNdvBQinyWTlaQRwVQ1vA==",
|
|
7492
7399
|
"license": "MIT",
|
|
7493
7400
|
"dependencies": {
|
|
7494
|
-
"@oclif/core": "^3.
|
|
7401
|
+
"@oclif/core": "^3.21.0"
|
|
7495
7402
|
},
|
|
7496
7403
|
"engines": {
|
|
7497
7404
|
"node": ">=18.0.0"
|
|
@@ -9283,9 +9190,9 @@
|
|
|
9283
9190
|
}
|
|
9284
9191
|
},
|
|
9285
9192
|
"node_modules/@salesforce/source-tracking": {
|
|
9286
|
-
"version": "5.1.
|
|
9287
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
9288
|
-
"integrity": "sha512-
|
|
9193
|
+
"version": "5.1.13",
|
|
9194
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.13.tgz",
|
|
9195
|
+
"integrity": "sha512-c8eABHnpN72N4s4L2Qb7Acx7J2sOqm6Ni8doNfooZF2ZFycO20htJszZIeXfInkcySMM8r083vi9+ShkBeN5uw==",
|
|
9289
9196
|
"license": "BSD-3-Clause",
|
|
9290
9197
|
"dependencies": {
|
|
9291
9198
|
"@oclif/core": "^3.22.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.32.
|
|
4
|
+
"version": "2.32.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -137,16 +137,16 @@
|
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@inquirer/select": "^1.3.1",
|
|
139
139
|
"@oclif/core": "3.23.0",
|
|
140
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
141
|
-
"@oclif/plugin-commands": "3.
|
|
142
|
-
"@oclif/plugin-help": "6.0.
|
|
143
|
-
"@oclif/plugin-not-found": "3.0.
|
|
144
|
-
"@oclif/plugin-plugins": "4.3.
|
|
145
|
-
"@oclif/plugin-search": "1.0.
|
|
146
|
-
"@oclif/plugin-update": "4.
|
|
147
|
-
"@oclif/plugin-version": "2.0.
|
|
148
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
149
|
-
"@oclif/plugin-which": "3.1.
|
|
140
|
+
"@oclif/plugin-autocomplete": "3.0.12",
|
|
141
|
+
"@oclif/plugin-commands": "3.2.0",
|
|
142
|
+
"@oclif/plugin-help": "6.0.17",
|
|
143
|
+
"@oclif/plugin-not-found": "3.0.14",
|
|
144
|
+
"@oclif/plugin-plugins": "4.3.2",
|
|
145
|
+
"@oclif/plugin-search": "1.0.20",
|
|
146
|
+
"@oclif/plugin-update": "4.2.0",
|
|
147
|
+
"@oclif/plugin-version": "2.0.14",
|
|
148
|
+
"@oclif/plugin-warn-if-update-available": "3.0.13",
|
|
149
|
+
"@oclif/plugin-which": "3.1.3",
|
|
150
150
|
"@salesforce/core": "^6.1.4",
|
|
151
151
|
"@salesforce/plugin-apex": "3.0.26",
|
|
152
152
|
"@salesforce/plugin-auth": "3.3.21",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"@salesforce/schemas": "1.6.1",
|
|
206
206
|
"@salesforce/templates": "60.1.0",
|
|
207
207
|
"@salesforce/source-deploy-retrieve": "10.5.1",
|
|
208
|
-
"@salesforce/source-tracking": "5.1.
|
|
208
|
+
"@salesforce/source-tracking": "5.1.13"
|
|
209
209
|
},
|
|
210
210
|
"repository": "salesforcecli/cli",
|
|
211
211
|
"scripts": {
|