@salesforce/cli 2.37.2 → 2.37.4
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 -52
- package/npm-shrinkwrap.json +122 -143
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.37.
|
|
27
|
+
@salesforce/cli/2.37.4 linux-x64 node-v20.12.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2596,7 +2596,7 @@ FLAG DESCRIPTIONS
|
|
|
2596
2596
|
sandbox.
|
|
2597
2597
|
```
|
|
2598
2598
|
|
|
2599
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
2599
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/create/sandbox.ts)_
|
|
2600
2600
|
|
|
2601
2601
|
## `sf org create scratch`
|
|
2602
2602
|
|
|
@@ -2750,7 +2750,7 @@ FLAG DESCRIPTIONS
|
|
|
2750
2750
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2751
2751
|
```
|
|
2752
2752
|
|
|
2753
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
2753
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/create/scratch.ts)_
|
|
2754
2754
|
|
|
2755
2755
|
## `sf org create user`
|
|
2756
2756
|
|
|
@@ -2903,7 +2903,7 @@ EXAMPLES
|
|
|
2903
2903
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2904
2904
|
```
|
|
2905
2905
|
|
|
2906
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
2906
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/delete/sandbox.ts)_
|
|
2907
2907
|
|
|
2908
2908
|
## `sf org delete scratch`
|
|
2909
2909
|
|
|
@@ -2946,7 +2946,7 @@ EXAMPLES
|
|
|
2946
2946
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2947
2947
|
```
|
|
2948
2948
|
|
|
2949
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
2949
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/delete/scratch.ts)_
|
|
2950
2950
|
|
|
2951
2951
|
## `sf org disable tracking`
|
|
2952
2952
|
|
|
@@ -2985,7 +2985,7 @@ EXAMPLES
|
|
|
2985
2985
|
$ sf org disable tracking
|
|
2986
2986
|
```
|
|
2987
2987
|
|
|
2988
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
2988
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/disable/tracking.ts)_
|
|
2989
2989
|
|
|
2990
2990
|
## `sf org display`
|
|
2991
2991
|
|
|
@@ -3030,7 +3030,7 @@ EXAMPLES
|
|
|
3030
3030
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3031
3031
|
```
|
|
3032
3032
|
|
|
3033
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3033
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/display.ts)_
|
|
3034
3034
|
|
|
3035
3035
|
## `sf org display user`
|
|
3036
3036
|
|
|
@@ -3111,7 +3111,7 @@ EXAMPLES
|
|
|
3111
3111
|
$ sf org enable tracking
|
|
3112
3112
|
```
|
|
3113
3113
|
|
|
3114
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3114
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/enable/tracking.ts)_
|
|
3115
3115
|
|
|
3116
3116
|
## `sf org generate password`
|
|
3117
3117
|
|
|
@@ -3217,7 +3217,7 @@ EXAMPLES
|
|
|
3217
3217
|
$ sf org list --clean
|
|
3218
3218
|
```
|
|
3219
3219
|
|
|
3220
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3220
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list.ts)_
|
|
3221
3221
|
|
|
3222
3222
|
## `sf org list auth`
|
|
3223
3223
|
|
|
@@ -3249,7 +3249,7 @@ EXAMPLES
|
|
|
3249
3249
|
$ sf org list auth
|
|
3250
3250
|
```
|
|
3251
3251
|
|
|
3252
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3252
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/list/auth.ts)_
|
|
3253
3253
|
|
|
3254
3254
|
## `sf org list limits`
|
|
3255
3255
|
|
|
@@ -3356,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3356
3356
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list/metadata.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf org list metadata-types`
|
|
3362
3362
|
|
|
@@ -3411,7 +3411,7 @@ FLAG DESCRIPTIONS
|
|
|
3411
3411
|
Override the api version used for api requests made by this command
|
|
3412
3412
|
```
|
|
3413
3413
|
|
|
3414
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3414
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list/metadata-types.ts)_
|
|
3415
3415
|
|
|
3416
3416
|
## `sf org list sobject record-counts`
|
|
3417
3417
|
|
|
@@ -3549,7 +3549,7 @@ FLAG DESCRIPTIONS
|
|
|
3549
3549
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3550
3550
|
```
|
|
3551
3551
|
|
|
3552
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3552
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/login/access-token.ts)_
|
|
3553
3553
|
|
|
3554
3554
|
## `sf org login device`
|
|
3555
3555
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3612
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/login/device.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf org login jwt`
|
|
3615
3615
|
|
|
@@ -3700,7 +3700,7 @@ FLAG DESCRIPTIONS
|
|
|
3700
3700
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3701
3701
|
```
|
|
3702
3702
|
|
|
3703
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3703
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/login/jwt.ts)_
|
|
3704
3704
|
|
|
3705
3705
|
## `sf org login sfdx-url`
|
|
3706
3706
|
|
|
@@ -3766,7 +3766,7 @@ EXAMPLES
|
|
|
3766
3766
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3767
3767
|
```
|
|
3768
3768
|
|
|
3769
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3769
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/login/sfdx-url.ts)_
|
|
3770
3770
|
|
|
3771
3771
|
## `sf org login web`
|
|
3772
3772
|
|
|
@@ -3853,7 +3853,7 @@ FLAG DESCRIPTIONS
|
|
|
3853
3853
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3854
3854
|
```
|
|
3855
3855
|
|
|
3856
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3856
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/login/web.ts)_
|
|
3857
3857
|
|
|
3858
3858
|
## `sf org logout`
|
|
3859
3859
|
|
|
@@ -3914,7 +3914,7 @@ FLAG DESCRIPTIONS
|
|
|
3914
3914
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3915
3915
|
```
|
|
3916
3916
|
|
|
3917
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3917
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.5/src/commands/org/logout.ts)_
|
|
3918
3918
|
|
|
3919
3919
|
## `sf org open`
|
|
3920
3920
|
|
|
@@ -3986,7 +3986,7 @@ EXAMPLES
|
|
|
3986
3986
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3987
3987
|
```
|
|
3988
3988
|
|
|
3989
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
3989
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/open.ts)_
|
|
3990
3990
|
|
|
3991
3991
|
## `sf org refresh sandbox`
|
|
3992
3992
|
|
|
@@ -4014,9 +4014,9 @@ GLOBAL FLAGS
|
|
|
4014
4014
|
DESCRIPTION
|
|
4015
4015
|
Refresh a sandbox org using the sandbox name.
|
|
4016
4016
|
|
|
4017
|
-
Refreshing a sandbox copies the metadata, and optionally data, from your
|
|
4018
|
-
|
|
4019
|
-
|
|
4017
|
+
Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You
|
|
4018
|
+
can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its
|
|
4019
|
+
license type or template ID.
|
|
4020
4020
|
|
|
4021
4021
|
You're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox
|
|
4022
4022
|
name, first delete it with the "org delete sandbox" command. And then recreate it with the "org create sandbox"
|
|
@@ -4063,7 +4063,7 @@ FLAG DESCRIPTIONS
|
|
|
4063
4063
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4064
4064
|
```
|
|
4065
4065
|
|
|
4066
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
4066
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/refresh/sandbox.ts)_
|
|
4067
4067
|
|
|
4068
4068
|
## `sf org resume sandbox`
|
|
4069
4069
|
|
|
@@ -4126,7 +4126,7 @@ FLAG DESCRIPTIONS
|
|
|
4126
4126
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4127
4127
|
```
|
|
4128
4128
|
|
|
4129
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
4129
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/resume/sandbox.ts)_
|
|
4130
4130
|
|
|
4131
4131
|
## `sf org resume scratch`
|
|
4132
4132
|
|
|
@@ -4173,7 +4173,7 @@ FLAG DESCRIPTIONS
|
|
|
4173
4173
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4174
4174
|
```
|
|
4175
4175
|
|
|
4176
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.
|
|
4176
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/resume/scratch.ts)_
|
|
4177
4177
|
|
|
4178
4178
|
## `sf package1 version create`
|
|
4179
4179
|
|
|
@@ -5390,7 +5390,7 @@ EXAMPLES
|
|
|
5390
5390
|
$ sf plugins
|
|
5391
5391
|
```
|
|
5392
5392
|
|
|
5393
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5393
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/index.ts)_
|
|
5394
5394
|
|
|
5395
5395
|
## `sf plugins discover`
|
|
5396
5396
|
|
|
@@ -5435,7 +5435,7 @@ EXAMPLES
|
|
|
5435
5435
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5436
5436
|
```
|
|
5437
5437
|
|
|
5438
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5438
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/inspect.ts)_
|
|
5439
5439
|
|
|
5440
5440
|
## `sf plugins install PLUGIN`
|
|
5441
5441
|
|
|
@@ -5484,7 +5484,7 @@ EXAMPLES
|
|
|
5484
5484
|
$ sf plugins install someuser/someplugin
|
|
5485
5485
|
```
|
|
5486
5486
|
|
|
5487
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5487
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/install.ts)_
|
|
5488
5488
|
|
|
5489
5489
|
## `sf plugins link PATH`
|
|
5490
5490
|
|
|
@@ -5514,7 +5514,7 @@ EXAMPLES
|
|
|
5514
5514
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5515
5515
|
```
|
|
5516
5516
|
|
|
5517
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5517
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/link.ts)_
|
|
5518
5518
|
|
|
5519
5519
|
## `sf plugins reset`
|
|
5520
5520
|
|
|
@@ -5529,7 +5529,7 @@ FLAGS
|
|
|
5529
5529
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5530
5530
|
```
|
|
5531
5531
|
|
|
5532
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5532
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/reset.ts)_
|
|
5533
5533
|
|
|
5534
5534
|
## `sf plugins trust verify`
|
|
5535
5535
|
|
|
@@ -5586,7 +5586,7 @@ EXAMPLES
|
|
|
5586
5586
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5587
5587
|
```
|
|
5588
5588
|
|
|
5589
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5589
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/uninstall.ts)_
|
|
5590
5590
|
|
|
5591
5591
|
## `sf plugins update`
|
|
5592
5592
|
|
|
@@ -5604,7 +5604,7 @@ DESCRIPTION
|
|
|
5604
5604
|
Update installed plugins.
|
|
5605
5605
|
```
|
|
5606
5606
|
|
|
5607
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5607
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.7/src/commands/plugins/update.ts)_
|
|
5608
5608
|
|
|
5609
5609
|
## `sf project convert mdapi`
|
|
5610
5610
|
|
|
@@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS
|
|
|
5667
5667
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5668
5668
|
```
|
|
5669
5669
|
|
|
5670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5670
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/convert/mdapi.ts)_
|
|
5671
5671
|
|
|
5672
5672
|
## `sf project convert source`
|
|
5673
5673
|
|
|
@@ -5679,7 +5679,7 @@ USAGE
|
|
|
5679
5679
|
[-p <value> | -x <value> | -m <value>]
|
|
5680
5680
|
|
|
5681
5681
|
FLAGS
|
|
5682
|
-
-d, --output-dir=<value> [default:
|
|
5682
|
+
-d, --output-dir=<value> [default: metadataPackage_1712599525436] Output directory to store the Metadata
|
|
5683
5683
|
API–formatted files in.
|
|
5684
5684
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5685
5685
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
|
|
|
5740
5740
|
Override the api version used for api requests made by this command
|
|
5741
5741
|
```
|
|
5742
5742
|
|
|
5743
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5743
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/convert/source.ts)_
|
|
5744
5744
|
|
|
5745
5745
|
## `sf project delete source`
|
|
5746
5746
|
|
|
@@ -5880,7 +5880,7 @@ FLAG DESCRIPTIONS
|
|
|
5880
5880
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5881
5881
|
```
|
|
5882
5882
|
|
|
5883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/delete/source.ts)_
|
|
5884
5884
|
|
|
5885
5885
|
## `sf project delete tracking`
|
|
5886
5886
|
|
|
@@ -5917,7 +5917,7 @@ EXAMPLES
|
|
|
5917
5917
|
$ sf project delete tracking --target-org my-scratch
|
|
5918
5918
|
```
|
|
5919
5919
|
|
|
5920
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5920
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/delete/tracking.ts)_
|
|
5921
5921
|
|
|
5922
5922
|
## `sf project deploy cancel`
|
|
5923
5923
|
|
|
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
|
|
|
5993
5993
|
project deploy report".
|
|
5994
5994
|
```
|
|
5995
5995
|
|
|
5996
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5996
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/cancel.ts)_
|
|
5997
5997
|
|
|
5998
5998
|
## `sf project deploy preview`
|
|
5999
5999
|
|
|
@@ -6079,7 +6079,7 @@ FLAG DESCRIPTIONS
|
|
|
6079
6079
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6080
6080
|
```
|
|
6081
6081
|
|
|
6082
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6082
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/preview.ts)_
|
|
6083
6083
|
|
|
6084
6084
|
## `sf project deploy quick`
|
|
6085
6085
|
|
|
@@ -6176,7 +6176,7 @@ ERROR CODES
|
|
|
6176
6176
|
Canceling (69) The deploy is being canceled.
|
|
6177
6177
|
```
|
|
6178
6178
|
|
|
6179
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6179
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/quick.ts)_
|
|
6180
6180
|
|
|
6181
6181
|
## `sf project deploy report`
|
|
6182
6182
|
|
|
@@ -6211,12 +6211,12 @@ DESCRIPTION
|
|
|
6211
6211
|
Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.
|
|
6212
6212
|
|
|
6213
6213
|
Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most
|
|
6214
|
-
recent deploy operation.
|
|
6215
|
-
timeout of --wait minutes.
|
|
6214
|
+
recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the
|
|
6215
|
+
timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of
|
|
6216
6216
|
the deploy; the command doesn't poll for the status.
|
|
6217
6217
|
|
|
6218
6218
|
You typically don't specify the --target-org flag because the cached job already references the org to which you
|
|
6219
|
-
deployed.
|
|
6219
|
+
deployed. But if you run this command on a computer different than the one from which you deployed, then you must
|
|
6220
6220
|
specify the --target-org and it must point to the same org.
|
|
6221
6221
|
|
|
6222
6222
|
This command doesn't update source tracking information.
|
|
@@ -6272,7 +6272,7 @@ FLAG DESCRIPTIONS
|
|
|
6272
6272
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/report.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf project deploy resume`
|
|
6278
6278
|
|
|
@@ -6369,7 +6369,7 @@ ERROR CODES
|
|
|
6369
6369
|
Canceling (69) The deploy is being canceled.
|
|
6370
6370
|
```
|
|
6371
6371
|
|
|
6372
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6372
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/resume.ts)_
|
|
6373
6373
|
|
|
6374
6374
|
## `sf project deploy start`
|
|
6375
6375
|
|
|
@@ -6607,7 +6607,7 @@ ERROR CODES
|
|
|
6607
6607
|
Canceling (69) The deploy is being canceled.
|
|
6608
6608
|
```
|
|
6609
6609
|
|
|
6610
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6610
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/start.ts)_
|
|
6611
6611
|
|
|
6612
6612
|
## `sf project deploy validate`
|
|
6613
6613
|
|
|
@@ -6799,7 +6799,7 @@ ERROR CODES
|
|
|
6799
6799
|
Canceling (69) The deploy is being canceled.
|
|
6800
6800
|
```
|
|
6801
6801
|
|
|
6802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/validate.ts)_
|
|
6803
6803
|
|
|
6804
6804
|
## `sf project generate`
|
|
6805
6805
|
|
|
@@ -6980,7 +6980,7 @@ EXAMPLES
|
|
|
6980
6980
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6981
6981
|
```
|
|
6982
6982
|
|
|
6983
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6983
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/generate/manifest.ts)_
|
|
6984
6984
|
|
|
6985
6985
|
## `sf project list ignored`
|
|
6986
6986
|
|
|
@@ -7022,7 +7022,7 @@ EXAMPLES
|
|
|
7022
7022
|
$ sf project list ignored --source-dir package.xml
|
|
7023
7023
|
```
|
|
7024
7024
|
|
|
7025
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7025
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/list/ignored.ts)_
|
|
7026
7026
|
|
|
7027
7027
|
## `sf project reset tracking`
|
|
7028
7028
|
|
|
@@ -7071,7 +7071,7 @@ EXAMPLES
|
|
|
7071
7071
|
$ sf project reset tracking --revision 30
|
|
7072
7072
|
```
|
|
7073
7073
|
|
|
7074
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7074
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/reset/tracking.ts)_
|
|
7075
7075
|
|
|
7076
7076
|
## `sf project retrieve preview`
|
|
7077
7077
|
|
|
@@ -7128,7 +7128,7 @@ FLAG DESCRIPTIONS
|
|
|
7128
7128
|
Overrides your default org.
|
|
7129
7129
|
```
|
|
7130
7130
|
|
|
7131
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7131
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/retrieve/preview.ts)_
|
|
7132
7132
|
|
|
7133
7133
|
## `sf project retrieve start`
|
|
7134
7134
|
|
|
@@ -7287,7 +7287,7 @@ ENVIRONMENT VARIABLES
|
|
|
7287
7287
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7288
7288
|
```
|
|
7289
7289
|
|
|
7290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/retrieve/start.ts)_
|
|
7291
7291
|
|
|
7292
7292
|
## `sf schema generate field`
|
|
7293
7293
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.37.
|
|
9
|
+
"version": "2.37.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
16
16
|
"@oclif/plugin-commands": "3.2.2",
|
|
17
17
|
"@oclif/plugin-help": "6.0.20",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.2",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.7",
|
|
20
20
|
"@oclif/plugin-search": "1.0.20",
|
|
21
21
|
"@oclif/plugin-update": "4.2.4",
|
|
22
22
|
"@oclif/plugin-version": "2.0.16",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.1.4",
|
|
27
|
-
"@salesforce/plugin-auth": "3.5.
|
|
27
|
+
"@salesforce/plugin-auth": "3.5.5",
|
|
28
28
|
"@salesforce/plugin-data": "3.2.5",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.5.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.5.6",
|
|
30
30
|
"@salesforce/plugin-info": "3.1.3",
|
|
31
31
|
"@salesforce/plugin-limits": "3.2.1",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.1.1",
|
|
33
|
-
"@salesforce/plugin-org": "4.0.
|
|
33
|
+
"@salesforce/plugin-org": "4.0.4",
|
|
34
34
|
"@salesforce/plugin-packaging": "2.3.0",
|
|
35
35
|
"@salesforce/plugin-schema": "3.2.1",
|
|
36
36
|
"@salesforce/plugin-settings": "2.1.2",
|
|
@@ -3377,9 +3377,9 @@
|
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
3379
|
"node_modules/@oclif/core": {
|
|
3380
|
-
"version": "3.26.
|
|
3381
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3382
|
-
"integrity": "sha512-
|
|
3380
|
+
"version": "3.26.2",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
3382
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
3383
3383
|
"license": "MIT",
|
|
3384
3384
|
"dependencies": {
|
|
3385
3385
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
"indent-string": "^4.0.0",
|
|
3399
3399
|
"is-wsl": "^2.2.0",
|
|
3400
3400
|
"js-yaml": "^3.14.1",
|
|
3401
|
-
"minimatch": "^9.0.
|
|
3401
|
+
"minimatch": "^9.0.4",
|
|
3402
3402
|
"natural-orderby": "^2.0.3",
|
|
3403
3403
|
"object-treeify": "^1.1.33",
|
|
3404
3404
|
"password-prompt": "^1.1.3",
|
|
@@ -3761,15 +3761,15 @@
|
|
|
3761
3761
|
}
|
|
3762
3762
|
},
|
|
3763
3763
|
"node_modules/@oclif/plugin-plugins": {
|
|
3764
|
-
"version": "5.0.
|
|
3765
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
3766
|
-
"integrity": "sha512-
|
|
3764
|
+
"version": "5.0.7",
|
|
3765
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.7.tgz",
|
|
3766
|
+
"integrity": "sha512-oSvAalXjJCDfGtbuM4Kutv17NUTsNvhNhhgSfG8aN9/SfsGd73JA39tsI2CEjlM7Uc2bD6ncxyUdZ0lTnntkUg==",
|
|
3767
3767
|
"license": "MIT",
|
|
3768
3768
|
"dependencies": {
|
|
3769
3769
|
"@oclif/core": "^3.26.0",
|
|
3770
3770
|
"chalk": "^5.3.0",
|
|
3771
3771
|
"debug": "^4.3.4",
|
|
3772
|
-
"npm": "10.5.
|
|
3772
|
+
"npm": "10.5.0",
|
|
3773
3773
|
"npm-package-arg": "^11.0.1",
|
|
3774
3774
|
"npm-run-path": "^5.3.0",
|
|
3775
3775
|
"semver": "^7.6.0",
|
|
@@ -3819,9 +3819,9 @@
|
|
|
3819
3819
|
}
|
|
3820
3820
|
},
|
|
3821
3821
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
3822
|
-
"version": "10.5.
|
|
3823
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.
|
|
3824
|
-
"integrity": "sha512-
|
|
3822
|
+
"version": "10.5.0",
|
|
3823
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz",
|
|
3824
|
+
"integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==",
|
|
3825
3825
|
"bundleDependencies": [
|
|
3826
3826
|
"@isaacs/string-locale-compare",
|
|
3827
3827
|
"@npmcli/arborist",
|
|
@@ -3830,7 +3830,6 @@
|
|
|
3830
3830
|
"@npmcli/map-workspaces",
|
|
3831
3831
|
"@npmcli/package-json",
|
|
3832
3832
|
"@npmcli/promise-spawn",
|
|
3833
|
-
"@npmcli/redact",
|
|
3834
3833
|
"@npmcli/run-script",
|
|
3835
3834
|
"@sigstore/tuf",
|
|
3836
3835
|
"abbrev",
|
|
@@ -3911,24 +3910,23 @@
|
|
|
3911
3910
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
3912
3911
|
"@npmcli/package-json": "^5.0.0",
|
|
3913
3912
|
"@npmcli/promise-spawn": "^7.0.1",
|
|
3914
|
-
"@npmcli/redact": "^1.1.0",
|
|
3915
3913
|
"@npmcli/run-script": "^7.0.4",
|
|
3916
|
-
"@sigstore/tuf": "^2.3.
|
|
3914
|
+
"@sigstore/tuf": "^2.3.1",
|
|
3917
3915
|
"abbrev": "^2.0.0",
|
|
3918
3916
|
"archy": "~1.0.0",
|
|
3919
3917
|
"cacache": "^18.0.2",
|
|
3920
3918
|
"chalk": "^5.3.0",
|
|
3921
3919
|
"ci-info": "^4.0.0",
|
|
3922
3920
|
"cli-columns": "^4.0.0",
|
|
3923
|
-
"cli-table3": "^0.6.
|
|
3921
|
+
"cli-table3": "^0.6.3",
|
|
3924
3922
|
"columnify": "^1.6.0",
|
|
3925
3923
|
"fastest-levenshtein": "^1.0.16",
|
|
3926
3924
|
"fs-minipass": "^3.0.3",
|
|
3927
|
-
"glob": "^10.3.
|
|
3925
|
+
"glob": "^10.3.10",
|
|
3928
3926
|
"graceful-fs": "^4.2.11",
|
|
3929
3927
|
"hosted-git-info": "^7.0.1",
|
|
3930
|
-
"ini": "^4.1.
|
|
3931
|
-
"init-package-json": "^6.0.
|
|
3928
|
+
"ini": "^4.1.1",
|
|
3929
|
+
"init-package-json": "^6.0.0",
|
|
3932
3930
|
"is-cidr": "^5.0.3",
|
|
3933
3931
|
"json-parse-even-better-errors": "^3.0.1",
|
|
3934
3932
|
"libnpmaccess": "^8.0.1",
|
|
@@ -3943,11 +3941,11 @@
|
|
|
3943
3941
|
"libnpmteam": "^6.0.0",
|
|
3944
3942
|
"libnpmversion": "^5.0.1",
|
|
3945
3943
|
"make-fetch-happen": "^13.0.0",
|
|
3946
|
-
"minimatch": "^9.0.
|
|
3944
|
+
"minimatch": "^9.0.3",
|
|
3947
3945
|
"minipass": "^7.0.4",
|
|
3948
3946
|
"minipass-pipeline": "^1.2.4",
|
|
3949
3947
|
"ms": "^2.1.2",
|
|
3950
|
-
"node-gyp": "^10.1
|
|
3948
|
+
"node-gyp": "^10.0.1",
|
|
3951
3949
|
"nopt": "^7.2.0",
|
|
3952
3950
|
"normalize-package-data": "^6.0.0",
|
|
3953
3951
|
"npm-audit-report": "^5.0.0",
|
|
@@ -3955,7 +3953,7 @@
|
|
|
3955
3953
|
"npm-package-arg": "^11.0.1",
|
|
3956
3954
|
"npm-pick-manifest": "^9.0.0",
|
|
3957
3955
|
"npm-profile": "^9.0.0",
|
|
3958
|
-
"npm-registry-fetch": "^16.
|
|
3956
|
+
"npm-registry-fetch": "^16.1.0",
|
|
3959
3957
|
"npm-user-validate": "^2.0.0",
|
|
3960
3958
|
"npmlog": "^7.0.1",
|
|
3961
3959
|
"p-map": "^4.0.0",
|
|
@@ -3963,12 +3961,12 @@
|
|
|
3963
3961
|
"parse-conflict-json": "^3.0.1",
|
|
3964
3962
|
"proc-log": "^3.0.0",
|
|
3965
3963
|
"qrcode-terminal": "^0.12.0",
|
|
3966
|
-
"read": "^
|
|
3964
|
+
"read": "^2.1.0",
|
|
3967
3965
|
"semver": "^7.6.0",
|
|
3968
3966
|
"spdx-expression-parse": "^3.0.1",
|
|
3969
3967
|
"ssri": "^10.0.5",
|
|
3970
3968
|
"supports-color": "^9.4.0",
|
|
3971
|
-
"tar": "^6.2.
|
|
3969
|
+
"tar": "^6.2.0",
|
|
3972
3970
|
"text-table": "~0.2.0",
|
|
3973
3971
|
"tiny-relative-date": "^1.3.0",
|
|
3974
3972
|
"treeverse": "^3.0.0",
|
|
@@ -4107,7 +4105,9 @@
|
|
|
4107
4105
|
}
|
|
4108
4106
|
},
|
|
4109
4107
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4110
|
-
"version": "7.4.
|
|
4108
|
+
"version": "7.4.0",
|
|
4109
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
4110
|
+
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
4111
4111
|
"inBundle": true,
|
|
4112
4112
|
"license": "ISC",
|
|
4113
4113
|
"dependencies": {
|
|
@@ -4127,12 +4127,12 @@
|
|
|
4127
4127
|
"hosted-git-info": "^7.0.1",
|
|
4128
4128
|
"json-parse-even-better-errors": "^3.0.0",
|
|
4129
4129
|
"json-stringify-nice": "^1.1.4",
|
|
4130
|
-
"minimatch": "^9.0.
|
|
4130
|
+
"minimatch": "^9.0.0",
|
|
4131
4131
|
"nopt": "^7.0.0",
|
|
4132
4132
|
"npm-install-checks": "^6.2.0",
|
|
4133
4133
|
"npm-package-arg": "^11.0.1",
|
|
4134
4134
|
"npm-pick-manifest": "^9.0.0",
|
|
4135
|
-
"npm-registry-fetch": "^16.
|
|
4135
|
+
"npm-registry-fetch": "^16.0.0",
|
|
4136
4136
|
"npmlog": "^7.0.1",
|
|
4137
4137
|
"pacote": "^17.0.4",
|
|
4138
4138
|
"parse-conflict-json": "^3.0.0",
|
|
@@ -4153,13 +4153,15 @@
|
|
|
4153
4153
|
}
|
|
4154
4154
|
},
|
|
4155
4155
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4156
|
-
"version": "8.2.
|
|
4156
|
+
"version": "8.2.0",
|
|
4157
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
4158
|
+
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
4157
4159
|
"inBundle": true,
|
|
4158
4160
|
"license": "ISC",
|
|
4159
4161
|
"dependencies": {
|
|
4160
4162
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
4161
4163
|
"ci-info": "^4.0.0",
|
|
4162
|
-
"ini": "^4.1.
|
|
4164
|
+
"ini": "^4.1.0",
|
|
4163
4165
|
"nopt": "^7.0.0",
|
|
4164
4166
|
"proc-log": "^3.0.0",
|
|
4165
4167
|
"read-package-json-fast": "^3.0.2",
|
|
@@ -4346,16 +4348,6 @@
|
|
|
4346
4348
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4347
4349
|
}
|
|
4348
4350
|
},
|
|
4349
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/redact": {
|
|
4350
|
-
"version": "1.1.0",
|
|
4351
|
-
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.1.0.tgz",
|
|
4352
|
-
"integrity": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==",
|
|
4353
|
-
"inBundle": true,
|
|
4354
|
-
"license": "ISC",
|
|
4355
|
-
"engines": {
|
|
4356
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4357
|
-
}
|
|
4358
|
-
},
|
|
4359
4351
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4360
4352
|
"version": "7.0.4",
|
|
4361
4353
|
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
@@ -4434,9 +4426,7 @@
|
|
|
4434
4426
|
}
|
|
4435
4427
|
},
|
|
4436
4428
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4437
|
-
"version": "2.3.
|
|
4438
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
|
|
4439
|
-
"integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
|
|
4429
|
+
"version": "2.3.1",
|
|
4440
4430
|
"inBundle": true,
|
|
4441
4431
|
"license": "Apache-2.0",
|
|
4442
4432
|
"dependencies": {
|
|
@@ -4497,7 +4487,9 @@
|
|
|
4497
4487
|
}
|
|
4498
4488
|
},
|
|
4499
4489
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4500
|
-
"version": "7.1.
|
|
4490
|
+
"version": "7.1.0",
|
|
4491
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
4492
|
+
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
4501
4493
|
"inBundle": true,
|
|
4502
4494
|
"license": "MIT",
|
|
4503
4495
|
"dependencies": {
|
|
@@ -4592,14 +4584,13 @@
|
|
|
4592
4584
|
}
|
|
4593
4585
|
},
|
|
4594
4586
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/binary-extensions": {
|
|
4595
|
-
"version": "2.
|
|
4587
|
+
"version": "2.2.0",
|
|
4588
|
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
4589
|
+
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
|
|
4596
4590
|
"inBundle": true,
|
|
4597
4591
|
"license": "MIT",
|
|
4598
4592
|
"engines": {
|
|
4599
4593
|
"node": ">=8"
|
|
4600
|
-
},
|
|
4601
|
-
"funding": {
|
|
4602
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4603
4594
|
}
|
|
4604
4595
|
},
|
|
4605
4596
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/brace-expansion": {
|
|
@@ -4723,9 +4714,7 @@
|
|
|
4723
4714
|
}
|
|
4724
4715
|
},
|
|
4725
4716
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
4726
|
-
"version": "0.6.
|
|
4727
|
-
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz",
|
|
4728
|
-
"integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==",
|
|
4717
|
+
"version": "0.6.3",
|
|
4729
4718
|
"inBundle": true,
|
|
4730
4719
|
"license": "MIT",
|
|
4731
4720
|
"dependencies": {
|
|
@@ -5028,17 +5017,15 @@
|
|
|
5028
5017
|
}
|
|
5029
5018
|
},
|
|
5030
5019
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5031
|
-
"version": "10.3.
|
|
5032
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
|
|
5033
|
-
"integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
|
|
5020
|
+
"version": "10.3.10",
|
|
5034
5021
|
"inBundle": true,
|
|
5035
5022
|
"license": "ISC",
|
|
5036
5023
|
"dependencies": {
|
|
5037
5024
|
"foreground-child": "^3.1.0",
|
|
5038
|
-
"jackspeak": "^2.3.
|
|
5025
|
+
"jackspeak": "^2.3.5",
|
|
5039
5026
|
"minimatch": "^9.0.1",
|
|
5040
|
-
"minipass": "^7.0.
|
|
5041
|
-
"path-scurry": "^1.10.
|
|
5027
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
5028
|
+
"path-scurry": "^1.10.1"
|
|
5042
5029
|
},
|
|
5043
5030
|
"bin": {
|
|
5044
5031
|
"glob": "dist/esm/bin.mjs"
|
|
@@ -5173,9 +5160,7 @@
|
|
|
5173
5160
|
}
|
|
5174
5161
|
},
|
|
5175
5162
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ini": {
|
|
5176
|
-
"version": "4.1.
|
|
5177
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
|
|
5178
|
-
"integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
|
|
5163
|
+
"version": "4.1.1",
|
|
5179
5164
|
"inBundle": true,
|
|
5180
5165
|
"license": "ISC",
|
|
5181
5166
|
"engines": {
|
|
@@ -5183,16 +5168,14 @@
|
|
|
5183
5168
|
}
|
|
5184
5169
|
},
|
|
5185
5170
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/init-package-json": {
|
|
5186
|
-
"version": "6.0.
|
|
5187
|
-
"resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.2.tgz",
|
|
5188
|
-
"integrity": "sha512-ZQ9bxt6PkqIH6fPU69HPheOMoUqIqVqwZj0qlCBfoSCG4lplQhVM/qB3RS4f0RALK3WZZSrNQxNtCZgphuf3IA==",
|
|
5171
|
+
"version": "6.0.0",
|
|
5189
5172
|
"inBundle": true,
|
|
5190
5173
|
"license": "ISC",
|
|
5191
5174
|
"dependencies": {
|
|
5192
|
-
"@npmcli/package-json": "^5.0.0",
|
|
5193
5175
|
"npm-package-arg": "^11.0.0",
|
|
5194
5176
|
"promzard": "^1.0.0",
|
|
5195
|
-
"read": "^
|
|
5177
|
+
"read": "^2.0.0",
|
|
5178
|
+
"read-package-json": "^7.0.0",
|
|
5196
5179
|
"semver": "^7.3.5",
|
|
5197
5180
|
"validate-npm-package-license": "^3.0.4",
|
|
5198
5181
|
"validate-npm-package-name": "^5.0.0"
|
|
@@ -5287,8 +5270,6 @@
|
|
|
5287
5270
|
},
|
|
5288
5271
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jackspeak": {
|
|
5289
5272
|
"version": "2.3.6",
|
|
5290
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
5291
|
-
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
5292
5273
|
"inBundle": true,
|
|
5293
5274
|
"license": "BlueOak-1.0.0",
|
|
5294
5275
|
"dependencies": {
|
|
@@ -5356,38 +5337,44 @@
|
|
|
5356
5337
|
"license": "MIT"
|
|
5357
5338
|
},
|
|
5358
5339
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5359
|
-
"version": "8.0.
|
|
5340
|
+
"version": "8.0.2",
|
|
5341
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
5342
|
+
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
5360
5343
|
"inBundle": true,
|
|
5361
5344
|
"license": "ISC",
|
|
5362
5345
|
"dependencies": {
|
|
5363
5346
|
"npm-package-arg": "^11.0.1",
|
|
5364
|
-
"npm-registry-fetch": "^16.
|
|
5347
|
+
"npm-registry-fetch": "^16.0.0"
|
|
5365
5348
|
},
|
|
5366
5349
|
"engines": {
|
|
5367
5350
|
"node": "^16.14.0 || >=18.0.0"
|
|
5368
5351
|
}
|
|
5369
5352
|
},
|
|
5370
5353
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5371
|
-
"version": "6.0.
|
|
5354
|
+
"version": "6.0.7",
|
|
5355
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
5356
|
+
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
5372
5357
|
"inBundle": true,
|
|
5373
5358
|
"license": "ISC",
|
|
5374
5359
|
"dependencies": {
|
|
5375
5360
|
"@npmcli/arborist": "^7.2.1",
|
|
5376
5361
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
5377
5362
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
5378
|
-
"binary-extensions": "^2.
|
|
5363
|
+
"binary-extensions": "^2.2.0",
|
|
5379
5364
|
"diff": "^5.1.0",
|
|
5380
|
-
"minimatch": "^9.0.
|
|
5365
|
+
"minimatch": "^9.0.0",
|
|
5381
5366
|
"npm-package-arg": "^11.0.1",
|
|
5382
5367
|
"pacote": "^17.0.4",
|
|
5383
|
-
"tar": "^6.2.
|
|
5368
|
+
"tar": "^6.2.0"
|
|
5384
5369
|
},
|
|
5385
5370
|
"engines": {
|
|
5386
5371
|
"node": "^16.14.0 || >=18.0.0"
|
|
5387
5372
|
}
|
|
5388
5373
|
},
|
|
5389
5374
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5390
|
-
"version": "7.0.
|
|
5375
|
+
"version": "7.0.8",
|
|
5376
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
5377
|
+
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
5391
5378
|
"inBundle": true,
|
|
5392
5379
|
"license": "ISC",
|
|
5393
5380
|
"dependencies": {
|
|
@@ -5398,7 +5385,7 @@
|
|
|
5398
5385
|
"npmlog": "^7.0.1",
|
|
5399
5386
|
"pacote": "^17.0.4",
|
|
5400
5387
|
"proc-log": "^3.0.0",
|
|
5401
|
-
"read": "^
|
|
5388
|
+
"read": "^2.0.0",
|
|
5402
5389
|
"read-package-json-fast": "^3.0.2",
|
|
5403
5390
|
"semver": "^7.3.7",
|
|
5404
5391
|
"walk-up-path": "^3.0.1"
|
|
@@ -5408,7 +5395,9 @@
|
|
|
5408
5395
|
}
|
|
5409
5396
|
},
|
|
5410
5397
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5411
|
-
"version": "5.0.
|
|
5398
|
+
"version": "5.0.5",
|
|
5399
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
5400
|
+
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
5412
5401
|
"inBundle": true,
|
|
5413
5402
|
"license": "ISC",
|
|
5414
5403
|
"dependencies": {
|
|
@@ -5419,31 +5408,37 @@
|
|
|
5419
5408
|
}
|
|
5420
5409
|
},
|
|
5421
5410
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5422
|
-
"version": "10.0.
|
|
5411
|
+
"version": "10.0.1",
|
|
5412
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
5413
|
+
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
5423
5414
|
"inBundle": true,
|
|
5424
5415
|
"license": "ISC",
|
|
5425
5416
|
"dependencies": {
|
|
5426
5417
|
"aproba": "^2.0.0",
|
|
5427
|
-
"npm-registry-fetch": "^16.
|
|
5418
|
+
"npm-registry-fetch": "^16.0.0"
|
|
5428
5419
|
},
|
|
5429
5420
|
"engines": {
|
|
5430
5421
|
"node": "^16.14.0 || >=18.0.0"
|
|
5431
5422
|
}
|
|
5432
5423
|
},
|
|
5433
5424
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5434
|
-
"version": "6.0.
|
|
5425
|
+
"version": "6.0.2",
|
|
5426
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
5427
|
+
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
5435
5428
|
"inBundle": true,
|
|
5436
5429
|
"license": "ISC",
|
|
5437
5430
|
"dependencies": {
|
|
5438
5431
|
"aproba": "^2.0.0",
|
|
5439
|
-
"npm-registry-fetch": "^16.
|
|
5432
|
+
"npm-registry-fetch": "^16.0.0"
|
|
5440
5433
|
},
|
|
5441
5434
|
"engines": {
|
|
5442
5435
|
"node": "^16.14.0 || >=18.0.0"
|
|
5443
5436
|
}
|
|
5444
5437
|
},
|
|
5445
5438
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5446
|
-
"version": "6.0.
|
|
5439
|
+
"version": "6.0.7",
|
|
5440
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
5441
|
+
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
5447
5442
|
"inBundle": true,
|
|
5448
5443
|
"license": "ISC",
|
|
5449
5444
|
"dependencies": {
|
|
@@ -5457,14 +5452,16 @@
|
|
|
5457
5452
|
}
|
|
5458
5453
|
},
|
|
5459
5454
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5460
|
-
"version": "9.0.
|
|
5455
|
+
"version": "9.0.4",
|
|
5456
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5457
|
+
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5461
5458
|
"inBundle": true,
|
|
5462
5459
|
"license": "ISC",
|
|
5463
5460
|
"dependencies": {
|
|
5464
5461
|
"ci-info": "^4.0.0",
|
|
5465
5462
|
"normalize-package-data": "^6.0.0",
|
|
5466
5463
|
"npm-package-arg": "^11.0.1",
|
|
5467
|
-
"npm-registry-fetch": "^16.
|
|
5464
|
+
"npm-registry-fetch": "^16.0.0",
|
|
5468
5465
|
"proc-log": "^3.0.0",
|
|
5469
5466
|
"semver": "^7.3.7",
|
|
5470
5467
|
"sigstore": "^2.2.0",
|
|
@@ -5475,23 +5472,27 @@
|
|
|
5475
5472
|
}
|
|
5476
5473
|
},
|
|
5477
5474
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5478
|
-
"version": "7.0.
|
|
5475
|
+
"version": "7.0.1",
|
|
5476
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
5477
|
+
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
5479
5478
|
"inBundle": true,
|
|
5480
5479
|
"license": "ISC",
|
|
5481
5480
|
"dependencies": {
|
|
5482
|
-
"npm-registry-fetch": "^16.
|
|
5481
|
+
"npm-registry-fetch": "^16.0.0"
|
|
5483
5482
|
},
|
|
5484
5483
|
"engines": {
|
|
5485
5484
|
"node": "^16.14.0 || >=18.0.0"
|
|
5486
5485
|
}
|
|
5487
5486
|
},
|
|
5488
5487
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5489
|
-
"version": "6.0.
|
|
5488
|
+
"version": "6.0.1",
|
|
5489
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
5490
|
+
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
5490
5491
|
"inBundle": true,
|
|
5491
5492
|
"license": "ISC",
|
|
5492
5493
|
"dependencies": {
|
|
5493
5494
|
"aproba": "^2.0.0",
|
|
5494
|
-
"npm-registry-fetch": "^16.
|
|
5495
|
+
"npm-registry-fetch": "^16.0.0"
|
|
5495
5496
|
},
|
|
5496
5497
|
"engines": {
|
|
5497
5498
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -5548,9 +5549,7 @@
|
|
|
5548
5549
|
}
|
|
5549
5550
|
},
|
|
5550
5551
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minimatch": {
|
|
5551
|
-
"version": "9.0.
|
|
5552
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5553
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5552
|
+
"version": "9.0.3",
|
|
5554
5553
|
"inBundle": true,
|
|
5555
5554
|
"license": "ISC",
|
|
5556
5555
|
"dependencies": {
|
|
@@ -5774,9 +5773,7 @@
|
|
|
5774
5773
|
}
|
|
5775
5774
|
},
|
|
5776
5775
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/node-gyp": {
|
|
5777
|
-
"version": "10.1
|
|
5778
|
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
|
|
5779
|
-
"integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
|
|
5776
|
+
"version": "10.0.1",
|
|
5780
5777
|
"inBundle": true,
|
|
5781
5778
|
"license": "MIT",
|
|
5782
5779
|
"dependencies": {
|
|
@@ -5936,13 +5933,10 @@
|
|
|
5936
5933
|
}
|
|
5937
5934
|
},
|
|
5938
5935
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-registry-fetch": {
|
|
5939
|
-
"version": "16.
|
|
5940
|
-
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.2.0.tgz",
|
|
5941
|
-
"integrity": "sha512-zVH+G0q1O2hqgQBUvQ2LWp6ujr6VJAeDnmWxqiMlCguvLexEzBnuQIwC70r04vcvCMAcYEIpA/rO9YyVi+fmJQ==",
|
|
5936
|
+
"version": "16.1.0",
|
|
5942
5937
|
"inBundle": true,
|
|
5943
5938
|
"license": "ISC",
|
|
5944
5939
|
"dependencies": {
|
|
5945
|
-
"@npmcli/redact": "^1.1.0",
|
|
5946
5940
|
"make-fetch-happen": "^13.0.0",
|
|
5947
5941
|
"minipass": "^7.0.2",
|
|
5948
5942
|
"minipass-fetch": "^3.0.0",
|
|
@@ -6056,13 +6050,11 @@
|
|
|
6056
6050
|
}
|
|
6057
6051
|
},
|
|
6058
6052
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-scurry": {
|
|
6059
|
-
"version": "1.10.
|
|
6060
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
|
|
6061
|
-
"integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
|
|
6053
|
+
"version": "1.10.1",
|
|
6062
6054
|
"inBundle": true,
|
|
6063
6055
|
"license": "BlueOak-1.0.0",
|
|
6064
6056
|
"dependencies": {
|
|
6065
|
-
"lru-cache": "^10.
|
|
6057
|
+
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
6066
6058
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
6067
6059
|
},
|
|
6068
6060
|
"engines": {
|
|
@@ -6138,11 +6130,13 @@
|
|
|
6138
6130
|
}
|
|
6139
6131
|
},
|
|
6140
6132
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promzard": {
|
|
6141
|
-
"version": "1.0.
|
|
6133
|
+
"version": "1.0.0",
|
|
6134
|
+
"resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.0.tgz",
|
|
6135
|
+
"integrity": "sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==",
|
|
6142
6136
|
"inBundle": true,
|
|
6143
6137
|
"license": "ISC",
|
|
6144
6138
|
"dependencies": {
|
|
6145
|
-
"read": "^
|
|
6139
|
+
"read": "^2.0.0"
|
|
6146
6140
|
},
|
|
6147
6141
|
"engines": {
|
|
6148
6142
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6158,13 +6152,13 @@
|
|
|
6158
6152
|
}
|
|
6159
6153
|
},
|
|
6160
6154
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read": {
|
|
6161
|
-
"version": "
|
|
6162
|
-
"resolved": "https://registry.npmjs.org/read/-/read-
|
|
6163
|
-
"integrity": "sha512-
|
|
6155
|
+
"version": "2.1.0",
|
|
6156
|
+
"resolved": "https://registry.npmjs.org/read/-/read-2.1.0.tgz",
|
|
6157
|
+
"integrity": "sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==",
|
|
6164
6158
|
"inBundle": true,
|
|
6165
6159
|
"license": "ISC",
|
|
6166
6160
|
"dependencies": {
|
|
6167
|
-
"mute-stream": "
|
|
6161
|
+
"mute-stream": "~1.0.0"
|
|
6168
6162
|
},
|
|
6169
6163
|
"engines": {
|
|
6170
6164
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6478,9 +6472,7 @@
|
|
|
6478
6472
|
}
|
|
6479
6473
|
},
|
|
6480
6474
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar": {
|
|
6481
|
-
"version": "6.2.
|
|
6482
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
6483
|
-
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
6475
|
+
"version": "6.2.0",
|
|
6484
6476
|
"inBundle": true,
|
|
6485
6477
|
"license": "ISC",
|
|
6486
6478
|
"dependencies": {
|
|
@@ -6820,19 +6812,6 @@
|
|
|
6820
6812
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6821
6813
|
}
|
|
6822
6814
|
},
|
|
6823
|
-
"node_modules/@oclif/plugin-plugins/node_modules/read": {
|
|
6824
|
-
"version": "3.0.1",
|
|
6825
|
-
"resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
|
|
6826
|
-
"integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==",
|
|
6827
|
-
"extraneous": true,
|
|
6828
|
-
"license": "ISC",
|
|
6829
|
-
"dependencies": {
|
|
6830
|
-
"mute-stream": "^1.0.0"
|
|
6831
|
-
},
|
|
6832
|
-
"engines": {
|
|
6833
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6834
|
-
}
|
|
6835
|
-
},
|
|
6836
6815
|
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
6837
6816
|
"version": "9.4.0",
|
|
6838
6817
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -7520,18 +7499,18 @@
|
|
|
7520
7499
|
}
|
|
7521
7500
|
},
|
|
7522
7501
|
"node_modules/@salesforce/plugin-auth": {
|
|
7523
|
-
"version": "3.5.
|
|
7524
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.
|
|
7525
|
-
"integrity": "sha512-
|
|
7502
|
+
"version": "3.5.5",
|
|
7503
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.5.tgz",
|
|
7504
|
+
"integrity": "sha512-TEtOE5iI5mnCWilypu9phW1LwYL2R30Q6M9RVYmEnv97DLZLG3fwj9xQLjjkAC0xpaBTYLEqMCJwr+c6JzvjgQ==",
|
|
7526
7505
|
"license": "BSD-3-Clause",
|
|
7527
7506
|
"dependencies": {
|
|
7528
7507
|
"@inquirer/checkbox": "^1.5.2",
|
|
7529
7508
|
"@inquirer/select": "^1.3.3",
|
|
7530
|
-
"@oclif/core": "^3.
|
|
7509
|
+
"@oclif/core": "^3.26.0",
|
|
7531
7510
|
"@salesforce/core": "^6.7.6",
|
|
7532
7511
|
"@salesforce/kit": "^3.1.0",
|
|
7533
7512
|
"@salesforce/plugin-info": "^3.0.28",
|
|
7534
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
7513
|
+
"@salesforce/sf-plugins-core": "^8.0.4",
|
|
7535
7514
|
"@salesforce/ts-types": "^2.0.9",
|
|
7536
7515
|
"chalk": "^5.3.0",
|
|
7537
7516
|
"open": "^10.1.0"
|
|
@@ -7624,19 +7603,19 @@
|
|
|
7624
7603
|
"license": "MIT"
|
|
7625
7604
|
},
|
|
7626
7605
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7627
|
-
"version": "3.5.
|
|
7628
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.
|
|
7629
|
-
"integrity": "sha512-
|
|
7606
|
+
"version": "3.5.6",
|
|
7607
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.6.tgz",
|
|
7608
|
+
"integrity": "sha512-f6yazzW73SoYhhH8ctlRaxxwI/BFdNp8KrHm9Rjz1UxzPoL4msn5r9bXkW3nSDe5ODVJL+gstakE7sGNw47ECw==",
|
|
7630
7609
|
"license": "BSD-3-Clause",
|
|
7631
7610
|
"dependencies": {
|
|
7632
7611
|
"@oclif/core": "^3.26.0",
|
|
7633
7612
|
"@salesforce/apex-node": "^4.0.2",
|
|
7634
|
-
"@salesforce/core": "^6.7.
|
|
7613
|
+
"@salesforce/core": "^6.7.6",
|
|
7635
7614
|
"@salesforce/kit": "^3.1.0",
|
|
7636
7615
|
"@salesforce/plugin-info": "^3.1.0",
|
|
7637
7616
|
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
7638
7617
|
"@salesforce/source-deploy-retrieve": "^10.7.0",
|
|
7639
|
-
"@salesforce/source-tracking": "^5.2.
|
|
7618
|
+
"@salesforce/source-tracking": "^5.2.4",
|
|
7640
7619
|
"@salesforce/ts-types": "^2.0.9",
|
|
7641
7620
|
"chalk": "^5.3.0"
|
|
7642
7621
|
},
|
|
@@ -7699,16 +7678,16 @@
|
|
|
7699
7678
|
}
|
|
7700
7679
|
},
|
|
7701
7680
|
"node_modules/@salesforce/plugin-org": {
|
|
7702
|
-
"version": "4.0.
|
|
7703
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.0.
|
|
7704
|
-
"integrity": "sha512-
|
|
7681
|
+
"version": "4.0.4",
|
|
7682
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.0.4.tgz",
|
|
7683
|
+
"integrity": "sha512-mrJ9vb1ZIfXz40l89E+odCTmS47Gx9iu/GGKPqpHHkybQQKJn9okjZz4YZEp58mtDcqwYQXUQS6HqyvY44Btbw==",
|
|
7705
7684
|
"license": "BSD-3-Clause",
|
|
7706
7685
|
"dependencies": {
|
|
7707
7686
|
"@oclif/core": "^3.26.0",
|
|
7708
|
-
"@salesforce/core": "^6.6
|
|
7687
|
+
"@salesforce/core": "^6.7.6",
|
|
7709
7688
|
"@salesforce/kit": "^3.1.0",
|
|
7710
7689
|
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
7711
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
7690
|
+
"@salesforce/source-deploy-retrieve": "^10.9.1",
|
|
7712
7691
|
"chalk": "^5.3.0",
|
|
7713
7692
|
"change-case": "^5.4.4",
|
|
7714
7693
|
"is-wsl": "^3.1.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.37.
|
|
4
|
+
"version": "2.37.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@inquirer/select": "^1.3.1",
|
|
141
|
-
"@oclif/core": "3.26.
|
|
141
|
+
"@oclif/core": "3.26.2",
|
|
142
142
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
143
143
|
"@oclif/plugin-commands": "3.2.2",
|
|
144
144
|
"@oclif/plugin-help": "6.0.20",
|
|
145
145
|
"@oclif/plugin-not-found": "3.1.2",
|
|
146
|
-
"@oclif/plugin-plugins": "5.0.
|
|
146
|
+
"@oclif/plugin-plugins": "5.0.7",
|
|
147
147
|
"@oclif/plugin-search": "1.0.20",
|
|
148
148
|
"@oclif/plugin-update": "4.2.4",
|
|
149
149
|
"@oclif/plugin-version": "2.0.16",
|
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
"@oclif/plugin-which": "3.1.7",
|
|
152
152
|
"@salesforce/core": "^6.1.4",
|
|
153
153
|
"@salesforce/plugin-apex": "3.1.4",
|
|
154
|
-
"@salesforce/plugin-auth": "3.5.
|
|
154
|
+
"@salesforce/plugin-auth": "3.5.5",
|
|
155
155
|
"@salesforce/plugin-data": "3.2.5",
|
|
156
|
-
"@salesforce/plugin-deploy-retrieve": "3.5.
|
|
156
|
+
"@salesforce/plugin-deploy-retrieve": "3.5.6",
|
|
157
157
|
"@salesforce/plugin-info": "3.1.3",
|
|
158
158
|
"@salesforce/plugin-limits": "3.2.1",
|
|
159
159
|
"@salesforce/plugin-marketplace": "1.1.1",
|
|
160
|
-
"@salesforce/plugin-org": "4.0.
|
|
160
|
+
"@salesforce/plugin-org": "4.0.4",
|
|
161
161
|
"@salesforce/plugin-packaging": "2.3.0",
|
|
162
162
|
"@salesforce/plugin-schema": "3.2.1",
|
|
163
163
|
"@salesforce/plugin-settings": "2.1.2",
|