@salesforce/cli 2.67.7 → 2.68.1
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 +32 -32
- package/npm-shrinkwrap.json +13 -12
- package/oclif.lock +13 -12
- package/oclif.manifest.json +126 -126
- package/package.json +4 -4
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.
|
|
27
|
+
@salesforce/cli/2.68.1 linux-x64 node-v22.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3191,7 +3191,7 @@ FLAG DESCRIPTIONS
|
|
|
3191
3191
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3192
3192
|
```
|
|
3193
3193
|
|
|
3194
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3194
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/create/sandbox.ts)_
|
|
3195
3195
|
|
|
3196
3196
|
## `sf org create scratch`
|
|
3197
3197
|
|
|
@@ -3345,7 +3345,7 @@ FLAG DESCRIPTIONS
|
|
|
3345
3345
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3346
3346
|
```
|
|
3347
3347
|
|
|
3348
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3348
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/create/scratch.ts)_
|
|
3349
3349
|
|
|
3350
3350
|
## `sf org create user`
|
|
3351
3351
|
|
|
@@ -3499,7 +3499,7 @@ EXAMPLES
|
|
|
3499
3499
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3500
3500
|
```
|
|
3501
3501
|
|
|
3502
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3502
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/delete/sandbox.ts)_
|
|
3503
3503
|
|
|
3504
3504
|
## `sf org delete scratch`
|
|
3505
3505
|
|
|
@@ -3543,7 +3543,7 @@ EXAMPLES
|
|
|
3543
3543
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3544
3544
|
```
|
|
3545
3545
|
|
|
3546
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3546
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/delete/scratch.ts)_
|
|
3547
3547
|
|
|
3548
3548
|
## `sf org disable tracking`
|
|
3549
3549
|
|
|
@@ -3582,7 +3582,7 @@ EXAMPLES
|
|
|
3582
3582
|
$ sf org disable tracking
|
|
3583
3583
|
```
|
|
3584
3584
|
|
|
3585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/disable/tracking.ts)_
|
|
3586
3586
|
|
|
3587
3587
|
## `sf org display`
|
|
3588
3588
|
|
|
@@ -3627,7 +3627,7 @@ EXAMPLES
|
|
|
3627
3627
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3628
3628
|
```
|
|
3629
3629
|
|
|
3630
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3630
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/display.ts)_
|
|
3631
3631
|
|
|
3632
3632
|
## `sf org display user`
|
|
3633
3633
|
|
|
@@ -3708,7 +3708,7 @@ EXAMPLES
|
|
|
3708
3708
|
$ sf org enable tracking
|
|
3709
3709
|
```
|
|
3710
3710
|
|
|
3711
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3711
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/enable/tracking.ts)_
|
|
3712
3712
|
|
|
3713
3713
|
## `sf org generate password`
|
|
3714
3714
|
|
|
@@ -3814,7 +3814,7 @@ EXAMPLES
|
|
|
3814
3814
|
$ sf org list --clean
|
|
3815
3815
|
```
|
|
3816
3816
|
|
|
3817
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3817
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list.ts)_
|
|
3818
3818
|
|
|
3819
3819
|
## `sf org list auth`
|
|
3820
3820
|
|
|
@@ -3953,7 +3953,7 @@ FLAG DESCRIPTIONS
|
|
|
3953
3953
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3954
3954
|
```
|
|
3955
3955
|
|
|
3956
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3956
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list/metadata.ts)_
|
|
3957
3957
|
|
|
3958
3958
|
## `sf org list metadata-types`
|
|
3959
3959
|
|
|
@@ -4008,7 +4008,7 @@ FLAG DESCRIPTIONS
|
|
|
4008
4008
|
Override the api version used for api requests made by this command
|
|
4009
4009
|
```
|
|
4010
4010
|
|
|
4011
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4011
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list/metadata-types.ts)_
|
|
4012
4012
|
|
|
4013
4013
|
## `sf org list sobject record-counts`
|
|
4014
4014
|
|
|
@@ -4591,7 +4591,7 @@ EXAMPLES
|
|
|
4591
4591
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4592
4592
|
```
|
|
4593
4593
|
|
|
4594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/open.ts)_
|
|
4595
4595
|
|
|
4596
4596
|
## `sf org refresh sandbox`
|
|
4597
4597
|
|
|
@@ -4668,7 +4668,7 @@ FLAG DESCRIPTIONS
|
|
|
4668
4668
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4669
4669
|
```
|
|
4670
4670
|
|
|
4671
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4671
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/refresh/sandbox.ts)_
|
|
4672
4672
|
|
|
4673
4673
|
## `sf org resume sandbox`
|
|
4674
4674
|
|
|
@@ -4731,7 +4731,7 @@ FLAG DESCRIPTIONS
|
|
|
4731
4731
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4732
4732
|
```
|
|
4733
4733
|
|
|
4734
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4734
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/resume/sandbox.ts)_
|
|
4735
4735
|
|
|
4736
4736
|
## `sf org resume scratch`
|
|
4737
4737
|
|
|
@@ -4778,7 +4778,7 @@ FLAG DESCRIPTIONS
|
|
|
4778
4778
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4779
4779
|
```
|
|
4780
4780
|
|
|
4781
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4781
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/resume/scratch.ts)_
|
|
4782
4782
|
|
|
4783
4783
|
## `sf package create`
|
|
4784
4784
|
|
|
@@ -6303,7 +6303,7 @@ FLAG DESCRIPTIONS
|
|
|
6303
6303
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6304
6304
|
```
|
|
6305
6305
|
|
|
6306
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6306
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/convert/mdapi.ts)_
|
|
6307
6307
|
|
|
6308
6308
|
## `sf project convert source`
|
|
6309
6309
|
|
|
@@ -6376,7 +6376,7 @@ FLAG DESCRIPTIONS
|
|
|
6376
6376
|
Override the api version used for api requests made by this command
|
|
6377
6377
|
```
|
|
6378
6378
|
|
|
6379
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6379
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/convert/source.ts)_
|
|
6380
6380
|
|
|
6381
6381
|
## `sf project convert source-behavior`
|
|
6382
6382
|
|
|
@@ -6434,7 +6434,7 @@ EXAMPLES
|
|
|
6434
6434
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6435
6435
|
```
|
|
6436
6436
|
|
|
6437
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6437
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/convert/source-behavior.ts)_
|
|
6438
6438
|
|
|
6439
6439
|
## `sf project delete source`
|
|
6440
6440
|
|
|
@@ -6574,7 +6574,7 @@ FLAG DESCRIPTIONS
|
|
|
6574
6574
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6575
6575
|
```
|
|
6576
6576
|
|
|
6577
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6577
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/delete/source.ts)_
|
|
6578
6578
|
|
|
6579
6579
|
## `sf project delete tracking`
|
|
6580
6580
|
|
|
@@ -6611,7 +6611,7 @@ EXAMPLES
|
|
|
6611
6611
|
$ sf project delete tracking --target-org my-scratch
|
|
6612
6612
|
```
|
|
6613
6613
|
|
|
6614
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6614
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/delete/tracking.ts)_
|
|
6615
6615
|
|
|
6616
6616
|
## `sf project deploy cancel`
|
|
6617
6617
|
|
|
@@ -6683,7 +6683,7 @@ FLAG DESCRIPTIONS
|
|
|
6683
6683
|
project deploy report".
|
|
6684
6684
|
```
|
|
6685
6685
|
|
|
6686
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6686
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/cancel.ts)_
|
|
6687
6687
|
|
|
6688
6688
|
## `sf project deploy preview`
|
|
6689
6689
|
|
|
@@ -6766,7 +6766,7 @@ FLAG DESCRIPTIONS
|
|
|
6766
6766
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6767
6767
|
```
|
|
6768
6768
|
|
|
6769
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6769
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/preview.ts)_
|
|
6770
6770
|
|
|
6771
6771
|
## `sf project deploy quick`
|
|
6772
6772
|
|
|
@@ -6859,7 +6859,7 @@ ERROR CODES
|
|
|
6859
6859
|
Canceling (69) The deploy is being canceled.
|
|
6860
6860
|
```
|
|
6861
6861
|
|
|
6862
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6862
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/quick.ts)_
|
|
6863
6863
|
|
|
6864
6864
|
## `sf project deploy report`
|
|
6865
6865
|
|
|
@@ -6951,7 +6951,7 @@ FLAG DESCRIPTIONS
|
|
|
6951
6951
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6952
6952
|
```
|
|
6953
6953
|
|
|
6954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6954
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/report.ts)_
|
|
6955
6955
|
|
|
6956
6956
|
## `sf project deploy resume`
|
|
6957
6957
|
|
|
@@ -7048,7 +7048,7 @@ ERROR CODES
|
|
|
7048
7048
|
Canceling (69) The deploy is being canceled.
|
|
7049
7049
|
```
|
|
7050
7050
|
|
|
7051
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7051
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/resume.ts)_
|
|
7052
7052
|
|
|
7053
7053
|
## `sf project deploy start`
|
|
7054
7054
|
|
|
@@ -7301,7 +7301,7 @@ ERROR CODES
|
|
|
7301
7301
|
Canceling (69) The deploy is being canceled.
|
|
7302
7302
|
```
|
|
7303
7303
|
|
|
7304
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7304
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/start.ts)_
|
|
7305
7305
|
|
|
7306
7306
|
## `sf project deploy validate`
|
|
7307
7307
|
|
|
@@ -7491,7 +7491,7 @@ ERROR CODES
|
|
|
7491
7491
|
Canceling (69) The deploy is being canceled.
|
|
7492
7492
|
```
|
|
7493
7493
|
|
|
7494
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7494
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/deploy/validate.ts)_
|
|
7495
7495
|
|
|
7496
7496
|
## `sf project generate`
|
|
7497
7497
|
|
|
@@ -7673,7 +7673,7 @@ EXAMPLES
|
|
|
7673
7673
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7674
7674
|
```
|
|
7675
7675
|
|
|
7676
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7676
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/generate/manifest.ts)_
|
|
7677
7677
|
|
|
7678
7678
|
## `sf project list ignored`
|
|
7679
7679
|
|
|
@@ -7715,7 +7715,7 @@ EXAMPLES
|
|
|
7715
7715
|
$ sf project list ignored --source-dir package.xml
|
|
7716
7716
|
```
|
|
7717
7717
|
|
|
7718
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7718
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/list/ignored.ts)_
|
|
7719
7719
|
|
|
7720
7720
|
## `sf project reset tracking`
|
|
7721
7721
|
|
|
@@ -7764,7 +7764,7 @@ EXAMPLES
|
|
|
7764
7764
|
$ sf project reset tracking --revision 30
|
|
7765
7765
|
```
|
|
7766
7766
|
|
|
7767
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7767
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/reset/tracking.ts)_
|
|
7768
7768
|
|
|
7769
7769
|
## `sf project retrieve preview`
|
|
7770
7770
|
|
|
@@ -7818,7 +7818,7 @@ FLAG DESCRIPTIONS
|
|
|
7818
7818
|
production orgs.
|
|
7819
7819
|
```
|
|
7820
7820
|
|
|
7821
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7821
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/retrieve/preview.ts)_
|
|
7822
7822
|
|
|
7823
7823
|
## `sf project retrieve start`
|
|
7824
7824
|
|
|
@@ -7995,7 +7995,7 @@ ENVIRONMENT VARIABLES
|
|
|
7995
7995
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7996
7996
|
```
|
|
7997
7997
|
|
|
7998
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7998
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.12/src/commands/project/retrieve/start.ts)_
|
|
7999
7999
|
|
|
8000
8000
|
## `sf schema generate field`
|
|
8001
8001
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.68.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.68.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.73",
|
|
30
30
|
"@salesforce/plugin-data": "3.11.3",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.12",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.18",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.39",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.4",
|
|
35
|
-
"@salesforce/plugin-org": "5.1.
|
|
35
|
+
"@salesforce/plugin-org": "5.1.5",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.0",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.40",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.4",
|
|
@@ -4996,9 +4996,9 @@
|
|
|
4996
4996
|
}
|
|
4997
4997
|
},
|
|
4998
4998
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4999
|
-
"version": "3.15.
|
|
5000
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
5001
|
-
"integrity": "sha512-
|
|
4999
|
+
"version": "3.15.12",
|
|
5000
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.12.tgz",
|
|
5001
|
+
"integrity": "sha512-2AoTYHaF68aFayscyFmzyoxb/tcydWBwTXc3jUJsSbU0pDX7FZwCJxLcfvElNPhx6ttcqxNVuetEiLr4oJlQOw==",
|
|
5002
5002
|
"license": "BSD-3-Clause",
|
|
5003
5003
|
"dependencies": {
|
|
5004
5004
|
"@oclif/core": "^4.0.28",
|
|
@@ -5071,17 +5071,18 @@
|
|
|
5071
5071
|
}
|
|
5072
5072
|
},
|
|
5073
5073
|
"node_modules/@salesforce/plugin-org": {
|
|
5074
|
-
"version": "5.1.
|
|
5075
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.1.
|
|
5076
|
-
"integrity": "sha512-
|
|
5074
|
+
"version": "5.1.5",
|
|
5075
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.1.5.tgz",
|
|
5076
|
+
"integrity": "sha512-w1nUKIq5aEo03mumN+k0BDbhutMsehSt1QgKwKu7QLoUWRi5HxpnXE91/RLhr3raytEOBSVs+KQ8f9QEGWeHzg==",
|
|
5077
5077
|
"license": "BSD-3-Clause",
|
|
5078
5078
|
"dependencies": {
|
|
5079
5079
|
"@oclif/core": "^4.0.30",
|
|
5080
5080
|
"@oclif/multi-stage-output": "^0.7.8",
|
|
5081
5081
|
"@salesforce/core": "^8.6.4",
|
|
5082
5082
|
"@salesforce/kit": "^3.2.3",
|
|
5083
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
5084
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5083
|
+
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
5084
|
+
"@salesforce/source-deploy-retrieve": "^12.8.1",
|
|
5085
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5085
5086
|
"ansis": "^3.2.0",
|
|
5086
5087
|
"change-case": "^5.4.4",
|
|
5087
5088
|
"is-wsl": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -2229,10 +2229,10 @@
|
|
|
2229
2229
|
form-data "^4.0.0"
|
|
2230
2230
|
terminal-link "^3.0.0"
|
|
2231
2231
|
|
|
2232
|
-
"@salesforce/plugin-deploy-retrieve@3.15.
|
|
2233
|
-
version "3.15.
|
|
2234
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
2235
|
-
integrity sha512-
|
|
2232
|
+
"@salesforce/plugin-deploy-retrieve@3.15.12":
|
|
2233
|
+
version "3.15.12"
|
|
2234
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.12.tgz"
|
|
2235
|
+
integrity sha512-2AoTYHaF68aFayscyFmzyoxb/tcydWBwTXc3jUJsSbU0pDX7FZwCJxLcfvElNPhx6ttcqxNVuetEiLr4oJlQOw==
|
|
2236
2236
|
dependencies:
|
|
2237
2237
|
"@oclif/core" "^4.0.28"
|
|
2238
2238
|
"@oclif/multi-stage-output" "^0.7.12"
|
|
@@ -2284,17 +2284,18 @@
|
|
|
2284
2284
|
got "^13.0.0"
|
|
2285
2285
|
proxy-agent "^6.4.0"
|
|
2286
2286
|
|
|
2287
|
-
"@salesforce/plugin-org@5.1.
|
|
2288
|
-
version "5.1.
|
|
2289
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.1.
|
|
2290
|
-
integrity sha512-
|
|
2287
|
+
"@salesforce/plugin-org@5.1.5":
|
|
2288
|
+
version "5.1.5"
|
|
2289
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.1.5.tgz"
|
|
2290
|
+
integrity sha512-w1nUKIq5aEo03mumN+k0BDbhutMsehSt1QgKwKu7QLoUWRi5HxpnXE91/RLhr3raytEOBSVs+KQ8f9QEGWeHzg==
|
|
2291
2291
|
dependencies:
|
|
2292
2292
|
"@oclif/core" "^4.0.30"
|
|
2293
2293
|
"@oclif/multi-stage-output" "^0.7.8"
|
|
2294
2294
|
"@salesforce/core" "^8.6.4"
|
|
2295
2295
|
"@salesforce/kit" "^3.2.3"
|
|
2296
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2297
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2296
|
+
"@salesforce/sf-plugins-core" "^12.0.9"
|
|
2297
|
+
"@salesforce/source-deploy-retrieve" "^12.8.1"
|
|
2298
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2298
2299
|
ansis "^3.2.0"
|
|
2299
2300
|
change-case "^5.4.4"
|
|
2300
2301
|
is-wsl "^3.1.0"
|
|
@@ -2471,7 +2472,7 @@
|
|
|
2471
2472
|
string-width "^7.2.0"
|
|
2472
2473
|
terminal-link "^3.0.0"
|
|
2473
2474
|
|
|
2474
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@12.0.11":
|
|
2475
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.11":
|
|
2475
2476
|
version "12.0.11"
|
|
2476
2477
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz"
|
|
2477
2478
|
integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
|
|
@@ -2487,7 +2488,7 @@
|
|
|
2487
2488
|
cli-progress "^3.12.0"
|
|
2488
2489
|
terminal-link "^3.0.0"
|
|
2489
2490
|
|
|
2490
|
-
"@salesforce/source-deploy-retrieve@^12.10.1", "@salesforce/source-deploy-retrieve@^12.7.4", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2491
|
+
"@salesforce/source-deploy-retrieve@^12.10.1", "@salesforce/source-deploy-retrieve@^12.7.4", "@salesforce/source-deploy-retrieve@^12.8.0", "@salesforce/source-deploy-retrieve@^12.8.1":
|
|
2491
2492
|
version "12.10.1"
|
|
2492
2493
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.1.tgz"
|
|
2493
2494
|
integrity sha512-X4iwRnC9rkbZnK6brbY3lydgbJK44x4e7Bl4EEPNi6SOPdzkKBqTh7TiR7I2ftY0iiBrH0zWHrWMiNeCtQMWbA==
|
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"
|
|
@@ -5370,5 +5370,5 @@
|
|
|
5370
5370
|
]
|
|
5371
5371
|
}
|
|
5372
5372
|
},
|
|
5373
|
-
"version": "2.
|
|
5373
|
+
"version": "2.68.1"
|
|
5374
5374
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.68.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.26",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.33",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.6.
|
|
84
|
+
"@salesforce/plugin-signups": "2.6.2",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.7.0"
|
|
87
87
|
},
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
"@salesforce/plugin-api": "1.3.2",
|
|
157
157
|
"@salesforce/plugin-auth": "3.6.73",
|
|
158
158
|
"@salesforce/plugin-data": "3.11.3",
|
|
159
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
159
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.12",
|
|
160
160
|
"@salesforce/plugin-info": "3.4.18",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.39",
|
|
162
162
|
"@salesforce/plugin-marketplace": "1.3.4",
|
|
163
|
-
"@salesforce/plugin-org": "5.1.
|
|
163
|
+
"@salesforce/plugin-org": "5.1.5",
|
|
164
164
|
"@salesforce/plugin-packaging": "2.9.0",
|
|
165
165
|
"@salesforce/plugin-schema": "3.3.40",
|
|
166
166
|
"@salesforce/plugin-settings": "2.4.4",
|