@salesforce/cli 2.122.2 → 2.122.3
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 +31 -31
- package/npm-shrinkwrap.json +61 -25
- package/oclif.lock +34 -27
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.122.
|
|
28
|
+
@salesforce/cli/2.122.3 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2011,7 +2011,7 @@ DESCRIPTION
|
|
|
2011
2011
|
List all sf commands.
|
|
2012
2012
|
```
|
|
2013
2013
|
|
|
2014
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2014
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.40/src/commands/commands.ts)_
|
|
2015
2015
|
|
|
2016
2016
|
## `sf config get`
|
|
2017
2017
|
|
|
@@ -6041,7 +6041,7 @@ FLAG DESCRIPTIONS
|
|
|
6041
6041
|
--installation-key-bypass flag is required.
|
|
6042
6042
|
```
|
|
6043
6043
|
|
|
6044
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6044
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/convert.ts)_
|
|
6045
6045
|
|
|
6046
6046
|
## `sf package create`
|
|
6047
6047
|
|
|
@@ -6120,7 +6120,7 @@ FLAG DESCRIPTIONS
|
|
|
6120
6120
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6121
6121
|
```
|
|
6122
6122
|
|
|
6123
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6123
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/create.ts)_
|
|
6124
6124
|
|
|
6125
6125
|
## `sf package delete`
|
|
6126
6126
|
|
|
@@ -6162,7 +6162,7 @@ EXAMPLES
|
|
|
6162
6162
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6163
6163
|
```
|
|
6164
6164
|
|
|
6165
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6165
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/delete.ts)_
|
|
6166
6166
|
|
|
6167
6167
|
## `sf package install`
|
|
6168
6168
|
|
|
@@ -6261,7 +6261,7 @@ FLAG DESCRIPTIONS
|
|
|
6261
6261
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6262
6262
|
```
|
|
6263
6263
|
|
|
6264
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6264
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/install.ts)_
|
|
6265
6265
|
|
|
6266
6266
|
## `sf package install report`
|
|
6267
6267
|
|
|
@@ -6294,7 +6294,7 @@ EXAMPLES
|
|
|
6294
6294
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6295
6295
|
```
|
|
6296
6296
|
|
|
6297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6297
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/install/report.ts)_
|
|
6298
6298
|
|
|
6299
6299
|
## `sf package installed list`
|
|
6300
6300
|
|
|
@@ -6326,7 +6326,7 @@ EXAMPLES
|
|
|
6326
6326
|
$ sf package installed list --target-org me@example.com
|
|
6327
6327
|
```
|
|
6328
6328
|
|
|
6329
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6329
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/installed/list.ts)_
|
|
6330
6330
|
|
|
6331
6331
|
## `sf package list`
|
|
6332
6332
|
|
|
@@ -6364,7 +6364,7 @@ EXAMPLES
|
|
|
6364
6364
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6365
6365
|
```
|
|
6366
6366
|
|
|
6367
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6367
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/list.ts)_
|
|
6368
6368
|
|
|
6369
6369
|
## `sf package push-upgrade abort`
|
|
6370
6370
|
|
|
@@ -6403,7 +6403,7 @@ EXAMPLES
|
|
|
6403
6403
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6404
6404
|
```
|
|
6405
6405
|
|
|
6406
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6406
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/abort.ts)_
|
|
6407
6407
|
|
|
6408
6408
|
## `sf package push-upgrade list`
|
|
6409
6409
|
|
|
@@ -6462,7 +6462,7 @@ EXAMPLES
|
|
|
6462
6462
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6463
6463
|
```
|
|
6464
6464
|
|
|
6465
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6465
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/list.ts)_
|
|
6466
6466
|
|
|
6467
6467
|
## `sf package push-upgrade report`
|
|
6468
6468
|
|
|
@@ -6504,7 +6504,7 @@ EXAMPLES
|
|
|
6504
6504
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6505
6505
|
```
|
|
6506
6506
|
|
|
6507
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6507
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/report.ts)_
|
|
6508
6508
|
|
|
6509
6509
|
## `sf package push-upgrade schedule`
|
|
6510
6510
|
|
|
@@ -6591,7 +6591,7 @@ FLAG DESCRIPTIONS
|
|
|
6591
6591
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6592
6592
|
```
|
|
6593
6593
|
|
|
6594
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6594
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/schedule.ts)_
|
|
6595
6595
|
|
|
6596
6596
|
## `sf package uninstall`
|
|
6597
6597
|
|
|
@@ -6639,7 +6639,7 @@ EXAMPLES
|
|
|
6639
6639
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6640
6640
|
```
|
|
6641
6641
|
|
|
6642
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6642
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/uninstall.ts)_
|
|
6643
6643
|
|
|
6644
6644
|
## `sf package uninstall report`
|
|
6645
6645
|
|
|
@@ -6672,7 +6672,7 @@ EXAMPLES
|
|
|
6672
6672
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6673
6673
|
```
|
|
6674
6674
|
|
|
6675
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6675
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/uninstall/report.ts)_
|
|
6676
6676
|
|
|
6677
6677
|
## `sf package update`
|
|
6678
6678
|
|
|
@@ -6740,7 +6740,7 @@ FLAG DESCRIPTIONS
|
|
|
6740
6740
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6741
6741
|
```
|
|
6742
6742
|
|
|
6743
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6743
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/update.ts)_
|
|
6744
6744
|
|
|
6745
6745
|
## `sf package version create`
|
|
6746
6746
|
|
|
@@ -6915,7 +6915,7 @@ FLAG DESCRIPTIONS
|
|
|
6915
6915
|
periods of no output from commands.
|
|
6916
6916
|
```
|
|
6917
6917
|
|
|
6918
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6918
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create.ts)_
|
|
6919
6919
|
|
|
6920
6920
|
## `sf package version create list`
|
|
6921
6921
|
|
|
@@ -6976,7 +6976,7 @@ EXAMPLES
|
|
|
6976
6976
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6977
6977
|
```
|
|
6978
6978
|
|
|
6979
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create/list.ts)_
|
|
6980
6980
|
|
|
6981
6981
|
## `sf package version create report`
|
|
6982
6982
|
|
|
@@ -7019,7 +7019,7 @@ EXAMPLES
|
|
|
7019
7019
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7020
7020
|
```
|
|
7021
7021
|
|
|
7022
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7022
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create/report.ts)_
|
|
7023
7023
|
|
|
7024
7024
|
## `sf package version delete`
|
|
7025
7025
|
|
|
@@ -7060,7 +7060,7 @@ EXAMPLES
|
|
|
7060
7060
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7061
7061
|
```
|
|
7062
7062
|
|
|
7063
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7063
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/delete.ts)_
|
|
7064
7064
|
|
|
7065
7065
|
## `sf package version displayancestry`
|
|
7066
7066
|
|
|
@@ -7120,7 +7120,7 @@ FLAG DESCRIPTIONS
|
|
|
7120
7120
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7121
7121
|
```
|
|
7122
7122
|
|
|
7123
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7123
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/displayancestry.ts)_
|
|
7124
7124
|
|
|
7125
7125
|
## `sf package version displaydependencies`
|
|
7126
7126
|
|
|
@@ -7182,7 +7182,7 @@ FLAG DESCRIPTIONS
|
|
|
7182
7182
|
package, which must be installed last.
|
|
7183
7183
|
```
|
|
7184
7184
|
|
|
7185
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7185
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/displaydependencies.ts)_
|
|
7186
7186
|
|
|
7187
7187
|
## `sf package version list`
|
|
7188
7188
|
|
|
@@ -7258,7 +7258,7 @@ EXAMPLES
|
|
|
7258
7258
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7259
7259
|
```
|
|
7260
7260
|
|
|
7261
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7261
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/list.ts)_
|
|
7262
7262
|
|
|
7263
7263
|
## `sf package version promote`
|
|
7264
7264
|
|
|
@@ -7302,7 +7302,7 @@ EXAMPLES
|
|
|
7302
7302
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7303
7303
|
```
|
|
7304
7304
|
|
|
7305
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7305
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/promote.ts)_
|
|
7306
7306
|
|
|
7307
7307
|
## `sf package version report`
|
|
7308
7308
|
|
|
@@ -7342,7 +7342,7 @@ EXAMPLES
|
|
|
7342
7342
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7343
7343
|
```
|
|
7344
7344
|
|
|
7345
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7345
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/report.ts)_
|
|
7346
7346
|
|
|
7347
7347
|
## `sf package version retrieve`
|
|
7348
7348
|
|
|
@@ -7387,7 +7387,7 @@ EXAMPLES
|
|
|
7387
7387
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7388
7388
|
```
|
|
7389
7389
|
|
|
7390
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7390
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/retrieve.ts)_
|
|
7391
7391
|
|
|
7392
7392
|
## `sf package version update`
|
|
7393
7393
|
|
|
@@ -7440,7 +7440,7 @@ EXAMPLES
|
|
|
7440
7440
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7441
7441
|
```
|
|
7442
7442
|
|
|
7443
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7443
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/update.ts)_
|
|
7444
7444
|
|
|
7445
7445
|
## `sf package1 version create`
|
|
7446
7446
|
|
|
@@ -7507,7 +7507,7 @@ FLAG DESCRIPTIONS
|
|
|
7507
7507
|
subscribers.
|
|
7508
7508
|
```
|
|
7509
7509
|
|
|
7510
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7510
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/create.ts)_
|
|
7511
7511
|
|
|
7512
7512
|
## `sf package1 version create get`
|
|
7513
7513
|
|
|
@@ -7540,7 +7540,7 @@ EXAMPLES
|
|
|
7540
7540
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7541
7541
|
```
|
|
7542
7542
|
|
|
7543
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7543
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/create/get.ts)_
|
|
7544
7544
|
|
|
7545
7545
|
## `sf package1 version display`
|
|
7546
7546
|
|
|
@@ -7574,7 +7574,7 @@ EXAMPLES
|
|
|
7574
7574
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7575
7575
|
```
|
|
7576
7576
|
|
|
7577
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7577
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/display.ts)_
|
|
7578
7578
|
|
|
7579
7579
|
## `sf package1 version list`
|
|
7580
7580
|
|
|
@@ -7612,7 +7612,7 @@ FLAG DESCRIPTIONS
|
|
|
7612
7612
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7613
7613
|
```
|
|
7614
7614
|
|
|
7615
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7615
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/list.ts)_
|
|
7616
7616
|
|
|
7617
7617
|
## `sf plugins`
|
|
7618
7618
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.122.
|
|
3
|
+
"version": "2.122.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.122.
|
|
9
|
+
"version": "2.122.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.8.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.40",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.40",
|
|
17
17
|
"@oclif/plugin-help": "6.2.37",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.74",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.55",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.63",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.24.11",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.90",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.54",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.81",
|
|
@@ -5539,13 +5539,13 @@
|
|
|
5539
5539
|
}
|
|
5540
5540
|
},
|
|
5541
5541
|
"node_modules/@oclif/plugin-commands": {
|
|
5542
|
-
"version": "4.1.
|
|
5543
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
5544
|
-
"integrity": "sha512-
|
|
5542
|
+
"version": "4.1.40",
|
|
5543
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.40.tgz",
|
|
5544
|
+
"integrity": "sha512-aepp0rO8htqXcHTGgehdjsnmxgt85SM4QGC9qF6MXOJtqBnCDGdGLmhwXMObGRzuLEaChYtZx8ipMhfjGrnuZA==",
|
|
5545
5545
|
"license": "MIT",
|
|
5546
5546
|
"dependencies": {
|
|
5547
5547
|
"@oclif/core": "^4",
|
|
5548
|
-
"@oclif/table": "^0.5.
|
|
5548
|
+
"@oclif/table": "^0.5.2",
|
|
5549
5549
|
"lodash": "^4.17.23",
|
|
5550
5550
|
"object-treeify": "^4.0.1"
|
|
5551
5551
|
},
|
|
@@ -6235,9 +6235,9 @@
|
|
|
6235
6235
|
}
|
|
6236
6236
|
},
|
|
6237
6237
|
"node_modules/@salesforce/agents/node_modules/fast-xml-parser": {
|
|
6238
|
-
"version": "5.3.
|
|
6239
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
6240
|
-
"integrity": "sha512-
|
|
6238
|
+
"version": "5.3.4",
|
|
6239
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
|
|
6240
|
+
"integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
|
|
6241
6241
|
"funding": [
|
|
6242
6242
|
{
|
|
6243
6243
|
"type": "github",
|
|
@@ -6585,19 +6585,19 @@
|
|
|
6585
6585
|
}
|
|
6586
6586
|
},
|
|
6587
6587
|
"node_modules/@salesforce/packaging": {
|
|
6588
|
-
"version": "4.
|
|
6589
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
6590
|
-
"integrity": "sha512-
|
|
6588
|
+
"version": "4.20.1",
|
|
6589
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.20.1.tgz",
|
|
6590
|
+
"integrity": "sha512-kzc5kVGec6D7MyuekE9+gulvdve5txflZJJw+mMLw5SETegeuXwl5eAasOQKdE86Lr76OfNP9bBV4rRTzGD2zw==",
|
|
6591
6591
|
"license": "Apache-2.0",
|
|
6592
6592
|
"dependencies": {
|
|
6593
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
6593
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
6594
6594
|
"@salesforce/core": "^8.25.0",
|
|
6595
6595
|
"@salesforce/kit": "^3.2.4",
|
|
6596
6596
|
"@salesforce/schemas": "^1.10.3",
|
|
6597
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
6597
|
+
"@salesforce/source-deploy-retrieve": "^12.31.9",
|
|
6598
6598
|
"@salesforce/ts-types": "^2.0.12",
|
|
6599
6599
|
"@salesforce/types": "^1.6.0",
|
|
6600
|
-
"fast-xml-parser": "^
|
|
6600
|
+
"fast-xml-parser": "^5.3.4",
|
|
6601
6601
|
"globby": "^11",
|
|
6602
6602
|
"graphology": "^0.26.0",
|
|
6603
6603
|
"graphology-traversal": "^0.3.1",
|
|
@@ -6609,6 +6609,24 @@
|
|
|
6609
6609
|
"node": ">=18.0.0"
|
|
6610
6610
|
}
|
|
6611
6611
|
},
|
|
6612
|
+
"node_modules/@salesforce/packaging/node_modules/fast-xml-parser": {
|
|
6613
|
+
"version": "5.3.4",
|
|
6614
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
|
|
6615
|
+
"integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
|
|
6616
|
+
"funding": [
|
|
6617
|
+
{
|
|
6618
|
+
"type": "github",
|
|
6619
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
6620
|
+
}
|
|
6621
|
+
],
|
|
6622
|
+
"license": "MIT",
|
|
6623
|
+
"dependencies": {
|
|
6624
|
+
"strnum": "^2.1.0"
|
|
6625
|
+
},
|
|
6626
|
+
"bin": {
|
|
6627
|
+
"fxparser": "src/cli/cli.js"
|
|
6628
|
+
}
|
|
6629
|
+
},
|
|
6612
6630
|
"node_modules/@salesforce/packaging/node_modules/object-treeify": {
|
|
6613
6631
|
"version": "2.1.1",
|
|
6614
6632
|
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-2.1.1.tgz",
|
|
@@ -7016,15 +7034,15 @@
|
|
|
7016
7034
|
}
|
|
7017
7035
|
},
|
|
7018
7036
|
"node_modules/@salesforce/plugin-packaging": {
|
|
7019
|
-
"version": "2.24.
|
|
7020
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
7021
|
-
"integrity": "sha512-
|
|
7037
|
+
"version": "2.24.11",
|
|
7038
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.11.tgz",
|
|
7039
|
+
"integrity": "sha512-xRzQO4cwndmh7T2jVNku2uKOILEL9u6ZbsyKzxnIX3Vr9H9FAdFo+oGpHscb2ZcYwc67JyxFLfnctCeByOLJ0A==",
|
|
7022
7040
|
"license": "Apache-2.0",
|
|
7023
7041
|
"dependencies": {
|
|
7024
7042
|
"@oclif/core": "^4",
|
|
7025
7043
|
"@salesforce/core": "^8.25.0",
|
|
7026
7044
|
"@salesforce/kit": "^3.2.4",
|
|
7027
|
-
"@salesforce/packaging": "^4.
|
|
7045
|
+
"@salesforce/packaging": "^4.20.1",
|
|
7028
7046
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
7029
7047
|
"chalk": "^5.6.2"
|
|
7030
7048
|
},
|
|
@@ -7397,9 +7415,9 @@
|
|
|
7397
7415
|
}
|
|
7398
7416
|
},
|
|
7399
7417
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
7400
|
-
"version": "12.31.
|
|
7401
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
7402
|
-
"integrity": "sha512-
|
|
7418
|
+
"version": "12.31.10",
|
|
7419
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.10.tgz",
|
|
7420
|
+
"integrity": "sha512-kUdJicJUd3/lzNQOvDW1Sc5iBl8PVv2Tz7L59YA/Le0fzZCYM72oyKwdbl/f6kc+MzJpMVia2+AxrvVZir8oJw==",
|
|
7403
7421
|
"license": "Apache-2.0",
|
|
7404
7422
|
"dependencies": {
|
|
7405
7423
|
"@salesforce/core": "^8.24.0",
|
|
@@ -7407,7 +7425,7 @@
|
|
|
7407
7425
|
"@salesforce/ts-types": "^2.0.12",
|
|
7408
7426
|
"@salesforce/types": "^1.6.0",
|
|
7409
7427
|
"fast-levenshtein": "^3.0.0",
|
|
7410
|
-
"fast-xml-parser": "^
|
|
7428
|
+
"fast-xml-parser": "^5.3.4",
|
|
7411
7429
|
"got": "^11.8.6",
|
|
7412
7430
|
"graceful-fs": "^4.2.11",
|
|
7413
7431
|
"ignore": "^5.3.2",
|
|
@@ -7460,6 +7478,24 @@
|
|
|
7460
7478
|
"node": ">=8"
|
|
7461
7479
|
}
|
|
7462
7480
|
},
|
|
7481
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
|
7482
|
+
"version": "5.3.4",
|
|
7483
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
|
|
7484
|
+
"integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
|
|
7485
|
+
"funding": [
|
|
7486
|
+
{
|
|
7487
|
+
"type": "github",
|
|
7488
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7489
|
+
}
|
|
7490
|
+
],
|
|
7491
|
+
"license": "MIT",
|
|
7492
|
+
"dependencies": {
|
|
7493
|
+
"strnum": "^2.1.0"
|
|
7494
|
+
},
|
|
7495
|
+
"bin": {
|
|
7496
|
+
"fxparser": "src/cli/cli.js"
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7463
7499
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/get-stream": {
|
|
7464
7500
|
"version": "5.2.0",
|
|
7465
7501
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -2154,13 +2154,13 @@
|
|
|
2154
2154
|
semver "^7.6.0"
|
|
2155
2155
|
ts-json-schema-generator "^1.5.1"
|
|
2156
2156
|
|
|
2157
|
-
"@oclif/plugin-commands@4.1.
|
|
2158
|
-
version "4.1.
|
|
2159
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
2160
|
-
integrity sha512-
|
|
2157
|
+
"@oclif/plugin-commands@4.1.40":
|
|
2158
|
+
version "4.1.40"
|
|
2159
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.40.tgz"
|
|
2160
|
+
integrity sha512-aepp0rO8htqXcHTGgehdjsnmxgt85SM4QGC9qF6MXOJtqBnCDGdGLmhwXMObGRzuLEaChYtZx8ipMhfjGrnuZA==
|
|
2161
2161
|
dependencies:
|
|
2162
2162
|
"@oclif/core" "^4"
|
|
2163
|
-
"@oclif/table" "^0.5.
|
|
2163
|
+
"@oclif/table" "^0.5.2"
|
|
2164
2164
|
lodash "^4.17.23"
|
|
2165
2165
|
object-treeify "^4.0.1"
|
|
2166
2166
|
|
|
@@ -2251,7 +2251,7 @@
|
|
|
2251
2251
|
"@oclif/core" "^4"
|
|
2252
2252
|
ansis "^3.17.0"
|
|
2253
2253
|
|
|
2254
|
-
"@oclif/table@^0.5.0", "@oclif/table@^0.5.
|
|
2254
|
+
"@oclif/table@^0.5.0", "@oclif/table@^0.5.2":
|
|
2255
2255
|
version "0.5.2"
|
|
2256
2256
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.2.tgz"
|
|
2257
2257
|
integrity sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==
|
|
@@ -2599,19 +2599,19 @@
|
|
|
2599
2599
|
o11y "^258.7.0"
|
|
2600
2600
|
o11y_schema "256.154.0"
|
|
2601
2601
|
|
|
2602
|
-
"@salesforce/packaging@^4.
|
|
2603
|
-
version "4.
|
|
2604
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
2605
|
-
integrity sha512-
|
|
2602
|
+
"@salesforce/packaging@^4.20.1":
|
|
2603
|
+
version "4.20.1"
|
|
2604
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.20.1.tgz"
|
|
2605
|
+
integrity sha512-kzc5kVGec6D7MyuekE9+gulvdve5txflZJJw+mMLw5SETegeuXwl5eAasOQKdE86Lr76OfNP9bBV4rRTzGD2zw==
|
|
2606
2606
|
dependencies:
|
|
2607
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
2607
|
+
"@jsforce/jsforce-node" "^3.10.13"
|
|
2608
2608
|
"@salesforce/core" "^8.25.0"
|
|
2609
2609
|
"@salesforce/kit" "^3.2.4"
|
|
2610
2610
|
"@salesforce/schemas" "^1.10.3"
|
|
2611
|
-
"@salesforce/source-deploy-retrieve" "^12.31.
|
|
2611
|
+
"@salesforce/source-deploy-retrieve" "^12.31.9"
|
|
2612
2612
|
"@salesforce/ts-types" "^2.0.12"
|
|
2613
2613
|
"@salesforce/types" "^1.6.0"
|
|
2614
|
-
fast-xml-parser "^
|
|
2614
|
+
fast-xml-parser "^5.3.4"
|
|
2615
2615
|
globby "^11"
|
|
2616
2616
|
graphology "^0.26.0"
|
|
2617
2617
|
graphology-traversal "^0.3.1"
|
|
@@ -2791,15 +2791,15 @@
|
|
|
2791
2791
|
open "^10.2.0"
|
|
2792
2792
|
terminal-link "^3.0.0"
|
|
2793
2793
|
|
|
2794
|
-
"@salesforce/plugin-packaging@2.24.
|
|
2795
|
-
version "2.24.
|
|
2796
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
2797
|
-
integrity sha512-
|
|
2794
|
+
"@salesforce/plugin-packaging@2.24.11":
|
|
2795
|
+
version "2.24.11"
|
|
2796
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.11.tgz"
|
|
2797
|
+
integrity sha512-xRzQO4cwndmh7T2jVNku2uKOILEL9u6ZbsyKzxnIX3Vr9H9FAdFo+oGpHscb2ZcYwc67JyxFLfnctCeByOLJ0A==
|
|
2798
2798
|
dependencies:
|
|
2799
2799
|
"@oclif/core" "^4"
|
|
2800
2800
|
"@salesforce/core" "^8.25.0"
|
|
2801
2801
|
"@salesforce/kit" "^3.2.4"
|
|
2802
|
-
"@salesforce/packaging" "^4.
|
|
2802
|
+
"@salesforce/packaging" "^4.20.1"
|
|
2803
2803
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2804
2804
|
chalk "^5.6.2"
|
|
2805
2805
|
|
|
@@ -2959,17 +2959,17 @@
|
|
|
2959
2959
|
cli-progress "^3.12.0"
|
|
2960
2960
|
terminal-link "^3.0.0"
|
|
2961
2961
|
|
|
2962
|
-
"@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.3", "@salesforce/source-deploy-retrieve@^12.31.6", "@salesforce/source-deploy-retrieve@^12.31.7", "@salesforce/source-deploy-retrieve@^12.31.8":
|
|
2963
|
-
version "12.31.
|
|
2964
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
2965
|
-
integrity sha512-
|
|
2962
|
+
"@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.3", "@salesforce/source-deploy-retrieve@^12.31.6", "@salesforce/source-deploy-retrieve@^12.31.7", "@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.31.9":
|
|
2963
|
+
version "12.31.10"
|
|
2964
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.10.tgz"
|
|
2965
|
+
integrity sha512-kUdJicJUd3/lzNQOvDW1Sc5iBl8PVv2Tz7L59YA/Le0fzZCYM72oyKwdbl/f6kc+MzJpMVia2+AxrvVZir8oJw==
|
|
2966
2966
|
dependencies:
|
|
2967
2967
|
"@salesforce/core" "^8.24.0"
|
|
2968
2968
|
"@salesforce/kit" "^3.2.4"
|
|
2969
2969
|
"@salesforce/ts-types" "^2.0.12"
|
|
2970
2970
|
"@salesforce/types" "^1.6.0"
|
|
2971
2971
|
fast-levenshtein "^3.0.0"
|
|
2972
|
-
fast-xml-parser "^
|
|
2972
|
+
fast-xml-parser "^5.3.4"
|
|
2973
2973
|
got "^11.8.6"
|
|
2974
2974
|
graceful-fs "^4.2.11"
|
|
2975
2975
|
ignore "^5.3.2"
|
|
@@ -6396,7 +6396,7 @@ fast-uri@^3.0.1:
|
|
|
6396
6396
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
6397
6397
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
6398
6398
|
|
|
6399
|
-
fast-xml-parser@^4.5.
|
|
6399
|
+
fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
|
|
6400
6400
|
version "4.5.3"
|
|
6401
6401
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz"
|
|
6402
6402
|
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
|
|
@@ -6404,9 +6404,16 @@ fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
|
|
|
6404
6404
|
strnum "^1.1.1"
|
|
6405
6405
|
|
|
6406
6406
|
fast-xml-parser@^5.3.2:
|
|
6407
|
-
version "5.3.
|
|
6408
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
6409
|
-
integrity sha512-
|
|
6407
|
+
version "5.3.4"
|
|
6408
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz"
|
|
6409
|
+
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
|
|
6410
|
+
dependencies:
|
|
6411
|
+
strnum "^2.1.0"
|
|
6412
|
+
|
|
6413
|
+
fast-xml-parser@^5.3.4:
|
|
6414
|
+
version "5.3.4"
|
|
6415
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz"
|
|
6416
|
+
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
|
|
6410
6417
|
dependencies:
|
|
6411
6418
|
strnum "^2.1.0"
|
|
6412
6419
|
|
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.122.
|
|
4
|
+
"version": "2.122.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
147
|
"@oclif/core": "4.8.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.40",
|
|
149
|
-
"@oclif/plugin-commands": "4.1.
|
|
149
|
+
"@oclif/plugin-commands": "4.1.40",
|
|
150
150
|
"@oclif/plugin-help": "6.2.37",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.74",
|
|
152
152
|
"@oclif/plugin-plugins": "5.4.55",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.74",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.63",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.24.11",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.90",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.54",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.81",
|