@salesforce/cli 2.34.4 → 2.34.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 +41 -41
- package/npm-shrinkwrap.json +1260 -1797
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.34.
|
|
27
|
+
@salesforce/cli/2.34.6 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2426,8 +2426,8 @@ Create a sandbox org.
|
|
|
2426
2426
|
|
|
2427
2427
|
```
|
|
2428
2428
|
USAGE
|
|
2429
|
-
$ sf org create sandbox -o <value> [--json] [-f <value>
|
|
2430
|
-
|
|
2429
|
+
$ sf org create sandbox -o <value> [--json] [-f <value>] [-s] [-a <value>] [-w <value> | --async] [-i <value> | ] [-n
|
|
2430
|
+
<value>] [-c <value> | -l Developer|Developer_Pro|Partial|Full] [--no-prompt] [--no-track-source]
|
|
2431
2431
|
|
|
2432
2432
|
FLAGS
|
|
2433
2433
|
-a, --alias=<value> Alias for the sandbox org.
|
|
@@ -2533,7 +2533,7 @@ FLAG DESCRIPTIONS
|
|
|
2533
2533
|
sandbox.
|
|
2534
2534
|
```
|
|
2535
2535
|
|
|
2536
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2536
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/sandbox.ts)_
|
|
2537
2537
|
|
|
2538
2538
|
## `sf org create scratch`
|
|
2539
2539
|
|
|
@@ -2686,7 +2686,7 @@ FLAG DESCRIPTIONS
|
|
|
2686
2686
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2687
2687
|
```
|
|
2688
2688
|
|
|
2689
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2689
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/scratch.ts)_
|
|
2690
2690
|
|
|
2691
2691
|
## `sf org create user`
|
|
2692
2692
|
|
|
@@ -2836,7 +2836,7 @@ EXAMPLES
|
|
|
2836
2836
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2837
2837
|
```
|
|
2838
2838
|
|
|
2839
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2839
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/sandbox.ts)_
|
|
2840
2840
|
|
|
2841
2841
|
## `sf org delete scratch`
|
|
2842
2842
|
|
|
@@ -2878,7 +2878,7 @@ EXAMPLES
|
|
|
2878
2878
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2879
2879
|
```
|
|
2880
2880
|
|
|
2881
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2881
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/scratch.ts)_
|
|
2882
2882
|
|
|
2883
2883
|
## `sf org disable tracking`
|
|
2884
2884
|
|
|
@@ -2916,7 +2916,7 @@ EXAMPLES
|
|
|
2916
2916
|
$ sf org disable tracking
|
|
2917
2917
|
```
|
|
2918
2918
|
|
|
2919
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2919
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/disable/tracking.ts)_
|
|
2920
2920
|
|
|
2921
2921
|
## `sf org display`
|
|
2922
2922
|
|
|
@@ -2960,7 +2960,7 @@ EXAMPLES
|
|
|
2960
2960
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2961
2961
|
```
|
|
2962
2962
|
|
|
2963
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2963
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/display.ts)_
|
|
2964
2964
|
|
|
2965
2965
|
## `sf org display user`
|
|
2966
2966
|
|
|
@@ -3039,7 +3039,7 @@ EXAMPLES
|
|
|
3039
3039
|
$ sf org enable tracking
|
|
3040
3040
|
```
|
|
3041
3041
|
|
|
3042
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3042
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/enable/tracking.ts)_
|
|
3043
3043
|
|
|
3044
3044
|
## `sf org generate password`
|
|
3045
3045
|
|
|
@@ -3142,7 +3142,7 @@ EXAMPLES
|
|
|
3142
3142
|
$ sf org list --clean
|
|
3143
3143
|
```
|
|
3144
3144
|
|
|
3145
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3145
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list.ts)_
|
|
3146
3146
|
|
|
3147
3147
|
## `sf org list auth`
|
|
3148
3148
|
|
|
@@ -3277,7 +3277,7 @@ FLAG DESCRIPTIONS
|
|
|
3277
3277
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3278
3278
|
```
|
|
3279
3279
|
|
|
3280
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3280
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata.ts)_
|
|
3281
3281
|
|
|
3282
3282
|
## `sf org list metadata-types`
|
|
3283
3283
|
|
|
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
|
|
|
3331
3331
|
Override the api version used for api requests made by this command
|
|
3332
3332
|
```
|
|
3333
3333
|
|
|
3334
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata-types.ts)_
|
|
3335
3335
|
|
|
3336
3336
|
## `sf org list sobject record-counts`
|
|
3337
3337
|
|
|
@@ -3895,7 +3895,7 @@ EXAMPLES
|
|
|
3895
3895
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3896
3896
|
```
|
|
3897
3897
|
|
|
3898
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3898
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/open.ts)_
|
|
3899
3899
|
|
|
3900
3900
|
## `sf org refresh sandbox`
|
|
3901
3901
|
|
|
@@ -3971,7 +3971,7 @@ FLAG DESCRIPTIONS
|
|
|
3971
3971
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
3972
3972
|
```
|
|
3973
3973
|
|
|
3974
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3974
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/refresh/sandbox.ts)_
|
|
3975
3975
|
|
|
3976
3976
|
## `sf org resume sandbox`
|
|
3977
3977
|
|
|
@@ -4033,7 +4033,7 @@ FLAG DESCRIPTIONS
|
|
|
4033
4033
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4034
4034
|
```
|
|
4035
4035
|
|
|
4036
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4036
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/sandbox.ts)_
|
|
4037
4037
|
|
|
4038
4038
|
## `sf org resume scratch`
|
|
4039
4039
|
|
|
@@ -4079,7 +4079,7 @@ FLAG DESCRIPTIONS
|
|
|
4079
4079
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4080
4080
|
```
|
|
4081
4081
|
|
|
4082
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4082
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/scratch.ts)_
|
|
4083
4083
|
|
|
4084
4084
|
## `sf package1 version create`
|
|
4085
4085
|
|
|
@@ -5275,7 +5275,7 @@ EXAMPLES
|
|
|
5275
5275
|
$ sf plugins
|
|
5276
5276
|
```
|
|
5277
5277
|
|
|
5278
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5278
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/index.ts)_
|
|
5279
5279
|
|
|
5280
5280
|
## `sf plugins discover`
|
|
5281
5281
|
|
|
@@ -5319,7 +5319,7 @@ EXAMPLES
|
|
|
5319
5319
|
$ sf plugins inspect myplugin
|
|
5320
5320
|
```
|
|
5321
5321
|
|
|
5322
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/inspect.ts)_
|
|
5323
5323
|
|
|
5324
5324
|
## `sf plugins:install PLUGIN...`
|
|
5325
5325
|
|
|
@@ -5363,7 +5363,7 @@ EXAMPLES
|
|
|
5363
5363
|
$ sf plugins install someuser/someplugin
|
|
5364
5364
|
```
|
|
5365
5365
|
|
|
5366
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5366
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/install.ts)_
|
|
5367
5367
|
|
|
5368
5368
|
## `sf plugins:link PLUGIN`
|
|
5369
5369
|
|
|
@@ -5393,7 +5393,7 @@ EXAMPLES
|
|
|
5393
5393
|
$ sf plugins link myplugin
|
|
5394
5394
|
```
|
|
5395
5395
|
|
|
5396
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5396
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/link.ts)_
|
|
5397
5397
|
|
|
5398
5398
|
## `sf plugins reset`
|
|
5399
5399
|
|
|
@@ -5408,7 +5408,7 @@ FLAGS
|
|
|
5408
5408
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5409
5409
|
```
|
|
5410
5410
|
|
|
5411
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5411
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/reset.ts)_
|
|
5412
5412
|
|
|
5413
5413
|
## `sf plugins trust verify`
|
|
5414
5414
|
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins uninstall myplugin
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/uninstall.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins update`
|
|
5470
5470
|
|
|
@@ -5482,7 +5482,7 @@ DESCRIPTION
|
|
|
5482
5482
|
Update installed plugins.
|
|
5483
5483
|
```
|
|
5484
5484
|
|
|
5485
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5485
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/update.ts)_
|
|
5486
5486
|
|
|
5487
5487
|
## `sf project convert mdapi`
|
|
5488
5488
|
|
|
@@ -5544,7 +5544,7 @@ FLAG DESCRIPTIONS
|
|
|
5544
5544
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5545
5545
|
```
|
|
5546
5546
|
|
|
5547
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5547
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/mdapi.ts)_
|
|
5548
5548
|
|
|
5549
5549
|
## `sf project convert source`
|
|
5550
5550
|
|
|
@@ -5556,7 +5556,7 @@ USAGE
|
|
|
5556
5556
|
<value> | -m <value>]
|
|
5557
5557
|
|
|
5558
5558
|
FLAGS
|
|
5559
|
-
-d, --output-dir=<value> [default:
|
|
5559
|
+
-d, --output-dir=<value> [default: metadataPackage_1710885805080] Output directory to store the Metadata
|
|
5560
5560
|
API–formatted files in.
|
|
5561
5561
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5562
5562
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5616,7 +5616,7 @@ FLAG DESCRIPTIONS
|
|
|
5616
5616
|
Override the api version used for api requests made by this command
|
|
5617
5617
|
```
|
|
5618
5618
|
|
|
5619
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5619
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/source.ts)_
|
|
5620
5620
|
|
|
5621
5621
|
## `sf project delete source`
|
|
5622
5622
|
|
|
@@ -5755,7 +5755,7 @@ FLAG DESCRIPTIONS
|
|
|
5755
5755
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5758
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/source.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf project delete tracking`
|
|
5761
5761
|
|
|
@@ -5791,7 +5791,7 @@ EXAMPLES
|
|
|
5791
5791
|
$ sf project delete tracking --target-org my-scratch
|
|
5792
5792
|
```
|
|
5793
5793
|
|
|
5794
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5794
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/tracking.ts)_
|
|
5795
5795
|
|
|
5796
5796
|
## `sf project deploy cancel`
|
|
5797
5797
|
|
|
@@ -5861,7 +5861,7 @@ FLAG DESCRIPTIONS
|
|
|
5861
5861
|
project deploy report".
|
|
5862
5862
|
```
|
|
5863
5863
|
|
|
5864
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5864
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/cancel.ts)_
|
|
5865
5865
|
|
|
5866
5866
|
## `sf project deploy preview`
|
|
5867
5867
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5948
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/preview.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf project deploy quick`
|
|
5951
5951
|
|
|
@@ -6041,7 +6041,7 @@ ERROR CODES
|
|
|
6041
6041
|
Canceling (69) The deploy is being canceled.
|
|
6042
6042
|
```
|
|
6043
6043
|
|
|
6044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6044
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/quick.ts)_
|
|
6045
6045
|
|
|
6046
6046
|
## `sf project deploy report`
|
|
6047
6047
|
|
|
@@ -6136,7 +6136,7 @@ FLAG DESCRIPTIONS
|
|
|
6136
6136
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6137
6137
|
```
|
|
6138
6138
|
|
|
6139
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6139
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/report.ts)_
|
|
6140
6140
|
|
|
6141
6141
|
## `sf project deploy resume`
|
|
6142
6142
|
|
|
@@ -6232,7 +6232,7 @@ ERROR CODES
|
|
|
6232
6232
|
Canceling (69) The deploy is being canceled.
|
|
6233
6233
|
```
|
|
6234
6234
|
|
|
6235
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6235
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/resume.ts)_
|
|
6236
6236
|
|
|
6237
6237
|
## `sf project deploy start`
|
|
6238
6238
|
|
|
@@ -6470,7 +6470,7 @@ ERROR CODES
|
|
|
6470
6470
|
Canceling (69) The deploy is being canceled.
|
|
6471
6471
|
```
|
|
6472
6472
|
|
|
6473
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6473
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/start.ts)_
|
|
6474
6474
|
|
|
6475
6475
|
## `sf project deploy validate`
|
|
6476
6476
|
|
|
@@ -6662,7 +6662,7 @@ ERROR CODES
|
|
|
6662
6662
|
Canceling (69) The deploy is being canceled.
|
|
6663
6663
|
```
|
|
6664
6664
|
|
|
6665
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/validate.ts)_
|
|
6666
6666
|
|
|
6667
6667
|
## `sf project generate`
|
|
6668
6668
|
|
|
@@ -6841,7 +6841,7 @@ EXAMPLES
|
|
|
6841
6841
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6842
6842
|
```
|
|
6843
6843
|
|
|
6844
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6844
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/generate/manifest.ts)_
|
|
6845
6845
|
|
|
6846
6846
|
## `sf project list ignored`
|
|
6847
6847
|
|
|
@@ -6882,7 +6882,7 @@ EXAMPLES
|
|
|
6882
6882
|
$ sf project list ignored --source-dir package.xml
|
|
6883
6883
|
```
|
|
6884
6884
|
|
|
6885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/list/ignored.ts)_
|
|
6886
6886
|
|
|
6887
6887
|
## `sf project reset tracking`
|
|
6888
6888
|
|
|
@@ -6930,7 +6930,7 @@ EXAMPLES
|
|
|
6930
6930
|
$ sf project reset tracking --revision 30
|
|
6931
6931
|
```
|
|
6932
6932
|
|
|
6933
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/reset/tracking.ts)_
|
|
6934
6934
|
|
|
6935
6935
|
## `sf project retrieve preview`
|
|
6936
6936
|
|
|
@@ -6986,7 +6986,7 @@ FLAG DESCRIPTIONS
|
|
|
6986
6986
|
Overrides your default org.
|
|
6987
6987
|
```
|
|
6988
6988
|
|
|
6989
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6989
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/preview.ts)_
|
|
6990
6990
|
|
|
6991
6991
|
## `sf project retrieve start`
|
|
6992
6992
|
|
|
@@ -7144,7 +7144,7 @@ ENVIRONMENT VARIABLES
|
|
|
7144
7144
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7145
7145
|
```
|
|
7146
7146
|
|
|
7147
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
7147
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/start.ts)_
|
|
7148
7148
|
|
|
7149
7149
|
## `sf schema generate field`
|
|
7150
7150
|
|