@salesforce/cli 2.117.5 → 2.118.0
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 +52 -47
- package/npm-shrinkwrap.json +40 -36
- package/oclif.lock +30 -30
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.118.0 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1271
|
directory.
|
|
1272
1272
|
```
|
|
1273
1273
|
|
|
1274
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
1274
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/analytics/generate/template.ts)_
|
|
1275
1275
|
|
|
1276
1276
|
## `sf apex generate class`
|
|
1277
1277
|
|
|
@@ -1330,7 +1330,7 @@ FLAG DESCRIPTIONS
|
|
|
1330
1330
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
1333
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/apex/generate/class.ts)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sf apex generate trigger`
|
|
1336
1336
|
|
|
@@ -1399,7 +1399,7 @@ FLAG DESCRIPTIONS
|
|
|
1399
1399
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1400
1400
|
```
|
|
1401
1401
|
|
|
1402
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
1402
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/apex/generate/trigger.ts)_
|
|
1403
1403
|
|
|
1404
1404
|
## `sf apex get log`
|
|
1405
1405
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
3612
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/lightning/generate/app.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf lightning generate component`
|
|
3615
3615
|
|
|
@@ -3678,7 +3678,7 @@ FLAG DESCRIPTIONS
|
|
|
3678
3678
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3679
3679
|
```
|
|
3680
3680
|
|
|
3681
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
3681
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/lightning/generate/component.ts)_
|
|
3682
3682
|
|
|
3683
3683
|
## `sf lightning generate event`
|
|
3684
3684
|
|
|
@@ -3733,7 +3733,7 @@ FLAG DESCRIPTIONS
|
|
|
3733
3733
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3734
3734
|
```
|
|
3735
3735
|
|
|
3736
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
3736
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/lightning/generate/event.ts)_
|
|
3737
3737
|
|
|
3738
3738
|
## `sf lightning generate interface`
|
|
3739
3739
|
|
|
@@ -3788,7 +3788,7 @@ FLAG DESCRIPTIONS
|
|
|
3788
3788
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3789
3789
|
```
|
|
3790
3790
|
|
|
3791
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
3791
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/lightning/generate/interface.ts)_
|
|
3792
3792
|
|
|
3793
3793
|
## `sf lightning generate test`
|
|
3794
3794
|
|
|
@@ -3843,7 +3843,7 @@ FLAG DESCRIPTIONS
|
|
|
3843
3843
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3844
3844
|
```
|
|
3845
3845
|
|
|
3846
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
3846
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/lightning/generate/test.ts)_
|
|
3847
3847
|
|
|
3848
3848
|
## `sf logic get test`
|
|
3849
3849
|
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6646,7 +6646,9 @@ FLAGS
|
|
|
6646
6646
|
-o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
|
|
6647
6647
|
errors.
|
|
6648
6648
|
-p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
|
|
6649
|
-
-r, --recommended-version-id=<value>
|
|
6649
|
+
-r, --recommended-version-id=<value> ID of the package version that's installed when subscribers click the
|
|
6650
|
+
Upgrade to Recommended Version option on the Installed Packages page of
|
|
6651
|
+
their org.
|
|
6650
6652
|
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
6651
6653
|
`target-dev-hub` configuration variable is already set.
|
|
6652
6654
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -6685,14 +6687,17 @@ FLAG DESCRIPTIONS
|
|
|
6685
6687
|
Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures
|
|
6686
6688
|
associated with your package.
|
|
6687
6689
|
|
|
6688
|
-
-r, --recommended-version-id=<value>
|
|
6690
|
+
-r, --recommended-version-id=<value>
|
|
6689
6691
|
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6692
|
+
ID of the package version that's installed when subscribers click the Upgrade to Recommended Version option on the
|
|
6693
|
+
Installed Packages page of their org.
|
|
6694
|
+
|
|
6695
|
+
Specify the recommended package version for subscribers to install. If a subscriber has a package version installed
|
|
6696
|
+
in their org that's lower than the version you set, the subscriber sees the Upgrade to Recommended Version option on
|
|
6697
|
+
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6693
6698
|
```
|
|
6694
6699
|
|
|
6695
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6700
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/update.ts)_
|
|
6696
6701
|
|
|
6697
6702
|
## `sf package version create`
|
|
6698
6703
|
|
|
@@ -6867,7 +6872,7 @@ FLAG DESCRIPTIONS
|
|
|
6867
6872
|
periods of no output from commands.
|
|
6868
6873
|
```
|
|
6869
6874
|
|
|
6870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6875
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create.ts)_
|
|
6871
6876
|
|
|
6872
6877
|
## `sf package version create list`
|
|
6873
6878
|
|
|
@@ -6928,7 +6933,7 @@ EXAMPLES
|
|
|
6928
6933
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6929
6934
|
```
|
|
6930
6935
|
|
|
6931
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/list.ts)_
|
|
6932
6937
|
|
|
6933
6938
|
## `sf package version create report`
|
|
6934
6939
|
|
|
@@ -6971,7 +6976,7 @@ EXAMPLES
|
|
|
6971
6976
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6972
6977
|
```
|
|
6973
6978
|
|
|
6974
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/report.ts)_
|
|
6975
6980
|
|
|
6976
6981
|
## `sf package version delete`
|
|
6977
6982
|
|
|
@@ -7012,7 +7017,7 @@ EXAMPLES
|
|
|
7012
7017
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7013
7018
|
```
|
|
7014
7019
|
|
|
7015
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/delete.ts)_
|
|
7016
7021
|
|
|
7017
7022
|
## `sf package version displayancestry`
|
|
7018
7023
|
|
|
@@ -7072,7 +7077,7 @@ FLAG DESCRIPTIONS
|
|
|
7072
7077
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7073
7078
|
```
|
|
7074
7079
|
|
|
7075
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displayancestry.ts)_
|
|
7076
7081
|
|
|
7077
7082
|
## `sf package version displaydependencies`
|
|
7078
7083
|
|
|
@@ -7134,7 +7139,7 @@ FLAG DESCRIPTIONS
|
|
|
7134
7139
|
package, which must be installed last.
|
|
7135
7140
|
```
|
|
7136
7141
|
|
|
7137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7142
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displaydependencies.ts)_
|
|
7138
7143
|
|
|
7139
7144
|
## `sf package version list`
|
|
7140
7145
|
|
|
@@ -7210,7 +7215,7 @@ EXAMPLES
|
|
|
7210
7215
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7211
7216
|
```
|
|
7212
7217
|
|
|
7213
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7218
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/list.ts)_
|
|
7214
7219
|
|
|
7215
7220
|
## `sf package version promote`
|
|
7216
7221
|
|
|
@@ -7254,7 +7259,7 @@ EXAMPLES
|
|
|
7254
7259
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7255
7260
|
```
|
|
7256
7261
|
|
|
7257
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7262
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/promote.ts)_
|
|
7258
7263
|
|
|
7259
7264
|
## `sf package version report`
|
|
7260
7265
|
|
|
@@ -7294,7 +7299,7 @@ EXAMPLES
|
|
|
7294
7299
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7295
7300
|
```
|
|
7296
7301
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/report.ts)_
|
|
7298
7303
|
|
|
7299
7304
|
## `sf package version retrieve`
|
|
7300
7305
|
|
|
@@ -7339,7 +7344,7 @@ EXAMPLES
|
|
|
7339
7344
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7340
7345
|
```
|
|
7341
7346
|
|
|
7342
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7347
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/retrieve.ts)_
|
|
7343
7348
|
|
|
7344
7349
|
## `sf package version update`
|
|
7345
7350
|
|
|
@@ -7392,7 +7397,7 @@ EXAMPLES
|
|
|
7392
7397
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7393
7398
|
```
|
|
7394
7399
|
|
|
7395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7400
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/update.ts)_
|
|
7396
7401
|
|
|
7397
7402
|
## `sf package1 version create`
|
|
7398
7403
|
|
|
@@ -7459,7 +7464,7 @@ FLAG DESCRIPTIONS
|
|
|
7459
7464
|
subscribers.
|
|
7460
7465
|
```
|
|
7461
7466
|
|
|
7462
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create.ts)_
|
|
7463
7468
|
|
|
7464
7469
|
## `sf package1 version create get`
|
|
7465
7470
|
|
|
@@ -7492,7 +7497,7 @@ EXAMPLES
|
|
|
7492
7497
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7493
7498
|
```
|
|
7494
7499
|
|
|
7495
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7500
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create/get.ts)_
|
|
7496
7501
|
|
|
7497
7502
|
## `sf package1 version display`
|
|
7498
7503
|
|
|
@@ -7526,7 +7531,7 @@ EXAMPLES
|
|
|
7526
7531
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7527
7532
|
```
|
|
7528
7533
|
|
|
7529
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7534
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/display.ts)_
|
|
7530
7535
|
|
|
7531
7536
|
## `sf package1 version list`
|
|
7532
7537
|
|
|
@@ -7564,7 +7569,7 @@ FLAG DESCRIPTIONS
|
|
|
7564
7569
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7565
7570
|
```
|
|
7566
7571
|
|
|
7567
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7572
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/list.ts)_
|
|
7568
7573
|
|
|
7569
7574
|
## `sf plugins`
|
|
7570
7575
|
|
|
@@ -9169,7 +9174,7 @@ FLAG DESCRIPTIONS
|
|
|
9169
9174
|
Override the api version used for api requests made by this command
|
|
9170
9175
|
```
|
|
9171
9176
|
|
|
9172
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9177
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/project/generate.ts)_
|
|
9173
9178
|
|
|
9174
9179
|
## `sf project generate manifest`
|
|
9175
9180
|
|
|
@@ -9946,7 +9951,7 @@ FLAG DESCRIPTIONS
|
|
|
9946
9951
|
etc.
|
|
9947
9952
|
```
|
|
9948
9953
|
|
|
9949
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9954
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/static-resource/generate.ts)_
|
|
9950
9955
|
|
|
9951
9956
|
## `sf update [CHANNEL]`
|
|
9952
9957
|
|
|
@@ -10060,7 +10065,7 @@ FLAG DESCRIPTIONS
|
|
|
10060
10065
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10061
10066
|
```
|
|
10062
10067
|
|
|
10063
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10068
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/visualforce/generate/component.ts)_
|
|
10064
10069
|
|
|
10065
10070
|
## `sf visualforce generate page`
|
|
10066
10071
|
|
|
@@ -10110,7 +10115,7 @@ FLAG DESCRIPTIONS
|
|
|
10110
10115
|
The name can be up to 40 characters and must start with a letter.
|
|
10111
10116
|
```
|
|
10112
10117
|
|
|
10113
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10118
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.0/src/commands/visualforce/generate/page.ts)_
|
|
10114
10119
|
|
|
10115
10120
|
## `sf which`
|
|
10116
10121
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.118.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.118.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.53",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.24.4",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.90",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.54",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.81",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.71",
|
|
42
|
-
"@salesforce/plugin-templates": "56.
|
|
42
|
+
"@salesforce/plugin-templates": "56.4.0",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.44",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/plugin-release-management": "^5.7.0",
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
58
58
|
"@salesforce/ts-types": "^2.0.11",
|
|
59
|
-
"aws-sdk": "^2.
|
|
59
|
+
"aws-sdk": "^2.1693.0",
|
|
60
60
|
"oclif": "^4.22.57",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
@@ -5462,9 +5462,9 @@
|
|
|
5462
5462
|
}
|
|
5463
5463
|
},
|
|
5464
5464
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5465
|
-
"version": "2.24.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
5467
|
-
"integrity": "sha512-
|
|
5465
|
+
"version": "2.24.4",
|
|
5466
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz",
|
|
5467
|
+
"integrity": "sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==",
|
|
5468
5468
|
"license": "Apache-2.0",
|
|
5469
5469
|
"dependencies": {
|
|
5470
5470
|
"@oclif/core": "^4",
|
|
@@ -5755,14 +5755,14 @@
|
|
|
5755
5755
|
}
|
|
5756
5756
|
},
|
|
5757
5757
|
"node_modules/@salesforce/plugin-templates": {
|
|
5758
|
-
"version": "56.
|
|
5759
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
5760
|
-
"integrity": "sha512-
|
|
5758
|
+
"version": "56.4.0",
|
|
5759
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.0.tgz",
|
|
5760
|
+
"integrity": "sha512-cJP7YoP1DkvovsTuJRZCpzYVNYWHMy2rTXJmzFaZIeDH40bofO/Qur8NDGIN2UxZyvC4eR6lC7lfxH3oZNmvkA==",
|
|
5761
5761
|
"license": "Apache-2.0",
|
|
5762
5762
|
"dependencies": {
|
|
5763
5763
|
"@salesforce/core": "^8.24.0",
|
|
5764
5764
|
"@salesforce/sf-plugins-core": "^12",
|
|
5765
|
-
"@salesforce/templates": "^
|
|
5765
|
+
"@salesforce/templates": "^65.4.1"
|
|
5766
5766
|
},
|
|
5767
5767
|
"engines": {
|
|
5768
5768
|
"node": ">=18.0.0"
|
|
@@ -6130,18 +6130,18 @@
|
|
|
6130
6130
|
}
|
|
6131
6131
|
},
|
|
6132
6132
|
"node_modules/@salesforce/templates": {
|
|
6133
|
-
"version": "
|
|
6134
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-
|
|
6135
|
-
"integrity": "sha512-
|
|
6133
|
+
"version": "65.4.1",
|
|
6134
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.1.tgz",
|
|
6135
|
+
"integrity": "sha512-tFIsTMzG3PpnZxNozSAWBGLemdXfEhZEvqo3ClY9JcCTe5iCLCj7bRkAmyvxCozy+3p+FVc89G9gBKV6Xxes/w==",
|
|
6136
6136
|
"license": "BSD-3-Clause",
|
|
6137
6137
|
"dependencies": {
|
|
6138
6138
|
"@salesforce/kit": "^3.2.4",
|
|
6139
6139
|
"ejs": "^3.1.10",
|
|
6140
6140
|
"got": "^11.8.6",
|
|
6141
6141
|
"hpagent": "^1.2.0",
|
|
6142
|
-
"mime-types": "^3.0.
|
|
6142
|
+
"mime-types": "^3.0.2",
|
|
6143
6143
|
"proxy-from-env": "^1.1.0",
|
|
6144
|
-
"tar": "^7.5.
|
|
6144
|
+
"tar": "^7.5.2",
|
|
6145
6145
|
"tslib": "^2.8.1"
|
|
6146
6146
|
},
|
|
6147
6147
|
"engines": {
|
|
@@ -6259,15 +6259,19 @@
|
|
|
6259
6259
|
}
|
|
6260
6260
|
},
|
|
6261
6261
|
"node_modules/@salesforce/templates/node_modules/mime-types": {
|
|
6262
|
-
"version": "3.0.
|
|
6263
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.
|
|
6264
|
-
"integrity": "sha512-
|
|
6262
|
+
"version": "3.0.2",
|
|
6263
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
6264
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
6265
6265
|
"license": "MIT",
|
|
6266
6266
|
"dependencies": {
|
|
6267
6267
|
"mime-db": "^1.54.0"
|
|
6268
6268
|
},
|
|
6269
6269
|
"engines": {
|
|
6270
|
-
"node": ">=
|
|
6270
|
+
"node": ">=18"
|
|
6271
|
+
},
|
|
6272
|
+
"funding": {
|
|
6273
|
+
"type": "opencollective",
|
|
6274
|
+
"url": "https://opencollective.com/express"
|
|
6271
6275
|
}
|
|
6272
6276
|
},
|
|
6273
6277
|
"node_modules/@salesforce/templates/node_modules/normalize-url": {
|
|
@@ -6292,10 +6296,10 @@
|
|
|
6292
6296
|
}
|
|
6293
6297
|
},
|
|
6294
6298
|
"node_modules/@salesforce/templates/node_modules/tar": {
|
|
6295
|
-
"version": "7.5.
|
|
6296
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
6297
|
-
"integrity": "sha512-
|
|
6298
|
-
"license": "
|
|
6299
|
+
"version": "7.5.2",
|
|
6300
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
|
|
6301
|
+
"integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
|
|
6302
|
+
"license": "BlueOak-1.0.0",
|
|
6299
6303
|
"dependencies": {
|
|
6300
6304
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
6301
6305
|
"chownr": "^3.0.0",
|
|
@@ -8539,9 +8543,9 @@
|
|
|
8539
8543
|
}
|
|
8540
8544
|
},
|
|
8541
8545
|
"node_modules/aws-sdk": {
|
|
8542
|
-
"version": "2.
|
|
8543
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
8544
|
-
"integrity": "sha512-
|
|
8546
|
+
"version": "2.1693.0",
|
|
8547
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1693.0.tgz",
|
|
8548
|
+
"integrity": "sha512-cJmb8xEnVLT+R6fBS5sn/EFJiX7tUnDaPtOPZ1vFbOJtd0fnZn/Ky2XGgsvvoeliWeH7mL3TWSX5zXXGSQV6gQ==",
|
|
8545
8549
|
"dev": true,
|
|
8546
8550
|
"hasInstallScript": true,
|
|
8547
8551
|
"license": "Apache-2.0",
|
|
@@ -8870,11 +8874,11 @@
|
|
|
8870
8874
|
}
|
|
8871
8875
|
},
|
|
8872
8876
|
"node_modules/cacache/node_modules/tar": {
|
|
8873
|
-
"version": "7.5.
|
|
8874
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8875
|
-
"integrity": "sha512-
|
|
8877
|
+
"version": "7.5.2",
|
|
8878
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
|
|
8879
|
+
"integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
|
|
8876
8880
|
"extraneous": true,
|
|
8877
|
-
"license": "
|
|
8881
|
+
"license": "BlueOak-1.0.0",
|
|
8878
8882
|
"dependencies": {
|
|
8879
8883
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
8880
8884
|
"chownr": "^3.0.0",
|
|
@@ -16666,11 +16670,11 @@
|
|
|
16666
16670
|
}
|
|
16667
16671
|
},
|
|
16668
16672
|
"node_modules/node-gyp/node_modules/tar": {
|
|
16669
|
-
"version": "7.5.
|
|
16670
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
16671
|
-
"integrity": "sha512-
|
|
16673
|
+
"version": "7.5.2",
|
|
16674
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
|
|
16675
|
+
"integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
|
|
16672
16676
|
"extraneous": true,
|
|
16673
|
-
"license": "
|
|
16677
|
+
"license": "BlueOak-1.0.0",
|
|
16674
16678
|
"dependencies": {
|
|
16675
16679
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
16676
16680
|
"chownr": "^3.0.0",
|
package/oclif.lock
CHANGED
|
@@ -2377,10 +2377,10 @@
|
|
|
2377
2377
|
open "^10.2.0"
|
|
2378
2378
|
terminal-link "^3.0.0"
|
|
2379
2379
|
|
|
2380
|
-
"@salesforce/plugin-packaging@2.24.
|
|
2381
|
-
version "2.24.
|
|
2382
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
2383
|
-
integrity sha512-
|
|
2380
|
+
"@salesforce/plugin-packaging@2.24.4":
|
|
2381
|
+
version "2.24.4"
|
|
2382
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz"
|
|
2383
|
+
integrity sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==
|
|
2384
2384
|
dependencies:
|
|
2385
2385
|
"@oclif/core" "^4"
|
|
2386
2386
|
"@salesforce/core" "^8.24.0"
|
|
@@ -2465,14 +2465,14 @@
|
|
|
2465
2465
|
"@salesforce/ts-types" "^2.0.11"
|
|
2466
2466
|
debug "^4.4.3"
|
|
2467
2467
|
|
|
2468
|
-
"@salesforce/plugin-templates@56.
|
|
2469
|
-
version "56.
|
|
2470
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
2471
|
-
integrity sha512-
|
|
2468
|
+
"@salesforce/plugin-templates@56.4.0":
|
|
2469
|
+
version "56.4.0"
|
|
2470
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.0.tgz"
|
|
2471
|
+
integrity sha512-cJP7YoP1DkvovsTuJRZCpzYVNYWHMy2rTXJmzFaZIeDH40bofO/Qur8NDGIN2UxZyvC4eR6lC7lfxH3oZNmvkA==
|
|
2472
2472
|
dependencies:
|
|
2473
2473
|
"@salesforce/core" "^8.24.0"
|
|
2474
2474
|
"@salesforce/sf-plugins-core" "^12"
|
|
2475
|
-
"@salesforce/templates" "^
|
|
2475
|
+
"@salesforce/templates" "^65.4.1"
|
|
2476
2476
|
|
|
2477
2477
|
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.113":
|
|
2478
2478
|
version "3.7.113"
|
|
@@ -2591,18 +2591,18 @@
|
|
|
2591
2591
|
got "^11"
|
|
2592
2592
|
proxy-agent "^6.5.0"
|
|
2593
2593
|
|
|
2594
|
-
"@salesforce/templates@^
|
|
2595
|
-
version "
|
|
2596
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-
|
|
2597
|
-
integrity sha512-
|
|
2594
|
+
"@salesforce/templates@^65.4.1":
|
|
2595
|
+
version "65.4.1"
|
|
2596
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.1.tgz"
|
|
2597
|
+
integrity sha512-tFIsTMzG3PpnZxNozSAWBGLemdXfEhZEvqo3ClY9JcCTe5iCLCj7bRkAmyvxCozy+3p+FVc89G9gBKV6Xxes/w==
|
|
2598
2598
|
dependencies:
|
|
2599
2599
|
"@salesforce/kit" "^3.2.4"
|
|
2600
2600
|
ejs "^3.1.10"
|
|
2601
2601
|
got "^11.8.6"
|
|
2602
2602
|
hpagent "^1.2.0"
|
|
2603
|
-
mime-types "^3.0.
|
|
2603
|
+
mime-types "^3.0.2"
|
|
2604
2604
|
proxy-from-env "^1.1.0"
|
|
2605
|
-
tar "^7.5.
|
|
2605
|
+
tar "^7.5.2"
|
|
2606
2606
|
tslib "^2.8.1"
|
|
2607
2607
|
|
|
2608
2608
|
"@salesforce/ts-sinon@^1.4.31":
|
|
@@ -4104,10 +4104,10 @@ available-typed-arrays@^1.0.7:
|
|
|
4104
4104
|
dependencies:
|
|
4105
4105
|
possible-typed-array-names "^1.0.0"
|
|
4106
4106
|
|
|
4107
|
-
aws-sdk@^2.1692.0:
|
|
4108
|
-
version "2.
|
|
4109
|
-
resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
4110
|
-
integrity sha512-
|
|
4107
|
+
aws-sdk@^2.1692.0, aws-sdk@^2.1693.0:
|
|
4108
|
+
version "2.1693.0"
|
|
4109
|
+
resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1693.0.tgz"
|
|
4110
|
+
integrity sha512-cJmb8xEnVLT+R6fBS5sn/EFJiX7tUnDaPtOPZ1vFbOJtd0fnZn/Ky2XGgsvvoeliWeH7mL3TWSX5zXXGSQV6gQ==
|
|
4111
4111
|
dependencies:
|
|
4112
4112
|
buffer "4.9.2"
|
|
4113
4113
|
events "1.1.1"
|
|
@@ -8381,10 +8381,10 @@ mime-types@^2.1.12:
|
|
|
8381
8381
|
dependencies:
|
|
8382
8382
|
mime-db "1.52.0"
|
|
8383
8383
|
|
|
8384
|
-
mime-types@^3.0.
|
|
8385
|
-
version "3.0.
|
|
8386
|
-
resolved "https://registry.npmjs.org/mime-types/-/mime-types-3.0.
|
|
8387
|
-
integrity sha512-
|
|
8384
|
+
mime-types@^3.0.2:
|
|
8385
|
+
version "3.0.2"
|
|
8386
|
+
resolved "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz"
|
|
8387
|
+
integrity sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==
|
|
8388
8388
|
dependencies:
|
|
8389
8389
|
mime-db "^1.54.0"
|
|
8390
8390
|
|
|
@@ -10959,9 +10959,9 @@ tar@^6.1.11, tar@^6.2.1:
|
|
|
10959
10959
|
yallist "^4.0.0"
|
|
10960
10960
|
|
|
10961
10961
|
tar@^7.4.3:
|
|
10962
|
-
version "7.5.
|
|
10963
|
-
resolved "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
10964
|
-
integrity sha512-
|
|
10962
|
+
version "7.5.2"
|
|
10963
|
+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz"
|
|
10964
|
+
integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
|
|
10965
10965
|
dependencies:
|
|
10966
10966
|
"@isaacs/fs-minipass" "^4.0.0"
|
|
10967
10967
|
chownr "^3.0.0"
|
|
@@ -10969,10 +10969,10 @@ tar@^7.4.3:
|
|
|
10969
10969
|
minizlib "^3.1.0"
|
|
10970
10970
|
yallist "^5.0.0"
|
|
10971
10971
|
|
|
10972
|
-
tar@^7.5.
|
|
10973
|
-
version "7.5.
|
|
10974
|
-
resolved "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
10975
|
-
integrity sha512-
|
|
10972
|
+
tar@^7.5.2:
|
|
10973
|
+
version "7.5.2"
|
|
10974
|
+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz"
|
|
10975
|
+
integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
|
|
10976
10976
|
dependencies:
|
|
10977
10977
|
"@isaacs/fs-minipass" "^4.0.0"
|
|
10978
10978
|
chownr "^3.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.118.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -167,12 +167,12 @@
|
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.74",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.53",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.24.4",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.90",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.54",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.81",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.6.71",
|
|
175
|
-
"@salesforce/plugin-templates": "56.
|
|
175
|
+
"@salesforce/plugin-templates": "56.4.0",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.44",
|
|
178
178
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"@salesforce/plugin-release-management": "^5.7.0",
|
|
262
262
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
263
263
|
"@salesforce/ts-types": "^2.0.11",
|
|
264
|
-
"aws-sdk": "^2.
|
|
264
|
+
"aws-sdk": "^2.1693.0",
|
|
265
265
|
"oclif": "^4.22.57",
|
|
266
266
|
"ts-node": "^10.9.2",
|
|
267
267
|
"typescript": "^5.9.3"
|