@salesforce/cli 2.42.4 → 2.42.6
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 +39 -39
- package/npm-shrinkwrap.json +45 -42
- package/oclif.lock +43 -43
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.42.
|
|
27
|
+
@salesforce/cli/2.42.6 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
|
|
|
2598
2598
|
sandbox.
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/create/sandbox.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf org create scratch`
|
|
2604
2604
|
|
|
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
|
|
|
2752
2752
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2753
2753
|
```
|
|
2754
2754
|
|
|
2755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2905,7 +2905,7 @@ EXAMPLES
|
|
|
2905
2905
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2906
2906
|
```
|
|
2907
2907
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2908
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/delete/sandbox.ts)_
|
|
2909
2909
|
|
|
2910
2910
|
## `sf org delete scratch`
|
|
2911
2911
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2951
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/delete/scratch.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `sf org disable tracking`
|
|
2954
2954
|
|
|
@@ -2987,7 +2987,7 @@ EXAMPLES
|
|
|
2987
2987
|
$ sf org disable tracking
|
|
2988
2988
|
```
|
|
2989
2989
|
|
|
2990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/disable/tracking.ts)_
|
|
2991
2991
|
|
|
2992
2992
|
## `sf org display`
|
|
2993
2993
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3035
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3113,7 +3113,7 @@ EXAMPLES
|
|
|
3113
3113
|
$ sf org enable tracking
|
|
3114
3114
|
```
|
|
3115
3115
|
|
|
3116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3219,7 +3219,7 @@ EXAMPLES
|
|
|
3219
3219
|
$ sf org list --clean
|
|
3220
3220
|
```
|
|
3221
3221
|
|
|
3222
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3222
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
|
|
|
3358
3358
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3359
3359
|
```
|
|
3360
3360
|
|
|
3361
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3361
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list/metadata.ts)_
|
|
3362
3362
|
|
|
3363
3363
|
## `sf org list metadata-types`
|
|
3364
3364
|
|
|
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
|
|
|
3413
3413
|
Override the api version used for api requests made by this command
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3416
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/list/metadata-types.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list sobject record-counts`
|
|
3419
3419
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/open.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `sf org refresh sandbox`
|
|
3993
3993
|
|
|
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
|
|
|
4064
4064
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4065
4065
|
```
|
|
4066
4066
|
|
|
4067
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4067
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/refresh/sandbox.ts)_
|
|
4068
4068
|
|
|
4069
4069
|
## `sf org resume sandbox`
|
|
4070
4070
|
|
|
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4127
4127
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4128
4128
|
```
|
|
4129
4129
|
|
|
4130
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4130
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/resume/sandbox.ts)_
|
|
4131
4131
|
|
|
4132
4132
|
## `sf org resume scratch`
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
|
|
|
4174
4174
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4177
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.10/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
|
@@ -4241,7 +4241,7 @@ FLAG DESCRIPTIONS
|
|
|
4241
4241
|
subscribers.
|
|
4242
4242
|
```
|
|
4243
4243
|
|
|
4244
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4244
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create.ts)_
|
|
4245
4245
|
|
|
4246
4246
|
## `sf package1 version create get`
|
|
4247
4247
|
|
|
@@ -4274,7 +4274,7 @@ EXAMPLES
|
|
|
4274
4274
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
4275
4275
|
```
|
|
4276
4276
|
|
|
4277
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4277
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create/get.ts)_
|
|
4278
4278
|
|
|
4279
4279
|
## `sf package1 version display`
|
|
4280
4280
|
|
|
@@ -4308,7 +4308,7 @@ EXAMPLES
|
|
|
4308
4308
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4311
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/display.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf package1 version list`
|
|
4314
4314
|
|
|
@@ -4346,7 +4346,7 @@ FLAG DESCRIPTIONS
|
|
|
4346
4346
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
4347
4347
|
```
|
|
4348
4348
|
|
|
4349
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4349
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/list.ts)_
|
|
4350
4350
|
|
|
4351
4351
|
## `sf package create`
|
|
4352
4352
|
|
|
@@ -4425,7 +4425,7 @@ FLAG DESCRIPTIONS
|
|
|
4425
4425
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4426
4426
|
```
|
|
4427
4427
|
|
|
4428
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4428
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/create.ts)_
|
|
4429
4429
|
|
|
4430
4430
|
## `sf package delete`
|
|
4431
4431
|
|
|
@@ -4467,7 +4467,7 @@ EXAMPLES
|
|
|
4467
4467
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4468
4468
|
```
|
|
4469
4469
|
|
|
4470
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4470
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/delete.ts)_
|
|
4471
4471
|
|
|
4472
4472
|
## `sf package install`
|
|
4473
4473
|
|
|
@@ -4565,7 +4565,7 @@ FLAG DESCRIPTIONS
|
|
|
4565
4565
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4566
4566
|
```
|
|
4567
4567
|
|
|
4568
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4568
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/install.ts)_
|
|
4569
4569
|
|
|
4570
4570
|
## `sf package install report`
|
|
4571
4571
|
|
|
@@ -4598,7 +4598,7 @@ EXAMPLES
|
|
|
4598
4598
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4599
4599
|
```
|
|
4600
4600
|
|
|
4601
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4601
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/install/report.ts)_
|
|
4602
4602
|
|
|
4603
4603
|
## `sf package installed list`
|
|
4604
4604
|
|
|
@@ -4630,7 +4630,7 @@ EXAMPLES
|
|
|
4630
4630
|
$ sf package installed list --target-org me@example.com
|
|
4631
4631
|
```
|
|
4632
4632
|
|
|
4633
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4633
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/installed/list.ts)_
|
|
4634
4634
|
|
|
4635
4635
|
## `sf package list`
|
|
4636
4636
|
|
|
@@ -4668,7 +4668,7 @@ EXAMPLES
|
|
|
4668
4668
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4669
4669
|
```
|
|
4670
4670
|
|
|
4671
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4671
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/list.ts)_
|
|
4672
4672
|
|
|
4673
4673
|
## `sf package uninstall`
|
|
4674
4674
|
|
|
@@ -4716,7 +4716,7 @@ EXAMPLES
|
|
|
4716
4716
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4717
4717
|
```
|
|
4718
4718
|
|
|
4719
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4719
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/uninstall.ts)_
|
|
4720
4720
|
|
|
4721
4721
|
## `sf package uninstall report`
|
|
4722
4722
|
|
|
@@ -4749,7 +4749,7 @@ EXAMPLES
|
|
|
4749
4749
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4750
4750
|
```
|
|
4751
4751
|
|
|
4752
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4752
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/uninstall/report.ts)_
|
|
4753
4753
|
|
|
4754
4754
|
## `sf package update`
|
|
4755
4755
|
|
|
@@ -4804,7 +4804,7 @@ FLAG DESCRIPTIONS
|
|
|
4804
4804
|
associated with your package.
|
|
4805
4805
|
```
|
|
4806
4806
|
|
|
4807
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4807
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/update.ts)_
|
|
4808
4808
|
|
|
4809
4809
|
## `sf package version create`
|
|
4810
4810
|
|
|
@@ -4959,7 +4959,7 @@ FLAG DESCRIPTIONS
|
|
|
4959
4959
|
periods of no output from commands.
|
|
4960
4960
|
```
|
|
4961
4961
|
|
|
4962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create.ts)_
|
|
4963
4963
|
|
|
4964
4964
|
## `sf package version create list`
|
|
4965
4965
|
|
|
@@ -5020,7 +5020,7 @@ EXAMPLES
|
|
|
5020
5020
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5021
5021
|
```
|
|
5022
5022
|
|
|
5023
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5023
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create/list.ts)_
|
|
5024
5024
|
|
|
5025
5025
|
## `sf package version create report`
|
|
5026
5026
|
|
|
@@ -5063,7 +5063,7 @@ EXAMPLES
|
|
|
5063
5063
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5064
5064
|
```
|
|
5065
5065
|
|
|
5066
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5066
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create/report.ts)_
|
|
5067
5067
|
|
|
5068
5068
|
## `sf package version delete`
|
|
5069
5069
|
|
|
@@ -5102,7 +5102,7 @@ EXAMPLES
|
|
|
5102
5102
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5103
5103
|
```
|
|
5104
5104
|
|
|
5105
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5105
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/delete.ts)_
|
|
5106
5106
|
|
|
5107
5107
|
## `sf package version displayancestry`
|
|
5108
5108
|
|
|
@@ -5162,7 +5162,7 @@ FLAG DESCRIPTIONS
|
|
|
5162
5162
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5163
5163
|
```
|
|
5164
5164
|
|
|
5165
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5165
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/displayancestry.ts)_
|
|
5166
5166
|
|
|
5167
5167
|
## `sf package version list`
|
|
5168
5168
|
|
|
@@ -5231,7 +5231,7 @@ EXAMPLES
|
|
|
5231
5231
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5232
5232
|
```
|
|
5233
5233
|
|
|
5234
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5234
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/list.ts)_
|
|
5235
5235
|
|
|
5236
5236
|
## `sf package version promote`
|
|
5237
5237
|
|
|
@@ -5275,7 +5275,7 @@ EXAMPLES
|
|
|
5275
5275
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5276
5276
|
```
|
|
5277
5277
|
|
|
5278
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5278
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/promote.ts)_
|
|
5279
5279
|
|
|
5280
5280
|
## `sf package version report`
|
|
5281
5281
|
|
|
@@ -5315,7 +5315,7 @@ EXAMPLES
|
|
|
5315
5315
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5318
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/report.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf package version update`
|
|
5321
5321
|
|
|
@@ -5368,7 +5368,7 @@ EXAMPLES
|
|
|
5368
5368
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5369
5369
|
```
|
|
5370
5370
|
|
|
5371
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5371
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/update.ts)_
|
|
5372
5372
|
|
|
5373
5373
|
## `sf plugins`
|
|
5374
5374
|
|
|
@@ -7681,7 +7681,7 @@ EXAMPLES
|
|
|
7681
7681
|
$ sf update --available
|
|
7682
7682
|
```
|
|
7683
7683
|
|
|
7684
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7684
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.12/src/commands/update.ts)_
|
|
7685
7685
|
|
|
7686
7686
|
## `sf version`
|
|
7687
7687
|
|
|
@@ -7701,7 +7701,7 @@ FLAG DESCRIPTIONS
|
|
|
7701
7701
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7702
7702
|
```
|
|
7703
7703
|
|
|
7704
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.
|
|
7704
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.2/src/commands/version.ts)_
|
|
7705
7705
|
|
|
7706
7706
|
## `sf visualforce generate component`
|
|
7707
7707
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.42.
|
|
3
|
+
"version": "2.42.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.42.
|
|
9
|
+
"version": "2.42.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.18",
|
|
16
16
|
"@oclif/plugin-commands": "3.3.4",
|
|
17
17
|
"@oclif/plugin-help": "6.0.22",
|
|
18
|
-
"@oclif/plugin-not-found": "3.1.
|
|
18
|
+
"@oclif/plugin-not-found": "3.1.9",
|
|
19
19
|
"@oclif/plugin-plugins": "5.0.21",
|
|
20
20
|
"@oclif/plugin-search": "1.0.24",
|
|
21
|
-
"@oclif/plugin-update": "4.2.
|
|
22
|
-
"@oclif/plugin-version": "2.1.
|
|
21
|
+
"@oclif/plugin-update": "4.2.12",
|
|
22
|
+
"@oclif/plugin-version": "2.1.2",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.19",
|
|
24
24
|
"@oclif/plugin-which": "3.1.10",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.2.8",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.7",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
35
|
-
"@salesforce/plugin-packaging": "2.4.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.10",
|
|
35
|
+
"@salesforce/plugin-packaging": "2.4.4",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.6",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.6",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.2",
|
|
@@ -3818,9 +3818,9 @@
|
|
|
3818
3818
|
}
|
|
3819
3819
|
},
|
|
3820
3820
|
"node_modules/@oclif/plugin-not-found": {
|
|
3821
|
-
"version": "3.1.
|
|
3822
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
3823
|
-
"integrity": "sha512-
|
|
3821
|
+
"version": "3.1.9",
|
|
3822
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz",
|
|
3823
|
+
"integrity": "sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==",
|
|
3824
3824
|
"license": "MIT",
|
|
3825
3825
|
"dependencies": {
|
|
3826
3826
|
"@inquirer/confirm": "^3.1.6",
|
|
@@ -3903,9 +3903,9 @@
|
|
|
3903
3903
|
}
|
|
3904
3904
|
},
|
|
3905
3905
|
"node_modules/@oclif/plugin-update": {
|
|
3906
|
-
"version": "4.2.
|
|
3907
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.
|
|
3908
|
-
"integrity": "sha512-
|
|
3906
|
+
"version": "4.2.12",
|
|
3907
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.12.tgz",
|
|
3908
|
+
"integrity": "sha512-7oBUSzo531gp8FdzKl0hsoHDyarke8cRFPKL6c1FspJ89911bxAMg5Cdpc1An1S4rNYL2PnRRyTvHhKvhorsVQ==",
|
|
3909
3909
|
"license": "MIT",
|
|
3910
3910
|
"dependencies": {
|
|
3911
3911
|
"@inquirer/select": "^2.3.2",
|
|
@@ -3913,8 +3913,7 @@
|
|
|
3913
3913
|
"chalk": "^5",
|
|
3914
3914
|
"debug": "^4.3.1",
|
|
3915
3915
|
"filesize": "^6.1.0",
|
|
3916
|
-
"
|
|
3917
|
-
"lodash.throttle": "^4.1.1",
|
|
3916
|
+
"got": "^13",
|
|
3918
3917
|
"semver": "^7.6.0",
|
|
3919
3918
|
"tar-fs": "^2.1.1"
|
|
3920
3919
|
},
|
|
@@ -4019,9 +4018,9 @@
|
|
|
4019
4018
|
}
|
|
4020
4019
|
},
|
|
4021
4020
|
"node_modules/@oclif/plugin-version": {
|
|
4022
|
-
"version": "2.1.
|
|
4023
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.
|
|
4024
|
-
"integrity": "sha512-
|
|
4021
|
+
"version": "2.1.2",
|
|
4022
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.2.tgz",
|
|
4023
|
+
"integrity": "sha512-viBj+3M5O0sCumSC/yt3T5VnL/gWZklFYZpBTby3rOIkXGuIsgAscMfnabWpYzbMryGGylIBKagbOPsAzab8Fw==",
|
|
4025
4024
|
"license": "MIT",
|
|
4026
4025
|
"dependencies": {
|
|
4027
4026
|
"@oclif/core": "^3.26.6",
|
|
@@ -4572,17 +4571,18 @@
|
|
|
4572
4571
|
}
|
|
4573
4572
|
},
|
|
4574
4573
|
"node_modules/@salesforce/packaging": {
|
|
4575
|
-
"version": "3.5.
|
|
4576
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.5.
|
|
4577
|
-
"integrity": "sha512-
|
|
4574
|
+
"version": "3.5.16",
|
|
4575
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.5.16.tgz",
|
|
4576
|
+
"integrity": "sha512-9dQoO7RSXPEfjZkZBQg3eqNUH8lJwc4voXkVFILZpeqbPVp2z20fLBppsiuVjpDG+AQl7boKGcUr8zjJAiOk0g==",
|
|
4578
4577
|
"license": "BSD-3-Clause",
|
|
4579
4578
|
"dependencies": {
|
|
4580
4579
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
4581
|
-
"@salesforce/core": "^7.3.
|
|
4580
|
+
"@salesforce/core": "^7.3.6",
|
|
4582
4581
|
"@salesforce/kit": "^3.1.1",
|
|
4583
4582
|
"@salesforce/schemas": "^1.7.0",
|
|
4584
|
-
"@salesforce/source-deploy-retrieve": "^11.3
|
|
4583
|
+
"@salesforce/source-deploy-retrieve": "^11.4.3",
|
|
4585
4584
|
"@salesforce/ts-types": "^2.0.9",
|
|
4585
|
+
"@salesforce/types": "^1.1.0",
|
|
4586
4586
|
"fast-xml-parser": "^4.3.6",
|
|
4587
4587
|
"globby": "^11",
|
|
4588
4588
|
"graphology": "^0.25.4",
|
|
@@ -4776,16 +4776,16 @@
|
|
|
4776
4776
|
}
|
|
4777
4777
|
},
|
|
4778
4778
|
"node_modules/@salesforce/plugin-org": {
|
|
4779
|
-
"version": "4.1.
|
|
4780
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
4781
|
-
"integrity": "sha512-
|
|
4779
|
+
"version": "4.1.10",
|
|
4780
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.10.tgz",
|
|
4781
|
+
"integrity": "sha512-ErWhZWXMmD3bZ4IpXgTDeVQP1IEQ6tiAvwn+oWm+4cbLltohnk1C9Avod3knDRJvcwvSb1Ive5ZJ4M2Bt7apxQ==",
|
|
4782
4782
|
"license": "BSD-3-Clause",
|
|
4783
4783
|
"dependencies": {
|
|
4784
4784
|
"@oclif/core": "^3.26.4",
|
|
4785
4785
|
"@salesforce/core": "^7.3.5",
|
|
4786
4786
|
"@salesforce/kit": "^3.1.1",
|
|
4787
4787
|
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
4788
|
-
"@salesforce/source-deploy-retrieve": "^11.3
|
|
4788
|
+
"@salesforce/source-deploy-retrieve": "^11.4.3",
|
|
4789
4789
|
"chalk": "^5.3.0",
|
|
4790
4790
|
"change-case": "^5.4.4",
|
|
4791
4791
|
"is-wsl": "^3.1.0",
|
|
@@ -4802,16 +4802,16 @@
|
|
|
4802
4802
|
"license": "MIT"
|
|
4803
4803
|
},
|
|
4804
4804
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4805
|
-
"version": "2.4.
|
|
4806
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.
|
|
4807
|
-
"integrity": "sha512-
|
|
4805
|
+
"version": "2.4.4",
|
|
4806
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.4.tgz",
|
|
4807
|
+
"integrity": "sha512-0bWxzFNe6Vgin3YtudL7kTkVWrkKaq3jrVgL8Y7/0Pm5B5odGVri/NfbPrif0XaS05dyVsCboAkBS7YN2KKr9Q==",
|
|
4808
4808
|
"license": "BSD-3-Clause",
|
|
4809
4809
|
"dependencies": {
|
|
4810
4810
|
"@oclif/core": "^3.26.5",
|
|
4811
|
-
"@salesforce/core": "^7.3.
|
|
4811
|
+
"@salesforce/core": "^7.3.6",
|
|
4812
4812
|
"@salesforce/kit": "^3.1.0",
|
|
4813
|
-
"@salesforce/packaging": "^3.5.
|
|
4814
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
4813
|
+
"@salesforce/packaging": "^3.5.16",
|
|
4814
|
+
"@salesforce/sf-plugins-core": "^9.0.10",
|
|
4815
4815
|
"chalk": "^5.3.0"
|
|
4816
4816
|
},
|
|
4817
4817
|
"engines": {
|
|
@@ -5246,9 +5246,9 @@
|
|
|
5246
5246
|
"license": "BSD-3-Clause"
|
|
5247
5247
|
},
|
|
5248
5248
|
"node_modules/@salesforce/schemas": {
|
|
5249
|
-
"version": "1.
|
|
5250
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
|
5251
|
-
"integrity": "sha512-
|
|
5249
|
+
"version": "1.8.1",
|
|
5250
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.8.1.tgz",
|
|
5251
|
+
"integrity": "sha512-7Z6mCvpNNGpfIsMj6vVILfADaCSCI4BiJ7VHkYuy8jryKYdvRXxYu3FOaFFdaonMx0/bH0KZyoj6d92PEKpmGw==",
|
|
5252
5252
|
"license": "ISC"
|
|
5253
5253
|
},
|
|
5254
5254
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
@@ -5803,6 +5803,15 @@
|
|
|
5803
5803
|
"node": ">=16.0.0"
|
|
5804
5804
|
}
|
|
5805
5805
|
},
|
|
5806
|
+
"node_modules/@salesforce/types": {
|
|
5807
|
+
"version": "1.1.0",
|
|
5808
|
+
"resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.1.0.tgz",
|
|
5809
|
+
"integrity": "sha512-nYxyX9cR9A+ltELXHDJNKTjOgGrLj3URVUpAfpPlmEMjTYXkitz/4bJchIsN2r1Ud2kBcxUYtjvPOvKBnP9eiQ==",
|
|
5810
|
+
"license": "BSD-3-Clause",
|
|
5811
|
+
"engines": {
|
|
5812
|
+
"node": ">=18"
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5806
5815
|
"node_modules/@sigstore/bundle": {
|
|
5807
5816
|
"version": "2.3.1",
|
|
5808
5817
|
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.1.tgz",
|
|
@@ -14888,12 +14897,6 @@
|
|
|
14888
14897
|
"lodash._reinterpolate": "^3.0.0"
|
|
14889
14898
|
}
|
|
14890
14899
|
},
|
|
14891
|
-
"node_modules/lodash.throttle": {
|
|
14892
|
-
"version": "4.1.1",
|
|
14893
|
-
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
14894
|
-
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
|
|
14895
|
-
"license": "MIT"
|
|
14896
|
-
},
|
|
14897
14900
|
"node_modules/lodash.uniq": {
|
|
14898
14901
|
"version": "4.5.0",
|
|
14899
14902
|
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1898,10 +1898,10 @@
|
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^3.26.6"
|
|
1900
1900
|
|
|
1901
|
-
"@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.
|
|
1902
|
-
version "3.1.
|
|
1903
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
1904
|
-
integrity sha512-
|
|
1901
|
+
"@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.9":
|
|
1902
|
+
version "3.1.9"
|
|
1903
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz"
|
|
1904
|
+
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
|
|
1905
1905
|
dependencies:
|
|
1906
1906
|
"@inquirer/confirm" "^3.1.6"
|
|
1907
1907
|
"@oclif/core" "^3.26.5"
|
|
@@ -1932,25 +1932,24 @@
|
|
|
1932
1932
|
"@oclif/core" "^3.26.6"
|
|
1933
1933
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1934
1934
|
|
|
1935
|
-
"@oclif/plugin-update@4.2.
|
|
1936
|
-
version "4.2.
|
|
1937
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.
|
|
1938
|
-
integrity sha512-
|
|
1935
|
+
"@oclif/plugin-update@4.2.12":
|
|
1936
|
+
version "4.2.12"
|
|
1937
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.12.tgz"
|
|
1938
|
+
integrity sha512-7oBUSzo531gp8FdzKl0hsoHDyarke8cRFPKL6c1FspJ89911bxAMg5Cdpc1An1S4rNYL2PnRRyTvHhKvhorsVQ==
|
|
1939
1939
|
dependencies:
|
|
1940
1940
|
"@inquirer/select" "^2.3.2"
|
|
1941
1941
|
"@oclif/core" "^3.26.6"
|
|
1942
1942
|
chalk "^5"
|
|
1943
1943
|
debug "^4.3.1"
|
|
1944
1944
|
filesize "^6.1.0"
|
|
1945
|
-
|
|
1946
|
-
lodash.throttle "^4.1.1"
|
|
1945
|
+
got "^13"
|
|
1947
1946
|
semver "^7.6.0"
|
|
1948
1947
|
tar-fs "^2.1.1"
|
|
1949
1948
|
|
|
1950
|
-
"@oclif/plugin-version@2.1.
|
|
1951
|
-
version "2.1.
|
|
1952
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.
|
|
1953
|
-
integrity sha512-
|
|
1949
|
+
"@oclif/plugin-version@2.1.2":
|
|
1950
|
+
version "2.1.2"
|
|
1951
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.2.tgz"
|
|
1952
|
+
integrity sha512-viBj+3M5O0sCumSC/yt3T5VnL/gWZklFYZpBTby3rOIkXGuIsgAscMfnabWpYzbMryGGylIBKagbOPsAzab8Fw==
|
|
1954
1953
|
dependencies:
|
|
1955
1954
|
"@oclif/core" "^3.26.6"
|
|
1956
1955
|
ansis "^3.2.0"
|
|
@@ -2313,17 +2312,18 @@
|
|
|
2313
2312
|
"@salesforce/ts-types" "^2.0.9"
|
|
2314
2313
|
tslib "^2.6.2"
|
|
2315
2314
|
|
|
2316
|
-
"@salesforce/packaging@^3.5.
|
|
2317
|
-
version "3.5.
|
|
2318
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.5.
|
|
2319
|
-
integrity sha512-
|
|
2315
|
+
"@salesforce/packaging@^3.5.16":
|
|
2316
|
+
version "3.5.16"
|
|
2317
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.5.16.tgz"
|
|
2318
|
+
integrity sha512-9dQoO7RSXPEfjZkZBQg3eqNUH8lJwc4voXkVFILZpeqbPVp2z20fLBppsiuVjpDG+AQl7boKGcUr8zjJAiOk0g==
|
|
2320
2319
|
dependencies:
|
|
2321
2320
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2322
|
-
"@salesforce/core" "^7.3.
|
|
2321
|
+
"@salesforce/core" "^7.3.6"
|
|
2323
2322
|
"@salesforce/kit" "^3.1.1"
|
|
2324
2323
|
"@salesforce/schemas" "^1.7.0"
|
|
2325
|
-
"@salesforce/source-deploy-retrieve" "^11.3
|
|
2324
|
+
"@salesforce/source-deploy-retrieve" "^11.4.3"
|
|
2326
2325
|
"@salesforce/ts-types" "^2.0.9"
|
|
2326
|
+
"@salesforce/types" "^1.1.0"
|
|
2327
2327
|
fast-xml-parser "^4.3.6"
|
|
2328
2328
|
globby "^11"
|
|
2329
2329
|
graphology "^0.25.4"
|
|
@@ -2447,31 +2447,31 @@
|
|
|
2447
2447
|
got "^13.0.0"
|
|
2448
2448
|
proxy-agent "^6.4.0"
|
|
2449
2449
|
|
|
2450
|
-
"@salesforce/plugin-org@4.1.
|
|
2451
|
-
version "4.1.
|
|
2452
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
2453
|
-
integrity sha512-
|
|
2450
|
+
"@salesforce/plugin-org@4.1.10":
|
|
2451
|
+
version "4.1.10"
|
|
2452
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.10.tgz"
|
|
2453
|
+
integrity sha512-ErWhZWXMmD3bZ4IpXgTDeVQP1IEQ6tiAvwn+oWm+4cbLltohnk1C9Avod3knDRJvcwvSb1Ive5ZJ4M2Bt7apxQ==
|
|
2454
2454
|
dependencies:
|
|
2455
2455
|
"@oclif/core" "^3.26.4"
|
|
2456
2456
|
"@salesforce/core" "^7.3.5"
|
|
2457
2457
|
"@salesforce/kit" "^3.1.1"
|
|
2458
2458
|
"@salesforce/sf-plugins-core" "^9.0.7"
|
|
2459
|
-
"@salesforce/source-deploy-retrieve" "^11.3
|
|
2459
|
+
"@salesforce/source-deploy-retrieve" "^11.4.3"
|
|
2460
2460
|
chalk "^5.3.0"
|
|
2461
2461
|
change-case "^5.4.4"
|
|
2462
2462
|
is-wsl "^3.1.0"
|
|
2463
2463
|
open "^10.1.0"
|
|
2464
2464
|
|
|
2465
|
-
"@salesforce/plugin-packaging@2.4.
|
|
2466
|
-
version "2.4.
|
|
2467
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.
|
|
2468
|
-
integrity sha512-
|
|
2465
|
+
"@salesforce/plugin-packaging@2.4.4":
|
|
2466
|
+
version "2.4.4"
|
|
2467
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.4.tgz"
|
|
2468
|
+
integrity sha512-0bWxzFNe6Vgin3YtudL7kTkVWrkKaq3jrVgL8Y7/0Pm5B5odGVri/NfbPrif0XaS05dyVsCboAkBS7YN2KKr9Q==
|
|
2469
2469
|
dependencies:
|
|
2470
2470
|
"@oclif/core" "^3.26.5"
|
|
2471
|
-
"@salesforce/core" "^7.3.
|
|
2471
|
+
"@salesforce/core" "^7.3.6"
|
|
2472
2472
|
"@salesforce/kit" "^3.1.0"
|
|
2473
|
-
"@salesforce/packaging" "^3.5.
|
|
2474
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
2473
|
+
"@salesforce/packaging" "^3.5.16"
|
|
2474
|
+
"@salesforce/sf-plugins-core" "^9.0.10"
|
|
2475
2475
|
chalk "^5.3.0"
|
|
2476
2476
|
|
|
2477
2477
|
"@salesforce/plugin-release-management@^5.2.0":
|
|
@@ -2612,11 +2612,11 @@
|
|
|
2612
2612
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
2613
2613
|
|
|
2614
2614
|
"@salesforce/schemas@^1.7.0":
|
|
2615
|
-
version "1.
|
|
2616
|
-
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
|
2617
|
-
integrity sha512-
|
|
2615
|
+
version "1.8.1"
|
|
2616
|
+
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.8.1.tgz"
|
|
2617
|
+
integrity sha512-7Z6mCvpNNGpfIsMj6vVILfADaCSCI4BiJ7VHkYuy8jryKYdvRXxYu3FOaFFdaonMx0/bH0KZyoj6d92PEKpmGw==
|
|
2618
2618
|
|
|
2619
|
-
"@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.4", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@^9.0.8", "@salesforce/sf-plugins-core@9.0.10":
|
|
2619
|
+
"@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.10", "@salesforce/sf-plugins-core@^9.0.4", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@^9.0.8", "@salesforce/sf-plugins-core@9.0.10":
|
|
2620
2620
|
version "9.0.10"
|
|
2621
2621
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.10.tgz"
|
|
2622
2622
|
integrity sha512-vj6tjqRAweTuzxi7OBPsqC+kLPk6pl6wZUtpC8bf+CKqrVhouPtZUBnG01Xm0jG6Antjgn0vZrd26j23Yjs9Kw==
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
"@salesforce/ts-types" "^2.0.9"
|
|
2630
2630
|
chalk "^5.3.0"
|
|
2631
2631
|
|
|
2632
|
-
"@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.
|
|
2632
|
+
"@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.4.3":
|
|
2633
2633
|
version "11.4.3"
|
|
2634
2634
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.3.tgz"
|
|
2635
2635
|
integrity sha512-/WFSqf+yTO3kNM41r/duVEHGH2Eq18lavX/o/yA0hJEmxAYBV7Olv6JIMnbly8hZQo7LoX/nE0LnNK3JYphZQQ==
|
|
@@ -2705,6 +2705,11 @@
|
|
|
2705
2705
|
dependencies:
|
|
2706
2706
|
tslib "^2.6.2"
|
|
2707
2707
|
|
|
2708
|
+
"@salesforce/types@^1.1.0":
|
|
2709
|
+
version "1.1.0"
|
|
2710
|
+
resolved "https://registry.npmjs.org/@salesforce/types/-/types-1.1.0.tgz"
|
|
2711
|
+
integrity sha512-nYxyX9cR9A+ltELXHDJNKTjOgGrLj3URVUpAfpPlmEMjTYXkitz/4bJchIsN2r1Ud2kBcxUYtjvPOvKBnP9eiQ==
|
|
2712
|
+
|
|
2708
2713
|
"@sigstore/bundle@^1.1.0":
|
|
2709
2714
|
version "1.1.0"
|
|
2710
2715
|
resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-1.1.0.tgz"
|
|
@@ -7047,7 +7052,7 @@ http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0, http-cache-semantics@^
|
|
|
7047
7052
|
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz"
|
|
7048
7053
|
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
|
|
7049
7054
|
|
|
7050
|
-
http-call@^5.2.2
|
|
7055
|
+
http-call@^5.2.2:
|
|
7051
7056
|
version "5.3.0"
|
|
7052
7057
|
resolved "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz"
|
|
7053
7058
|
integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==
|
|
@@ -8316,11 +8321,6 @@ lodash.templatesettings@^4.0.0:
|
|
|
8316
8321
|
dependencies:
|
|
8317
8322
|
lodash._reinterpolate "^3.0.0"
|
|
8318
8323
|
|
|
8319
|
-
lodash.throttle@^4.1.1:
|
|
8320
|
-
version "4.1.1"
|
|
8321
|
-
resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz"
|
|
8322
|
-
integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==
|
|
8323
|
-
|
|
8324
8324
|
lodash.uniq@^4.5.0:
|
|
8325
8325
|
version "4.5.0"
|
|
8326
8326
|
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.42.
|
|
4
|
+
"version": "2.42.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.0.18",
|
|
144
144
|
"@oclif/plugin-commands": "3.3.4",
|
|
145
145
|
"@oclif/plugin-help": "6.0.22",
|
|
146
|
-
"@oclif/plugin-not-found": "3.1.
|
|
146
|
+
"@oclif/plugin-not-found": "3.1.9",
|
|
147
147
|
"@oclif/plugin-plugins": "5.0.21",
|
|
148
148
|
"@oclif/plugin-search": "1.0.24",
|
|
149
|
-
"@oclif/plugin-update": "4.2.
|
|
150
|
-
"@oclif/plugin-version": "2.1.
|
|
149
|
+
"@oclif/plugin-update": "4.2.12",
|
|
150
|
+
"@oclif/plugin-version": "2.1.2",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.0.19",
|
|
152
152
|
"@oclif/plugin-which": "3.1.10",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
"@salesforce/plugin-info": "3.2.8",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.7",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
162
|
-
"@salesforce/plugin-org": "4.1.
|
|
163
|
-
"@salesforce/plugin-packaging": "2.4.
|
|
162
|
+
"@salesforce/plugin-org": "4.1.10",
|
|
163
|
+
"@salesforce/plugin-packaging": "2.4.4",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.6",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.6",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.2",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"@salesforce/plugin-user"
|
|
207
207
|
],
|
|
208
208
|
"resolutions": {
|
|
209
|
-
"@salesforce/schemas": "1.
|
|
209
|
+
"@salesforce/schemas": "1.8.1"
|
|
210
210
|
},
|
|
211
211
|
"repository": "salesforcecli/cli",
|
|
212
212
|
"scripts": {
|