@salesforce/cli 2.89.4 → 2.89.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -39
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.89.
|
|
28
|
+
@salesforce/cli/2.89.6 linux-x64 node-v22.15.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3149,7 +3149,7 @@ FLAG DESCRIPTIONS
|
|
|
3149
3149
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3150
3150
|
```
|
|
3151
3151
|
|
|
3152
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3152
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/create/sandbox.ts)_
|
|
3153
3153
|
|
|
3154
3154
|
## `sf org create scratch`
|
|
3155
3155
|
|
|
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
|
|
|
3331
3331
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3332
3332
|
```
|
|
3333
3333
|
|
|
3334
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/create/scratch.ts)_
|
|
3335
3335
|
|
|
3336
3336
|
## `sf org create user`
|
|
3337
3337
|
|
|
@@ -3485,7 +3485,7 @@ EXAMPLES
|
|
|
3485
3485
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3486
3486
|
```
|
|
3487
3487
|
|
|
3488
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3488
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/delete/sandbox.ts)_
|
|
3489
3489
|
|
|
3490
3490
|
## `sf org delete scratch`
|
|
3491
3491
|
|
|
@@ -3529,7 +3529,7 @@ EXAMPLES
|
|
|
3529
3529
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3530
3530
|
```
|
|
3531
3531
|
|
|
3532
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3532
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/delete/scratch.ts)_
|
|
3533
3533
|
|
|
3534
3534
|
## `sf org disable tracking`
|
|
3535
3535
|
|
|
@@ -3568,7 +3568,7 @@ EXAMPLES
|
|
|
3568
3568
|
$ sf org disable tracking
|
|
3569
3569
|
```
|
|
3570
3570
|
|
|
3571
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3571
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/disable/tracking.ts)_
|
|
3572
3572
|
|
|
3573
3573
|
## `sf org display`
|
|
3574
3574
|
|
|
@@ -3613,7 +3613,7 @@ EXAMPLES
|
|
|
3613
3613
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3614
3614
|
```
|
|
3615
3615
|
|
|
3616
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3616
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/display.ts)_
|
|
3617
3617
|
|
|
3618
3618
|
## `sf org display user`
|
|
3619
3619
|
|
|
@@ -3694,7 +3694,7 @@ EXAMPLES
|
|
|
3694
3694
|
$ sf org enable tracking
|
|
3695
3695
|
```
|
|
3696
3696
|
|
|
3697
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3697
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/enable/tracking.ts)_
|
|
3698
3698
|
|
|
3699
3699
|
## `sf org generate password`
|
|
3700
3700
|
|
|
@@ -3800,7 +3800,7 @@ EXAMPLES
|
|
|
3800
3800
|
$ sf org list --clean
|
|
3801
3801
|
```
|
|
3802
3802
|
|
|
3803
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3803
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list.ts)_
|
|
3804
3804
|
|
|
3805
3805
|
## `sf org list auth`
|
|
3806
3806
|
|
|
@@ -3939,7 +3939,7 @@ FLAG DESCRIPTIONS
|
|
|
3939
3939
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3940
3940
|
```
|
|
3941
3941
|
|
|
3942
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3942
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list/metadata.ts)_
|
|
3943
3943
|
|
|
3944
3944
|
## `sf org list metadata-types`
|
|
3945
3945
|
|
|
@@ -3994,7 +3994,7 @@ FLAG DESCRIPTIONS
|
|
|
3994
3994
|
Override the api version used for api requests made by this command
|
|
3995
3995
|
```
|
|
3996
3996
|
|
|
3997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list/metadata-types.ts)_
|
|
3998
3998
|
|
|
3999
3999
|
## `sf org list sobject record-counts`
|
|
4000
4000
|
|
|
@@ -4577,7 +4577,7 @@ EXAMPLES
|
|
|
4577
4577
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4578
4578
|
```
|
|
4579
4579
|
|
|
4580
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4580
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/open.ts)_
|
|
4581
4581
|
|
|
4582
4582
|
## `sf org open agent`
|
|
4583
4583
|
|
|
@@ -4591,7 +4591,7 @@ USAGE
|
|
|
4591
4591
|
FLAGS
|
|
4592
4592
|
-b, --browser=<option> Browser where the org opens.
|
|
4593
4593
|
<options: chrome|edge|firefox>
|
|
4594
|
-
-n, --name=<value>
|
|
4594
|
+
-n, --api-name=<value> (required) API name, also known as developer name, of the agent you want to open in the
|
|
4595
4595
|
org's Agent Builder UI.
|
|
4596
4596
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4597
4597
|
configuration variable is already set.
|
|
@@ -4606,8 +4606,8 @@ GLOBAL FLAGS
|
|
|
4606
4606
|
DESCRIPTION
|
|
4607
4607
|
Open an agent in your org's Agent Builder UI in a browser.
|
|
4608
4608
|
|
|
4609
|
-
Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's
|
|
4610
|
-
name, go to Setup in your org and navigate to the agent's details page.
|
|
4609
|
+
Use the --api-name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's
|
|
4610
|
+
API name, go to Setup in your org and navigate to the agent's details page.
|
|
4611
4611
|
|
|
4612
4612
|
To generate the URL but not launch it in your browser, specify --url-only.
|
|
4613
4613
|
|
|
@@ -4617,18 +4617,18 @@ DESCRIPTION
|
|
|
4617
4617
|
EXAMPLES
|
|
4618
4618
|
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
|
|
4619
4619
|
|
|
4620
|
-
$ sf org open agent --name Coral_Cloud_Agent
|
|
4620
|
+
$ sf org open agent --api-name Coral_Cloud_Agent
|
|
4621
4621
|
|
|
4622
4622
|
Open the agent in an incognito window of your default browser:
|
|
4623
4623
|
|
|
4624
|
-
$ sf org open agent --private --name Coral_Cloud_Agent:
|
|
4624
|
+
$ sf org open agent --private --api-name Coral_Cloud_Agent:
|
|
4625
4625
|
|
|
4626
4626
|
Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
|
|
4627
4627
|
|
|
4628
|
-
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4628
|
+
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/open/agent.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `sf org refresh sandbox`
|
|
4634
4634
|
|
|
@@ -4731,7 +4731,7 @@ FLAG DESCRIPTIONS
|
|
|
4731
4731
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
4732
4732
|
```
|
|
4733
4733
|
|
|
4734
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4734
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/refresh/sandbox.ts)_
|
|
4735
4735
|
|
|
4736
4736
|
## `sf org resume sandbox`
|
|
4737
4737
|
|
|
@@ -4794,7 +4794,7 @@ FLAG DESCRIPTIONS
|
|
|
4794
4794
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4795
4795
|
```
|
|
4796
4796
|
|
|
4797
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4797
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/resume/sandbox.ts)_
|
|
4798
4798
|
|
|
4799
4799
|
## `sf org resume scratch`
|
|
4800
4800
|
|
|
@@ -4847,7 +4847,7 @@ FLAG DESCRIPTIONS
|
|
|
4847
4847
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
4848
4848
|
```
|
|
4849
4849
|
|
|
4850
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4850
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/resume/scratch.ts)_
|
|
4851
4851
|
|
|
4852
4852
|
## `sf package create`
|
|
4853
4853
|
|
|
@@ -6372,7 +6372,7 @@ FLAG DESCRIPTIONS
|
|
|
6372
6372
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6373
6373
|
```
|
|
6374
6374
|
|
|
6375
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6375
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/convert/mdapi.ts)_
|
|
6376
6376
|
|
|
6377
6377
|
## `sf project convert source`
|
|
6378
6378
|
|
|
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
|
|
|
6445
6445
|
Override the api version used for api requests made by this command
|
|
6446
6446
|
```
|
|
6447
6447
|
|
|
6448
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6448
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/convert/source.ts)_
|
|
6449
6449
|
|
|
6450
6450
|
## `sf project convert source-behavior`
|
|
6451
6451
|
|
|
@@ -6504,7 +6504,7 @@ EXAMPLES
|
|
|
6504
6504
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6505
6505
|
```
|
|
6506
6506
|
|
|
6507
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6507
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/convert/source-behavior.ts)_
|
|
6508
6508
|
|
|
6509
6509
|
## `sf project delete source`
|
|
6510
6510
|
|
|
@@ -6644,7 +6644,7 @@ FLAG DESCRIPTIONS
|
|
|
6644
6644
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6645
6645
|
```
|
|
6646
6646
|
|
|
6647
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6647
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/delete/source.ts)_
|
|
6648
6648
|
|
|
6649
6649
|
## `sf project delete tracking`
|
|
6650
6650
|
|
|
@@ -6681,7 +6681,7 @@ EXAMPLES
|
|
|
6681
6681
|
$ sf project delete tracking --target-org my-scratch
|
|
6682
6682
|
```
|
|
6683
6683
|
|
|
6684
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6684
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/delete/tracking.ts)_
|
|
6685
6685
|
|
|
6686
6686
|
## `sf project deploy cancel`
|
|
6687
6687
|
|
|
@@ -6753,7 +6753,7 @@ FLAG DESCRIPTIONS
|
|
|
6753
6753
|
project deploy report".
|
|
6754
6754
|
```
|
|
6755
6755
|
|
|
6756
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6756
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/cancel.ts)_
|
|
6757
6757
|
|
|
6758
6758
|
## `sf project deploy preview`
|
|
6759
6759
|
|
|
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
|
|
|
6836
6836
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6837
6837
|
```
|
|
6838
6838
|
|
|
6839
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6839
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/preview.ts)_
|
|
6840
6840
|
|
|
6841
6841
|
## `sf project deploy quick`
|
|
6842
6842
|
|
|
@@ -6929,7 +6929,7 @@ ERROR CODES
|
|
|
6929
6929
|
Canceling (69) The deploy is being canceled.
|
|
6930
6930
|
```
|
|
6931
6931
|
|
|
6932
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
6932
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/quick.ts)_
|
|
6933
6933
|
|
|
6934
6934
|
## `sf project deploy report`
|
|
6935
6935
|
|
|
@@ -7021,7 +7021,7 @@ FLAG DESCRIPTIONS
|
|
|
7021
7021
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7022
7022
|
```
|
|
7023
7023
|
|
|
7024
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7024
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/report.ts)_
|
|
7025
7025
|
|
|
7026
7026
|
## `sf project deploy resume`
|
|
7027
7027
|
|
|
@@ -7118,7 +7118,7 @@ ERROR CODES
|
|
|
7118
7118
|
Canceling (69) The deploy is being canceled.
|
|
7119
7119
|
```
|
|
7120
7120
|
|
|
7121
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7121
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/resume.ts)_
|
|
7122
7122
|
|
|
7123
7123
|
## `sf project deploy start`
|
|
7124
7124
|
|
|
@@ -7371,7 +7371,7 @@ ERROR CODES
|
|
|
7371
7371
|
Canceling (69) The deploy is being canceled.
|
|
7372
7372
|
```
|
|
7373
7373
|
|
|
7374
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7374
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/start.ts)_
|
|
7375
7375
|
|
|
7376
7376
|
## `sf project deploy validate`
|
|
7377
7377
|
|
|
@@ -7561,7 +7561,7 @@ ERROR CODES
|
|
|
7561
7561
|
Canceling (69) The deploy is being canceled.
|
|
7562
7562
|
```
|
|
7563
7563
|
|
|
7564
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7564
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/deploy/validate.ts)_
|
|
7565
7565
|
|
|
7566
7566
|
## `sf project generate`
|
|
7567
7567
|
|
|
@@ -7762,7 +7762,7 @@ EXAMPLES
|
|
|
7762
7762
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7763
7763
|
```
|
|
7764
7764
|
|
|
7765
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7765
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/generate/manifest.ts)_
|
|
7766
7766
|
|
|
7767
7767
|
## `sf project list ignored`
|
|
7768
7768
|
|
|
@@ -7804,7 +7804,7 @@ EXAMPLES
|
|
|
7804
7804
|
$ sf project list ignored --source-dir package.xml
|
|
7805
7805
|
```
|
|
7806
7806
|
|
|
7807
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7807
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/list/ignored.ts)_
|
|
7808
7808
|
|
|
7809
7809
|
## `sf project reset tracking`
|
|
7810
7810
|
|
|
@@ -7853,7 +7853,7 @@ EXAMPLES
|
|
|
7853
7853
|
$ sf project reset tracking --revision 30
|
|
7854
7854
|
```
|
|
7855
7855
|
|
|
7856
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7856
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/reset/tracking.ts)_
|
|
7857
7857
|
|
|
7858
7858
|
## `sf project retrieve preview`
|
|
7859
7859
|
|
|
@@ -7907,7 +7907,7 @@ FLAG DESCRIPTIONS
|
|
|
7907
7907
|
production orgs.
|
|
7908
7908
|
```
|
|
7909
7909
|
|
|
7910
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7910
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/retrieve/preview.ts)_
|
|
7911
7911
|
|
|
7912
7912
|
## `sf project retrieve start`
|
|
7913
7913
|
|
|
@@ -8088,7 +8088,7 @@ ENVIRONMENT VARIABLES
|
|
|
8088
8088
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8089
8089
|
```
|
|
8090
8090
|
|
|
8091
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8091
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10/src/commands/project/retrieve/start.ts)_
|
|
8092
8092
|
|
|
8093
8093
|
## `sf schema generate field`
|
|
8094
8094
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.89.
|
|
9
|
+
"version": "2.89.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.120",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.32",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.10",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.60",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.54",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
|
-
"@salesforce/plugin-org": "5.7.
|
|
35
|
+
"@salesforce/plugin-org": "5.7.8",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.13.3",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.62",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.27",
|
|
@@ -5068,9 +5068,9 @@
|
|
|
5068
5068
|
}
|
|
5069
5069
|
},
|
|
5070
5070
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5071
|
-
"version": "3.22.
|
|
5072
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
5073
|
-
"integrity": "sha512-
|
|
5071
|
+
"version": "3.22.10",
|
|
5072
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.10.tgz",
|
|
5073
|
+
"integrity": "sha512-QE4qRJ9+kv4VxCDho35fUXf4mwdlmqKw9QgQTphmVahAcotyf3Jlep0LFsCn8u//IE/ZlW0vH9eBHAzfnIqXnw==",
|
|
5074
5074
|
"license": "Apache-2.0",
|
|
5075
5075
|
"dependencies": {
|
|
5076
5076
|
"@inquirer/prompts": "^7.4.1",
|
|
@@ -5081,7 +5081,7 @@
|
|
|
5081
5081
|
"@salesforce/kit": "^3.2.3",
|
|
5082
5082
|
"@salesforce/plugin-info": "^3.4.56",
|
|
5083
5083
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5084
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
5084
|
+
"@salesforce/source-deploy-retrieve": "^12.19.6",
|
|
5085
5085
|
"@salesforce/source-tracking": "^7.3.23",
|
|
5086
5086
|
"@salesforce/ts-types": "^2.0.12",
|
|
5087
5087
|
"ansis": "^3.17.0",
|
|
@@ -5144,9 +5144,9 @@
|
|
|
5144
5144
|
}
|
|
5145
5145
|
},
|
|
5146
5146
|
"node_modules/@salesforce/plugin-org": {
|
|
5147
|
-
"version": "5.7.
|
|
5148
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.
|
|
5149
|
-
"integrity": "sha512-
|
|
5147
|
+
"version": "5.7.8",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.8.tgz",
|
|
5149
|
+
"integrity": "sha512-UfQPUAxq0j0GDOEW7xPKm2hdocLZtuhoEwKWvw15+aJS19IHKQh6w6ZvyH2FAjf45OBSZpEYmZGBaod2oFfm6w==",
|
|
5150
5150
|
"license": "BSD-3-Clause",
|
|
5151
5151
|
"dependencies": {
|
|
5152
5152
|
"@oclif/core": "^4.3.0",
|
|
@@ -5561,12 +5561,12 @@
|
|
|
5561
5561
|
}
|
|
5562
5562
|
},
|
|
5563
5563
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5564
|
-
"version": "12.19.
|
|
5565
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
5566
|
-
"integrity": "sha512-
|
|
5564
|
+
"version": "12.19.6",
|
|
5565
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.6.tgz",
|
|
5566
|
+
"integrity": "sha512-A/886Ht23G1snfyUj26pNDjaRWuMmiWIk5ckp+d9mdQjV8i45kPiOFJj5aHzAQ8071i/JgfnDYEhnk1voDujUA==",
|
|
5567
5567
|
"license": "BSD-3-Clause",
|
|
5568
5568
|
"dependencies": {
|
|
5569
|
-
"@salesforce/core": "^8.10.
|
|
5569
|
+
"@salesforce/core": "^8.10.3",
|
|
5570
5570
|
"@salesforce/kit": "^3.2.3",
|
|
5571
5571
|
"@salesforce/ts-types": "^2.0.12",
|
|
5572
5572
|
"@salesforce/types": "^1.3.0",
|
package/oclif.lock
CHANGED
|
@@ -2123,10 +2123,10 @@
|
|
|
2123
2123
|
form-data "^4.0.2"
|
|
2124
2124
|
terminal-link "^3.0.0"
|
|
2125
2125
|
|
|
2126
|
-
"@salesforce/plugin-deploy-retrieve@3.22.
|
|
2127
|
-
version "3.22.
|
|
2128
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
2129
|
-
integrity sha512-
|
|
2126
|
+
"@salesforce/plugin-deploy-retrieve@3.22.10":
|
|
2127
|
+
version "3.22.10"
|
|
2128
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.10.tgz"
|
|
2129
|
+
integrity sha512-QE4qRJ9+kv4VxCDho35fUXf4mwdlmqKw9QgQTphmVahAcotyf3Jlep0LFsCn8u//IE/ZlW0vH9eBHAzfnIqXnw==
|
|
2130
2130
|
dependencies:
|
|
2131
2131
|
"@inquirer/prompts" "^7.4.1"
|
|
2132
2132
|
"@oclif/core" "^4.2.10"
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
"@salesforce/kit" "^3.2.3"
|
|
2137
2137
|
"@salesforce/plugin-info" "^3.4.56"
|
|
2138
2138
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2139
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
2139
|
+
"@salesforce/source-deploy-retrieve" "^12.19.6"
|
|
2140
2140
|
"@salesforce/source-tracking" "^7.3.23"
|
|
2141
2141
|
"@salesforce/ts-types" "^2.0.12"
|
|
2142
2142
|
ansis "^3.17.0"
|
|
@@ -2179,10 +2179,10 @@
|
|
|
2179
2179
|
got "^13.0.0"
|
|
2180
2180
|
proxy-agent "^6.4.0"
|
|
2181
2181
|
|
|
2182
|
-
"@salesforce/plugin-org@5.7.
|
|
2183
|
-
version "5.7.
|
|
2184
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.
|
|
2185
|
-
integrity sha512-
|
|
2182
|
+
"@salesforce/plugin-org@5.7.8":
|
|
2183
|
+
version "5.7.8"
|
|
2184
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.8.tgz"
|
|
2185
|
+
integrity sha512-UfQPUAxq0j0GDOEW7xPKm2hdocLZtuhoEwKWvw15+aJS19IHKQh6w6ZvyH2FAjf45OBSZpEYmZGBaod2oFfm6w==
|
|
2186
2186
|
dependencies:
|
|
2187
2187
|
"@oclif/core" "^4.3.0"
|
|
2188
2188
|
"@oclif/multi-stage-output" "^0.8.13"
|
|
@@ -2365,12 +2365,12 @@
|
|
|
2365
2365
|
cli-progress "^3.12.0"
|
|
2366
2366
|
terminal-link "^3.0.0"
|
|
2367
2367
|
|
|
2368
|
-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.
|
|
2369
|
-
version "12.19.
|
|
2370
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
2371
|
-
integrity sha512-
|
|
2368
|
+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.5", "@salesforce/source-deploy-retrieve@^12.19.6":
|
|
2369
|
+
version "12.19.6"
|
|
2370
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.6.tgz"
|
|
2371
|
+
integrity sha512-A/886Ht23G1snfyUj26pNDjaRWuMmiWIk5ckp+d9mdQjV8i45kPiOFJj5aHzAQ8071i/JgfnDYEhnk1voDujUA==
|
|
2372
2372
|
dependencies:
|
|
2373
|
-
"@salesforce/core" "^8.10.
|
|
2373
|
+
"@salesforce/core" "^8.10.3"
|
|
2374
2374
|
"@salesforce/kit" "^3.2.3"
|
|
2375
2375
|
"@salesforce/ts-types" "^2.0.12"
|
|
2376
2376
|
"@salesforce/types" "^1.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.89.
|
|
4
|
+
"version": "2.89.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.6.120",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.32",
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.10",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.60",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.54",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.7.
|
|
169
|
+
"@salesforce/plugin-org": "5.7.8",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.13.3",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.62",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.27",
|