@salesforce/cli 2.25.5 → 2.25.7
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 +40 -39
- package/npm-shrinkwrap.json +15968 -16272
- package/oclif.manifest.json +4 -11
- package/package.json +9 -9
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.25.
|
|
27
|
+
@salesforce/cli/2.25.7 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
|
|
|
2421
2421
|
sandbox.
|
|
2422
2422
|
```
|
|
2423
2423
|
|
|
2424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/sandbox.ts)_
|
|
2425
2425
|
|
|
2426
2426
|
## `sf org create scratch`
|
|
2427
2427
|
|
|
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
|
|
|
2574
2574
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2575
2575
|
```
|
|
2576
2576
|
|
|
2577
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/scratch.ts)_
|
|
2578
2578
|
|
|
2579
2579
|
## `sf org create user`
|
|
2580
2580
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/sandbox.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf org delete scratch`
|
|
2723
2723
|
|
|
@@ -2759,7 +2759,7 @@ EXAMPLES
|
|
|
2759
2759
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/scratch.ts)_
|
|
2763
2763
|
|
|
2764
2764
|
## `sf org disable tracking`
|
|
2765
2765
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf org disable tracking
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2800
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/disable/tracking.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf org display`
|
|
2803
2803
|
|
|
@@ -2841,7 +2841,7 @@ EXAMPLES
|
|
|
2841
2841
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2842
2842
|
```
|
|
2843
2843
|
|
|
2844
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/display.ts)_
|
|
2845
2845
|
|
|
2846
2846
|
## `sf org display user`
|
|
2847
2847
|
|
|
@@ -2920,7 +2920,7 @@ EXAMPLES
|
|
|
2920
2920
|
$ sf org enable tracking
|
|
2921
2921
|
```
|
|
2922
2922
|
|
|
2923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/enable/tracking.ts)_
|
|
2924
2924
|
|
|
2925
2925
|
## `sf org generate password`
|
|
2926
2926
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ sf org list --clean
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3026
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org list auth`
|
|
3029
3029
|
|
|
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
|
|
|
3158
3158
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3159
3159
|
```
|
|
3160
3160
|
|
|
3161
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3161
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata.ts)_
|
|
3162
3162
|
|
|
3163
3163
|
## `sf org list metadata-types`
|
|
3164
3164
|
|
|
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
|
|
|
3212
3212
|
Override the api version used for api requests made by this command
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata-types.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf org list sobject record-counts`
|
|
3218
3218
|
|
|
@@ -3778,7 +3778,7 @@ EXAMPLES
|
|
|
3778
3778
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3779
3779
|
```
|
|
3780
3780
|
|
|
3781
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3781
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/open.ts)_
|
|
3782
3782
|
|
|
3783
3783
|
## `sf org resume sandbox`
|
|
3784
3784
|
|
|
@@ -3840,7 +3840,7 @@ FLAG DESCRIPTIONS
|
|
|
3840
3840
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3841
3841
|
```
|
|
3842
3842
|
|
|
3843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/sandbox.ts)_
|
|
3844
3844
|
|
|
3845
3845
|
## `sf org resume scratch`
|
|
3846
3846
|
|
|
@@ -3886,7 +3886,7 @@ FLAG DESCRIPTIONS
|
|
|
3886
3886
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3887
3887
|
```
|
|
3888
3888
|
|
|
3889
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/scratch.ts)_
|
|
3890
3890
|
|
|
3891
3891
|
## `sf package1 version create`
|
|
3892
3892
|
|
|
@@ -5082,7 +5082,7 @@ EXAMPLES
|
|
|
5082
5082
|
$ sf plugins
|
|
5083
5083
|
```
|
|
5084
5084
|
|
|
5085
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5085
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/index.ts)_
|
|
5086
5086
|
|
|
5087
5087
|
## `sf plugins discover`
|
|
5088
5088
|
|
|
@@ -5126,7 +5126,7 @@ EXAMPLES
|
|
|
5126
5126
|
$ sf plugins inspect myplugin
|
|
5127
5127
|
```
|
|
5128
5128
|
|
|
5129
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5129
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/inspect.ts)_
|
|
5130
5130
|
|
|
5131
5131
|
## `sf plugins:install PLUGIN...`
|
|
5132
5132
|
|
|
@@ -5170,7 +5170,7 @@ EXAMPLES
|
|
|
5170
5170
|
$ sf plugins install someuser/someplugin
|
|
5171
5171
|
```
|
|
5172
5172
|
|
|
5173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/install.ts)_
|
|
5174
5174
|
|
|
5175
5175
|
## `sf plugins:link PLUGIN`
|
|
5176
5176
|
|
|
@@ -5200,7 +5200,7 @@ EXAMPLES
|
|
|
5200
5200
|
$ sf plugins link myplugin
|
|
5201
5201
|
```
|
|
5202
5202
|
|
|
5203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/link.ts)_
|
|
5204
5204
|
|
|
5205
5205
|
## `sf plugins reset`
|
|
5206
5206
|
|
|
@@ -5211,7 +5211,7 @@ USAGE
|
|
|
5211
5211
|
$ sf plugins reset
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5214
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/reset.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf plugins trust verify`
|
|
5217
5217
|
|
|
@@ -5267,7 +5267,7 @@ EXAMPLES
|
|
|
5267
5267
|
$ sf plugins uninstall myplugin
|
|
5268
5268
|
```
|
|
5269
5269
|
|
|
5270
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5270
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/uninstall.ts)_
|
|
5271
5271
|
|
|
5272
5272
|
## `sf plugins update`
|
|
5273
5273
|
|
|
@@ -5285,7 +5285,7 @@ DESCRIPTION
|
|
|
5285
5285
|
Update installed plugins.
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/update.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf project convert mdapi`
|
|
5291
5291
|
|
|
@@ -5347,7 +5347,7 @@ FLAG DESCRIPTIONS
|
|
|
5347
5347
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5348
5348
|
```
|
|
5349
5349
|
|
|
5350
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5350
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/mdapi.ts)_
|
|
5351
5351
|
|
|
5352
5352
|
## `sf project convert source`
|
|
5353
5353
|
|
|
@@ -5359,7 +5359,7 @@ USAGE
|
|
|
5359
5359
|
<value> | -m <value>]
|
|
5360
5360
|
|
|
5361
5361
|
FLAGS
|
|
5362
|
-
-d, --output-dir=<value> [default:
|
|
5362
|
+
-d, --output-dir=<value> [default: metadataPackage_1705445689746] Output directory to store the Metadata
|
|
5363
5363
|
API–formatted files in.
|
|
5364
5364
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5365
5365
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5419,7 +5419,7 @@ FLAG DESCRIPTIONS
|
|
|
5419
5419
|
Override the api version used for api requests made by this command
|
|
5420
5420
|
```
|
|
5421
5421
|
|
|
5422
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5422
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/source.ts)_
|
|
5423
5423
|
|
|
5424
5424
|
## `sf project delete source`
|
|
5425
5425
|
|
|
@@ -5558,7 +5558,7 @@ FLAG DESCRIPTIONS
|
|
|
5558
5558
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5559
5559
|
```
|
|
5560
5560
|
|
|
5561
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5561
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/delete/source.ts)_
|
|
5562
5562
|
|
|
5563
5563
|
## `sf project delete tracking`
|
|
5564
5564
|
|
|
@@ -5594,7 +5594,7 @@ EXAMPLES
|
|
|
5594
5594
|
$ sf project delete tracking --target-org my-scratch
|
|
5595
5595
|
```
|
|
5596
5596
|
|
|
5597
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5597
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/delete/tracking.ts)_
|
|
5598
5598
|
|
|
5599
5599
|
## `sf project deploy cancel`
|
|
5600
5600
|
|
|
@@ -5664,7 +5664,7 @@ FLAG DESCRIPTIONS
|
|
|
5664
5664
|
project deploy report".
|
|
5665
5665
|
```
|
|
5666
5666
|
|
|
5667
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5667
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/cancel.ts)_
|
|
5668
5668
|
|
|
5669
5669
|
## `sf project deploy preview`
|
|
5670
5670
|
|
|
@@ -5672,7 +5672,7 @@ Preview a deployment to see what will deploy to the org, the potential conflicts
|
|
|
5672
5672
|
|
|
5673
5673
|
```
|
|
5674
5674
|
USAGE
|
|
5675
|
-
$ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>]
|
|
5675
|
+
$ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>] [--concise]
|
|
5676
5676
|
|
|
5677
5677
|
FLAGS
|
|
5678
5678
|
-c, --ignore-conflicts Don't display conflicts in preview of the deployment.
|
|
@@ -5680,6 +5680,7 @@ FLAGS
|
|
|
5680
5680
|
-m, --metadata=<value>... Metadata component names to preview.
|
|
5681
5681
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
5682
5682
|
-x, --manifest=<value> Full file path for manifest (package.xml) of components to preview.
|
|
5683
|
+
--concise Show only the changes that will be deployed; omits files that are forceignored.
|
|
5683
5684
|
|
|
5684
5685
|
GLOBAL FLAGS
|
|
5685
5686
|
--json Format output as json.
|
|
@@ -5747,7 +5748,7 @@ FLAG DESCRIPTIONS
|
|
|
5747
5748
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5748
5749
|
```
|
|
5749
5750
|
|
|
5750
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5751
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/preview.ts)_
|
|
5751
5752
|
|
|
5752
5753
|
## `sf project deploy quick`
|
|
5753
5754
|
|
|
@@ -5840,7 +5841,7 @@ ERROR CODES
|
|
|
5840
5841
|
Canceling (69) The deploy is being canceled.
|
|
5841
5842
|
```
|
|
5842
5843
|
|
|
5843
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5844
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/quick.ts)_
|
|
5844
5845
|
|
|
5845
5846
|
## `sf project deploy report`
|
|
5846
5847
|
|
|
@@ -5935,7 +5936,7 @@ FLAG DESCRIPTIONS
|
|
|
5935
5936
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5936
5937
|
```
|
|
5937
5938
|
|
|
5938
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5939
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/report.ts)_
|
|
5939
5940
|
|
|
5940
5941
|
## `sf project deploy resume`
|
|
5941
5942
|
|
|
@@ -6031,7 +6032,7 @@ ERROR CODES
|
|
|
6031
6032
|
Canceling (69) The deploy is being canceled.
|
|
6032
6033
|
```
|
|
6033
6034
|
|
|
6034
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6035
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/resume.ts)_
|
|
6035
6036
|
|
|
6036
6037
|
## `sf project deploy start`
|
|
6037
6038
|
|
|
@@ -6260,7 +6261,7 @@ ERROR CODES
|
|
|
6260
6261
|
Canceling (69) The deploy is being canceled.
|
|
6261
6262
|
```
|
|
6262
6263
|
|
|
6263
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6264
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/start.ts)_
|
|
6264
6265
|
|
|
6265
6266
|
## `sf project deploy validate`
|
|
6266
6267
|
|
|
@@ -6439,7 +6440,7 @@ ERROR CODES
|
|
|
6439
6440
|
Canceling (69) The deploy is being canceled.
|
|
6440
6441
|
```
|
|
6441
6442
|
|
|
6442
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6443
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/validate.ts)_
|
|
6443
6444
|
|
|
6444
6445
|
## `sf project generate`
|
|
6445
6446
|
|
|
@@ -6618,7 +6619,7 @@ EXAMPLES
|
|
|
6618
6619
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6619
6620
|
```
|
|
6620
6621
|
|
|
6621
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6622
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/generate/manifest.ts)_
|
|
6622
6623
|
|
|
6623
6624
|
## `sf project list ignored`
|
|
6624
6625
|
|
|
@@ -6659,7 +6660,7 @@ EXAMPLES
|
|
|
6659
6660
|
$ sf project list ignored --source-dir package.xml
|
|
6660
6661
|
```
|
|
6661
6662
|
|
|
6662
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6663
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/list/ignored.ts)_
|
|
6663
6664
|
|
|
6664
6665
|
## `sf project reset tracking`
|
|
6665
6666
|
|
|
@@ -6707,7 +6708,7 @@ EXAMPLES
|
|
|
6707
6708
|
$ sf project reset tracking --revision 30
|
|
6708
6709
|
```
|
|
6709
6710
|
|
|
6710
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6711
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/reset/tracking.ts)_
|
|
6711
6712
|
|
|
6712
6713
|
## `sf project retrieve preview`
|
|
6713
6714
|
|
|
@@ -6763,7 +6764,7 @@ FLAG DESCRIPTIONS
|
|
|
6763
6764
|
Overrides your default org.
|
|
6764
6765
|
```
|
|
6765
6766
|
|
|
6766
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6767
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/preview.ts)_
|
|
6767
6768
|
|
|
6768
6769
|
## `sf project retrieve start`
|
|
6769
6770
|
|
|
@@ -6917,7 +6918,7 @@ ENVIRONMENT VARIABLES
|
|
|
6917
6918
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6918
6919
|
```
|
|
6919
6920
|
|
|
6920
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/start.ts)_
|
|
6921
6922
|
|
|
6922
6923
|
## `sf schema generate field`
|
|
6923
6924
|
|