@salesforce/cli 2.72.2 → 2.72.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 +55 -55
- package/npm-shrinkwrap.json +67 -62
- package/oclif.lock +65 -54
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.72.
|
|
27
|
+
@salesforce/cli/2.72.3 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2653,7 +2653,7 @@ DESCRIPTION
|
|
|
2653
2653
|
Display help for sf.
|
|
2654
2654
|
```
|
|
2655
2655
|
|
|
2656
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2656
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.20/src/commands/help.ts)_
|
|
2657
2657
|
|
|
2658
2658
|
## `sf info releasenotes display`
|
|
2659
2659
|
|
|
@@ -3857,7 +3857,7 @@ EXAMPLES
|
|
|
3857
3857
|
$ sf org list auth
|
|
3858
3858
|
```
|
|
3859
3859
|
|
|
3860
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3860
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/list/auth.ts)_
|
|
3861
3861
|
|
|
3862
3862
|
## `sf org list limits`
|
|
3863
3863
|
|
|
@@ -4157,7 +4157,7 @@ FLAG DESCRIPTIONS
|
|
|
4157
4157
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4158
4158
|
```
|
|
4159
4159
|
|
|
4160
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/login/access-token.ts)_
|
|
4161
4161
|
|
|
4162
4162
|
## `sf org login device`
|
|
4163
4163
|
|
|
@@ -4217,7 +4217,7 @@ FLAG DESCRIPTIONS
|
|
|
4217
4217
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4218
4218
|
```
|
|
4219
4219
|
|
|
4220
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4220
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/login/device.ts)_
|
|
4221
4221
|
|
|
4222
4222
|
## `sf org login jwt`
|
|
4223
4223
|
|
|
@@ -4308,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4308
4308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4311
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/login/jwt.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf org login sfdx-url`
|
|
4314
4314
|
|
|
@@ -4378,7 +4378,7 @@ EXAMPLES
|
|
|
4378
4378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4379
4379
|
```
|
|
4380
4380
|
|
|
4381
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4381
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/login/sfdx-url.ts)_
|
|
4382
4382
|
|
|
4383
4383
|
## `sf org login web`
|
|
4384
4384
|
|
|
@@ -4465,7 +4465,7 @@ FLAG DESCRIPTIONS
|
|
|
4465
4465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4466
4466
|
```
|
|
4467
4467
|
|
|
4468
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4468
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/login/web.ts)_
|
|
4469
4469
|
|
|
4470
4470
|
## `sf org logout`
|
|
4471
4471
|
|
|
@@ -4526,7 +4526,7 @@ FLAG DESCRIPTIONS
|
|
|
4526
4526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4529
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.83/src/commands/org/logout.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org open`
|
|
4532
4532
|
|
|
@@ -4919,7 +4919,7 @@ FLAG DESCRIPTIONS
|
|
|
4919
4919
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4920
4920
|
```
|
|
4921
4921
|
|
|
4922
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4922
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/create.ts)_
|
|
4923
4923
|
|
|
4924
4924
|
## `sf package delete`
|
|
4925
4925
|
|
|
@@ -4961,7 +4961,7 @@ EXAMPLES
|
|
|
4961
4961
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4962
4962
|
```
|
|
4963
4963
|
|
|
4964
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4964
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/delete.ts)_
|
|
4965
4965
|
|
|
4966
4966
|
## `sf package install`
|
|
4967
4967
|
|
|
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
|
|
|
5060
5060
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5061
5061
|
```
|
|
5062
5062
|
|
|
5063
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5063
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/install.ts)_
|
|
5064
5064
|
|
|
5065
5065
|
## `sf package install report`
|
|
5066
5066
|
|
|
@@ -5093,7 +5093,7 @@ EXAMPLES
|
|
|
5093
5093
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5094
5094
|
```
|
|
5095
5095
|
|
|
5096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/install/report.ts)_
|
|
5097
5097
|
|
|
5098
5098
|
## `sf package installed list`
|
|
5099
5099
|
|
|
@@ -5125,7 +5125,7 @@ EXAMPLES
|
|
|
5125
5125
|
$ sf package installed list --target-org me@example.com
|
|
5126
5126
|
```
|
|
5127
5127
|
|
|
5128
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/installed/list.ts)_
|
|
5129
5129
|
|
|
5130
5130
|
## `sf package list`
|
|
5131
5131
|
|
|
@@ -5163,7 +5163,7 @@ EXAMPLES
|
|
|
5163
5163
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5164
5164
|
```
|
|
5165
5165
|
|
|
5166
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5166
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/list.ts)_
|
|
5167
5167
|
|
|
5168
5168
|
## `sf package uninstall`
|
|
5169
5169
|
|
|
@@ -5211,7 +5211,7 @@ EXAMPLES
|
|
|
5211
5211
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5214
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/uninstall.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf package uninstall report`
|
|
5217
5217
|
|
|
@@ -5244,7 +5244,7 @@ EXAMPLES
|
|
|
5244
5244
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5247
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/uninstall/report.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf package update`
|
|
5250
5250
|
|
|
@@ -5299,7 +5299,7 @@ FLAG DESCRIPTIONS
|
|
|
5299
5299
|
associated with your package.
|
|
5300
5300
|
```
|
|
5301
5301
|
|
|
5302
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/update.ts)_
|
|
5303
5303
|
|
|
5304
5304
|
## `sf package version create`
|
|
5305
5305
|
|
|
@@ -5474,7 +5474,7 @@ FLAG DESCRIPTIONS
|
|
|
5474
5474
|
periods of no output from commands.
|
|
5475
5475
|
```
|
|
5476
5476
|
|
|
5477
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5477
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/create.ts)_
|
|
5478
5478
|
|
|
5479
5479
|
## `sf package version create list`
|
|
5480
5480
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5538
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/create/list.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf package version create report`
|
|
5541
5541
|
|
|
@@ -5578,7 +5578,7 @@ EXAMPLES
|
|
|
5578
5578
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5579
5579
|
```
|
|
5580
5580
|
|
|
5581
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5581
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/create/report.ts)_
|
|
5582
5582
|
|
|
5583
5583
|
## `sf package version delete`
|
|
5584
5584
|
|
|
@@ -5619,7 +5619,7 @@ EXAMPLES
|
|
|
5619
5619
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5620
5620
|
```
|
|
5621
5621
|
|
|
5622
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5622
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/delete.ts)_
|
|
5623
5623
|
|
|
5624
5624
|
## `sf package version displayancestry`
|
|
5625
5625
|
|
|
@@ -5679,7 +5679,7 @@ FLAG DESCRIPTIONS
|
|
|
5679
5679
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5680
5680
|
```
|
|
5681
5681
|
|
|
5682
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5682
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/displayancestry.ts)_
|
|
5683
5683
|
|
|
5684
5684
|
## `sf package version list`
|
|
5685
5685
|
|
|
@@ -5755,7 +5755,7 @@ EXAMPLES
|
|
|
5755
5755
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5758
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/list.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf package version promote`
|
|
5761
5761
|
|
|
@@ -5799,7 +5799,7 @@ EXAMPLES
|
|
|
5799
5799
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5800
5800
|
```
|
|
5801
5801
|
|
|
5802
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5802
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/promote.ts)_
|
|
5803
5803
|
|
|
5804
5804
|
## `sf package version report`
|
|
5805
5805
|
|
|
@@ -5839,7 +5839,7 @@ EXAMPLES
|
|
|
5839
5839
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5840
5840
|
```
|
|
5841
5841
|
|
|
5842
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/report.ts)_
|
|
5843
5843
|
|
|
5844
5844
|
## `sf package version update`
|
|
5845
5845
|
|
|
@@ -5892,7 +5892,7 @@ EXAMPLES
|
|
|
5892
5892
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5893
5893
|
```
|
|
5894
5894
|
|
|
5895
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5895
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package/version/update.ts)_
|
|
5896
5896
|
|
|
5897
5897
|
## `sf package1 version create`
|
|
5898
5898
|
|
|
@@ -5959,7 +5959,7 @@ FLAG DESCRIPTIONS
|
|
|
5959
5959
|
subscribers.
|
|
5960
5960
|
```
|
|
5961
5961
|
|
|
5962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package1/version/create.ts)_
|
|
5963
5963
|
|
|
5964
5964
|
## `sf package1 version create get`
|
|
5965
5965
|
|
|
@@ -5992,7 +5992,7 @@ EXAMPLES
|
|
|
5992
5992
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5993
5993
|
```
|
|
5994
5994
|
|
|
5995
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5995
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package1/version/create/get.ts)_
|
|
5996
5996
|
|
|
5997
5997
|
## `sf package1 version display`
|
|
5998
5998
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6029
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package1/version/display.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf package1 version list`
|
|
6032
6032
|
|
|
@@ -6064,7 +6064,7 @@ FLAG DESCRIPTIONS
|
|
|
6064
6064
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6065
6065
|
```
|
|
6066
6066
|
|
|
6067
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6067
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.9/src/commands/package1/version/list.ts)_
|
|
6068
6068
|
|
|
6069
6069
|
## `sf plugins`
|
|
6070
6070
|
|
|
@@ -6087,7 +6087,7 @@ EXAMPLES
|
|
|
6087
6087
|
$ sf plugins
|
|
6088
6088
|
```
|
|
6089
6089
|
|
|
6090
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6090
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/index.ts)_
|
|
6091
6091
|
|
|
6092
6092
|
## `sf plugins discover`
|
|
6093
6093
|
|
|
@@ -6132,7 +6132,7 @@ EXAMPLES
|
|
|
6132
6132
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6133
6133
|
```
|
|
6134
6134
|
|
|
6135
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6135
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/inspect.ts)_
|
|
6136
6136
|
|
|
6137
6137
|
## `sf plugins install PLUGIN`
|
|
6138
6138
|
|
|
@@ -6181,7 +6181,7 @@ EXAMPLES
|
|
|
6181
6181
|
$ sf plugins install someuser/someplugin
|
|
6182
6182
|
```
|
|
6183
6183
|
|
|
6184
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6184
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/install.ts)_
|
|
6185
6185
|
|
|
6186
6186
|
## `sf plugins link PATH`
|
|
6187
6187
|
|
|
@@ -6212,7 +6212,7 @@ EXAMPLES
|
|
|
6212
6212
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6213
6213
|
```
|
|
6214
6214
|
|
|
6215
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6215
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/link.ts)_
|
|
6216
6216
|
|
|
6217
6217
|
## `sf plugins reset`
|
|
6218
6218
|
|
|
@@ -6227,7 +6227,7 @@ FLAGS
|
|
|
6227
6227
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6228
6228
|
```
|
|
6229
6229
|
|
|
6230
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6230
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/reset.ts)_
|
|
6231
6231
|
|
|
6232
6232
|
## `sf plugins trust verify`
|
|
6233
6233
|
|
|
@@ -6284,7 +6284,7 @@ EXAMPLES
|
|
|
6284
6284
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6285
6285
|
```
|
|
6286
6286
|
|
|
6287
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6287
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/uninstall.ts)_
|
|
6288
6288
|
|
|
6289
6289
|
## `sf plugins update`
|
|
6290
6290
|
|
|
@@ -6302,7 +6302,7 @@ DESCRIPTION
|
|
|
6302
6302
|
Update installed plugins.
|
|
6303
6303
|
```
|
|
6304
6304
|
|
|
6305
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6305
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.23/src/commands/plugins/update.ts)_
|
|
6306
6306
|
|
|
6307
6307
|
## `sf project convert mdapi`
|
|
6308
6308
|
|
|
@@ -6365,7 +6365,7 @@ FLAG DESCRIPTIONS
|
|
|
6365
6365
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6366
6366
|
```
|
|
6367
6367
|
|
|
6368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/convert/mdapi.ts)_
|
|
6369
6369
|
|
|
6370
6370
|
## `sf project convert source`
|
|
6371
6371
|
|
|
@@ -6438,7 +6438,7 @@ FLAG DESCRIPTIONS
|
|
|
6438
6438
|
Override the api version used for api requests made by this command
|
|
6439
6439
|
```
|
|
6440
6440
|
|
|
6441
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6441
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/convert/source.ts)_
|
|
6442
6442
|
|
|
6443
6443
|
## `sf project convert source-behavior`
|
|
6444
6444
|
|
|
@@ -6496,7 +6496,7 @@ EXAMPLES
|
|
|
6496
6496
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6497
6497
|
```
|
|
6498
6498
|
|
|
6499
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6499
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/convert/source-behavior.ts)_
|
|
6500
6500
|
|
|
6501
6501
|
## `sf project delete source`
|
|
6502
6502
|
|
|
@@ -6636,7 +6636,7 @@ FLAG DESCRIPTIONS
|
|
|
6636
6636
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6637
6637
|
```
|
|
6638
6638
|
|
|
6639
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6639
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/delete/source.ts)_
|
|
6640
6640
|
|
|
6641
6641
|
## `sf project delete tracking`
|
|
6642
6642
|
|
|
@@ -6673,7 +6673,7 @@ EXAMPLES
|
|
|
6673
6673
|
$ sf project delete tracking --target-org my-scratch
|
|
6674
6674
|
```
|
|
6675
6675
|
|
|
6676
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6676
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/delete/tracking.ts)_
|
|
6677
6677
|
|
|
6678
6678
|
## `sf project deploy cancel`
|
|
6679
6679
|
|
|
@@ -6745,7 +6745,7 @@ FLAG DESCRIPTIONS
|
|
|
6745
6745
|
project deploy report".
|
|
6746
6746
|
```
|
|
6747
6747
|
|
|
6748
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6748
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/cancel.ts)_
|
|
6749
6749
|
|
|
6750
6750
|
## `sf project deploy preview`
|
|
6751
6751
|
|
|
@@ -6828,7 +6828,7 @@ FLAG DESCRIPTIONS
|
|
|
6828
6828
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6829
6829
|
```
|
|
6830
6830
|
|
|
6831
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6831
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/preview.ts)_
|
|
6832
6832
|
|
|
6833
6833
|
## `sf project deploy quick`
|
|
6834
6834
|
|
|
@@ -6921,7 +6921,7 @@ ERROR CODES
|
|
|
6921
6921
|
Canceling (69) The deploy is being canceled.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6924
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/quick.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf project deploy report`
|
|
6927
6927
|
|
|
@@ -7013,7 +7013,7 @@ FLAG DESCRIPTIONS
|
|
|
7013
7013
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7014
7014
|
```
|
|
7015
7015
|
|
|
7016
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7016
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/report.ts)_
|
|
7017
7017
|
|
|
7018
7018
|
## `sf project deploy resume`
|
|
7019
7019
|
|
|
@@ -7110,7 +7110,7 @@ ERROR CODES
|
|
|
7110
7110
|
Canceling (69) The deploy is being canceled.
|
|
7111
7111
|
```
|
|
7112
7112
|
|
|
7113
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7113
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/resume.ts)_
|
|
7114
7114
|
|
|
7115
7115
|
## `sf project deploy start`
|
|
7116
7116
|
|
|
@@ -7363,7 +7363,7 @@ ERROR CODES
|
|
|
7363
7363
|
Canceling (69) The deploy is being canceled.
|
|
7364
7364
|
```
|
|
7365
7365
|
|
|
7366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/start.ts)_
|
|
7367
7367
|
|
|
7368
7368
|
## `sf project deploy validate`
|
|
7369
7369
|
|
|
@@ -7553,7 +7553,7 @@ ERROR CODES
|
|
|
7553
7553
|
Canceling (69) The deploy is being canceled.
|
|
7554
7554
|
```
|
|
7555
7555
|
|
|
7556
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7556
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/deploy/validate.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf project generate`
|
|
7559
7559
|
|
|
@@ -7735,7 +7735,7 @@ EXAMPLES
|
|
|
7735
7735
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7736
7736
|
```
|
|
7737
7737
|
|
|
7738
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7738
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/generate/manifest.ts)_
|
|
7739
7739
|
|
|
7740
7740
|
## `sf project list ignored`
|
|
7741
7741
|
|
|
@@ -7777,7 +7777,7 @@ EXAMPLES
|
|
|
7777
7777
|
$ sf project list ignored --source-dir package.xml
|
|
7778
7778
|
```
|
|
7779
7779
|
|
|
7780
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7780
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/list/ignored.ts)_
|
|
7781
7781
|
|
|
7782
7782
|
## `sf project reset tracking`
|
|
7783
7783
|
|
|
@@ -7826,7 +7826,7 @@ EXAMPLES
|
|
|
7826
7826
|
$ sf project reset tracking --revision 30
|
|
7827
7827
|
```
|
|
7828
7828
|
|
|
7829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/reset/tracking.ts)_
|
|
7830
7830
|
|
|
7831
7831
|
## `sf project retrieve preview`
|
|
7832
7832
|
|
|
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
|
|
|
7880
7880
|
production orgs.
|
|
7881
7881
|
```
|
|
7882
7882
|
|
|
7883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/retrieve/preview.ts)_
|
|
7884
7884
|
|
|
7885
7885
|
## `sf project retrieve start`
|
|
7886
7886
|
|
|
@@ -8057,7 +8057,7 @@ ENVIRONMENT VARIABLES
|
|
|
8057
8057
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8058
8058
|
```
|
|
8059
8059
|
|
|
8060
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
8060
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.4/src/commands/project/retrieve/start.ts)_
|
|
8061
8061
|
|
|
8062
8062
|
## `sf schema generate field`
|
|
8063
8063
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.72.
|
|
9
|
+
"version": "2.72.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"@oclif/core": "4.2.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.14",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.14",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.20",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.31",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.23",
|
|
20
20
|
"@oclif/plugin-search": "1.2.17",
|
|
21
21
|
"@oclif/plugin-update": "4.6.18",
|
|
22
22
|
"@oclif/plugin-version": "2.2.18",
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.83",
|
|
30
30
|
"@salesforce/plugin-data": "3.13.5",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.16.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.16.4",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.29",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.43",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
35
|
"@salesforce/plugin-org": "5.2.11",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.9.9",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.45",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.9",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.46",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.28",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.34",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.51",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.5",
|
|
@@ -4160,9 +4160,9 @@
|
|
|
4160
4160
|
}
|
|
4161
4161
|
},
|
|
4162
4162
|
"node_modules/@oclif/plugin-help": {
|
|
4163
|
-
"version": "6.2.
|
|
4164
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4165
|
-
"integrity": "sha512-
|
|
4163
|
+
"version": "6.2.20",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
|
|
4165
|
+
"integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
|
|
4166
4166
|
"license": "MIT",
|
|
4167
4167
|
"dependencies": {
|
|
4168
4168
|
"@oclif/core": "^4"
|
|
@@ -4187,13 +4187,13 @@
|
|
|
4187
4187
|
}
|
|
4188
4188
|
},
|
|
4189
4189
|
"node_modules/@oclif/plugin-plugins": {
|
|
4190
|
-
"version": "5.4.
|
|
4191
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
4192
|
-
"integrity": "sha512-
|
|
4190
|
+
"version": "5.4.23",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.23.tgz",
|
|
4192
|
+
"integrity": "sha512-IsjgqRJIeZFJ6mGmQb12DsoqTOBukvOtd/4GYMas6Ro5y854szNUBGHBn+IUc0ZmgWjd0q4KerMLX00r800PGg==",
|
|
4193
4193
|
"license": "MIT",
|
|
4194
4194
|
"dependencies": {
|
|
4195
4195
|
"@oclif/core": "^4.0.34",
|
|
4196
|
-
"ansis": "^3.
|
|
4196
|
+
"ansis": "^3.4.0",
|
|
4197
4197
|
"debug": "^4.4.0",
|
|
4198
4198
|
"npm": "^10.9.2",
|
|
4199
4199
|
"npm-package-arg": "^11.0.3",
|
|
@@ -5095,9 +5095,9 @@
|
|
|
5095
5095
|
}
|
|
5096
5096
|
},
|
|
5097
5097
|
"node_modules/@salesforce/plugin-auth": {
|
|
5098
|
-
"version": "3.6.
|
|
5099
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5100
|
-
"integrity": "sha512-
|
|
5098
|
+
"version": "3.6.83",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.83.tgz",
|
|
5100
|
+
"integrity": "sha512-8NxneMOUlul58b9BiRTBTB7EY66vgEXNbSmb86a+p2rzeIm78hdzmkEghHCRJuMxhFgw13r7tYpABhA3WWdSVw==",
|
|
5101
5101
|
"license": "BSD-3-Clause",
|
|
5102
5102
|
"dependencies": {
|
|
5103
5103
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5172,9 +5172,9 @@
|
|
|
5172
5172
|
}
|
|
5173
5173
|
},
|
|
5174
5174
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
5175
|
-
"version": "5.
|
|
5176
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5177
|
-
"integrity": "sha512-
|
|
5175
|
+
"version": "5.4.1",
|
|
5176
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
5177
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
5178
5178
|
"dev": true,
|
|
5179
5179
|
"license": "MIT",
|
|
5180
5180
|
"engines": {
|
|
@@ -5249,12 +5249,12 @@
|
|
|
5249
5249
|
}
|
|
5250
5250
|
},
|
|
5251
5251
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5252
|
-
"version": "3.16.
|
|
5253
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.
|
|
5254
|
-
"integrity": "sha512-
|
|
5252
|
+
"version": "3.16.4",
|
|
5253
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.4.tgz",
|
|
5254
|
+
"integrity": "sha512-pO34GPduxFmmB/YASpVR3Xt6NvCAfVQkI2PcnXe+/RDKYSJqj74uvQLASGoNyYgFaarnNrlsFaNgo+Ld7pjOXw==",
|
|
5255
5255
|
"license": "BSD-3-Clause",
|
|
5256
5256
|
"dependencies": {
|
|
5257
|
-
"@oclif/core": "^4.0
|
|
5257
|
+
"@oclif/core": "^4.2.0",
|
|
5258
5258
|
"@oclif/multi-stage-output": "^0.8.0",
|
|
5259
5259
|
"@salesforce/apex-node": "^8.1.18",
|
|
5260
5260
|
"@salesforce/core": "^8.6.4",
|
|
@@ -5262,9 +5262,9 @@
|
|
|
5262
5262
|
"@salesforce/plugin-info": "^3.4.23",
|
|
5263
5263
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
5264
5264
|
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
5265
|
-
"@salesforce/source-tracking": "^7.
|
|
5265
|
+
"@salesforce/source-tracking": "^7.3.3",
|
|
5266
5266
|
"@salesforce/ts-types": "^2.0.12",
|
|
5267
|
-
"ansis": "^3.
|
|
5267
|
+
"ansis": "^3.4.0",
|
|
5268
5268
|
"terminal-link": "^3.0.0"
|
|
5269
5269
|
},
|
|
5270
5270
|
"engines": {
|
|
@@ -5447,9 +5447,9 @@
|
|
|
5447
5447
|
}
|
|
5448
5448
|
},
|
|
5449
5449
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5450
|
-
"version": "2.9.
|
|
5451
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
5452
|
-
"integrity": "sha512-
|
|
5450
|
+
"version": "2.9.9",
|
|
5451
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.9.tgz",
|
|
5452
|
+
"integrity": "sha512-FQ5qppjy98fQmvo6fnMB28v2lwwuJwh7tpoHXF3CBdU32w6NXATMAMOUb5am33NRyfDzrh3hVOoF2GuI1kipAA==",
|
|
5453
5453
|
"license": "BSD-3-Clause",
|
|
5454
5454
|
"dependencies": {
|
|
5455
5455
|
"@oclif/core": "^4",
|
|
@@ -5457,16 +5457,16 @@
|
|
|
5457
5457
|
"@salesforce/kit": "^3.2.3",
|
|
5458
5458
|
"@salesforce/packaging": "^4.2.15",
|
|
5459
5459
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
5460
|
-
"chalk": "^5.
|
|
5460
|
+
"chalk": "^5.4.0"
|
|
5461
5461
|
},
|
|
5462
5462
|
"engines": {
|
|
5463
5463
|
"node": ">=18.0.0"
|
|
5464
5464
|
}
|
|
5465
5465
|
},
|
|
5466
5466
|
"node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
|
|
5467
|
-
"version": "5.
|
|
5468
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5469
|
-
"integrity": "sha512-
|
|
5467
|
+
"version": "5.4.1",
|
|
5468
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
5469
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
5470
5470
|
"license": "MIT",
|
|
5471
5471
|
"engines": {
|
|
5472
5472
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -5513,9 +5513,9 @@
|
|
|
5513
5513
|
}
|
|
5514
5514
|
},
|
|
5515
5515
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
5516
|
-
"version": "5.
|
|
5517
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5518
|
-
"integrity": "sha512-
|
|
5516
|
+
"version": "5.4.1",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
5518
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
5519
5519
|
"dev": true,
|
|
5520
5520
|
"license": "MIT",
|
|
5521
5521
|
"engines": {
|
|
@@ -5722,9 +5722,9 @@
|
|
|
5722
5722
|
}
|
|
5723
5723
|
},
|
|
5724
5724
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5725
|
-
"version": "3.6.
|
|
5726
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5727
|
-
"integrity": "sha512-
|
|
5725
|
+
"version": "3.6.28",
|
|
5726
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.28.tgz",
|
|
5727
|
+
"integrity": "sha512-U8l52S1NK/ADkMk4gAoqOyXu9CigQlJXTkoJ+03kaBsT4Bk0kWkMhMKdapChKrznG9/F9/BQ2vqciLOt+JhuXQ==",
|
|
5728
5728
|
"license": "BSD-3-Clause",
|
|
5729
5729
|
"dependencies": {
|
|
5730
5730
|
"@oclif/core": "^4.0.34",
|
|
@@ -5965,19 +5965,19 @@
|
|
|
5965
5965
|
}
|
|
5966
5966
|
},
|
|
5967
5967
|
"node_modules/@salesforce/source-tracking": {
|
|
5968
|
-
"version": "7.
|
|
5969
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.
|
|
5970
|
-
"integrity": "sha512-
|
|
5968
|
+
"version": "7.3.4",
|
|
5969
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.4.tgz",
|
|
5970
|
+
"integrity": "sha512-Qs2GWPaF8GrIvEZyVqX9zmk80BZAzKxirbnfGk+eB0Nig3/Yh01PLdjH5ctRxZpAvraXYZqConIyUxztwT16pA==",
|
|
5971
5971
|
"license": "BSD-3-Clause",
|
|
5972
5972
|
"dependencies": {
|
|
5973
|
-
"@oclif/core": "^4.0
|
|
5974
|
-
"@salesforce/core": "^8.
|
|
5973
|
+
"@oclif/core": "^4.2.0",
|
|
5974
|
+
"@salesforce/core": "^8.8.0",
|
|
5975
5975
|
"@salesforce/kit": "^3.2.3",
|
|
5976
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5976
|
+
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
5977
5977
|
"@salesforce/ts-types": "^2.0.12",
|
|
5978
|
-
"fast-xml-parser": "^4.5.
|
|
5978
|
+
"fast-xml-parser": "^4.5.1",
|
|
5979
5979
|
"graceful-fs": "^4.2.11",
|
|
5980
|
-
"isomorphic-git": "^1.27.
|
|
5980
|
+
"isomorphic-git": "^1.27.2",
|
|
5981
5981
|
"ts-retry-promise": "^0.8.1"
|
|
5982
5982
|
},
|
|
5983
5983
|
"engines": {
|
|
@@ -11803,9 +11803,9 @@
|
|
|
11803
11803
|
"license": "MIT"
|
|
11804
11804
|
},
|
|
11805
11805
|
"node_modules/fast-xml-parser": {
|
|
11806
|
-
"version": "4.5.
|
|
11807
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.
|
|
11808
|
-
"integrity": "sha512
|
|
11806
|
+
"version": "4.5.1",
|
|
11807
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
|
|
11808
|
+
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
|
|
11809
11809
|
"funding": [
|
|
11810
11810
|
{
|
|
11811
11811
|
"type": "github",
|
|
@@ -13358,9 +13358,9 @@
|
|
|
13358
13358
|
}
|
|
13359
13359
|
},
|
|
13360
13360
|
"node_modules/ink/node_modules/chalk": {
|
|
13361
|
-
"version": "5.
|
|
13362
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
13363
|
-
"integrity": "sha512-
|
|
13361
|
+
"version": "5.4.1",
|
|
13362
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
13363
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
13364
13364
|
"license": "MIT",
|
|
13365
13365
|
"engines": {
|
|
13366
13366
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -14224,9 +14224,9 @@
|
|
|
14224
14224
|
}
|
|
14225
14225
|
},
|
|
14226
14226
|
"node_modules/isomorphic-git": {
|
|
14227
|
-
"version": "1.27.
|
|
14228
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.
|
|
14229
|
-
"integrity": "sha512-
|
|
14227
|
+
"version": "1.27.2",
|
|
14228
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz",
|
|
14229
|
+
"integrity": "sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==",
|
|
14230
14230
|
"license": "MIT",
|
|
14231
14231
|
"dependencies": {
|
|
14232
14232
|
"async-lock": "^1.4.1",
|
|
@@ -14236,6 +14236,7 @@
|
|
|
14236
14236
|
"ignore": "^5.1.4",
|
|
14237
14237
|
"minimisted": "^2.0.0",
|
|
14238
14238
|
"pako": "^1.0.10",
|
|
14239
|
+
"path-browserify": "^1.0.1",
|
|
14239
14240
|
"pify": "^4.0.1",
|
|
14240
14241
|
"readable-stream": "^3.4.0",
|
|
14241
14242
|
"sha.js": "^2.4.9",
|
|
@@ -15063,9 +15064,9 @@
|
|
|
15063
15064
|
}
|
|
15064
15065
|
},
|
|
15065
15066
|
"node_modules/linkinator/node_modules/chalk": {
|
|
15066
|
-
"version": "5.
|
|
15067
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
15068
|
-
"integrity": "sha512-
|
|
15067
|
+
"version": "5.4.1",
|
|
15068
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
15069
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
15069
15070
|
"dev": true,
|
|
15070
15071
|
"license": "MIT",
|
|
15071
15072
|
"engines": {
|
|
@@ -17395,8 +17396,6 @@
|
|
|
17395
17396
|
},
|
|
17396
17397
|
"node_modules/npm/node_modules/chalk": {
|
|
17397
17398
|
"version": "5.3.0",
|
|
17398
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
17399
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
17400
17399
|
"inBundle": true,
|
|
17401
17400
|
"license": "MIT",
|
|
17402
17401
|
"engines": {
|
|
@@ -20247,6 +20246,12 @@
|
|
|
20247
20246
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
20248
20247
|
}
|
|
20249
20248
|
},
|
|
20249
|
+
"node_modules/path-browserify": {
|
|
20250
|
+
"version": "1.0.1",
|
|
20251
|
+
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
20252
|
+
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
20253
|
+
"license": "MIT"
|
|
20254
|
+
},
|
|
20250
20255
|
"node_modules/path-case": {
|
|
20251
20256
|
"version": "3.0.4",
|
|
20252
20257
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
proc-log "^5.0.0"
|
|
1701
1701
|
which "^5.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@^4.2.0", "@oclif/core@4.2.0":
|
|
1704
1704
|
version "4.2.0"
|
|
1705
1705
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz"
|
|
1706
1706
|
integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
|
|
@@ -1785,10 +1785,10 @@
|
|
|
1785
1785
|
lodash "^4.17.21"
|
|
1786
1786
|
object-treeify "^4.0.1"
|
|
1787
1787
|
|
|
1788
|
-
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@6.2.
|
|
1789
|
-
version "6.2.
|
|
1790
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1791
|
-
integrity sha512-
|
|
1788
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@6.2.20":
|
|
1789
|
+
version "6.2.20"
|
|
1790
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz"
|
|
1791
|
+
integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
|
|
1792
1792
|
dependencies:
|
|
1793
1793
|
"@oclif/core" "^4"
|
|
1794
1794
|
|
|
@@ -1802,13 +1802,13 @@
|
|
|
1802
1802
|
ansis "^3.3.1"
|
|
1803
1803
|
fast-levenshtein "^3.0.0"
|
|
1804
1804
|
|
|
1805
|
-
"@oclif/plugin-plugins@5.4.
|
|
1806
|
-
version "5.4.
|
|
1807
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1808
|
-
integrity sha512-
|
|
1805
|
+
"@oclif/plugin-plugins@5.4.23":
|
|
1806
|
+
version "5.4.23"
|
|
1807
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.23.tgz"
|
|
1808
|
+
integrity sha512-IsjgqRJIeZFJ6mGmQb12DsoqTOBukvOtd/4GYMas6Ro5y854szNUBGHBn+IUc0ZmgWjd0q4KerMLX00r800PGg==
|
|
1809
1809
|
dependencies:
|
|
1810
1810
|
"@oclif/core" "^4.0.34"
|
|
1811
|
-
ansis "^3.
|
|
1811
|
+
ansis "^3.4.0"
|
|
1812
1812
|
debug "^4.4.0"
|
|
1813
1813
|
npm "^10.9.2"
|
|
1814
1814
|
npm-package-arg "^11.0.3"
|
|
@@ -2195,10 +2195,10 @@
|
|
|
2195
2195
|
got "^13.0.0"
|
|
2196
2196
|
proxy-agent "^6.4.0"
|
|
2197
2197
|
|
|
2198
|
-
"@salesforce/plugin-auth@3.6.
|
|
2199
|
-
version "3.6.
|
|
2200
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2201
|
-
integrity sha512-
|
|
2198
|
+
"@salesforce/plugin-auth@3.6.83":
|
|
2199
|
+
version "3.6.83"
|
|
2200
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.83.tgz"
|
|
2201
|
+
integrity sha512-8NxneMOUlul58b9BiRTBTB7EY66vgEXNbSmb86a+p2rzeIm78hdzmkEghHCRJuMxhFgw13r7tYpABhA3WWdSVw==
|
|
2202
2202
|
dependencies:
|
|
2203
2203
|
"@inquirer/checkbox" "^2.5.0"
|
|
2204
2204
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2242,12 +2242,12 @@
|
|
|
2242
2242
|
form-data "^4.0.0"
|
|
2243
2243
|
terminal-link "^3.0.0"
|
|
2244
2244
|
|
|
2245
|
-
"@salesforce/plugin-deploy-retrieve@3.16.
|
|
2246
|
-
version "3.16.
|
|
2247
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.
|
|
2248
|
-
integrity sha512-
|
|
2245
|
+
"@salesforce/plugin-deploy-retrieve@3.16.4":
|
|
2246
|
+
version "3.16.4"
|
|
2247
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.4.tgz"
|
|
2248
|
+
integrity sha512-pO34GPduxFmmB/YASpVR3Xt6NvCAfVQkI2PcnXe+/RDKYSJqj74uvQLASGoNyYgFaarnNrlsFaNgo+Ld7pjOXw==
|
|
2249
2249
|
dependencies:
|
|
2250
|
-
"@oclif/core" "^4.0
|
|
2250
|
+
"@oclif/core" "^4.2.0"
|
|
2251
2251
|
"@oclif/multi-stage-output" "^0.8.0"
|
|
2252
2252
|
"@salesforce/apex-node" "^8.1.18"
|
|
2253
2253
|
"@salesforce/core" "^8.6.4"
|
|
@@ -2255,9 +2255,9 @@
|
|
|
2255
2255
|
"@salesforce/plugin-info" "^3.4.23"
|
|
2256
2256
|
"@salesforce/sf-plugins-core" "^12.1.1"
|
|
2257
2257
|
"@salesforce/source-deploy-retrieve" "^12.10.3"
|
|
2258
|
-
"@salesforce/source-tracking" "^7.
|
|
2258
|
+
"@salesforce/source-tracking" "^7.3.3"
|
|
2259
2259
|
"@salesforce/ts-types" "^2.0.12"
|
|
2260
|
-
ansis "^3.
|
|
2260
|
+
ansis "^3.4.0"
|
|
2261
2261
|
terminal-link "^3.0.0"
|
|
2262
2262
|
|
|
2263
2263
|
"@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.25", "@salesforce/plugin-info@^3.4.27", "@salesforce/plugin-info@3.4.29":
|
|
@@ -2315,17 +2315,17 @@
|
|
|
2315
2315
|
open "^10.1.0"
|
|
2316
2316
|
terminal-link "^3.0.0"
|
|
2317
2317
|
|
|
2318
|
-
"@salesforce/plugin-packaging@2.9.
|
|
2319
|
-
version "2.9.
|
|
2320
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
2321
|
-
integrity sha512-
|
|
2318
|
+
"@salesforce/plugin-packaging@2.9.9":
|
|
2319
|
+
version "2.9.9"
|
|
2320
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.9.tgz"
|
|
2321
|
+
integrity sha512-FQ5qppjy98fQmvo6fnMB28v2lwwuJwh7tpoHXF3CBdU32w6NXATMAMOUb5am33NRyfDzrh3hVOoF2GuI1kipAA==
|
|
2322
2322
|
dependencies:
|
|
2323
2323
|
"@oclif/core" "^4"
|
|
2324
2324
|
"@salesforce/core" "^8.8.0"
|
|
2325
2325
|
"@salesforce/kit" "^3.2.3"
|
|
2326
2326
|
"@salesforce/packaging" "^4.2.15"
|
|
2327
2327
|
"@salesforce/sf-plugins-core" "^12.1.1"
|
|
2328
|
-
chalk "^5.
|
|
2328
|
+
chalk "^5.4.0"
|
|
2329
2329
|
|
|
2330
2330
|
"@salesforce/plugin-release-management@^5.6.9":
|
|
2331
2331
|
version "5.6.9"
|
|
@@ -2390,10 +2390,10 @@
|
|
|
2390
2390
|
fast-xml-parser "^4.5.0"
|
|
2391
2391
|
js2xmlparser "^4.0.2"
|
|
2392
2392
|
|
|
2393
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2394
|
-
version "3.6.
|
|
2395
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2396
|
-
integrity sha512-
|
|
2393
|
+
"@salesforce/plugin-telemetry@3.6.28":
|
|
2394
|
+
version "3.6.28"
|
|
2395
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.28.tgz"
|
|
2396
|
+
integrity sha512-U8l52S1NK/ADkMk4gAoqOyXu9CigQlJXTkoJ+03kaBsT4Bk0kWkMhMKdapChKrznG9/F9/BQ2vqciLOt+JhuXQ==
|
|
2397
2397
|
dependencies:
|
|
2398
2398
|
"@oclif/core" "^4.0.34"
|
|
2399
2399
|
"@salesforce/core" "^8.8.0"
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
cli-progress "^3.12.0"
|
|
2484
2484
|
terminal-link "^3.0.0"
|
|
2485
2485
|
|
|
2486
|
-
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.
|
|
2486
|
+
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2487
2487
|
version "12.10.3"
|
|
2488
2488
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz"
|
|
2489
2489
|
integrity sha512-bKIcN6VJajre2chF1xhPCjtR9gZpp8PrFFZ55UcWUMkoFAXscBPRJ7poAeorted3qMzS6wx+AuB27qYUCO+4iQ==
|
|
@@ -2502,19 +2502,19 @@
|
|
|
2502
2502
|
minimatch "^9.0.5"
|
|
2503
2503
|
proxy-agent "^6.4.0"
|
|
2504
2504
|
|
|
2505
|
-
"@salesforce/source-tracking@^7.
|
|
2506
|
-
version "7.
|
|
2507
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.
|
|
2508
|
-
integrity sha512-
|
|
2505
|
+
"@salesforce/source-tracking@^7.3.3":
|
|
2506
|
+
version "7.3.4"
|
|
2507
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.4.tgz"
|
|
2508
|
+
integrity sha512-Qs2GWPaF8GrIvEZyVqX9zmk80BZAzKxirbnfGk+eB0Nig3/Yh01PLdjH5ctRxZpAvraXYZqConIyUxztwT16pA==
|
|
2509
2509
|
dependencies:
|
|
2510
|
-
"@oclif/core" "^4.0
|
|
2511
|
-
"@salesforce/core" "^8.
|
|
2510
|
+
"@oclif/core" "^4.2.0"
|
|
2511
|
+
"@salesforce/core" "^8.8.0"
|
|
2512
2512
|
"@salesforce/kit" "^3.2.3"
|
|
2513
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2513
|
+
"@salesforce/source-deploy-retrieve" "^12.10.3"
|
|
2514
2514
|
"@salesforce/ts-types" "^2.0.12"
|
|
2515
|
-
fast-xml-parser "^4.5.
|
|
2515
|
+
fast-xml-parser "^4.5.1"
|
|
2516
2516
|
graceful-fs "^4.2.11"
|
|
2517
|
-
isomorphic-git "^1.27.
|
|
2517
|
+
isomorphic-git "^1.27.2"
|
|
2518
2518
|
ts-retry-promise "^0.8.1"
|
|
2519
2519
|
|
|
2520
2520
|
"@salesforce/telemetry@^6.0.38":
|
|
@@ -4276,14 +4276,19 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
|
|
|
4276
4276
|
supports-color "^7.1.0"
|
|
4277
4277
|
|
|
4278
4278
|
chalk@^5.0.0:
|
|
4279
|
-
version "5.
|
|
4280
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
4281
|
-
integrity sha512-
|
|
4279
|
+
version "5.4.1"
|
|
4280
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
4281
|
+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
4282
4282
|
|
|
4283
4283
|
chalk@^5.3.0:
|
|
4284
|
-
version "5.
|
|
4285
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
4286
|
-
integrity sha512-
|
|
4284
|
+
version "5.4.1"
|
|
4285
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
4286
|
+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
4287
|
+
|
|
4288
|
+
chalk@^5.4.0:
|
|
4289
|
+
version "5.4.1"
|
|
4290
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
4291
|
+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
4287
4292
|
|
|
4288
4293
|
change-case@^4:
|
|
4289
4294
|
version "4.1.2"
|
|
@@ -5820,10 +5825,10 @@ fast-uri@^3.0.1:
|
|
|
5820
5825
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
5821
5826
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
5822
5827
|
|
|
5823
|
-
fast-xml-parser@^4.5.0:
|
|
5824
|
-
version "4.5.
|
|
5825
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.
|
|
5826
|
-
integrity sha512
|
|
5828
|
+
fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1:
|
|
5829
|
+
version "4.5.1"
|
|
5830
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz"
|
|
5831
|
+
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
|
|
5827
5832
|
dependencies:
|
|
5828
5833
|
strnum "^1.0.5"
|
|
5829
5834
|
|
|
@@ -7250,10 +7255,10 @@ isexe@^3.1.1:
|
|
|
7250
7255
|
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
|
|
7251
7256
|
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
|
|
7252
7257
|
|
|
7253
|
-
isomorphic-git@^1.27.
|
|
7254
|
-
version "1.27.
|
|
7255
|
-
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.
|
|
7256
|
-
integrity sha512-
|
|
7258
|
+
isomorphic-git@^1.27.2:
|
|
7259
|
+
version "1.27.2"
|
|
7260
|
+
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz"
|
|
7261
|
+
integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==
|
|
7257
7262
|
dependencies:
|
|
7258
7263
|
async-lock "^1.4.1"
|
|
7259
7264
|
clean-git-ref "^2.0.1"
|
|
@@ -7262,6 +7267,7 @@ isomorphic-git@^1.27.1:
|
|
|
7262
7267
|
ignore "^5.1.4"
|
|
7263
7268
|
minimisted "^2.0.0"
|
|
7264
7269
|
pako "^1.0.10"
|
|
7270
|
+
path-browserify "^1.0.1"
|
|
7265
7271
|
pify "^4.0.1"
|
|
7266
7272
|
readable-stream "^3.4.0"
|
|
7267
7273
|
sha.js "^2.4.9"
|
|
@@ -9213,6 +9219,11 @@ patch-console@^2.0.0:
|
|
|
9213
9219
|
resolved "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz"
|
|
9214
9220
|
integrity sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==
|
|
9215
9221
|
|
|
9222
|
+
path-browserify@^1.0.1:
|
|
9223
|
+
version "1.0.1"
|
|
9224
|
+
resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz"
|
|
9225
|
+
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
|
|
9226
|
+
|
|
9216
9227
|
path-case@^3.0.4:
|
|
9217
9228
|
version "3.0.4"
|
|
9218
9229
|
resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz"
|
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.72.
|
|
4
|
+
"version": "2.72.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"@oclif/core": "4.2.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.14",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.14",
|
|
150
|
-
"@oclif/plugin-help": "6.2.
|
|
150
|
+
"@oclif/plugin-help": "6.2.20",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.31",
|
|
152
|
-
"@oclif/plugin-plugins": "5.4.
|
|
152
|
+
"@oclif/plugin-plugins": "5.4.23",
|
|
153
153
|
"@oclif/plugin-search": "1.2.17",
|
|
154
154
|
"@oclif/plugin-update": "4.6.18",
|
|
155
155
|
"@oclif/plugin-version": "2.2.18",
|
|
@@ -159,18 +159,18 @@
|
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
160
|
"@salesforce/plugin-apex": "3.6.8",
|
|
161
161
|
"@salesforce/plugin-api": "1.3.2",
|
|
162
|
-
"@salesforce/plugin-auth": "3.6.
|
|
162
|
+
"@salesforce/plugin-auth": "3.6.83",
|
|
163
163
|
"@salesforce/plugin-data": "3.13.5",
|
|
164
|
-
"@salesforce/plugin-deploy-retrieve": "3.16.
|
|
164
|
+
"@salesforce/plugin-deploy-retrieve": "3.16.4",
|
|
165
165
|
"@salesforce/plugin-info": "3.4.29",
|
|
166
166
|
"@salesforce/plugin-limits": "3.3.43",
|
|
167
167
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
168
168
|
"@salesforce/plugin-org": "5.2.11",
|
|
169
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
169
|
+
"@salesforce/plugin-packaging": "2.9.9",
|
|
170
170
|
"@salesforce/plugin-schema": "3.3.45",
|
|
171
171
|
"@salesforce/plugin-settings": "2.4.9",
|
|
172
172
|
"@salesforce/plugin-sobject": "1.4.46",
|
|
173
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
173
|
+
"@salesforce/plugin-telemetry": "3.6.28",
|
|
174
174
|
"@salesforce/plugin-templates": "56.3.34",
|
|
175
175
|
"@salesforce/plugin-trust": "3.7.51",
|
|
176
176
|
"@salesforce/plugin-user": "3.6.5",
|