@salesforce/cli 2.12.7 → 2.12.9
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 +46 -46
- package/npm-shrinkwrap.json +475 -4172
- package/oclif.manifest.json +1 -1
- package/package.json +16 -18
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.12.
|
|
27
|
+
@salesforce/cli/2.12.9 linux-x64 node-v18.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
list all the commands
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.
|
|
845
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.28/src/commands/commands.ts)_
|
|
846
846
|
|
|
847
847
|
## `sf config get`
|
|
848
848
|
|
|
@@ -2343,7 +2343,7 @@ FLAG DESCRIPTIONS
|
|
|
2343
2343
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
2346
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/force/org/clone.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf force org create`
|
|
2349
2349
|
|
|
@@ -2391,7 +2391,7 @@ EXAMPLES
|
|
|
2391
2391
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
2392
2392
|
```
|
|
2393
2393
|
|
|
2394
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
2394
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/force/org/create.ts)_
|
|
2395
2395
|
|
|
2396
2396
|
## `sf force org delete`
|
|
2397
2397
|
|
|
@@ -2423,7 +2423,7 @@ EXAMPLES
|
|
|
2423
2423
|
$ sf force org delete -u MyOrgAlias -p
|
|
2424
2424
|
```
|
|
2425
2425
|
|
|
2426
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
2426
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/force/org/delete.ts)_
|
|
2427
2427
|
|
|
2428
2428
|
## `sf force org status`
|
|
2429
2429
|
|
|
@@ -2461,7 +2461,7 @@ EXAMPLES
|
|
|
2461
2461
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
2462
2462
|
```
|
|
2463
2463
|
|
|
2464
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
2464
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/force/org/status.ts)_
|
|
2465
2465
|
|
|
2466
2466
|
## `sf force source deploy`
|
|
2467
2467
|
|
|
@@ -3804,7 +3804,7 @@ FLAG DESCRIPTIONS
|
|
|
3804
3804
|
sandbox.
|
|
3805
3805
|
```
|
|
3806
3806
|
|
|
3807
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
3807
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/create/sandbox.ts)_
|
|
3808
3808
|
|
|
3809
3809
|
## `sf org create scratch`
|
|
3810
3810
|
|
|
@@ -3957,7 +3957,7 @@ FLAG DESCRIPTIONS
|
|
|
3957
3957
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3958
3958
|
```
|
|
3959
3959
|
|
|
3960
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
3960
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/create/scratch.ts)_
|
|
3961
3961
|
|
|
3962
3962
|
## `sf org create user`
|
|
3963
3963
|
|
|
@@ -4097,7 +4097,7 @@ EXAMPLES
|
|
|
4097
4097
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4098
4098
|
```
|
|
4099
4099
|
|
|
4100
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4100
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/delete/sandbox.ts)_
|
|
4101
4101
|
|
|
4102
4102
|
## `sf org delete scratch`
|
|
4103
4103
|
|
|
@@ -4139,7 +4139,7 @@ EXAMPLES
|
|
|
4139
4139
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4140
4140
|
```
|
|
4141
4141
|
|
|
4142
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4142
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/delete/scratch.ts)_
|
|
4143
4143
|
|
|
4144
4144
|
## `sf org display`
|
|
4145
4145
|
|
|
@@ -4182,7 +4182,7 @@ EXAMPLES
|
|
|
4182
4182
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4183
4183
|
```
|
|
4184
4184
|
|
|
4185
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4185
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/display.ts)_
|
|
4186
4186
|
|
|
4187
4187
|
## `sf org display user`
|
|
4188
4188
|
|
|
@@ -4316,7 +4316,7 @@ EXAMPLES
|
|
|
4316
4316
|
$ sf org list --clean
|
|
4317
4317
|
```
|
|
4318
4318
|
|
|
4319
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4319
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/list.ts)_
|
|
4320
4320
|
|
|
4321
4321
|
## `sf org list auth`
|
|
4322
4322
|
|
|
@@ -4411,7 +4411,7 @@ FLAG DESCRIPTIONS
|
|
|
4411
4411
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4412
4412
|
```
|
|
4413
4413
|
|
|
4414
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4414
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/list/metadata.ts)_
|
|
4415
4415
|
|
|
4416
4416
|
## `sf org list metadata-types`
|
|
4417
4417
|
|
|
@@ -4464,7 +4464,7 @@ FLAG DESCRIPTIONS
|
|
|
4464
4464
|
Override the api version used for api requests made by this command
|
|
4465
4465
|
```
|
|
4466
4466
|
|
|
4467
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4467
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/list/metadata-types.ts)_
|
|
4468
4468
|
|
|
4469
4469
|
## `sf org list users`
|
|
4470
4470
|
|
|
@@ -4965,7 +4965,7 @@ EXAMPLES
|
|
|
4965
4965
|
$ sf org open --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
|
|
4966
4966
|
```
|
|
4967
4967
|
|
|
4968
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
4968
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/open.ts)_
|
|
4969
4969
|
|
|
4970
4970
|
## `sf org resume sandbox`
|
|
4971
4971
|
|
|
@@ -5027,7 +5027,7 @@ FLAG DESCRIPTIONS
|
|
|
5027
5027
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5028
5028
|
```
|
|
5029
5029
|
|
|
5030
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
5030
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/resume/sandbox.ts)_
|
|
5031
5031
|
|
|
5032
5032
|
## `sf org resume scratch`
|
|
5033
5033
|
|
|
@@ -5073,7 +5073,7 @@ FLAG DESCRIPTIONS
|
|
|
5073
5073
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
5074
5074
|
```
|
|
5075
5075
|
|
|
5076
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.
|
|
5076
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.11/src/commands/org/resume/scratch.ts)_
|
|
5077
5077
|
|
|
5078
5078
|
## `sf plugins`
|
|
5079
5079
|
|
|
@@ -5096,7 +5096,7 @@ EXAMPLES
|
|
|
5096
5096
|
$ sf plugins
|
|
5097
5097
|
```
|
|
5098
5098
|
|
|
5099
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5099
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/index.ts)_
|
|
5100
5100
|
|
|
5101
5101
|
## `sf plugins discover`
|
|
5102
5102
|
|
|
@@ -5113,7 +5113,7 @@ EXAMPLES
|
|
|
5113
5113
|
$ sf plugins discover
|
|
5114
5114
|
```
|
|
5115
5115
|
|
|
5116
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.
|
|
5116
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_
|
|
5117
5117
|
|
|
5118
5118
|
## `sf plugins:inspect PLUGIN...`
|
|
5119
5119
|
|
|
@@ -5140,7 +5140,7 @@ EXAMPLES
|
|
|
5140
5140
|
$ sf plugins:inspect myplugin
|
|
5141
5141
|
```
|
|
5142
5142
|
|
|
5143
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5143
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/inspect.ts)_
|
|
5144
5144
|
|
|
5145
5145
|
## `sf plugins:install PLUGIN...`
|
|
5146
5146
|
|
|
@@ -5180,7 +5180,7 @@ EXAMPLES
|
|
|
5180
5180
|
$ sf plugins:install someuser/someplugin
|
|
5181
5181
|
```
|
|
5182
5182
|
|
|
5183
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5183
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/install.ts)_
|
|
5184
5184
|
|
|
5185
5185
|
## `sf plugins:link PLUGIN`
|
|
5186
5186
|
|
|
@@ -5209,7 +5209,7 @@ EXAMPLES
|
|
|
5209
5209
|
$ sf plugins:link myplugin
|
|
5210
5210
|
```
|
|
5211
5211
|
|
|
5212
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5212
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/link.ts)_
|
|
5213
5213
|
|
|
5214
5214
|
## `sf plugins trust verify`
|
|
5215
5215
|
|
|
@@ -5237,7 +5237,7 @@ EXAMPLES
|
|
|
5237
5237
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5238
5238
|
```
|
|
5239
5239
|
|
|
5240
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.
|
|
5240
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.18/src/commands/plugins/trust/verify.ts)_
|
|
5241
5241
|
|
|
5242
5242
|
## `sf plugins:uninstall PLUGIN...`
|
|
5243
5243
|
|
|
@@ -5262,7 +5262,7 @@ ALIASES
|
|
|
5262
5262
|
$ sf plugins remove
|
|
5263
5263
|
```
|
|
5264
5264
|
|
|
5265
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5265
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/uninstall.ts)_
|
|
5266
5266
|
|
|
5267
5267
|
## `sf plugins update`
|
|
5268
5268
|
|
|
@@ -5280,7 +5280,7 @@ DESCRIPTION
|
|
|
5280
5280
|
Update installed plugins.
|
|
5281
5281
|
```
|
|
5282
5282
|
|
|
5283
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.
|
|
5283
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/update.ts)_
|
|
5284
5284
|
|
|
5285
5285
|
## `sf project convert mdapi`
|
|
5286
5286
|
|
|
@@ -5342,7 +5342,7 @@ FLAG DESCRIPTIONS
|
|
|
5342
5342
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5343
5343
|
```
|
|
5344
5344
|
|
|
5345
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5345
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/mdapi.ts)_
|
|
5346
5346
|
|
|
5347
5347
|
## `sf project convert source`
|
|
5348
5348
|
|
|
@@ -5354,7 +5354,7 @@ USAGE
|
|
|
5354
5354
|
<value> | -m <value>]
|
|
5355
5355
|
|
|
5356
5356
|
FLAGS
|
|
5357
|
-
-d, --output-dir=<value> [default:
|
|
5357
|
+
-d, --output-dir=<value> [default: metadataPackage_1696366148889] Output directory to store the Metadata
|
|
5358
5358
|
API–formatted files in.
|
|
5359
5359
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5360
5360
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5414,7 +5414,7 @@ FLAG DESCRIPTIONS
|
|
|
5414
5414
|
Override the api version used for api requests made by this command
|
|
5415
5415
|
```
|
|
5416
5416
|
|
|
5417
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5417
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/source.ts)_
|
|
5418
5418
|
|
|
5419
5419
|
## `sf project delete source`
|
|
5420
5420
|
|
|
@@ -5552,7 +5552,7 @@ FLAG DESCRIPTIONS
|
|
|
5552
5552
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5553
5553
|
```
|
|
5554
5554
|
|
|
5555
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5555
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/source.ts)_
|
|
5556
5556
|
|
|
5557
5557
|
## `sf project delete tracking`
|
|
5558
5558
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf project delete tracking --target-org my-scratch
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5590
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/tracking.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf project deploy cancel`
|
|
5593
5593
|
|
|
@@ -5657,7 +5657,7 @@ FLAG DESCRIPTIONS
|
|
|
5657
5657
|
project deploy report".
|
|
5658
5658
|
```
|
|
5659
5659
|
|
|
5660
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5660
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/cancel.ts)_
|
|
5661
5661
|
|
|
5662
5662
|
## `sf project deploy preview`
|
|
5663
5663
|
|
|
@@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
|
|
|
5740
5740
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5741
5741
|
```
|
|
5742
5742
|
|
|
5743
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5743
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/preview.ts)_
|
|
5744
5744
|
|
|
5745
5745
|
## `sf project deploy quick`
|
|
5746
5746
|
|
|
@@ -5833,7 +5833,7 @@ ERROR CODES
|
|
|
5833
5833
|
Canceling (69) The deploy is being canceled.
|
|
5834
5834
|
```
|
|
5835
5835
|
|
|
5836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/quick.ts)_
|
|
5837
5837
|
|
|
5838
5838
|
## `sf project deploy report`
|
|
5839
5839
|
|
|
@@ -5928,7 +5928,7 @@ FLAG DESCRIPTIONS
|
|
|
5928
5928
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5929
5929
|
```
|
|
5930
5930
|
|
|
5931
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
5931
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/report.ts)_
|
|
5932
5932
|
|
|
5933
5933
|
## `sf project deploy resume`
|
|
5934
5934
|
|
|
@@ -6024,7 +6024,7 @@ ERROR CODES
|
|
|
6024
6024
|
Canceling (69) The deploy is being canceled.
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6027
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/resume.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf project deploy start`
|
|
6030
6030
|
|
|
@@ -6252,7 +6252,7 @@ ERROR CODES
|
|
|
6252
6252
|
Canceling (69) The deploy is being canceled.
|
|
6253
6253
|
```
|
|
6254
6254
|
|
|
6255
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6255
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/start.ts)_
|
|
6256
6256
|
|
|
6257
6257
|
## `sf project deploy validate`
|
|
6258
6258
|
|
|
@@ -6424,7 +6424,7 @@ ERROR CODES
|
|
|
6424
6424
|
Canceling (69) The deploy is being canceled.
|
|
6425
6425
|
```
|
|
6426
6426
|
|
|
6427
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6427
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/validate.ts)_
|
|
6428
6428
|
|
|
6429
6429
|
## `sf project generate`
|
|
6430
6430
|
|
|
@@ -6603,7 +6603,7 @@ EXAMPLES
|
|
|
6603
6603
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6604
6604
|
```
|
|
6605
6605
|
|
|
6606
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6606
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/generate/manifest.ts)_
|
|
6607
6607
|
|
|
6608
6608
|
## `sf project list ignored`
|
|
6609
6609
|
|
|
@@ -6644,7 +6644,7 @@ EXAMPLES
|
|
|
6644
6644
|
$ sf project list ignored --source-dir package.xml
|
|
6645
6645
|
```
|
|
6646
6646
|
|
|
6647
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6647
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/list/ignored.ts)_
|
|
6648
6648
|
|
|
6649
6649
|
## `sf project reset tracking`
|
|
6650
6650
|
|
|
@@ -6691,7 +6691,7 @@ EXAMPLES
|
|
|
6691
6691
|
$ sf project reset tracking --revision 30
|
|
6692
6692
|
```
|
|
6693
6693
|
|
|
6694
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6694
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/reset/tracking.ts)_
|
|
6695
6695
|
|
|
6696
6696
|
## `sf project retrieve preview`
|
|
6697
6697
|
|
|
@@ -6746,7 +6746,7 @@ FLAG DESCRIPTIONS
|
|
|
6746
6746
|
Overrides your default org.
|
|
6747
6747
|
```
|
|
6748
6748
|
|
|
6749
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6749
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/preview.ts)_
|
|
6750
6750
|
|
|
6751
6751
|
## `sf project retrieve start`
|
|
6752
6752
|
|
|
@@ -6762,8 +6762,8 @@ FLAGS
|
|
|
6762
6762
|
-c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem, even if they
|
|
6763
6763
|
overwrite your local changes.
|
|
6764
6764
|
-d, --source-dir=<value>... File paths for source to retrieve from the org.
|
|
6765
|
-
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards (
|
|
6766
|
-
quotes, such as
|
|
6765
|
+
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use
|
|
6766
|
+
quotes, such as `ApexClass:MyClass*`
|
|
6767
6767
|
-n, --package-name=<value>... Package names to retrieve.
|
|
6768
6768
|
-o, --target-org=<value> (required) Login username or alias for the target org.
|
|
6769
6769
|
-r, --output-dir=<value> Directory root for the retrieved source files.
|
|
@@ -6900,7 +6900,7 @@ ENVIRONMENT VARIABLES
|
|
|
6900
6900
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6901
6901
|
```
|
|
6902
6902
|
|
|
6903
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.
|
|
6903
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/start.ts)_
|
|
6904
6904
|
|
|
6905
6905
|
## `sf schema generate field`
|
|
6906
6906
|
|
|
@@ -7097,7 +7097,7 @@ DESCRIPTION
|
|
|
7097
7097
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7098
7098
|
```
|
|
7099
7099
|
|
|
7100
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/
|
|
7100
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/src/commands/search.ts)_
|
|
7101
7101
|
|
|
7102
7102
|
## `sf sobject describe`
|
|
7103
7103
|
|
|
@@ -7418,6 +7418,6 @@ EXAMPLES
|
|
|
7418
7418
|
$ sf which help
|
|
7419
7419
|
```
|
|
7420
7420
|
|
|
7421
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.
|
|
7421
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.34/src/commands/which.ts)_
|
|
7422
7422
|
|
|
7423
7423
|
<!-- commandsstop -->
|