@salesforce/cli 2.80.11 → 2.80.12
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 +73 -45
- package/npm-shrinkwrap.json +30 -30
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.80.
|
|
27
|
+
@salesforce/cli/2.80.12 linux-x64 node-v22.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3202,7 +3202,7 @@ FLAG DESCRIPTIONS
|
|
|
3202
3202
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3203
3203
|
```
|
|
3204
3204
|
|
|
3205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/create/sandbox.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf org create scratch`
|
|
3208
3208
|
|
|
@@ -3211,9 +3211,9 @@ Create a scratch org.
|
|
|
3211
3211
|
```
|
|
3212
3212
|
USAGE
|
|
3213
3213
|
$ sf org create scratch -v <value> [--json] [--flags-dir <value>] [-a <value>] [--async] [-d] [-f <value>] [-c] [-e
|
|
3214
|
-
developer|enterprise|group|professional|partner-developer|partner-enterprise|partner-group|partner-professional
|
|
3215
|
-
[-m] [-y <days>] [-w <minutes>] [--api-version <value>] [-i <value>] [-t]
|
|
3216
|
-
<value>] [--name <value>] [--release preview|previous] [--admin-email <value>]
|
|
3214
|
+
developer|enterprise|group|professional|partner-developer|partner-enterprise|partner-group|partner-professional | -s
|
|
3215
|
+
<value> | --source-org <value>] [-m] [-y <days>] [-w <minutes>] [--api-version <value>] [-i <value>] [-t]
|
|
3216
|
+
[--username <value>] [--description <value>] [--name <value>] [--release preview|previous] [--admin-email <value>]
|
|
3217
3217
|
|
|
3218
3218
|
FLAGS
|
|
3219
3219
|
-a, --alias=<value> Alias for the scratch org.
|
|
@@ -3237,6 +3237,8 @@ DEFINITION FILE OVERRIDE FLAGS
|
|
|
3237
3237
|
definition file, if set.
|
|
3238
3238
|
<options: developer|enterprise|group|professional|partner-developer|partner-enterprise|part
|
|
3239
3239
|
ner-group|partner-professional>
|
|
3240
|
+
-s, --snapshot=<value> Name of the snapshot to use when creating this scratch org. Overrides the value of the
|
|
3241
|
+
"snapshot" option in the defintion file, if set.
|
|
3240
3242
|
--admin-email=<value> Email address that will be applied to the org's admin user. Overrides the value of the
|
|
3241
3243
|
"adminEmail" option in the definition file, if set.
|
|
3242
3244
|
--description=<value> Description of the scratch org in the Dev Hub. Overrides the value of the "description"
|
|
@@ -3245,8 +3247,8 @@ DEFINITION FILE OVERRIDE FLAGS
|
|
|
3245
3247
|
definition file, if set.
|
|
3246
3248
|
--release=<option> Release of the scratch org as compared to the Dev Hub release.
|
|
3247
3249
|
<options: preview|previous>
|
|
3248
|
-
--source-org=<value> 15-character ID of the org
|
|
3249
|
-
|
|
3250
|
+
--source-org=<value> 15-character ID of the org shape that the new scratch org is based on. Overrides the value
|
|
3251
|
+
of the "sourceOrg" option in the definition file, if set.
|
|
3250
3252
|
--username=<value> Username of the scratch org admin user. Overrides the value of the "username" option in the
|
|
3251
3253
|
definition file, if set.
|
|
3252
3254
|
|
|
@@ -3257,22 +3259,28 @@ GLOBAL FLAGS
|
|
|
3257
3259
|
DESCRIPTION
|
|
3258
3260
|
Create a scratch org.
|
|
3259
3261
|
|
|
3260
|
-
There are
|
|
3261
|
-
--edition flag to specify the one required option.
|
|
3262
|
+
There are four ways to create a scratch org:
|
|
3262
3263
|
|
|
3263
|
-
|
|
3264
|
+
* Specify a definition file that contains the scratch org options.
|
|
3265
|
+
* Use the --edition flag to specify the one required option; this method doesn't require a defintion file.
|
|
3266
|
+
* Use the --snapshot flag to create a scratch org from a snapshot. Snapshots are a point-in-time copy of a scratch
|
|
3267
|
+
org; you create a snapshot with the "sf org create snapshot" command.
|
|
3268
|
+
* Use the --source-org flag to create a scratch org from an org shape. Org shapes mimic the baseline setup of a source
|
|
3269
|
+
org without the extraneous data and metadata; you create an org shape with the "sf org create shape" command.
|
|
3270
|
+
|
|
3271
|
+
The --edition, --snapshot, and --source-org flags are mutually exclusive, which means if you specify one, you can't
|
|
3272
|
+
also specify the others.
|
|
3273
|
+
|
|
3274
|
+
For any of the methods, you can also use these flags; if you use them with --definition-file, they override their
|
|
3264
3275
|
equivalent option in the scratch org definition file:
|
|
3265
3276
|
|
|
3266
3277
|
* --description
|
|
3267
3278
|
* --name (equivalent to the "orgName" option)
|
|
3268
3279
|
* --username
|
|
3269
3280
|
* --release
|
|
3270
|
-
* --edition
|
|
3271
3281
|
* --admin-email (equivalent to the "adminEmail" option)
|
|
3272
|
-
* --source-org (equivalent to the "sourceOrg" option)
|
|
3273
3282
|
|
|
3274
|
-
If you want to set options
|
|
3275
|
-
file.
|
|
3283
|
+
If you want to set options such as org features or settings, you must use a definition file.
|
|
3276
3284
|
|
|
3277
3285
|
You must specify a Dev Hub to create a scratch org, either with the --target-dev-hub flag or by setting your default
|
|
3278
3286
|
Dev Hub with the target-dev-hub configuration variable.
|
|
@@ -3295,6 +3303,12 @@ EXAMPLES
|
|
|
3295
3303
|
|
|
3296
3304
|
$ sf org create scratch --edition enterprise --alias my-scratch-org --target-dev-hub MyHub --release preview
|
|
3297
3305
|
|
|
3306
|
+
Create a scratch org from a snapshot called "NightlyBranch"; be sure you specify the same Dev Hub org associated
|
|
3307
|
+
with the snapshot. We recommend you increase the --wait time because creating a scratch org from a snapshot can take
|
|
3308
|
+
a while:
|
|
3309
|
+
|
|
3310
|
+
$ sf org create scratch --alias my-scratch-org --target-dev-hub MyHub --snapshot NightlyBranch --wait 10
|
|
3311
|
+
|
|
3298
3312
|
FLAG DESCRIPTIONS
|
|
3299
3313
|
-a, --alias=<value> Alias for the scratch org.
|
|
3300
3314
|
|
|
@@ -3315,6 +3329,13 @@ FLAG DESCRIPTIONS
|
|
|
3315
3329
|
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_def_file.htm> for
|
|
3316
3330
|
all the option you can specify in the definition file.
|
|
3317
3331
|
|
|
3332
|
+
-s, --snapshot=<value>
|
|
3333
|
+
|
|
3334
|
+
Name of the snapshot to use when creating this scratch org. Overrides the value of the "snapshot" option in the
|
|
3335
|
+
defintion file, if set.
|
|
3336
|
+
|
|
3337
|
+
To view the names of the available snapshots for a given Dev Hub org, run the "sf org list snapshot" command.
|
|
3338
|
+
|
|
3318
3339
|
-t, --[no-]track-source Use source tracking for this scratch org. Set --no-track-source to disable source tracking.
|
|
3319
3340
|
|
|
3320
3341
|
We recommend you enable source tracking in scratch orgs, which is why it's the default behavior. Source tracking
|
|
@@ -3346,6 +3367,13 @@ FLAG DESCRIPTIONS
|
|
|
3346
3367
|
By default, scratch orgs are on the same release as the Dev Hub. During Salesforce release transition periods, you
|
|
3347
3368
|
can override this default behavior and opt in or out of the new release.
|
|
3348
3369
|
|
|
3370
|
+
--source-org=<value>
|
|
3371
|
+
|
|
3372
|
+
15-character ID of the org shape that the new scratch org is based on. Overrides the value of the "sourceOrg" option
|
|
3373
|
+
in the definition file, if set.
|
|
3374
|
+
|
|
3375
|
+
To view the names of the available org shapes for a given Dev Hub org, run the "sf org list shape" command.
|
|
3376
|
+
|
|
3349
3377
|
--username=<value>
|
|
3350
3378
|
|
|
3351
3379
|
Username of the scratch org admin user. Overrides the value of the "username" option in the definition file, if set.
|
|
@@ -3356,7 +3384,7 @@ FLAG DESCRIPTIONS
|
|
|
3356
3384
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3357
3385
|
```
|
|
3358
3386
|
|
|
3359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3387
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/create/scratch.ts)_
|
|
3360
3388
|
|
|
3361
3389
|
## `sf org create user`
|
|
3362
3390
|
|
|
@@ -3510,7 +3538,7 @@ EXAMPLES
|
|
|
3510
3538
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3511
3539
|
```
|
|
3512
3540
|
|
|
3513
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3541
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/delete/sandbox.ts)_
|
|
3514
3542
|
|
|
3515
3543
|
## `sf org delete scratch`
|
|
3516
3544
|
|
|
@@ -3554,7 +3582,7 @@ EXAMPLES
|
|
|
3554
3582
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3555
3583
|
```
|
|
3556
3584
|
|
|
3557
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/delete/scratch.ts)_
|
|
3558
3586
|
|
|
3559
3587
|
## `sf org disable tracking`
|
|
3560
3588
|
|
|
@@ -3593,7 +3621,7 @@ EXAMPLES
|
|
|
3593
3621
|
$ sf org disable tracking
|
|
3594
3622
|
```
|
|
3595
3623
|
|
|
3596
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3624
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/disable/tracking.ts)_
|
|
3597
3625
|
|
|
3598
3626
|
## `sf org display`
|
|
3599
3627
|
|
|
@@ -3638,7 +3666,7 @@ EXAMPLES
|
|
|
3638
3666
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3639
3667
|
```
|
|
3640
3668
|
|
|
3641
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3669
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/display.ts)_
|
|
3642
3670
|
|
|
3643
3671
|
## `sf org display user`
|
|
3644
3672
|
|
|
@@ -3719,7 +3747,7 @@ EXAMPLES
|
|
|
3719
3747
|
$ sf org enable tracking
|
|
3720
3748
|
```
|
|
3721
3749
|
|
|
3722
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3750
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/enable/tracking.ts)_
|
|
3723
3751
|
|
|
3724
3752
|
## `sf org generate password`
|
|
3725
3753
|
|
|
@@ -3825,7 +3853,7 @@ EXAMPLES
|
|
|
3825
3853
|
$ sf org list --clean
|
|
3826
3854
|
```
|
|
3827
3855
|
|
|
3828
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3856
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/list.ts)_
|
|
3829
3857
|
|
|
3830
3858
|
## `sf org list auth`
|
|
3831
3859
|
|
|
@@ -3964,7 +3992,7 @@ FLAG DESCRIPTIONS
|
|
|
3964
3992
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3965
3993
|
```
|
|
3966
3994
|
|
|
3967
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3995
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/list/metadata.ts)_
|
|
3968
3996
|
|
|
3969
3997
|
## `sf org list metadata-types`
|
|
3970
3998
|
|
|
@@ -4019,7 +4047,7 @@ FLAG DESCRIPTIONS
|
|
|
4019
4047
|
Override the api version used for api requests made by this command
|
|
4020
4048
|
```
|
|
4021
4049
|
|
|
4022
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4050
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/list/metadata-types.ts)_
|
|
4023
4051
|
|
|
4024
4052
|
## `sf org list sobject record-counts`
|
|
4025
4053
|
|
|
@@ -4602,7 +4630,7 @@ EXAMPLES
|
|
|
4602
4630
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4603
4631
|
```
|
|
4604
4632
|
|
|
4605
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4633
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/open.ts)_
|
|
4606
4634
|
|
|
4607
4635
|
## `sf org open agent`
|
|
4608
4636
|
|
|
@@ -4653,7 +4681,7 @@ EXAMPLES
|
|
|
4653
4681
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4654
4682
|
```
|
|
4655
4683
|
|
|
4656
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4684
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/open/agent.ts)_
|
|
4657
4685
|
|
|
4658
4686
|
## `sf org refresh sandbox`
|
|
4659
4687
|
|
|
@@ -4730,7 +4758,7 @@ FLAG DESCRIPTIONS
|
|
|
4730
4758
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4731
4759
|
```
|
|
4732
4760
|
|
|
4733
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4761
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/refresh/sandbox.ts)_
|
|
4734
4762
|
|
|
4735
4763
|
## `sf org resume sandbox`
|
|
4736
4764
|
|
|
@@ -4793,7 +4821,7 @@ FLAG DESCRIPTIONS
|
|
|
4793
4821
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4794
4822
|
```
|
|
4795
4823
|
|
|
4796
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4824
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/resume/sandbox.ts)_
|
|
4797
4825
|
|
|
4798
4826
|
## `sf org resume scratch`
|
|
4799
4827
|
|
|
@@ -4840,7 +4868,7 @@ FLAG DESCRIPTIONS
|
|
|
4840
4868
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4841
4869
|
```
|
|
4842
4870
|
|
|
4843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4871
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.3.0/src/commands/org/resume/scratch.ts)_
|
|
4844
4872
|
|
|
4845
4873
|
## `sf package create`
|
|
4846
4874
|
|
|
@@ -6365,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6365
6393
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6366
6394
|
```
|
|
6367
6395
|
|
|
6368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6396
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/convert/mdapi.ts)_
|
|
6369
6397
|
|
|
6370
6398
|
## `sf project convert source`
|
|
6371
6399
|
|
|
@@ -6438,7 +6466,7 @@ FLAG DESCRIPTIONS
|
|
|
6438
6466
|
Override the api version used for api requests made by this command
|
|
6439
6467
|
```
|
|
6440
6468
|
|
|
6441
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6469
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/convert/source.ts)_
|
|
6442
6470
|
|
|
6443
6471
|
## `sf project convert source-behavior`
|
|
6444
6472
|
|
|
@@ -6497,7 +6525,7 @@ EXAMPLES
|
|
|
6497
6525
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6498
6526
|
```
|
|
6499
6527
|
|
|
6500
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6528
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/convert/source-behavior.ts)_
|
|
6501
6529
|
|
|
6502
6530
|
## `sf project delete source`
|
|
6503
6531
|
|
|
@@ -6637,7 +6665,7 @@ FLAG DESCRIPTIONS
|
|
|
6637
6665
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6638
6666
|
```
|
|
6639
6667
|
|
|
6640
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6668
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/delete/source.ts)_
|
|
6641
6669
|
|
|
6642
6670
|
## `sf project delete tracking`
|
|
6643
6671
|
|
|
@@ -6674,7 +6702,7 @@ EXAMPLES
|
|
|
6674
6702
|
$ sf project delete tracking --target-org my-scratch
|
|
6675
6703
|
```
|
|
6676
6704
|
|
|
6677
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6705
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/delete/tracking.ts)_
|
|
6678
6706
|
|
|
6679
6707
|
## `sf project deploy cancel`
|
|
6680
6708
|
|
|
@@ -6746,7 +6774,7 @@ FLAG DESCRIPTIONS
|
|
|
6746
6774
|
project deploy report".
|
|
6747
6775
|
```
|
|
6748
6776
|
|
|
6749
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6777
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/cancel.ts)_
|
|
6750
6778
|
|
|
6751
6779
|
## `sf project deploy preview`
|
|
6752
6780
|
|
|
@@ -6829,7 +6857,7 @@ FLAG DESCRIPTIONS
|
|
|
6829
6857
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6830
6858
|
```
|
|
6831
6859
|
|
|
6832
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/preview.ts)_
|
|
6833
6861
|
|
|
6834
6862
|
## `sf project deploy quick`
|
|
6835
6863
|
|
|
@@ -6922,7 +6950,7 @@ ERROR CODES
|
|
|
6922
6950
|
Canceling (69) The deploy is being canceled.
|
|
6923
6951
|
```
|
|
6924
6952
|
|
|
6925
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6953
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/quick.ts)_
|
|
6926
6954
|
|
|
6927
6955
|
## `sf project deploy report`
|
|
6928
6956
|
|
|
@@ -7014,7 +7042,7 @@ FLAG DESCRIPTIONS
|
|
|
7014
7042
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7015
7043
|
```
|
|
7016
7044
|
|
|
7017
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7045
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/report.ts)_
|
|
7018
7046
|
|
|
7019
7047
|
## `sf project deploy resume`
|
|
7020
7048
|
|
|
@@ -7111,7 +7139,7 @@ ERROR CODES
|
|
|
7111
7139
|
Canceling (69) The deploy is being canceled.
|
|
7112
7140
|
```
|
|
7113
7141
|
|
|
7114
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7142
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/resume.ts)_
|
|
7115
7143
|
|
|
7116
7144
|
## `sf project deploy start`
|
|
7117
7145
|
|
|
@@ -7364,7 +7392,7 @@ ERROR CODES
|
|
|
7364
7392
|
Canceling (69) The deploy is being canceled.
|
|
7365
7393
|
```
|
|
7366
7394
|
|
|
7367
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7395
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/start.ts)_
|
|
7368
7396
|
|
|
7369
7397
|
## `sf project deploy validate`
|
|
7370
7398
|
|
|
@@ -7554,7 +7582,7 @@ ERROR CODES
|
|
|
7554
7582
|
Canceling (69) The deploy is being canceled.
|
|
7555
7583
|
```
|
|
7556
7584
|
|
|
7557
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7585
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/deploy/validate.ts)_
|
|
7558
7586
|
|
|
7559
7587
|
## `sf project generate`
|
|
7560
7588
|
|
|
@@ -7755,7 +7783,7 @@ EXAMPLES
|
|
|
7755
7783
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7756
7784
|
```
|
|
7757
7785
|
|
|
7758
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7786
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/generate/manifest.ts)_
|
|
7759
7787
|
|
|
7760
7788
|
## `sf project list ignored`
|
|
7761
7789
|
|
|
@@ -7797,7 +7825,7 @@ EXAMPLES
|
|
|
7797
7825
|
$ sf project list ignored --source-dir package.xml
|
|
7798
7826
|
```
|
|
7799
7827
|
|
|
7800
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7828
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/list/ignored.ts)_
|
|
7801
7829
|
|
|
7802
7830
|
## `sf project reset tracking`
|
|
7803
7831
|
|
|
@@ -7846,7 +7874,7 @@ EXAMPLES
|
|
|
7846
7874
|
$ sf project reset tracking --revision 30
|
|
7847
7875
|
```
|
|
7848
7876
|
|
|
7849
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/reset/tracking.ts)_
|
|
7850
7878
|
|
|
7851
7879
|
## `sf project retrieve preview`
|
|
7852
7880
|
|
|
@@ -7900,7 +7928,7 @@ FLAG DESCRIPTIONS
|
|
|
7900
7928
|
production orgs.
|
|
7901
7929
|
```
|
|
7902
7930
|
|
|
7903
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7931
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/retrieve/preview.ts)_
|
|
7904
7932
|
|
|
7905
7933
|
## `sf project retrieve start`
|
|
7906
7934
|
|
|
@@ -8077,7 +8105,7 @@ ENVIRONMENT VARIABLES
|
|
|
8077
8105
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8078
8106
|
```
|
|
8079
8107
|
|
|
8080
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
8108
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.9/src/commands/project/retrieve/start.ts)_
|
|
8081
8109
|
|
|
8082
8110
|
## `sf schema generate field`
|
|
8083
8111
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.80.
|
|
3
|
+
"version": "2.80.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.80.
|
|
9
|
+
"version": "2.80.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.104",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.18",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.20.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.20.9",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.47",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.49",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.
|
|
35
|
+
"@salesforce/plugin-org": "5.3.0",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.10.3",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.55",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.20",
|
|
@@ -3963,9 +3963,9 @@
|
|
|
3963
3963
|
}
|
|
3964
3964
|
},
|
|
3965
3965
|
"node_modules/@oclif/multi-stage-output": {
|
|
3966
|
-
"version": "0.8.
|
|
3967
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3968
|
-
"integrity": "sha512-
|
|
3966
|
+
"version": "0.8.11",
|
|
3967
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz",
|
|
3968
|
+
"integrity": "sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==",
|
|
3969
3969
|
"license": "MIT",
|
|
3970
3970
|
"dependencies": {
|
|
3971
3971
|
"@oclif/core": "^4",
|
|
@@ -5261,22 +5261,22 @@
|
|
|
5261
5261
|
}
|
|
5262
5262
|
},
|
|
5263
5263
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5264
|
-
"version": "3.20.
|
|
5265
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.
|
|
5266
|
-
"integrity": "sha512-
|
|
5264
|
+
"version": "3.20.9",
|
|
5265
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.9.tgz",
|
|
5266
|
+
"integrity": "sha512-T5MThyj2KsnVu3NmQURzbrW0WQUQYiE3awX70g2NCpl30vdefHNOI+pl0/hAT2QWMALZUjLvDiSpkohTcCuiIw==",
|
|
5267
5267
|
"license": "BSD-3-Clause",
|
|
5268
5268
|
"dependencies": {
|
|
5269
|
-
"@oclif/core": "^4.2.
|
|
5270
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5269
|
+
"@oclif/core": "^4.2.9",
|
|
5270
|
+
"@oclif/multi-stage-output": "^0.8.11",
|
|
5271
5271
|
"@salesforce/apex-node": "^8.1.19",
|
|
5272
|
-
"@salesforce/core": "^8.8.
|
|
5272
|
+
"@salesforce/core": "^8.8.5",
|
|
5273
5273
|
"@salesforce/kit": "^3.2.3",
|
|
5274
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5275
|
-
"@salesforce/sf-plugins-core": "^12.
|
|
5276
|
-
"@salesforce/source-deploy-retrieve": "^12.16.
|
|
5277
|
-
"@salesforce/source-tracking": "^7.3.
|
|
5274
|
+
"@salesforce/plugin-info": "^3.4.47",
|
|
5275
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
5276
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
|
5277
|
+
"@salesforce/source-tracking": "^7.3.17",
|
|
5278
5278
|
"@salesforce/ts-types": "^2.0.12",
|
|
5279
|
-
"ansis": "^3.
|
|
5279
|
+
"ansis": "^3.17.0",
|
|
5280
5280
|
"terminal-link": "^3.0.0"
|
|
5281
5281
|
},
|
|
5282
5282
|
"engines": {
|
|
@@ -5336,9 +5336,9 @@
|
|
|
5336
5336
|
}
|
|
5337
5337
|
},
|
|
5338
5338
|
"node_modules/@salesforce/plugin-org": {
|
|
5339
|
-
"version": "5.
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.
|
|
5341
|
-
"integrity": "sha512-
|
|
5339
|
+
"version": "5.3.0",
|
|
5340
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.3.0.tgz",
|
|
5341
|
+
"integrity": "sha512-BanaMv/6eDgvxjc8ESvmVTLLqeo6KgORXjAFtMfFQ+ZX86rKZY4nAAmUizHlwhqEovkAjibVHOcorN4nlBS6PQ==",
|
|
5342
5342
|
"license": "BSD-3-Clause",
|
|
5343
5343
|
"dependencies": {
|
|
5344
5344
|
"@oclif/core": "^4.2.6",
|
|
@@ -5740,9 +5740,9 @@
|
|
|
5740
5740
|
}
|
|
5741
5741
|
},
|
|
5742
5742
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5743
|
-
"version": "12.16.
|
|
5744
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
5745
|
-
"integrity": "sha512-
|
|
5743
|
+
"version": "12.16.6",
|
|
5744
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz",
|
|
5745
|
+
"integrity": "sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==",
|
|
5746
5746
|
"license": "BSD-3-Clause",
|
|
5747
5747
|
"dependencies": {
|
|
5748
5748
|
"@salesforce/core": "^8.8.5",
|
|
@@ -5879,15 +5879,15 @@
|
|
|
5879
5879
|
}
|
|
5880
5880
|
},
|
|
5881
5881
|
"node_modules/@salesforce/source-tracking": {
|
|
5882
|
-
"version": "7.3.
|
|
5883
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
5884
|
-
"integrity": "sha512-
|
|
5882
|
+
"version": "7.3.17",
|
|
5883
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz",
|
|
5884
|
+
"integrity": "sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==",
|
|
5885
5885
|
"license": "BSD-3-Clause",
|
|
5886
5886
|
"dependencies": {
|
|
5887
|
-
"@oclif/core": "^4.2.
|
|
5888
|
-
"@salesforce/core": "^8.8.
|
|
5887
|
+
"@oclif/core": "^4.2.9",
|
|
5888
|
+
"@salesforce/core": "^8.8.5",
|
|
5889
5889
|
"@salesforce/kit": "^3.2.3",
|
|
5890
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5890
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
|
5891
5891
|
"@salesforce/ts-types": "^2.0.12",
|
|
5892
5892
|
"fast-xml-parser": "^4.5.1",
|
|
5893
5893
|
"graceful-fs": "^4.2.11",
|
package/oclif.lock
CHANGED
|
@@ -1651,7 +1651,7 @@
|
|
|
1651
1651
|
proc-log "^5.0.0"
|
|
1652
1652
|
which "^5.0.0"
|
|
1653
1653
|
|
|
1654
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6", "@oclif/core@^4.2.7", "@oclif/core@4.2.9":
|
|
1654
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6", "@oclif/core@^4.2.7", "@oclif/core@^4.2.9", "@oclif/core@4.2.9":
|
|
1655
1655
|
version "4.2.9"
|
|
1656
1656
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.9.tgz"
|
|
1657
1657
|
integrity sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==
|
|
@@ -1675,10 +1675,10 @@
|
|
|
1675
1675
|
wordwrap "^1.0.0"
|
|
1676
1676
|
wrap-ansi "^7.0.0"
|
|
1677
1677
|
|
|
1678
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1679
|
-
version "0.8.
|
|
1680
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1681
|
-
integrity sha512-
|
|
1678
|
+
"@oclif/multi-stage-output@^0.8.11", "@oclif/multi-stage-output@^0.8.7", "@oclif/multi-stage-output@^0.8.9":
|
|
1679
|
+
version "0.8.11"
|
|
1680
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz"
|
|
1681
|
+
integrity sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==
|
|
1682
1682
|
dependencies:
|
|
1683
1683
|
"@oclif/core" "^4"
|
|
1684
1684
|
"@types/react" "^18.3.12"
|
|
@@ -2179,25 +2179,25 @@
|
|
|
2179
2179
|
form-data "^4.0.2"
|
|
2180
2180
|
terminal-link "^3.0.0"
|
|
2181
2181
|
|
|
2182
|
-
"@salesforce/plugin-deploy-retrieve@3.20.
|
|
2183
|
-
version "3.20.
|
|
2184
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.
|
|
2185
|
-
integrity sha512-
|
|
2182
|
+
"@salesforce/plugin-deploy-retrieve@3.20.9":
|
|
2183
|
+
version "3.20.9"
|
|
2184
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.9.tgz"
|
|
2185
|
+
integrity sha512-T5MThyj2KsnVu3NmQURzbrW0WQUQYiE3awX70g2NCpl30vdefHNOI+pl0/hAT2QWMALZUjLvDiSpkohTcCuiIw==
|
|
2186
2186
|
dependencies:
|
|
2187
|
-
"@oclif/core" "^4.2.
|
|
2188
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2187
|
+
"@oclif/core" "^4.2.9"
|
|
2188
|
+
"@oclif/multi-stage-output" "^0.8.11"
|
|
2189
2189
|
"@salesforce/apex-node" "^8.1.19"
|
|
2190
|
-
"@salesforce/core" "^8.8.
|
|
2190
|
+
"@salesforce/core" "^8.8.5"
|
|
2191
2191
|
"@salesforce/kit" "^3.2.3"
|
|
2192
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2193
|
-
"@salesforce/sf-plugins-core" "^12.
|
|
2194
|
-
"@salesforce/source-deploy-retrieve" "^12.16.
|
|
2195
|
-
"@salesforce/source-tracking" "^7.3.
|
|
2192
|
+
"@salesforce/plugin-info" "^3.4.47"
|
|
2193
|
+
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
2194
|
+
"@salesforce/source-deploy-retrieve" "^12.16.6"
|
|
2195
|
+
"@salesforce/source-tracking" "^7.3.17"
|
|
2196
2196
|
"@salesforce/ts-types" "^2.0.12"
|
|
2197
|
-
ansis "^3.
|
|
2197
|
+
ansis "^3.17.0"
|
|
2198
2198
|
terminal-link "^3.0.0"
|
|
2199
2199
|
|
|
2200
|
-
"@salesforce/plugin-info@^3.4.
|
|
2200
|
+
"@salesforce/plugin-info@^3.4.44", "@salesforce/plugin-info@^3.4.47", "@salesforce/plugin-info@3.4.47":
|
|
2201
2201
|
version "3.4.47"
|
|
2202
2202
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.47.tgz"
|
|
2203
2203
|
integrity sha512-qZx4Ce2TgCfk7yg0Z1+d9ZyUqpPmaHrLlCfecvLAd7aqFPYFw8MRZ5sF9dKlu+AHbBT5aSAYAb70tCIUmUmVSg==
|
|
@@ -2234,10 +2234,10 @@
|
|
|
2234
2234
|
got "^13.0.0"
|
|
2235
2235
|
proxy-agent "^6.4.0"
|
|
2236
2236
|
|
|
2237
|
-
"@salesforce/plugin-org@5.
|
|
2238
|
-
version "5.
|
|
2239
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.
|
|
2240
|
-
integrity sha512-
|
|
2237
|
+
"@salesforce/plugin-org@5.3.0":
|
|
2238
|
+
version "5.3.0"
|
|
2239
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.3.0.tgz"
|
|
2240
|
+
integrity sha512-BanaMv/6eDgvxjc8ESvmVTLLqeo6KgORXjAFtMfFQ+ZX86rKZY4nAAmUizHlwhqEovkAjibVHOcorN4nlBS6PQ==
|
|
2241
2241
|
dependencies:
|
|
2242
2242
|
"@oclif/core" "^4.2.6"
|
|
2243
2243
|
"@oclif/multi-stage-output" "^0.8.9"
|
|
@@ -2420,10 +2420,10 @@
|
|
|
2420
2420
|
cli-progress "^3.12.0"
|
|
2421
2421
|
terminal-link "^3.0.0"
|
|
2422
2422
|
|
|
2423
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
2424
|
-
version "12.16.
|
|
2425
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
2426
|
-
integrity sha512-
|
|
2423
|
+
"@salesforce/source-deploy-retrieve@^12.16.4", "@salesforce/source-deploy-retrieve@^12.16.6", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2424
|
+
version "12.16.6"
|
|
2425
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz"
|
|
2426
|
+
integrity sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==
|
|
2427
2427
|
dependencies:
|
|
2428
2428
|
"@salesforce/core" "^8.8.5"
|
|
2429
2429
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2441,15 +2441,15 @@
|
|
|
2441
2441
|
proxy-agent "^6.4.0"
|
|
2442
2442
|
yaml "^2.6.1"
|
|
2443
2443
|
|
|
2444
|
-
"@salesforce/source-tracking@^7.3.
|
|
2445
|
-
version "7.3.
|
|
2446
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
2447
|
-
integrity sha512-
|
|
2444
|
+
"@salesforce/source-tracking@^7.3.17":
|
|
2445
|
+
version "7.3.17"
|
|
2446
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz"
|
|
2447
|
+
integrity sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==
|
|
2448
2448
|
dependencies:
|
|
2449
|
-
"@oclif/core" "^4.2.
|
|
2450
|
-
"@salesforce/core" "^8.8.
|
|
2449
|
+
"@oclif/core" "^4.2.9"
|
|
2450
|
+
"@salesforce/core" "^8.8.5"
|
|
2451
2451
|
"@salesforce/kit" "^3.2.3"
|
|
2452
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2452
|
+
"@salesforce/source-deploy-retrieve" "^12.16.6"
|
|
2453
2453
|
"@salesforce/ts-types" "^2.0.12"
|
|
2454
2454
|
fast-xml-parser "^4.5.1"
|
|
2455
2455
|
graceful-fs "^4.2.11"
|
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.80.
|
|
4
|
+
"version": "2.80.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
161
|
"@salesforce/plugin-auth": "3.6.104",
|
|
162
162
|
"@salesforce/plugin-data": "4.0.18",
|
|
163
|
-
"@salesforce/plugin-deploy-retrieve": "3.20.
|
|
163
|
+
"@salesforce/plugin-deploy-retrieve": "3.20.9",
|
|
164
164
|
"@salesforce/plugin-info": "3.4.47",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.49",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
167
|
-
"@salesforce/plugin-org": "5.
|
|
167
|
+
"@salesforce/plugin-org": "5.3.0",
|
|
168
168
|
"@salesforce/plugin-packaging": "2.10.3",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.55",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.20",
|