@salesforce/cli 2.54.2-qa.0 → 2.54.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -33
- package/npm-shrinkwrap.json +38 -38
- package/oclif.lock +43 -43
- package/oclif.manifest.json +126 -126
- 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.54.
|
|
27
|
+
@salesforce/cli/2.54.3 linux-x64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3256,7 +3256,7 @@ EXAMPLES
|
|
|
3256
3256
|
$ sf org list auth
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3259
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/list/auth.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf org list limits`
|
|
3262
3262
|
|
|
@@ -3556,7 +3556,7 @@ FLAG DESCRIPTIONS
|
|
|
3556
3556
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3557
3557
|
```
|
|
3558
3558
|
|
|
3559
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3559
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/login/access-token.ts)_
|
|
3560
3560
|
|
|
3561
3561
|
## `sf org login device`
|
|
3562
3562
|
|
|
@@ -3616,7 +3616,7 @@ FLAG DESCRIPTIONS
|
|
|
3616
3616
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3617
3617
|
```
|
|
3618
3618
|
|
|
3619
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3619
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/login/device.ts)_
|
|
3620
3620
|
|
|
3621
3621
|
## `sf org login jwt`
|
|
3622
3622
|
|
|
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
|
|
|
3707
3707
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3708
3708
|
```
|
|
3709
3709
|
|
|
3710
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3710
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/login/jwt.ts)_
|
|
3711
3711
|
|
|
3712
3712
|
## `sf org login sfdx-url`
|
|
3713
3713
|
|
|
@@ -3772,7 +3772,7 @@ EXAMPLES
|
|
|
3772
3772
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3773
3773
|
```
|
|
3774
3774
|
|
|
3775
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3775
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/login/sfdx-url.ts)_
|
|
3776
3776
|
|
|
3777
3777
|
## `sf org login web`
|
|
3778
3778
|
|
|
@@ -3859,7 +3859,7 @@ FLAG DESCRIPTIONS
|
|
|
3859
3859
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3860
3860
|
```
|
|
3861
3861
|
|
|
3862
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3862
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/login/web.ts)_
|
|
3863
3863
|
|
|
3864
3864
|
## `sf org logout`
|
|
3865
3865
|
|
|
@@ -3920,7 +3920,7 @@ FLAG DESCRIPTIONS
|
|
|
3920
3920
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3921
3921
|
```
|
|
3922
3922
|
|
|
3923
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3923
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.42/src/commands/org/logout.ts)_
|
|
3924
3924
|
|
|
3925
3925
|
## `sf org open`
|
|
3926
3926
|
|
|
@@ -5426,7 +5426,7 @@ EXAMPLES
|
|
|
5426
5426
|
$ sf plugins
|
|
5427
5427
|
```
|
|
5428
5428
|
|
|
5429
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5429
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/index.ts)_
|
|
5430
5430
|
|
|
5431
5431
|
## `sf plugins discover`
|
|
5432
5432
|
|
|
@@ -5471,7 +5471,7 @@ EXAMPLES
|
|
|
5471
5471
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5472
5472
|
```
|
|
5473
5473
|
|
|
5474
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5474
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/inspect.ts)_
|
|
5475
5475
|
|
|
5476
5476
|
## `sf plugins install PLUGIN`
|
|
5477
5477
|
|
|
@@ -5520,7 +5520,7 @@ EXAMPLES
|
|
|
5520
5520
|
$ sf plugins install someuser/someplugin
|
|
5521
5521
|
```
|
|
5522
5522
|
|
|
5523
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5523
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/install.ts)_
|
|
5524
5524
|
|
|
5525
5525
|
## `sf plugins link PATH`
|
|
5526
5526
|
|
|
@@ -5550,7 +5550,7 @@ EXAMPLES
|
|
|
5550
5550
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5551
5551
|
```
|
|
5552
5552
|
|
|
5553
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5553
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/link.ts)_
|
|
5554
5554
|
|
|
5555
5555
|
## `sf plugins reset`
|
|
5556
5556
|
|
|
@@ -5565,7 +5565,7 @@ FLAGS
|
|
|
5565
5565
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/reset.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins trust verify`
|
|
5571
5571
|
|
|
@@ -5622,7 +5622,7 @@ EXAMPLES
|
|
|
5622
5622
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5623
5623
|
```
|
|
5624
5624
|
|
|
5625
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5625
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/uninstall.ts)_
|
|
5626
5626
|
|
|
5627
5627
|
## `sf plugins update`
|
|
5628
5628
|
|
|
@@ -5640,7 +5640,7 @@ DESCRIPTION
|
|
|
5640
5640
|
Update installed plugins.
|
|
5641
5641
|
```
|
|
5642
5642
|
|
|
5643
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5643
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/update.ts)_
|
|
5644
5644
|
|
|
5645
5645
|
## `sf project convert mdapi`
|
|
5646
5646
|
|
|
@@ -5703,7 +5703,7 @@ FLAG DESCRIPTIONS
|
|
|
5703
5703
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5704
5704
|
```
|
|
5705
5705
|
|
|
5706
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5706
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/mdapi.ts)_
|
|
5707
5707
|
|
|
5708
5708
|
## `sf project convert source`
|
|
5709
5709
|
|
|
@@ -5715,7 +5715,7 @@ USAGE
|
|
|
5715
5715
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5716
5716
|
|
|
5717
5717
|
FLAGS
|
|
5718
|
-
-d, --output-dir=<value> [default:
|
|
5718
|
+
-d, --output-dir=<value> [default: metadataPackage_1722653438419] Output directory to store the Metadata
|
|
5719
5719
|
API–formatted files in.
|
|
5720
5720
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5721
5721
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5776,7 +5776,7 @@ FLAG DESCRIPTIONS
|
|
|
5776
5776
|
Override the api version used for api requests made by this command
|
|
5777
5777
|
```
|
|
5778
5778
|
|
|
5779
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5779
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/source.ts)_
|
|
5780
5780
|
|
|
5781
5781
|
## `sf project convert source-behavior`
|
|
5782
5782
|
|
|
@@ -5833,7 +5833,7 @@ EXAMPLES
|
|
|
5833
5833
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5834
5834
|
```
|
|
5835
5835
|
|
|
5836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/source-behavior.ts)_
|
|
5837
5837
|
|
|
5838
5838
|
## `sf project delete source`
|
|
5839
5839
|
|
|
@@ -5973,7 +5973,7 @@ FLAG DESCRIPTIONS
|
|
|
5973
5973
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5974
5974
|
```
|
|
5975
5975
|
|
|
5976
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5976
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/delete/source.ts)_
|
|
5977
5977
|
|
|
5978
5978
|
## `sf project delete tracking`
|
|
5979
5979
|
|
|
@@ -6010,7 +6010,7 @@ EXAMPLES
|
|
|
6010
6010
|
$ sf project delete tracking --target-org my-scratch
|
|
6011
6011
|
```
|
|
6012
6012
|
|
|
6013
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6013
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/delete/tracking.ts)_
|
|
6014
6014
|
|
|
6015
6015
|
## `sf project deploy cancel`
|
|
6016
6016
|
|
|
@@ -6082,7 +6082,7 @@ FLAG DESCRIPTIONS
|
|
|
6082
6082
|
project deploy report".
|
|
6083
6083
|
```
|
|
6084
6084
|
|
|
6085
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6085
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/cancel.ts)_
|
|
6086
6086
|
|
|
6087
6087
|
## `sf project deploy preview`
|
|
6088
6088
|
|
|
@@ -6165,7 +6165,7 @@ FLAG DESCRIPTIONS
|
|
|
6165
6165
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6166
6166
|
```
|
|
6167
6167
|
|
|
6168
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6168
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/preview.ts)_
|
|
6169
6169
|
|
|
6170
6170
|
## `sf project deploy quick`
|
|
6171
6171
|
|
|
@@ -6258,7 +6258,7 @@ ERROR CODES
|
|
|
6258
6258
|
Canceling (69) The deploy is being canceled.
|
|
6259
6259
|
```
|
|
6260
6260
|
|
|
6261
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6261
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/quick.ts)_
|
|
6262
6262
|
|
|
6263
6263
|
## `sf project deploy report`
|
|
6264
6264
|
|
|
@@ -6350,7 +6350,7 @@ FLAG DESCRIPTIONS
|
|
|
6350
6350
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6351
6351
|
```
|
|
6352
6352
|
|
|
6353
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6353
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/report.ts)_
|
|
6354
6354
|
|
|
6355
6355
|
## `sf project deploy resume`
|
|
6356
6356
|
|
|
@@ -6447,7 +6447,7 @@ ERROR CODES
|
|
|
6447
6447
|
Canceling (69) The deploy is being canceled.
|
|
6448
6448
|
```
|
|
6449
6449
|
|
|
6450
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6450
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/resume.ts)_
|
|
6451
6451
|
|
|
6452
6452
|
## `sf project deploy start`
|
|
6453
6453
|
|
|
@@ -6700,7 +6700,7 @@ ERROR CODES
|
|
|
6700
6700
|
Canceling (69) The deploy is being canceled.
|
|
6701
6701
|
```
|
|
6702
6702
|
|
|
6703
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6703
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/start.ts)_
|
|
6704
6704
|
|
|
6705
6705
|
## `sf project deploy validate`
|
|
6706
6706
|
|
|
@@ -6890,7 +6890,7 @@ ERROR CODES
|
|
|
6890
6890
|
Canceling (69) The deploy is being canceled.
|
|
6891
6891
|
```
|
|
6892
6892
|
|
|
6893
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6893
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/validate.ts)_
|
|
6894
6894
|
|
|
6895
6895
|
## `sf project generate`
|
|
6896
6896
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/generate/manifest.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project list ignored`
|
|
7078
7078
|
|
|
@@ -7114,7 +7114,7 @@ EXAMPLES
|
|
|
7114
7114
|
$ sf project list ignored --source-dir package.xml
|
|
7115
7115
|
```
|
|
7116
7116
|
|
|
7117
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7117
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/list/ignored.ts)_
|
|
7118
7118
|
|
|
7119
7119
|
## `sf project reset tracking`
|
|
7120
7120
|
|
|
@@ -7163,7 +7163,7 @@ EXAMPLES
|
|
|
7163
7163
|
$ sf project reset tracking --revision 30
|
|
7164
7164
|
```
|
|
7165
7165
|
|
|
7166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/reset/tracking.ts)_
|
|
7167
7167
|
|
|
7168
7168
|
## `sf project retrieve preview`
|
|
7169
7169
|
|
|
@@ -7217,7 +7217,7 @@ FLAG DESCRIPTIONS
|
|
|
7217
7217
|
production orgs.
|
|
7218
7218
|
```
|
|
7219
7219
|
|
|
7220
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7220
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/retrieve/preview.ts)_
|
|
7221
7221
|
|
|
7222
7222
|
## `sf project retrieve start`
|
|
7223
7223
|
|
|
@@ -7382,7 +7382,7 @@ ENVIRONMENT VARIABLES
|
|
|
7382
7382
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7383
7383
|
```
|
|
7384
7384
|
|
|
7385
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7385
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/retrieve/start.ts)_
|
|
7386
7386
|
|
|
7387
7387
|
## `sf schema generate field`
|
|
7388
7388
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.54.
|
|
3
|
+
"version": "2.54.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.54.
|
|
9
|
+
"version": "2.54.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.0.10",
|
|
17
17
|
"@oclif/plugin-help": "6.2.7",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.14",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.2",
|
|
20
20
|
"@oclif/plugin-search": "1.2.5",
|
|
21
21
|
"@oclif/plugin-update": "4.5.0",
|
|
22
22
|
"@oclif/plugin-version": "2.2.9",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.2",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.42",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.13",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.25",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.24",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.21",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.20",
|
|
@@ -2867,14 +2867,14 @@
|
|
|
2867
2867
|
}
|
|
2868
2868
|
},
|
|
2869
2869
|
"node_modules/@inquirer/checkbox": {
|
|
2870
|
-
"version": "2.
|
|
2871
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.
|
|
2872
|
-
"integrity": "sha512
|
|
2870
|
+
"version": "2.4.5",
|
|
2871
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.4.5.tgz",
|
|
2872
|
+
"integrity": "sha512-+YlCyS6JBWeZugIvReh/YL5HJcowlklz5RykQuYKQfgWQeCJh5Us0nWcRddvIVkjmYa0I/8bwWioSLu850J8sA==",
|
|
2873
2873
|
"license": "MIT",
|
|
2874
2874
|
"dependencies": {
|
|
2875
|
-
"@inquirer/core": "^9.0.
|
|
2876
|
-
"@inquirer/figures": "^1.0.
|
|
2877
|
-
"@inquirer/type": "^1.
|
|
2875
|
+
"@inquirer/core": "^9.0.8",
|
|
2876
|
+
"@inquirer/figures": "^1.0.5",
|
|
2877
|
+
"@inquirer/type": "^1.5.1",
|
|
2878
2878
|
"ansi-escapes": "^4.3.2",
|
|
2879
2879
|
"yoctocolors-cjs": "^2.1.2"
|
|
2880
2880
|
},
|
|
@@ -2896,9 +2896,9 @@
|
|
|
2896
2896
|
}
|
|
2897
2897
|
},
|
|
2898
2898
|
"node_modules/@inquirer/core": {
|
|
2899
|
-
"version": "9.0.
|
|
2900
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.
|
|
2901
|
-
"integrity": "sha512-
|
|
2899
|
+
"version": "9.0.8",
|
|
2900
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.8.tgz",
|
|
2901
|
+
"integrity": "sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==",
|
|
2902
2902
|
"license": "MIT",
|
|
2903
2903
|
"dependencies": {
|
|
2904
2904
|
"@inquirer/figures": "^1.0.5",
|
|
@@ -3217,9 +3217,9 @@
|
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
"node_modules/@jsforce/jsforce-node": {
|
|
3220
|
-
"version": "3.4.
|
|
3221
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.
|
|
3222
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "3.4.1",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz",
|
|
3222
|
+
"integrity": "sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==",
|
|
3223
3223
|
"license": "MIT",
|
|
3224
3224
|
"dependencies": {
|
|
3225
3225
|
"@sindresorhus/is": "^4",
|
|
@@ -3776,14 +3776,14 @@
|
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
3778
|
"node_modules/@oclif/plugin-plugins": {
|
|
3779
|
-
"version": "5.4.
|
|
3780
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3781
|
-
"integrity": "sha512-
|
|
3779
|
+
"version": "5.4.2",
|
|
3780
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.2.tgz",
|
|
3781
|
+
"integrity": "sha512-L85hRQJc8/c0l9/io4LqYOeWatq4L4g1tJswXGjlMW8ypxWpunYMnZVH6XxPKMjTPdlBVdkpelSgnJgggRlU7Q==",
|
|
3782
3782
|
"license": "MIT",
|
|
3783
3783
|
"dependencies": {
|
|
3784
3784
|
"@oclif/core": "^4",
|
|
3785
|
-
"ansis": "^3.2
|
|
3786
|
-
"debug": "^4.3.
|
|
3785
|
+
"ansis": "^3.3.2",
|
|
3786
|
+
"debug": "^4.3.6",
|
|
3787
3787
|
"npm": "^10.8.2",
|
|
3788
3788
|
"npm-package-arg": "^11.0.2",
|
|
3789
3789
|
"npm-run-path": "^5.3.0",
|
|
@@ -4404,12 +4404,12 @@
|
|
|
4404
4404
|
}
|
|
4405
4405
|
},
|
|
4406
4406
|
"node_modules/@salesforce/kit": {
|
|
4407
|
-
"version": "3.
|
|
4408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.
|
|
4409
|
-
"integrity": "sha512-
|
|
4407
|
+
"version": "3.2.0",
|
|
4408
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.0.tgz",
|
|
4409
|
+
"integrity": "sha512-j9wZr9Pv+kuclMU34z0Jyu0sB6/wEhv5H6l5fwl+cXD18xmruy/Gftfv64LwdUlOxIZDFRISDqfEZ+UfE3dB+A==",
|
|
4410
4410
|
"license": "BSD-3-Clause",
|
|
4411
4411
|
"dependencies": {
|
|
4412
|
-
"@salesforce/ts-types": "^2.0.
|
|
4412
|
+
"@salesforce/ts-types": "^2.0.11"
|
|
4413
4413
|
}
|
|
4414
4414
|
},
|
|
4415
4415
|
"node_modules/@salesforce/packaging": {
|
|
@@ -4463,19 +4463,19 @@
|
|
|
4463
4463
|
}
|
|
4464
4464
|
},
|
|
4465
4465
|
"node_modules/@salesforce/plugin-auth": {
|
|
4466
|
-
"version": "3.6.
|
|
4467
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4468
|
-
"integrity": "sha512-
|
|
4466
|
+
"version": "3.6.42",
|
|
4467
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.42.tgz",
|
|
4468
|
+
"integrity": "sha512-dwDF0S3QBrIJzrrzRmML0fKVOfg4oEGm3dYPSTDlumpn9Bnci4MZc88HBBUb3SX1sNI9CLG4GPhPnhRDuxIl3w==",
|
|
4469
4469
|
"license": "BSD-3-Clause",
|
|
4470
4470
|
"dependencies": {
|
|
4471
|
-
"@inquirer/checkbox": "^2.
|
|
4471
|
+
"@inquirer/checkbox": "^2.4.5",
|
|
4472
4472
|
"@inquirer/select": "^2.4.2",
|
|
4473
4473
|
"@oclif/core": "^4",
|
|
4474
|
-
"@salesforce/core": "^8.
|
|
4475
|
-
"@salesforce/kit": "^3.
|
|
4474
|
+
"@salesforce/core": "^8.2.7",
|
|
4475
|
+
"@salesforce/kit": "^3.2.0",
|
|
4476
4476
|
"@salesforce/plugin-info": "^3.3.19",
|
|
4477
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
4478
|
-
"@salesforce/ts-types": "^2.0.
|
|
4477
|
+
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
4478
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4479
4479
|
"open": "^10.1.0"
|
|
4480
4480
|
},
|
|
4481
4481
|
"engines": {
|
|
@@ -4543,9 +4543,9 @@
|
|
|
4543
4543
|
"license": "MIT"
|
|
4544
4544
|
},
|
|
4545
4545
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4546
|
-
"version": "3.9.
|
|
4547
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
4548
|
-
"integrity": "sha512-
|
|
4546
|
+
"version": "3.9.25",
|
|
4547
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.25.tgz",
|
|
4548
|
+
"integrity": "sha512-WVThLG38WtSSc0fQiLpItqZSHwzowvik6e9Rh1CBQwJTNNEje0+UiXLvjtYrpajxORJlbMCpy7lx1QCkC7Gdhw==",
|
|
4549
4549
|
"license": "BSD-3-Clause",
|
|
4550
4550
|
"dependencies": {
|
|
4551
4551
|
"@oclif/core": "^4.0.12",
|
|
@@ -4554,7 +4554,7 @@
|
|
|
4554
4554
|
"@salesforce/kit": "^3.1.6",
|
|
4555
4555
|
"@salesforce/plugin-info": "^3.3.24",
|
|
4556
4556
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
4557
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4557
|
+
"@salesforce/source-deploy-retrieve": "^12.1.11",
|
|
4558
4558
|
"@salesforce/source-tracking": "^7.1.2",
|
|
4559
4559
|
"@salesforce/ts-types": "^2.0.12",
|
|
4560
4560
|
"ansis": "^3.3.2"
|
package/oclif.lock
CHANGED
|
@@ -1432,14 +1432,14 @@
|
|
|
1432
1432
|
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
|
|
1433
1433
|
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
|
|
1434
1434
|
|
|
1435
|
-
"@inquirer/checkbox@^2.
|
|
1436
|
-
version "2.
|
|
1437
|
-
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.
|
|
1438
|
-
integrity sha512
|
|
1435
|
+
"@inquirer/checkbox@^2.4.5":
|
|
1436
|
+
version "2.4.5"
|
|
1437
|
+
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.4.5.tgz"
|
|
1438
|
+
integrity sha512-+YlCyS6JBWeZugIvReh/YL5HJcowlklz5RykQuYKQfgWQeCJh5Us0nWcRddvIVkjmYa0I/8bwWioSLu850J8sA==
|
|
1439
1439
|
dependencies:
|
|
1440
|
-
"@inquirer/core" "^9.0.
|
|
1441
|
-
"@inquirer/figures" "^1.0.
|
|
1442
|
-
"@inquirer/type" "^1.
|
|
1440
|
+
"@inquirer/core" "^9.0.8"
|
|
1441
|
+
"@inquirer/figures" "^1.0.5"
|
|
1442
|
+
"@inquirer/type" "^1.5.1"
|
|
1443
1443
|
ansi-escapes "^4.3.2"
|
|
1444
1444
|
yoctocolors-cjs "^2.1.2"
|
|
1445
1445
|
|
|
@@ -1470,10 +1470,10 @@
|
|
|
1470
1470
|
strip-ansi "^6.0.1"
|
|
1471
1471
|
wrap-ansi "^6.2.0"
|
|
1472
1472
|
|
|
1473
|
-
"@inquirer/core@^9.0.
|
|
1474
|
-
version "9.0.
|
|
1475
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-9.0.
|
|
1476
|
-
integrity sha512-
|
|
1473
|
+
"@inquirer/core@^9.0.6", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
|
|
1474
|
+
version "9.0.8"
|
|
1475
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-9.0.8.tgz"
|
|
1476
|
+
integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==
|
|
1477
1477
|
dependencies:
|
|
1478
1478
|
"@inquirer/figures" "^1.0.5"
|
|
1479
1479
|
"@inquirer/type" "^1.5.1"
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
wrap-ansi "^6.2.0"
|
|
1490
1490
|
yoctocolors-cjs "^2.1.2"
|
|
1491
1491
|
|
|
1492
|
-
"@inquirer/figures@^1.0.
|
|
1492
|
+
"@inquirer/figures@^1.0.5":
|
|
1493
1493
|
version "1.0.5"
|
|
1494
1494
|
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz"
|
|
1495
1495
|
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
ansi-escapes "^4.3.2"
|
|
1523
1523
|
yoctocolors-cjs "^2.1.2"
|
|
1524
1524
|
|
|
1525
|
-
"@inquirer/type@^1.1.2", "@inquirer/type@^1.
|
|
1525
|
+
"@inquirer/type@^1.1.2", "@inquirer/type@^1.5.1":
|
|
1526
1526
|
version "1.5.1"
|
|
1527
1527
|
resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.5.1.tgz"
|
|
1528
1528
|
integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==
|
|
@@ -1603,9 +1603,9 @@
|
|
|
1603
1603
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1604
1604
|
|
|
1605
1605
|
"@jsforce/jsforce-node@^3.2.0", "@jsforce/jsforce-node@^3.2.2", "@jsforce/jsforce-node@^3.3.3", "@jsforce/jsforce-node@^3.4.0":
|
|
1606
|
-
version "3.4.
|
|
1607
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.
|
|
1608
|
-
integrity sha512-
|
|
1606
|
+
version "3.4.1"
|
|
1607
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz"
|
|
1608
|
+
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
|
|
1609
1609
|
dependencies:
|
|
1610
1610
|
"@sindresorhus/is" "^4"
|
|
1611
1611
|
abort-controller "^3.0.0"
|
|
@@ -1891,14 +1891,14 @@
|
|
|
1891
1891
|
ansis "^3.3.1"
|
|
1892
1892
|
fast-levenshtein "^3.0.0"
|
|
1893
1893
|
|
|
1894
|
-
"@oclif/plugin-plugins@5.4.
|
|
1895
|
-
version "5.4.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1897
|
-
integrity sha512-
|
|
1894
|
+
"@oclif/plugin-plugins@5.4.2":
|
|
1895
|
+
version "5.4.2"
|
|
1896
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.2.tgz"
|
|
1897
|
+
integrity sha512-L85hRQJc8/c0l9/io4LqYOeWatq4L4g1tJswXGjlMW8ypxWpunYMnZVH6XxPKMjTPdlBVdkpelSgnJgggRlU7Q==
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^4"
|
|
1900
|
-
ansis "^3.2
|
|
1901
|
-
debug "^4.3.
|
|
1900
|
+
ansis "^3.3.2"
|
|
1901
|
+
debug "^4.3.6"
|
|
1902
1902
|
npm "^10.8.2"
|
|
1903
1903
|
npm-package-arg "^11.0.2"
|
|
1904
1904
|
npm-run-path "^5.3.0"
|
|
@@ -2193,12 +2193,12 @@
|
|
|
2193
2193
|
typescript "^5.4.3"
|
|
2194
2194
|
wireit "^0.14.4"
|
|
2195
2195
|
|
|
2196
|
-
"@salesforce/kit@^3.1.6":
|
|
2197
|
-
version "3.
|
|
2198
|
-
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.
|
|
2199
|
-
integrity sha512-
|
|
2196
|
+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0":
|
|
2197
|
+
version "3.2.0"
|
|
2198
|
+
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.0.tgz"
|
|
2199
|
+
integrity sha512-j9wZr9Pv+kuclMU34z0Jyu0sB6/wEhv5H6l5fwl+cXD18xmruy/Gftfv64LwdUlOxIZDFRISDqfEZ+UfE3dB+A==
|
|
2200
2200
|
dependencies:
|
|
2201
|
-
"@salesforce/ts-types" "^2.0.
|
|
2201
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
2202
2202
|
|
|
2203
2203
|
"@salesforce/packaging@^4.1.0":
|
|
2204
2204
|
version "4.1.0"
|
|
@@ -2231,19 +2231,19 @@
|
|
|
2231
2231
|
"@salesforce/sf-plugins-core" "^11.1.6"
|
|
2232
2232
|
ansis "^3.3.1"
|
|
2233
2233
|
|
|
2234
|
-
"@salesforce/plugin-auth@3.6.
|
|
2235
|
-
version "3.6.
|
|
2236
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2237
|
-
integrity sha512-
|
|
2234
|
+
"@salesforce/plugin-auth@3.6.42":
|
|
2235
|
+
version "3.6.42"
|
|
2236
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.42.tgz"
|
|
2237
|
+
integrity sha512-dwDF0S3QBrIJzrrzRmML0fKVOfg4oEGm3dYPSTDlumpn9Bnci4MZc88HBBUb3SX1sNI9CLG4GPhPnhRDuxIl3w==
|
|
2238
2238
|
dependencies:
|
|
2239
|
-
"@inquirer/checkbox" "^2.
|
|
2239
|
+
"@inquirer/checkbox" "^2.4.5"
|
|
2240
2240
|
"@inquirer/select" "^2.4.2"
|
|
2241
2241
|
"@oclif/core" "^4"
|
|
2242
|
-
"@salesforce/core" "^8.
|
|
2243
|
-
"@salesforce/kit" "^3.
|
|
2242
|
+
"@salesforce/core" "^8.2.7"
|
|
2243
|
+
"@salesforce/kit" "^3.2.0"
|
|
2244
2244
|
"@salesforce/plugin-info" "^3.3.19"
|
|
2245
|
-
"@salesforce/sf-plugins-core" "^11.
|
|
2246
|
-
"@salesforce/ts-types" "^2.0.
|
|
2245
|
+
"@salesforce/sf-plugins-core" "^11.2.4"
|
|
2246
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
2247
2247
|
open "^10.1.0"
|
|
2248
2248
|
|
|
2249
2249
|
"@salesforce/plugin-command-reference@^3.1.5":
|
|
@@ -2276,10 +2276,10 @@
|
|
|
2276
2276
|
csv-stringify "^6.5.1"
|
|
2277
2277
|
form-data "^4.0.0"
|
|
2278
2278
|
|
|
2279
|
-
"@salesforce/plugin-deploy-retrieve@3.9.
|
|
2280
|
-
version "3.9.
|
|
2281
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
2282
|
-
integrity sha512-
|
|
2279
|
+
"@salesforce/plugin-deploy-retrieve@3.9.25":
|
|
2280
|
+
version "3.9.25"
|
|
2281
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.25.tgz"
|
|
2282
|
+
integrity sha512-WVThLG38WtSSc0fQiLpItqZSHwzowvik6e9Rh1CBQwJTNNEje0+UiXLvjtYrpajxORJlbMCpy7lx1QCkC7Gdhw==
|
|
2283
2283
|
dependencies:
|
|
2284
2284
|
"@oclif/core" "^4.0.12"
|
|
2285
2285
|
"@salesforce/apex-node" "^8.1.1"
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
"@salesforce/kit" "^3.1.6"
|
|
2288
2288
|
"@salesforce/plugin-info" "^3.3.24"
|
|
2289
2289
|
"@salesforce/sf-plugins-core" "^11.2.4"
|
|
2290
|
-
"@salesforce/source-deploy-retrieve" "^12.1.
|
|
2290
|
+
"@salesforce/source-deploy-retrieve" "^12.1.11"
|
|
2291
2291
|
"@salesforce/source-tracking" "^7.1.2"
|
|
2292
2292
|
"@salesforce/ts-types" "^2.0.12"
|
|
2293
2293
|
ansis "^3.3.2"
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
string-width "^7.2.0"
|
|
2515
2515
|
terminal-link "^3.0.0"
|
|
2516
2516
|
|
|
2517
|
-
"@salesforce/source-deploy-retrieve@^12.0.1", "@salesforce/source-deploy-retrieve@^12.1.10", "@salesforce/source-deploy-retrieve@^12.1.8":
|
|
2517
|
+
"@salesforce/source-deploy-retrieve@^12.0.1", "@salesforce/source-deploy-retrieve@^12.1.10", "@salesforce/source-deploy-retrieve@^12.1.11", "@salesforce/source-deploy-retrieve@^12.1.8":
|
|
2518
2518
|
version "12.1.11"
|
|
2519
2519
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.11.tgz"
|
|
2520
2520
|
integrity sha512-dtd6WWfb5LKrJeWSwkPedOnIbvJwSum31PkMSu/foqXGGBQowXBhK7RXL5L3YxlOev4di2TmL5pVh9QLycYH9A==
|
|
@@ -3728,7 +3728,7 @@ ansicolors@~0.3.2:
|
|
|
3728
3728
|
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
|
|
3729
3729
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3730
3730
|
|
|
3731
|
-
ansis@^3.2.0, ansis@^3.
|
|
3731
|
+
ansis@^3.2.0, ansis@^3.3.0, ansis@^3.3.1, ansis@^3.3.2:
|
|
3732
3732
|
version "3.3.2"
|
|
3733
3733
|
resolved "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz"
|
|
3734
3734
|
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
package/oclif.manifest.json
CHANGED
|
@@ -3892,131 +3892,6 @@
|
|
|
3892
3892
|
"snapshot:create:org"
|
|
3893
3893
|
]
|
|
3894
3894
|
},
|
|
3895
|
-
"org:get:snapshot": {
|
|
3896
|
-
"aliases": [
|
|
3897
|
-
"force:org:snapshot:get"
|
|
3898
|
-
],
|
|
3899
|
-
"args": {},
|
|
3900
|
-
"deprecateAliases": true,
|
|
3901
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3902
|
-
"examples": [
|
|
3903
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3904
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3905
|
-
],
|
|
3906
|
-
"flags": {
|
|
3907
|
-
"json": {
|
|
3908
|
-
"description": "Format output as json.",
|
|
3909
|
-
"helpGroup": "GLOBAL",
|
|
3910
|
-
"name": "json",
|
|
3911
|
-
"allowNo": false,
|
|
3912
|
-
"type": "boolean"
|
|
3913
|
-
},
|
|
3914
|
-
"flags-dir": {
|
|
3915
|
-
"helpGroup": "GLOBAL",
|
|
3916
|
-
"name": "flags-dir",
|
|
3917
|
-
"summary": "Import flag values from a directory.",
|
|
3918
|
-
"hasDynamicHelp": false,
|
|
3919
|
-
"multiple": false,
|
|
3920
|
-
"type": "option"
|
|
3921
|
-
},
|
|
3922
|
-
"target-dev-hub": {
|
|
3923
|
-
"aliases": [
|
|
3924
|
-
"targetdevhubusername"
|
|
3925
|
-
],
|
|
3926
|
-
"char": "v",
|
|
3927
|
-
"deprecateAliases": true,
|
|
3928
|
-
"name": "target-dev-hub",
|
|
3929
|
-
"noCacheDefault": true,
|
|
3930
|
-
"required": true,
|
|
3931
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3932
|
-
"hasDynamicHelp": true,
|
|
3933
|
-
"multiple": false,
|
|
3934
|
-
"type": "option"
|
|
3935
|
-
},
|
|
3936
|
-
"api-version": {
|
|
3937
|
-
"aliases": [
|
|
3938
|
-
"apiversion"
|
|
3939
|
-
],
|
|
3940
|
-
"deprecateAliases": true,
|
|
3941
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3942
|
-
"name": "api-version",
|
|
3943
|
-
"hasDynamicHelp": false,
|
|
3944
|
-
"multiple": false,
|
|
3945
|
-
"type": "option"
|
|
3946
|
-
},
|
|
3947
|
-
"loglevel": {
|
|
3948
|
-
"deprecated": {
|
|
3949
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3950
|
-
},
|
|
3951
|
-
"hidden": true,
|
|
3952
|
-
"name": "loglevel",
|
|
3953
|
-
"hasDynamicHelp": false,
|
|
3954
|
-
"multiple": false,
|
|
3955
|
-
"type": "option"
|
|
3956
|
-
},
|
|
3957
|
-
"snapshot": {
|
|
3958
|
-
"char": "s",
|
|
3959
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3960
|
-
"name": "snapshot",
|
|
3961
|
-
"required": true,
|
|
3962
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3963
|
-
"hasDynamicHelp": false,
|
|
3964
|
-
"multiple": false,
|
|
3965
|
-
"type": "option"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
"hasDynamicHelp": true,
|
|
3969
|
-
"hiddenAliases": [],
|
|
3970
|
-
"id": "org:get:snapshot",
|
|
3971
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3972
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3973
|
-
"pluginType": "jit",
|
|
3974
|
-
"strict": true,
|
|
3975
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3976
|
-
"enableJsonFlag": true,
|
|
3977
|
-
"isESM": true,
|
|
3978
|
-
"relativePath": [
|
|
3979
|
-
"lib",
|
|
3980
|
-
"commands",
|
|
3981
|
-
"org",
|
|
3982
|
-
"get",
|
|
3983
|
-
"snapshot.js"
|
|
3984
|
-
],
|
|
3985
|
-
"aliasPermutations": [
|
|
3986
|
-
"force:org:snapshot:get",
|
|
3987
|
-
"org:force:snapshot:get",
|
|
3988
|
-
"org:snapshot:force:get",
|
|
3989
|
-
"org:snapshot:get:force",
|
|
3990
|
-
"force:snapshot:org:get",
|
|
3991
|
-
"snapshot:force:org:get",
|
|
3992
|
-
"snapshot:org:force:get",
|
|
3993
|
-
"snapshot:org:get:force",
|
|
3994
|
-
"force:snapshot:get:org",
|
|
3995
|
-
"snapshot:force:get:org",
|
|
3996
|
-
"snapshot:get:force:org",
|
|
3997
|
-
"snapshot:get:org:force",
|
|
3998
|
-
"force:org:get:snapshot",
|
|
3999
|
-
"org:force:get:snapshot",
|
|
4000
|
-
"org:get:force:snapshot",
|
|
4001
|
-
"org:get:snapshot:force",
|
|
4002
|
-
"force:get:org:snapshot",
|
|
4003
|
-
"get:force:org:snapshot",
|
|
4004
|
-
"get:org:force:snapshot",
|
|
4005
|
-
"get:org:snapshot:force",
|
|
4006
|
-
"force:get:snapshot:org",
|
|
4007
|
-
"get:force:snapshot:org",
|
|
4008
|
-
"get:snapshot:force:org",
|
|
4009
|
-
"get:snapshot:org:force"
|
|
4010
|
-
],
|
|
4011
|
-
"permutations": [
|
|
4012
|
-
"org:get:snapshot",
|
|
4013
|
-
"get:org:snapshot",
|
|
4014
|
-
"get:snapshot:org",
|
|
4015
|
-
"org:snapshot:get",
|
|
4016
|
-
"snapshot:org:get",
|
|
4017
|
-
"snapshot:get:org"
|
|
4018
|
-
]
|
|
4019
|
-
},
|
|
4020
3895
|
"org:delete:shape": {
|
|
4021
3896
|
"aliases": [
|
|
4022
3897
|
"force:org:shape:delete"
|
|
@@ -4276,6 +4151,131 @@
|
|
|
4276
4151
|
"snapshot:delete:org"
|
|
4277
4152
|
]
|
|
4278
4153
|
},
|
|
4154
|
+
"org:get:snapshot": {
|
|
4155
|
+
"aliases": [
|
|
4156
|
+
"force:org:snapshot:get"
|
|
4157
|
+
],
|
|
4158
|
+
"args": {},
|
|
4159
|
+
"deprecateAliases": true,
|
|
4160
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
4161
|
+
"examples": [
|
|
4162
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4163
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
4164
|
+
],
|
|
4165
|
+
"flags": {
|
|
4166
|
+
"json": {
|
|
4167
|
+
"description": "Format output as json.",
|
|
4168
|
+
"helpGroup": "GLOBAL",
|
|
4169
|
+
"name": "json",
|
|
4170
|
+
"allowNo": false,
|
|
4171
|
+
"type": "boolean"
|
|
4172
|
+
},
|
|
4173
|
+
"flags-dir": {
|
|
4174
|
+
"helpGroup": "GLOBAL",
|
|
4175
|
+
"name": "flags-dir",
|
|
4176
|
+
"summary": "Import flag values from a directory.",
|
|
4177
|
+
"hasDynamicHelp": false,
|
|
4178
|
+
"multiple": false,
|
|
4179
|
+
"type": "option"
|
|
4180
|
+
},
|
|
4181
|
+
"target-dev-hub": {
|
|
4182
|
+
"aliases": [
|
|
4183
|
+
"targetdevhubusername"
|
|
4184
|
+
],
|
|
4185
|
+
"char": "v",
|
|
4186
|
+
"deprecateAliases": true,
|
|
4187
|
+
"name": "target-dev-hub",
|
|
4188
|
+
"noCacheDefault": true,
|
|
4189
|
+
"required": true,
|
|
4190
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4191
|
+
"hasDynamicHelp": true,
|
|
4192
|
+
"multiple": false,
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"api-version": {
|
|
4196
|
+
"aliases": [
|
|
4197
|
+
"apiversion"
|
|
4198
|
+
],
|
|
4199
|
+
"deprecateAliases": true,
|
|
4200
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4201
|
+
"name": "api-version",
|
|
4202
|
+
"hasDynamicHelp": false,
|
|
4203
|
+
"multiple": false,
|
|
4204
|
+
"type": "option"
|
|
4205
|
+
},
|
|
4206
|
+
"loglevel": {
|
|
4207
|
+
"deprecated": {
|
|
4208
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4209
|
+
},
|
|
4210
|
+
"hidden": true,
|
|
4211
|
+
"name": "loglevel",
|
|
4212
|
+
"hasDynamicHelp": false,
|
|
4213
|
+
"multiple": false,
|
|
4214
|
+
"type": "option"
|
|
4215
|
+
},
|
|
4216
|
+
"snapshot": {
|
|
4217
|
+
"char": "s",
|
|
4218
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4219
|
+
"name": "snapshot",
|
|
4220
|
+
"required": true,
|
|
4221
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4222
|
+
"hasDynamicHelp": false,
|
|
4223
|
+
"multiple": false,
|
|
4224
|
+
"type": "option"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
"hasDynamicHelp": true,
|
|
4228
|
+
"hiddenAliases": [],
|
|
4229
|
+
"id": "org:get:snapshot",
|
|
4230
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4231
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4232
|
+
"pluginType": "jit",
|
|
4233
|
+
"strict": true,
|
|
4234
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4235
|
+
"enableJsonFlag": true,
|
|
4236
|
+
"isESM": true,
|
|
4237
|
+
"relativePath": [
|
|
4238
|
+
"lib",
|
|
4239
|
+
"commands",
|
|
4240
|
+
"org",
|
|
4241
|
+
"get",
|
|
4242
|
+
"snapshot.js"
|
|
4243
|
+
],
|
|
4244
|
+
"aliasPermutations": [
|
|
4245
|
+
"force:org:snapshot:get",
|
|
4246
|
+
"org:force:snapshot:get",
|
|
4247
|
+
"org:snapshot:force:get",
|
|
4248
|
+
"org:snapshot:get:force",
|
|
4249
|
+
"force:snapshot:org:get",
|
|
4250
|
+
"snapshot:force:org:get",
|
|
4251
|
+
"snapshot:org:force:get",
|
|
4252
|
+
"snapshot:org:get:force",
|
|
4253
|
+
"force:snapshot:get:org",
|
|
4254
|
+
"snapshot:force:get:org",
|
|
4255
|
+
"snapshot:get:force:org",
|
|
4256
|
+
"snapshot:get:org:force",
|
|
4257
|
+
"force:org:get:snapshot",
|
|
4258
|
+
"org:force:get:snapshot",
|
|
4259
|
+
"org:get:force:snapshot",
|
|
4260
|
+
"org:get:snapshot:force",
|
|
4261
|
+
"force:get:org:snapshot",
|
|
4262
|
+
"get:force:org:snapshot",
|
|
4263
|
+
"get:org:force:snapshot",
|
|
4264
|
+
"get:org:snapshot:force",
|
|
4265
|
+
"force:get:snapshot:org",
|
|
4266
|
+
"get:force:snapshot:org",
|
|
4267
|
+
"get:snapshot:force:org",
|
|
4268
|
+
"get:snapshot:org:force"
|
|
4269
|
+
],
|
|
4270
|
+
"permutations": [
|
|
4271
|
+
"org:get:snapshot",
|
|
4272
|
+
"get:org:snapshot",
|
|
4273
|
+
"get:snapshot:org",
|
|
4274
|
+
"org:snapshot:get",
|
|
4275
|
+
"snapshot:org:get",
|
|
4276
|
+
"snapshot:get:org"
|
|
4277
|
+
]
|
|
4278
|
+
},
|
|
4279
4279
|
"org:list:shape": {
|
|
4280
4280
|
"aliases": [
|
|
4281
4281
|
"force:org:shape:list"
|
|
@@ -5351,5 +5351,5 @@
|
|
|
5351
5351
|
]
|
|
5352
5352
|
}
|
|
5353
5353
|
},
|
|
5354
|
-
"version": "2.54.
|
|
5354
|
+
"version": "2.54.3"
|
|
5355
5355
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.54.
|
|
4
|
+
"version": "2.54.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.23",
|
|
79
|
-
"@salesforce/plugin-community": "3.2.
|
|
79
|
+
"@salesforce/plugin-community": "3.2.24",
|
|
80
80
|
"@salesforce/plugin-dev": "2.4.0",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.18",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.5.
|
|
84
|
+
"@salesforce/plugin-signups": "2.5.6",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.4.0"
|
|
87
87
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@oclif/plugin-commands": "4.0.10",
|
|
145
145
|
"@oclif/plugin-help": "6.2.7",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.14",
|
|
147
|
-
"@oclif/plugin-plugins": "5.4.
|
|
147
|
+
"@oclif/plugin-plugins": "5.4.2",
|
|
148
148
|
"@oclif/plugin-search": "1.2.5",
|
|
149
149
|
"@oclif/plugin-update": "4.5.0",
|
|
150
150
|
"@oclif/plugin-version": "2.2.9",
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
"@salesforce/core": "^8.2.3",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.3.2",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.42",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.13",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.25",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.24",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.21",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.20",
|