@salesforce/cli 2.72.9 → 2.72.10
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 +56 -56
- package/npm-shrinkwrap.json +50 -50
- package/oclif.lock +55 -55
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.10 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.15/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -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.85/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.85/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.85/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.85/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.85/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.85/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.85/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.24/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.24/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.24/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.24/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.24/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.24/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.24/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/src/commands/project/retrieve/start.ts)_
|
|
8061
8061
|
|
|
8062
8062
|
## `sf schema generate field`
|
|
8063
8063
|
|
|
@@ -8470,7 +8470,7 @@ FLAG DESCRIPTIONS
|
|
|
8470
8470
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8471
8471
|
```
|
|
8472
8472
|
|
|
8473
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8473
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.19/src/commands/version.ts)_
|
|
8474
8474
|
|
|
8475
8475
|
## `sf visualforce generate component`
|
|
8476
8476
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.10",
|
|
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.10",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.15",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.15",
|
|
17
17
|
"@oclif/plugin-help": "6.2.20",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.32",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.24",
|
|
20
20
|
"@oclif/plugin-search": "1.2.17",
|
|
21
21
|
"@oclif/plugin-update": "4.6.20",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.19",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.28",
|
|
24
24
|
"@oclif/plugin-which": "3.2.22",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
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.85",
|
|
30
30
|
"@salesforce/plugin-data": "3.13.6",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.16.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.16.6",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.30",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.43",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
35
|
"@salesforce/plugin-org": "5.2.12",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.9.10",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.45",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.9",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.48",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.29",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.34",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.52",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.5",
|
|
@@ -4145,13 +4145,13 @@
|
|
|
4145
4145
|
}
|
|
4146
4146
|
},
|
|
4147
4147
|
"node_modules/@oclif/plugin-commands": {
|
|
4148
|
-
"version": "4.1.
|
|
4149
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
4150
|
-
"integrity": "sha512-
|
|
4148
|
+
"version": "4.1.15",
|
|
4149
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.15.tgz",
|
|
4150
|
+
"integrity": "sha512-5At5igG/B4+bTGfUFE4xMo44i9KDBtQPTLLVfHAEjN67fyk4xUU+6VaMgHEfOoqgzpqK2Uf7wjASS8L9SSvBRw==",
|
|
4151
4151
|
"license": "MIT",
|
|
4152
4152
|
"dependencies": {
|
|
4153
4153
|
"@oclif/core": "^4",
|
|
4154
|
-
"@oclif/table": "^0.3.
|
|
4154
|
+
"@oclif/table": "^0.3.9",
|
|
4155
4155
|
"lodash": "^4.17.21",
|
|
4156
4156
|
"object-treeify": "^4.0.1"
|
|
4157
4157
|
},
|
|
@@ -4172,14 +4172,14 @@
|
|
|
4172
4172
|
}
|
|
4173
4173
|
},
|
|
4174
4174
|
"node_modules/@oclif/plugin-not-found": {
|
|
4175
|
-
"version": "3.2.
|
|
4176
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4177
|
-
"integrity": "sha512-
|
|
4175
|
+
"version": "3.2.32",
|
|
4176
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.32.tgz",
|
|
4177
|
+
"integrity": "sha512-8uyqhwq0I2qkBra6W6Ti0opBqDsBbMywVWplhbt1TkjMr9B8ZA8F1cQYa5Zz14blJD7dSS+OAhSHb/Ikkm1g4Q==",
|
|
4178
4178
|
"license": "MIT",
|
|
4179
4179
|
"dependencies": {
|
|
4180
4180
|
"@inquirer/prompts": "^7.2.0",
|
|
4181
4181
|
"@oclif/core": "^4",
|
|
4182
|
-
"ansis": "^3.
|
|
4182
|
+
"ansis": "^3.5.2",
|
|
4183
4183
|
"fast-levenshtein": "^3.0.0"
|
|
4184
4184
|
},
|
|
4185
4185
|
"engines": {
|
|
@@ -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.24",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.24.tgz",
|
|
4192
|
+
"integrity": "sha512-Mzo0XNeD/5dshgLX9Ft7cpgSQKVQd7fw0PoaE/+58d7K/Lz00wxbo4zKjw19j65pqBfsKv7zVmg+jWxu3PZpgA==",
|
|
4193
4193
|
"license": "MIT",
|
|
4194
4194
|
"dependencies": {
|
|
4195
4195
|
"@oclif/core": "^4.0.34",
|
|
4196
|
-
"ansis": "^3.
|
|
4196
|
+
"ansis": "^3.5.2",
|
|
4197
4197
|
"debug": "^4.4.0",
|
|
4198
4198
|
"npm": "^10.9.2",
|
|
4199
4199
|
"npm-package-arg": "^11.0.3",
|
|
@@ -4337,13 +4337,13 @@
|
|
|
4337
4337
|
}
|
|
4338
4338
|
},
|
|
4339
4339
|
"node_modules/@oclif/plugin-version": {
|
|
4340
|
-
"version": "2.2.
|
|
4341
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4342
|
-
"integrity": "sha512-
|
|
4340
|
+
"version": "2.2.19",
|
|
4341
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.19.tgz",
|
|
4342
|
+
"integrity": "sha512-AdYn3RDb1SBHkhr8YS7j0rMTm2Bz+BxIKFsb/v5Hm8JABWwAK3n/+EJML/7TAc9dYS8oi6+qOiOXL78Cybh8ww==",
|
|
4343
4343
|
"license": "MIT",
|
|
4344
4344
|
"dependencies": {
|
|
4345
4345
|
"@oclif/core": "^4",
|
|
4346
|
-
"ansis": "^3.
|
|
4346
|
+
"ansis": "^3.5.2"
|
|
4347
4347
|
},
|
|
4348
4348
|
"engines": {
|
|
4349
4349
|
"node": ">=18.0.0"
|
|
@@ -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.85",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.85.tgz",
|
|
5100
|
+
"integrity": "sha512-GvTz7+WBmIONsNyjrBnIPtTqIMA7QpiyHnvByey8UjFXb1DtyM5isDPq3Q0nTYzWW0YQXXSyEAHN9eNNb0SUGQ==",
|
|
5101
5101
|
"license": "BSD-3-Clause",
|
|
5102
5102
|
"dependencies": {
|
|
5103
5103
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5105,7 +5105,7 @@
|
|
|
5105
5105
|
"@oclif/core": "^4",
|
|
5106
5106
|
"@salesforce/core": "^8.8.0",
|
|
5107
5107
|
"@salesforce/kit": "^3.2.3",
|
|
5108
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5108
|
+
"@salesforce/plugin-info": "^3.4.30",
|
|
5109
5109
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
5110
5110
|
"@salesforce/ts-types": "^2.0.11",
|
|
5111
5111
|
"open": "^10.1.0"
|
|
@@ -5249,20 +5249,20 @@
|
|
|
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.6",
|
|
5253
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.6.tgz",
|
|
5254
|
+
"integrity": "sha512-/Tl+TK/eO/dhNMgxofXl1M6rDbsb77wmQzU5Ki/bUgEG/bOcKzMoQj21Ez2u0Dirb3B6TeoKdt9ypNlqRfr2Ug==",
|
|
5255
5255
|
"license": "BSD-3-Clause",
|
|
5256
5256
|
"dependencies": {
|
|
5257
5257
|
"@oclif/core": "^4.2.0",
|
|
5258
5258
|
"@oclif/multi-stage-output": "^0.8.0",
|
|
5259
|
-
"@salesforce/apex-node": "^8.1.
|
|
5259
|
+
"@salesforce/apex-node": "^8.1.19",
|
|
5260
5260
|
"@salesforce/core": "^8.6.4",
|
|
5261
5261
|
"@salesforce/kit": "^3.2.3",
|
|
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.3.
|
|
5265
|
+
"@salesforce/source-tracking": "^7.3.4",
|
|
5266
5266
|
"@salesforce/ts-types": "^2.0.12",
|
|
5267
5267
|
"ansis": "^3.4.0",
|
|
5268
5268
|
"terminal-link": "^3.0.0"
|
|
@@ -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.10",
|
|
5451
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.10.tgz",
|
|
5452
|
+
"integrity": "sha512-xpVPPcT5BQlkfF3MN0Y+QMKRz3c4r3y4o7mfPNEhKFBs0ZhjOL5uAa6oaGQKyrx3vpvi/AOMdEwmJcxo+YlLAw==",
|
|
5453
5453
|
"license": "BSD-3-Clause",
|
|
5454
5454
|
"dependencies": {
|
|
5455
5455
|
"@oclif/core": "^4",
|
|
@@ -5457,7 +5457,7 @@
|
|
|
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.4.
|
|
5460
|
+
"chalk": "^5.4.1"
|
|
5461
5461
|
},
|
|
5462
5462
|
"engines": {
|
|
5463
5463
|
"node": ">=18.0.0"
|
|
@@ -5722,16 +5722,16 @@
|
|
|
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.29",
|
|
5726
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.29.tgz",
|
|
5727
|
+
"integrity": "sha512-KzL31oxXuG93ck+gQqA5ioq+uhQ30anTMEyRIx9uFDLBDekflW+wH2kVptHJtiIJ/RywDb6A6+uzKXEpfRJj4A==",
|
|
5728
5728
|
"license": "BSD-3-Clause",
|
|
5729
5729
|
"dependencies": {
|
|
5730
5730
|
"@oclif/core": "^4.0.34",
|
|
5731
5731
|
"@salesforce/core": "^8.8.0",
|
|
5732
5732
|
"@salesforce/kit": "^3.2.3",
|
|
5733
5733
|
"@salesforce/sf-plugins-core": "^12",
|
|
5734
|
-
"@salesforce/telemetry": "^6.0.
|
|
5734
|
+
"@salesforce/telemetry": "^6.0.39",
|
|
5735
5735
|
"@salesforce/ts-types": "^2.0.11",
|
|
5736
5736
|
"debug": "^4.3.7"
|
|
5737
5737
|
},
|
|
@@ -5985,16 +5985,16 @@
|
|
|
5985
5985
|
}
|
|
5986
5986
|
},
|
|
5987
5987
|
"node_modules/@salesforce/telemetry": {
|
|
5988
|
-
"version": "6.0.
|
|
5989
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
5990
|
-
"integrity": "sha512-
|
|
5988
|
+
"version": "6.0.39",
|
|
5989
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.39.tgz",
|
|
5990
|
+
"integrity": "sha512-5Wc+c7TOSeevqDpANVBDgJ17/fnOSmw8Ok/d3jhPli757vyHg0FAJyX9x+1mXxZhDtYJag9yJZ1RWEjOB+7RgQ==",
|
|
5991
5991
|
"license": "BSD-3-Clause",
|
|
5992
5992
|
"dependencies": {
|
|
5993
5993
|
"@salesforce/core": "^8.8.0",
|
|
5994
5994
|
"@salesforce/kit": "^3.2.3",
|
|
5995
5995
|
"applicationinsights": "^2.9.6",
|
|
5996
5996
|
"got": "^11",
|
|
5997
|
-
"proxy-agent": "^6.
|
|
5997
|
+
"proxy-agent": "^6.5.0"
|
|
5998
5998
|
},
|
|
5999
5999
|
"engines": {
|
|
6000
6000
|
"node": ">=18.0.0"
|
|
@@ -7925,9 +7925,9 @@
|
|
|
7925
7925
|
"license": "MIT"
|
|
7926
7926
|
},
|
|
7927
7927
|
"node_modules/ansis": {
|
|
7928
|
-
"version": "3.
|
|
7929
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
7930
|
-
"integrity": "sha512-
|
|
7928
|
+
"version": "3.5.2",
|
|
7929
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz",
|
|
7930
|
+
"integrity": "sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==",
|
|
7931
7931
|
"license": "ISC",
|
|
7932
7932
|
"engines": {
|
|
7933
7933
|
"node": ">=16"
|
package/oclif.lock
CHANGED
|
@@ -1775,13 +1775,13 @@
|
|
|
1775
1775
|
semver "^7.6.0"
|
|
1776
1776
|
ts-json-schema-generator "^1.5.1"
|
|
1777
1777
|
|
|
1778
|
-
"@oclif/plugin-commands@4.1.
|
|
1779
|
-
version "4.1.
|
|
1780
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1781
|
-
integrity sha512-
|
|
1778
|
+
"@oclif/plugin-commands@4.1.15":
|
|
1779
|
+
version "4.1.15"
|
|
1780
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.15.tgz"
|
|
1781
|
+
integrity sha512-5At5igG/B4+bTGfUFE4xMo44i9KDBtQPTLLVfHAEjN67fyk4xUU+6VaMgHEfOoqgzpqK2Uf7wjASS8L9SSvBRw==
|
|
1782
1782
|
dependencies:
|
|
1783
1783
|
"@oclif/core" "^4"
|
|
1784
|
-
"@oclif/table" "^0.3.
|
|
1784
|
+
"@oclif/table" "^0.3.9"
|
|
1785
1785
|
lodash "^4.17.21"
|
|
1786
1786
|
object-treeify "^4.0.1"
|
|
1787
1787
|
|
|
@@ -1792,23 +1792,23 @@
|
|
|
1792
1792
|
dependencies:
|
|
1793
1793
|
"@oclif/core" "^4"
|
|
1794
1794
|
|
|
1795
|
-
"@oclif/plugin-not-found@^3.2.31", "@oclif/plugin-not-found@3.2.
|
|
1796
|
-
version "3.2.
|
|
1797
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1798
|
-
integrity sha512-
|
|
1795
|
+
"@oclif/plugin-not-found@^3.2.31", "@oclif/plugin-not-found@3.2.32":
|
|
1796
|
+
version "3.2.32"
|
|
1797
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.32.tgz"
|
|
1798
|
+
integrity sha512-8uyqhwq0I2qkBra6W6Ti0opBqDsBbMywVWplhbt1TkjMr9B8ZA8F1cQYa5Zz14blJD7dSS+OAhSHb/Ikkm1g4Q==
|
|
1799
1799
|
dependencies:
|
|
1800
1800
|
"@inquirer/prompts" "^7.2.0"
|
|
1801
1801
|
"@oclif/core" "^4"
|
|
1802
|
-
ansis "^3.
|
|
1802
|
+
ansis "^3.5.2"
|
|
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.24":
|
|
1806
|
+
version "5.4.24"
|
|
1807
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.24.tgz"
|
|
1808
|
+
integrity sha512-Mzo0XNeD/5dshgLX9Ft7cpgSQKVQd7fw0PoaE/+58d7K/Lz00wxbo4zKjw19j65pqBfsKv7zVmg+jWxu3PZpgA==
|
|
1809
1809
|
dependencies:
|
|
1810
1810
|
"@oclif/core" "^4.0.34"
|
|
1811
|
-
ansis "^3.
|
|
1811
|
+
ansis "^3.5.2"
|
|
1812
1812
|
debug "^4.4.0"
|
|
1813
1813
|
npm "^10.9.2"
|
|
1814
1814
|
npm-package-arg "^11.0.3"
|
|
@@ -1844,13 +1844,13 @@
|
|
|
1844
1844
|
semver "^7.6.3"
|
|
1845
1845
|
tar-fs "^2.1.1"
|
|
1846
1846
|
|
|
1847
|
-
"@oclif/plugin-version@2.2.
|
|
1848
|
-
version "2.2.
|
|
1849
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1850
|
-
integrity sha512-
|
|
1847
|
+
"@oclif/plugin-version@2.2.19":
|
|
1848
|
+
version "2.2.19"
|
|
1849
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.19.tgz"
|
|
1850
|
+
integrity sha512-AdYn3RDb1SBHkhr8YS7j0rMTm2Bz+BxIKFsb/v5Hm8JABWwAK3n/+EJML/7TAc9dYS8oi6+qOiOXL78Cybh8ww==
|
|
1851
1851
|
dependencies:
|
|
1852
1852
|
"@oclif/core" "^4"
|
|
1853
|
-
ansis "^3.
|
|
1853
|
+
ansis "^3.5.2"
|
|
1854
1854
|
|
|
1855
1855
|
"@oclif/plugin-warn-if-update-available@^3.1.28", "@oclif/plugin-warn-if-update-available@3.1.28":
|
|
1856
1856
|
version "3.1.28"
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
"@oclif/core" "^4"
|
|
1873
1873
|
ansis "^3.4.0"
|
|
1874
1874
|
|
|
1875
|
-
"@oclif/table@^0.3.2", "@oclif/table@^0.3.
|
|
1875
|
+
"@oclif/table@^0.3.2", "@oclif/table@^0.3.9":
|
|
1876
1876
|
version "0.3.9"
|
|
1877
1877
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz"
|
|
1878
1878
|
integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
2050
2050
|
config-chain "^1.1.11"
|
|
2051
2051
|
|
|
2052
|
-
"@salesforce/apex-node@^8.1.
|
|
2052
|
+
"@salesforce/apex-node@^8.1.19":
|
|
2053
2053
|
version "8.1.19"
|
|
2054
2054
|
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.19.tgz"
|
|
2055
2055
|
integrity sha512-zW+C7/NIoNAxLw/CH0pKIu/qD7W0kaxHxFirxmiaXNZ2EoIAG1jPpRTCvDPODs+yeoxd5ls+j4EeJrEbuc2ceQ==
|
|
@@ -2195,17 +2195,17 @@
|
|
|
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.85":
|
|
2199
|
+
version "3.6.85"
|
|
2200
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.85.tgz"
|
|
2201
|
+
integrity sha512-GvTz7+WBmIONsNyjrBnIPtTqIMA7QpiyHnvByey8UjFXb1DtyM5isDPq3Q0nTYzWW0YQXXSyEAHN9eNNb0SUGQ==
|
|
2202
2202
|
dependencies:
|
|
2203
2203
|
"@inquirer/checkbox" "^2.5.0"
|
|
2204
2204
|
"@inquirer/select" "^2.5.0"
|
|
2205
2205
|
"@oclif/core" "^4"
|
|
2206
2206
|
"@salesforce/core" "^8.8.0"
|
|
2207
2207
|
"@salesforce/kit" "^3.2.3"
|
|
2208
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2208
|
+
"@salesforce/plugin-info" "^3.4.30"
|
|
2209
2209
|
"@salesforce/sf-plugins-core" "^12.1.1"
|
|
2210
2210
|
"@salesforce/ts-types" "^2.0.11"
|
|
2211
2211
|
open "^10.1.0"
|
|
@@ -2242,25 +2242,25 @@
|
|
|
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.6":
|
|
2246
|
+
version "3.16.6"
|
|
2247
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.16.6.tgz"
|
|
2248
|
+
integrity sha512-/Tl+TK/eO/dhNMgxofXl1M6rDbsb77wmQzU5Ki/bUgEG/bOcKzMoQj21Ez2u0Dirb3B6TeoKdt9ypNlqRfr2Ug==
|
|
2249
2249
|
dependencies:
|
|
2250
2250
|
"@oclif/core" "^4.2.0"
|
|
2251
2251
|
"@oclif/multi-stage-output" "^0.8.0"
|
|
2252
|
-
"@salesforce/apex-node" "^8.1.
|
|
2252
|
+
"@salesforce/apex-node" "^8.1.19"
|
|
2253
2253
|
"@salesforce/core" "^8.6.4"
|
|
2254
2254
|
"@salesforce/kit" "^3.2.3"
|
|
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.3.
|
|
2258
|
+
"@salesforce/source-tracking" "^7.3.4"
|
|
2259
2259
|
"@salesforce/ts-types" "^2.0.12"
|
|
2260
2260
|
ansis "^3.4.0"
|
|
2261
2261
|
terminal-link "^3.0.0"
|
|
2262
2262
|
|
|
2263
|
-
"@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.29", "@salesforce/plugin-info@3.4.30":
|
|
2263
|
+
"@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.29", "@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@3.4.30":
|
|
2264
2264
|
version "3.4.30"
|
|
2265
2265
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz"
|
|
2266
2266
|
integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==
|
|
@@ -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.10":
|
|
2319
|
+
version "2.9.10"
|
|
2320
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.10.tgz"
|
|
2321
|
+
integrity sha512-xpVPPcT5BQlkfF3MN0Y+QMKRz3c4r3y4o7mfPNEhKFBs0ZhjOL5uAa6oaGQKyrx3vpvi/AOMdEwmJcxo+YlLAw==
|
|
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.4.
|
|
2328
|
+
chalk "^5.4.1"
|
|
2329
2329
|
|
|
2330
2330
|
"@salesforce/plugin-release-management@^5.6.9":
|
|
2331
2331
|
version "5.6.9"
|
|
@@ -2390,16 +2390,16 @@
|
|
|
2390
2390
|
fast-xml-parser "^4.5.1"
|
|
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.29":
|
|
2394
|
+
version "3.6.29"
|
|
2395
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.29.tgz"
|
|
2396
|
+
integrity sha512-KzL31oxXuG93ck+gQqA5ioq+uhQ30anTMEyRIx9uFDLBDekflW+wH2kVptHJtiIJ/RywDb6A6+uzKXEpfRJj4A==
|
|
2397
2397
|
dependencies:
|
|
2398
2398
|
"@oclif/core" "^4.0.34"
|
|
2399
2399
|
"@salesforce/core" "^8.8.0"
|
|
2400
2400
|
"@salesforce/kit" "^3.2.3"
|
|
2401
2401
|
"@salesforce/sf-plugins-core" "^12"
|
|
2402
|
-
"@salesforce/telemetry" "^6.0.
|
|
2402
|
+
"@salesforce/telemetry" "^6.0.39"
|
|
2403
2403
|
"@salesforce/ts-types" "^2.0.11"
|
|
2404
2404
|
debug "^4.3.7"
|
|
2405
2405
|
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
minimatch "^9.0.5"
|
|
2503
2503
|
proxy-agent "^6.4.0"
|
|
2504
2504
|
|
|
2505
|
-
"@salesforce/source-tracking@^7.3.
|
|
2505
|
+
"@salesforce/source-tracking@^7.3.4":
|
|
2506
2506
|
version "7.3.4"
|
|
2507
2507
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.4.tgz"
|
|
2508
2508
|
integrity sha512-Qs2GWPaF8GrIvEZyVqX9zmk80BZAzKxirbnfGk+eB0Nig3/Yh01PLdjH5ctRxZpAvraXYZqConIyUxztwT16pA==
|
|
@@ -2517,16 +2517,16 @@
|
|
|
2517
2517
|
isomorphic-git "^1.27.2"
|
|
2518
2518
|
ts-retry-promise "^0.8.1"
|
|
2519
2519
|
|
|
2520
|
-
"@salesforce/telemetry@^6.0.
|
|
2521
|
-
version "6.0.
|
|
2522
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.
|
|
2523
|
-
integrity sha512-
|
|
2520
|
+
"@salesforce/telemetry@^6.0.39":
|
|
2521
|
+
version "6.0.39"
|
|
2522
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.39.tgz"
|
|
2523
|
+
integrity sha512-5Wc+c7TOSeevqDpANVBDgJ17/fnOSmw8Ok/d3jhPli757vyHg0FAJyX9x+1mXxZhDtYJag9yJZ1RWEjOB+7RgQ==
|
|
2524
2524
|
dependencies:
|
|
2525
2525
|
"@salesforce/core" "^8.8.0"
|
|
2526
2526
|
"@salesforce/kit" "^3.2.3"
|
|
2527
2527
|
applicationinsights "^2.9.6"
|
|
2528
2528
|
got "^11"
|
|
2529
|
-
proxy-agent "^6.
|
|
2529
|
+
proxy-agent "^6.5.0"
|
|
2530
2530
|
|
|
2531
2531
|
"@salesforce/templates@^62.0.5":
|
|
2532
2532
|
version "62.0.5"
|
|
@@ -3690,10 +3690,10 @@ ansicolors@~0.3.2:
|
|
|
3690
3690
|
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
|
|
3691
3691
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3692
3692
|
|
|
3693
|
-
ansis@^3.2.0, ansis@^3.3.0, ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0:
|
|
3694
|
-
version "3.
|
|
3695
|
-
resolved "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
3696
|
-
integrity sha512-
|
|
3693
|
+
ansis@^3.2.0, ansis@^3.3.0, ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2:
|
|
3694
|
+
version "3.5.2"
|
|
3695
|
+
resolved "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz"
|
|
3696
|
+
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
|
|
3697
3697
|
|
|
3698
3698
|
anymatch@~3.1.2:
|
|
3699
3699
|
version "3.1.3"
|
|
@@ -4285,7 +4285,7 @@ chalk@^5.3.0:
|
|
|
4285
4285
|
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
4286
4286
|
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
4287
4287
|
|
|
4288
|
-
chalk@^5.4.
|
|
4288
|
+
chalk@^5.4.1:
|
|
4289
4289
|
version "5.4.1"
|
|
4290
4290
|
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
4291
4291
|
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
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.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,31 +146,31 @@
|
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
147
|
"@oclif/core": "4.2.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.15",
|
|
149
|
-
"@oclif/plugin-commands": "4.1.
|
|
149
|
+
"@oclif/plugin-commands": "4.1.15",
|
|
150
150
|
"@oclif/plugin-help": "6.2.20",
|
|
151
|
-
"@oclif/plugin-not-found": "3.2.
|
|
152
|
-
"@oclif/plugin-plugins": "5.4.
|
|
151
|
+
"@oclif/plugin-not-found": "3.2.32",
|
|
152
|
+
"@oclif/plugin-plugins": "5.4.24",
|
|
153
153
|
"@oclif/plugin-search": "1.2.17",
|
|
154
154
|
"@oclif/plugin-update": "4.6.20",
|
|
155
|
-
"@oclif/plugin-version": "2.2.
|
|
155
|
+
"@oclif/plugin-version": "2.2.19",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.28",
|
|
157
157
|
"@oclif/plugin-which": "3.2.22",
|
|
158
158
|
"@salesforce/core": "^8.2.3",
|
|
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.85",
|
|
163
163
|
"@salesforce/plugin-data": "3.13.6",
|
|
164
|
-
"@salesforce/plugin-deploy-retrieve": "3.16.
|
|
164
|
+
"@salesforce/plugin-deploy-retrieve": "3.16.6",
|
|
165
165
|
"@salesforce/plugin-info": "3.4.30",
|
|
166
166
|
"@salesforce/plugin-limits": "3.3.43",
|
|
167
167
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
168
168
|
"@salesforce/plugin-org": "5.2.12",
|
|
169
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
169
|
+
"@salesforce/plugin-packaging": "2.9.10",
|
|
170
170
|
"@salesforce/plugin-schema": "3.3.45",
|
|
171
171
|
"@salesforce/plugin-settings": "2.4.9",
|
|
172
172
|
"@salesforce/plugin-sobject": "1.4.48",
|
|
173
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
173
|
+
"@salesforce/plugin-telemetry": "3.6.29",
|
|
174
174
|
"@salesforce/plugin-templates": "56.3.34",
|
|
175
175
|
"@salesforce/plugin-trust": "3.7.52",
|
|
176
176
|
"@salesforce/plugin-user": "3.6.5",
|