@salesforce/cli 2.76.1 → 2.76.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 +40 -40
- package/npm-shrinkwrap.json +44 -46
- package/oclif.lock +45 -45
- package/oclif.manifest.json +227 -227
- package/package.json +11 -11
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.76.
|
|
27
|
+
@salesforce/cli/2.76.3 linux-x64 node-v22.13.1
|
|
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.19/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -3855,7 +3855,7 @@ EXAMPLES
|
|
|
3855
3855
|
$ sf org list auth
|
|
3856
3856
|
```
|
|
3857
3857
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/list/auth.ts)_
|
|
3859
3859
|
|
|
3860
3860
|
## `sf org list limits`
|
|
3861
3861
|
|
|
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4155
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4156
|
```
|
|
4157
4157
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4158
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/login/access-token.ts)_
|
|
4159
4159
|
|
|
4160
4160
|
## `sf org login device`
|
|
4161
4161
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4218
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/login/device.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org login jwt`
|
|
4221
4221
|
|
|
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4306
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4307
|
```
|
|
4308
4308
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4309
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/login/jwt.ts)_
|
|
4310
4310
|
|
|
4311
4311
|
## `sf org login sfdx-url`
|
|
4312
4312
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4379
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org login web`
|
|
4382
4382
|
|
|
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4463
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4464
|
```
|
|
4465
4465
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4466
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/login/web.ts)_
|
|
4467
4467
|
|
|
4468
4468
|
## `sf org logout`
|
|
4469
4469
|
|
|
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4524
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4525
|
```
|
|
4526
4526
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4527
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.91/src/commands/org/logout.ts)_
|
|
4528
4528
|
|
|
4529
4529
|
## `sf org open`
|
|
4530
4530
|
|
|
@@ -4917,7 +4917,7 @@ FLAG DESCRIPTIONS
|
|
|
4917
4917
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4918
4918
|
```
|
|
4919
4919
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/create.ts)_
|
|
4921
4921
|
|
|
4922
4922
|
## `sf package delete`
|
|
4923
4923
|
|
|
@@ -4959,7 +4959,7 @@ EXAMPLES
|
|
|
4959
4959
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4960
4960
|
```
|
|
4961
4961
|
|
|
4962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/delete.ts)_
|
|
4963
4963
|
|
|
4964
4964
|
## `sf package install`
|
|
4965
4965
|
|
|
@@ -5058,7 +5058,7 @@ FLAG DESCRIPTIONS
|
|
|
5058
5058
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5059
5059
|
```
|
|
5060
5060
|
|
|
5061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/install.ts)_
|
|
5062
5062
|
|
|
5063
5063
|
## `sf package install report`
|
|
5064
5064
|
|
|
@@ -5091,7 +5091,7 @@ EXAMPLES
|
|
|
5091
5091
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5092
5092
|
```
|
|
5093
5093
|
|
|
5094
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5094
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/install/report.ts)_
|
|
5095
5095
|
|
|
5096
5096
|
## `sf package installed list`
|
|
5097
5097
|
|
|
@@ -5123,7 +5123,7 @@ EXAMPLES
|
|
|
5123
5123
|
$ sf package installed list --target-org me@example.com
|
|
5124
5124
|
```
|
|
5125
5125
|
|
|
5126
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5126
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/installed/list.ts)_
|
|
5127
5127
|
|
|
5128
5128
|
## `sf package list`
|
|
5129
5129
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5164
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/list.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf package uninstall`
|
|
5167
5167
|
|
|
@@ -5209,7 +5209,7 @@ EXAMPLES
|
|
|
5209
5209
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5210
5210
|
```
|
|
5211
5211
|
|
|
5212
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5212
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/uninstall.ts)_
|
|
5213
5213
|
|
|
5214
5214
|
## `sf package uninstall report`
|
|
5215
5215
|
|
|
@@ -5242,7 +5242,7 @@ EXAMPLES
|
|
|
5242
5242
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5243
5243
|
```
|
|
5244
5244
|
|
|
5245
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5245
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/uninstall/report.ts)_
|
|
5246
5246
|
|
|
5247
5247
|
## `sf package update`
|
|
5248
5248
|
|
|
@@ -5297,7 +5297,7 @@ FLAG DESCRIPTIONS
|
|
|
5297
5297
|
associated with your package.
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5300
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/update.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf package version create`
|
|
5303
5303
|
|
|
@@ -5472,7 +5472,7 @@ FLAG DESCRIPTIONS
|
|
|
5472
5472
|
periods of no output from commands.
|
|
5473
5473
|
```
|
|
5474
5474
|
|
|
5475
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5475
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/create.ts)_
|
|
5476
5476
|
|
|
5477
5477
|
## `sf package version create list`
|
|
5478
5478
|
|
|
@@ -5533,7 +5533,7 @@ EXAMPLES
|
|
|
5533
5533
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5534
5534
|
```
|
|
5535
5535
|
|
|
5536
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5536
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/create/list.ts)_
|
|
5537
5537
|
|
|
5538
5538
|
## `sf package version create report`
|
|
5539
5539
|
|
|
@@ -5576,7 +5576,7 @@ EXAMPLES
|
|
|
5576
5576
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5577
5577
|
```
|
|
5578
5578
|
|
|
5579
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5579
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/create/report.ts)_
|
|
5580
5580
|
|
|
5581
5581
|
## `sf package version delete`
|
|
5582
5582
|
|
|
@@ -5617,7 +5617,7 @@ EXAMPLES
|
|
|
5617
5617
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5618
5618
|
```
|
|
5619
5619
|
|
|
5620
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5620
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/delete.ts)_
|
|
5621
5621
|
|
|
5622
5622
|
## `sf package version displayancestry`
|
|
5623
5623
|
|
|
@@ -5677,7 +5677,7 @@ FLAG DESCRIPTIONS
|
|
|
5677
5677
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5678
5678
|
```
|
|
5679
5679
|
|
|
5680
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5680
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/displayancestry.ts)_
|
|
5681
5681
|
|
|
5682
5682
|
## `sf package version list`
|
|
5683
5683
|
|
|
@@ -5753,7 +5753,7 @@ EXAMPLES
|
|
|
5753
5753
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5754
5754
|
```
|
|
5755
5755
|
|
|
5756
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5756
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/list.ts)_
|
|
5757
5757
|
|
|
5758
5758
|
## `sf package version promote`
|
|
5759
5759
|
|
|
@@ -5797,7 +5797,7 @@ EXAMPLES
|
|
|
5797
5797
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5798
5798
|
```
|
|
5799
5799
|
|
|
5800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5800
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/promote.ts)_
|
|
5801
5801
|
|
|
5802
5802
|
## `sf package version report`
|
|
5803
5803
|
|
|
@@ -5837,7 +5837,7 @@ EXAMPLES
|
|
|
5837
5837
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5838
5838
|
```
|
|
5839
5839
|
|
|
5840
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5840
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/report.ts)_
|
|
5841
5841
|
|
|
5842
5842
|
## `sf package version update`
|
|
5843
5843
|
|
|
@@ -5890,7 +5890,7 @@ EXAMPLES
|
|
|
5890
5890
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5891
5891
|
```
|
|
5892
5892
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5893
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package/version/update.ts)_
|
|
5894
5894
|
|
|
5895
5895
|
## `sf package1 version create`
|
|
5896
5896
|
|
|
@@ -5957,7 +5957,7 @@ FLAG DESCRIPTIONS
|
|
|
5957
5957
|
subscribers.
|
|
5958
5958
|
```
|
|
5959
5959
|
|
|
5960
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5960
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package1/version/create.ts)_
|
|
5961
5961
|
|
|
5962
5962
|
## `sf package1 version create get`
|
|
5963
5963
|
|
|
@@ -5990,7 +5990,7 @@ EXAMPLES
|
|
|
5990
5990
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5991
5991
|
```
|
|
5992
5992
|
|
|
5993
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5993
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package1/version/create/get.ts)_
|
|
5994
5994
|
|
|
5995
5995
|
## `sf package1 version display`
|
|
5996
5996
|
|
|
@@ -6024,7 +6024,7 @@ EXAMPLES
|
|
|
6024
6024
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package1/version/display.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf package1 version list`
|
|
6030
6030
|
|
|
@@ -6062,7 +6062,7 @@ FLAG DESCRIPTIONS
|
|
|
6062
6062
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6063
6063
|
```
|
|
6064
6064
|
|
|
6065
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6065
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.15/src/commands/package1/version/list.ts)_
|
|
6066
6066
|
|
|
6067
6067
|
## `sf plugins`
|
|
6068
6068
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ sf plugins
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6088
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/index.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `sf plugins discover`
|
|
6091
6091
|
|
|
@@ -6130,7 +6130,7 @@ EXAMPLES
|
|
|
6130
6130
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6133
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/inspect.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf plugins install PLUGIN`
|
|
6136
6136
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf plugins install someuser/someplugin
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6182
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/install.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf plugins link PATH`
|
|
6185
6185
|
|
|
@@ -6210,7 +6210,7 @@ EXAMPLES
|
|
|
6210
6210
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6211
6211
|
```
|
|
6212
6212
|
|
|
6213
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/link.ts)_
|
|
6214
6214
|
|
|
6215
6215
|
## `sf plugins reset`
|
|
6216
6216
|
|
|
@@ -6225,7 +6225,7 @@ FLAGS
|
|
|
6225
6225
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6226
6226
|
```
|
|
6227
6227
|
|
|
6228
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6228
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/reset.ts)_
|
|
6229
6229
|
|
|
6230
6230
|
## `sf plugins trust verify`
|
|
6231
6231
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6257
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.60/src/commands/plugins/trust/verify.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf plugins uninstall [PLUGIN]`
|
|
6260
6260
|
|
|
@@ -6282,7 +6282,7 @@ EXAMPLES
|
|
|
6282
6282
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6283
6283
|
```
|
|
6284
6284
|
|
|
6285
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6285
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/uninstall.ts)_
|
|
6286
6286
|
|
|
6287
6287
|
## `sf plugins update`
|
|
6288
6288
|
|
|
@@ -6300,7 +6300,7 @@ DESCRIPTION
|
|
|
6300
6300
|
Update installed plugins.
|
|
6301
6301
|
```
|
|
6302
6302
|
|
|
6303
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6303
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.29/src/commands/plugins/update.ts)_
|
|
6304
6304
|
|
|
6305
6305
|
## `sf project convert mdapi`
|
|
6306
6306
|
|
|
@@ -8488,7 +8488,7 @@ FLAG DESCRIPTIONS
|
|
|
8488
8488
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8489
8489
|
```
|
|
8490
8490
|
|
|
8491
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8491
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.23/src/commands/version.ts)_
|
|
8492
8492
|
|
|
8493
8493
|
## `sf visualforce generate component`
|
|
8494
8494
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.76.
|
|
3
|
+
"version": "2.76.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.76.
|
|
9
|
+
"version": "2.76.3",
|
|
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.5",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.19",
|
|
17
17
|
"@oclif/plugin-help": "6.2.23",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.39",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.29",
|
|
20
20
|
"@oclif/plugin-search": "1.2.19",
|
|
21
21
|
"@oclif/plugin-update": "4.6.27",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.23",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.31",
|
|
24
24
|
"@oclif/plugin-which": "3.2.26",
|
|
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.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.91",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.7",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.18.0",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.34",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.44",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
35
|
"@salesforce/plugin-org": "5.2.25",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.9.15",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.46",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.10",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.49",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.32",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.35",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.60",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.6",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.1.3",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -5231,9 +5231,9 @@
|
|
|
5231
5231
|
}
|
|
5232
5232
|
},
|
|
5233
5233
|
"node_modules/@oclif/plugin-commands": {
|
|
5234
|
-
"version": "4.1.
|
|
5235
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
5236
|
-
"integrity": "sha512-
|
|
5234
|
+
"version": "4.1.19",
|
|
5235
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.19.tgz",
|
|
5236
|
+
"integrity": "sha512-XfCIH5w8ZstyIPVdNDB/WL7pIiIirPFmvuO2eR7EswMM79mfW99UaHt8N7JfS2cl9uNO/lNOKJkAFa86W9/ZPQ==",
|
|
5237
5237
|
"license": "MIT",
|
|
5238
5238
|
"dependencies": {
|
|
5239
5239
|
"@oclif/core": "^4",
|
|
@@ -5258,14 +5258,14 @@
|
|
|
5258
5258
|
}
|
|
5259
5259
|
},
|
|
5260
5260
|
"node_modules/@oclif/plugin-not-found": {
|
|
5261
|
-
"version": "3.2.
|
|
5262
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
5263
|
-
"integrity": "sha512-
|
|
5261
|
+
"version": "3.2.39",
|
|
5262
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.39.tgz",
|
|
5263
|
+
"integrity": "sha512-4GFjDsxYBSGktnI8bSUzffyYqSulh9sm+vvsJQi2gJsxSEcXKSk3+ZAsy80l8K0dYIwjfVDrErelq6AUSsqp2Q==",
|
|
5264
5264
|
"license": "MIT",
|
|
5265
5265
|
"dependencies": {
|
|
5266
5266
|
"@inquirer/prompts": "^7.2.3",
|
|
5267
5267
|
"@oclif/core": "^4",
|
|
5268
|
-
"ansis": "^3.
|
|
5268
|
+
"ansis": "^3.10.0",
|
|
5269
5269
|
"fast-levenshtein": "^3.0.0"
|
|
5270
5270
|
},
|
|
5271
5271
|
"engines": {
|
|
@@ -5273,9 +5273,9 @@
|
|
|
5273
5273
|
}
|
|
5274
5274
|
},
|
|
5275
5275
|
"node_modules/@oclif/plugin-plugins": {
|
|
5276
|
-
"version": "5.4.
|
|
5277
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
5278
|
-
"integrity": "sha512-
|
|
5276
|
+
"version": "5.4.29",
|
|
5277
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.29.tgz",
|
|
5278
|
+
"integrity": "sha512-uwQXVb3ZqoG/UDiwDn5siSV7Y+luEHX5nAigVF/F7EdmmJR6uEeNHN5iWckP1QTdcuXq+BzRARy1quYB45lbxg==",
|
|
5279
5279
|
"license": "MIT",
|
|
5280
5280
|
"dependencies": {
|
|
5281
5281
|
"@oclif/core": "^4.2.4",
|
|
@@ -5285,7 +5285,7 @@
|
|
|
5285
5285
|
"npm-package-arg": "^11.0.3",
|
|
5286
5286
|
"npm-run-path": "^5.3.0",
|
|
5287
5287
|
"object-treeify": "^4.0.1",
|
|
5288
|
-
"semver": "^7.
|
|
5288
|
+
"semver": "^7.7.0",
|
|
5289
5289
|
"validate-npm-package-name": "^5.0.1",
|
|
5290
5290
|
"which": "^4.0.0",
|
|
5291
5291
|
"yarn": "^1.22.22"
|
|
@@ -5423,13 +5423,13 @@
|
|
|
5423
5423
|
}
|
|
5424
5424
|
},
|
|
5425
5425
|
"node_modules/@oclif/plugin-version": {
|
|
5426
|
-
"version": "2.2.
|
|
5427
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
5428
|
-
"integrity": "sha512-
|
|
5426
|
+
"version": "2.2.23",
|
|
5427
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.23.tgz",
|
|
5428
|
+
"integrity": "sha512-RNwrPnkS2DDrtGLI21u9OBSZpaOiGosRuFv/tqQazlG7XfBecFddWl8smbz7N9ucirzFQL17Slyt69/qRZKBjQ==",
|
|
5429
5429
|
"license": "MIT",
|
|
5430
5430
|
"dependencies": {
|
|
5431
5431
|
"@oclif/core": "^4",
|
|
5432
|
-
"ansis": "^3.
|
|
5432
|
+
"ansis": "^3.10.0"
|
|
5433
5433
|
},
|
|
5434
5434
|
"engines": {
|
|
5435
5435
|
"node": ">=18.0.0"
|
|
@@ -6181,9 +6181,9 @@
|
|
|
6181
6181
|
}
|
|
6182
6182
|
},
|
|
6183
6183
|
"node_modules/@salesforce/plugin-auth": {
|
|
6184
|
-
"version": "3.6.
|
|
6185
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
6186
|
-
"integrity": "sha512-
|
|
6184
|
+
"version": "3.6.91",
|
|
6185
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.91.tgz",
|
|
6186
|
+
"integrity": "sha512-AaNvfdWlt7rVCW2N1YSQWgPhIMq82qvGuEavaWneuSKpLzW8jSUgXqKet7xZUCfmToq5NIa/IAZIzYhjmPk6aw==",
|
|
6187
6187
|
"license": "BSD-3-Clause",
|
|
6188
6188
|
"dependencies": {
|
|
6189
6189
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -6433,9 +6433,9 @@
|
|
|
6433
6433
|
}
|
|
6434
6434
|
},
|
|
6435
6435
|
"node_modules/@salesforce/plugin-packaging": {
|
|
6436
|
-
"version": "2.9.
|
|
6437
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
6438
|
-
"integrity": "sha512-
|
|
6436
|
+
"version": "2.9.15",
|
|
6437
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.15.tgz",
|
|
6438
|
+
"integrity": "sha512-DhI6L29v1pgdSmjLlJ7Az4QyXmQN4B0DKzm2cUddkB+Y9WZy8NDXXo6FVrt45DbpwqJYoktayCQLn9gqRZ/vag==",
|
|
6439
6439
|
"license": "BSD-3-Clause",
|
|
6440
6440
|
"dependencies": {
|
|
6441
6441
|
"@oclif/core": "^4",
|
|
@@ -6708,12 +6708,12 @@
|
|
|
6708
6708
|
}
|
|
6709
6709
|
},
|
|
6710
6710
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
6711
|
-
"version": "3.6.
|
|
6712
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
6713
|
-
"integrity": "sha512-
|
|
6711
|
+
"version": "3.6.32",
|
|
6712
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.32.tgz",
|
|
6713
|
+
"integrity": "sha512-2Po34zAyNXUUiQcvoqRS8AnjaOVdcZVvKETfdxrI+EqYQ4lYAkDW35IrE7rE7fIKeaw+Hi0U27YE3Ip19KiUoQ==",
|
|
6714
6714
|
"license": "BSD-3-Clause",
|
|
6715
6715
|
"dependencies": {
|
|
6716
|
-
"@oclif/core": "^4.2.
|
|
6716
|
+
"@oclif/core": "^4.2.5",
|
|
6717
6717
|
"@salesforce/core": "^8.8.0",
|
|
6718
6718
|
"@salesforce/kit": "^3.2.3",
|
|
6719
6719
|
"@salesforce/sf-plugins-core": "^12",
|
|
@@ -6740,9 +6740,9 @@
|
|
|
6740
6740
|
}
|
|
6741
6741
|
},
|
|
6742
6742
|
"node_modules/@salesforce/plugin-trust": {
|
|
6743
|
-
"version": "3.7.
|
|
6744
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
6745
|
-
"integrity": "sha512-
|
|
6743
|
+
"version": "3.7.60",
|
|
6744
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.60.tgz",
|
|
6745
|
+
"integrity": "sha512-2c6m0D5hZ9vQwa+xt9txRW0quJYoffWylpU49GCx87xMVtYIMnNfuwtw0DiAncpMPwNItFjLuaSC5UpFS0tjAw==",
|
|
6746
6746
|
"license": "BSD-3-Clause",
|
|
6747
6747
|
"dependencies": {
|
|
6748
6748
|
"@oclif/core": "^4",
|
|
@@ -8939,9 +8939,9 @@
|
|
|
8939
8939
|
"license": "MIT"
|
|
8940
8940
|
},
|
|
8941
8941
|
"node_modules/ansis": {
|
|
8942
|
-
"version": "3.
|
|
8943
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
8944
|
-
"integrity": "sha512-
|
|
8942
|
+
"version": "3.10.0",
|
|
8943
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.10.0.tgz",
|
|
8944
|
+
"integrity": "sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==",
|
|
8945
8945
|
"license": "ISC",
|
|
8946
8946
|
"engines": {
|
|
8947
8947
|
"node": ">=16"
|
|
@@ -19891,8 +19891,6 @@
|
|
|
19891
19891
|
},
|
|
19892
19892
|
"node_modules/npm/node_modules/semver": {
|
|
19893
19893
|
"version": "7.6.3",
|
|
19894
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
19895
|
-
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
19896
19894
|
"inBundle": true,
|
|
19897
19895
|
"license": "ISC",
|
|
19898
19896
|
"bin": {
|
|
@@ -22688,9 +22686,9 @@
|
|
|
22688
22686
|
"license": "BSD-3-Clause"
|
|
22689
22687
|
},
|
|
22690
22688
|
"node_modules/semver": {
|
|
22691
|
-
"version": "7.
|
|
22692
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
22693
|
-
"integrity": "sha512-
|
|
22689
|
+
"version": "7.7.0",
|
|
22690
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz",
|
|
22691
|
+
"integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==",
|
|
22694
22692
|
"license": "ISC",
|
|
22695
22693
|
"bin": {
|
|
22696
22694
|
"semver": "bin/semver.js"
|