@salesforce/cli 2.145.3 → 2.145.4
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 +84 -84
- package/npm-shrinkwrap.json +95 -80
- package/oclif.lock +85 -80
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.145.
|
|
28
|
+
@salesforce/cli/2.145.4 linux-x64 node-v22.23.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2748,7 +2748,7 @@ EXAMPLES
|
|
|
2748
2748
|
$ sf alias list
|
|
2749
2749
|
```
|
|
2750
2750
|
|
|
2751
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2751
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/alias/list.ts)_
|
|
2752
2752
|
|
|
2753
2753
|
## `sf alias set`
|
|
2754
2754
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/alias/set.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf alias unset`
|
|
2803
2803
|
|
|
@@ -2837,7 +2837,7 @@ EXAMPLES
|
|
|
2837
2837
|
$ sf alias unset --all [--no-prompt]
|
|
2838
2838
|
```
|
|
2839
2839
|
|
|
2840
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/alias/unset.ts)_
|
|
2841
2841
|
|
|
2842
2842
|
## `sf apex get log`
|
|
2843
2843
|
|
|
@@ -3283,7 +3283,7 @@ EXAMPLES
|
|
|
3283
3283
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
3284
3284
|
```
|
|
3285
3285
|
|
|
3286
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
3286
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.50/src/commands/api/request/graphql.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf api request rest [URL]`
|
|
3289
3289
|
|
|
@@ -3392,7 +3392,7 @@ FLAG DESCRIPTIONS
|
|
|
3392
3392
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
3393
3393
|
```
|
|
3394
3394
|
|
|
3395
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
3395
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.50/src/commands/api/request/rest.ts)_
|
|
3396
3396
|
|
|
3397
3397
|
## `sf autocomplete [SHELL]`
|
|
3398
3398
|
|
|
@@ -3501,7 +3501,7 @@ CONFIGURATION VARIABLES
|
|
|
3501
3501
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3502
3502
|
```
|
|
3503
3503
|
|
|
3504
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3504
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/config/get.ts)_
|
|
3505
3505
|
|
|
3506
3506
|
## `sf config list`
|
|
3507
3507
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf config list
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3544
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/config/list.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf config set`
|
|
3547
3547
|
|
|
@@ -3610,7 +3610,7 @@ CONFIGURATION VARIABLES
|
|
|
3610
3610
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3611
3611
|
```
|
|
3612
3612
|
|
|
3613
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3613
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/config/set.ts)_
|
|
3614
3614
|
|
|
3615
3615
|
## `sf config unset`
|
|
3616
3616
|
|
|
@@ -3660,7 +3660,7 @@ CONFIGURATION VARIABLES
|
|
|
3660
3660
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3661
3661
|
```
|
|
3662
3662
|
|
|
3663
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3663
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.96/src/commands/config/unset.ts)_
|
|
3664
3664
|
|
|
3665
3665
|
## `sf data bulk results`
|
|
3666
3666
|
|
|
@@ -3705,7 +3705,7 @@ EXAMPLES
|
|
|
3705
3705
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
3706
3706
|
```
|
|
3707
3707
|
|
|
3708
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3708
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/bulk/results.ts)_
|
|
3709
3709
|
|
|
3710
3710
|
## `sf data create file`
|
|
3711
3711
|
|
|
@@ -3754,7 +3754,7 @@ EXAMPLES
|
|
|
3754
3754
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
3755
3755
|
```
|
|
3756
3756
|
|
|
3757
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3757
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/create/file.ts)_
|
|
3758
3758
|
|
|
3759
3759
|
## `sf data create record`
|
|
3760
3760
|
|
|
@@ -3810,7 +3810,7 @@ EXAMPLES
|
|
|
3810
3810
|
TracedEntityId=01p17000000R6bLAAS"
|
|
3811
3811
|
```
|
|
3812
3812
|
|
|
3813
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/create/record.ts)_
|
|
3814
3814
|
|
|
3815
3815
|
## `sf data delete bulk`
|
|
3816
3816
|
|
|
@@ -3869,7 +3869,7 @@ FLAG DESCRIPTIONS
|
|
|
3869
3869
|
and can be enabled only by a system administrator.
|
|
3870
3870
|
```
|
|
3871
3871
|
|
|
3872
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3872
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/delete/bulk.ts)_
|
|
3873
3873
|
|
|
3874
3874
|
## `sf data delete record`
|
|
3875
3875
|
|
|
@@ -3930,7 +3930,7 @@ EXAMPLES
|
|
|
3930
3930
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3931
3931
|
```
|
|
3932
3932
|
|
|
3933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/delete/record.ts)_
|
|
3934
3934
|
|
|
3935
3935
|
## `sf data delete resume`
|
|
3936
3936
|
|
|
@@ -3969,7 +3969,7 @@ EXAMPLES
|
|
|
3969
3969
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3970
3970
|
```
|
|
3971
3971
|
|
|
3972
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3972
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/delete/resume.ts)_
|
|
3973
3973
|
|
|
3974
3974
|
## `sf data export bulk`
|
|
3975
3975
|
|
|
@@ -4036,7 +4036,7 @@ EXAMPLES
|
|
|
4036
4036
|
--result-format json --wait 10 --all-rows
|
|
4037
4037
|
```
|
|
4038
4038
|
|
|
4039
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4039
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/export/bulk.ts)_
|
|
4040
4040
|
|
|
4041
4041
|
## `sf data export resume`
|
|
4042
4042
|
|
|
@@ -4075,7 +4075,7 @@ EXAMPLES
|
|
|
4075
4075
|
$ sf data export resume --use-most-recent
|
|
4076
4076
|
```
|
|
4077
4077
|
|
|
4078
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4078
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/export/resume.ts)_
|
|
4079
4079
|
|
|
4080
4080
|
## `sf data export tree`
|
|
4081
4081
|
|
|
@@ -4135,7 +4135,7 @@ EXAMPLES
|
|
|
4135
4135
|
my-scratch
|
|
4136
4136
|
```
|
|
4137
4137
|
|
|
4138
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4138
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/export/tree.ts)_
|
|
4139
4139
|
|
|
4140
4140
|
## `sf data get record`
|
|
4141
4141
|
|
|
@@ -4199,7 +4199,7 @@ EXAMPLES
|
|
|
4199
4199
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
4200
4200
|
```
|
|
4201
4201
|
|
|
4202
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4202
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/get/record.ts)_
|
|
4203
4203
|
|
|
4204
4204
|
## `sf data import bulk`
|
|
4205
4205
|
|
|
@@ -4251,7 +4251,7 @@ EXAMPLES
|
|
|
4251
4251
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4252
4252
|
```
|
|
4253
4253
|
|
|
4254
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4254
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/import/bulk.ts)_
|
|
4255
4255
|
|
|
4256
4256
|
## `sf data import resume`
|
|
4257
4257
|
|
|
@@ -4287,7 +4287,7 @@ EXAMPLES
|
|
|
4287
4287
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
4288
4288
|
```
|
|
4289
4289
|
|
|
4290
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4290
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/import/resume.ts)_
|
|
4291
4291
|
|
|
4292
4292
|
## `sf data import tree`
|
|
4293
4293
|
|
|
@@ -4351,7 +4351,7 @@ FLAG DESCRIPTIONS
|
|
|
4351
4351
|
- files(array) - Files: An array of files paths to load
|
|
4352
4352
|
```
|
|
4353
4353
|
|
|
4354
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4354
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/import/tree.ts)_
|
|
4355
4355
|
|
|
4356
4356
|
## `sf data query`
|
|
4357
4357
|
|
|
@@ -4404,7 +4404,7 @@ EXAMPLES
|
|
|
4404
4404
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
4405
4405
|
```
|
|
4406
4406
|
|
|
4407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/query.ts)_
|
|
4408
4408
|
|
|
4409
4409
|
## `sf data resume`
|
|
4410
4410
|
|
|
@@ -4441,7 +4441,7 @@ EXAMPLES
|
|
|
4441
4441
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
4442
4442
|
```
|
|
4443
4443
|
|
|
4444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/resume.ts)_
|
|
4445
4445
|
|
|
4446
4446
|
## `sf data search`
|
|
4447
4447
|
|
|
@@ -4491,7 +4491,7 @@ EXAMPLES
|
|
|
4491
4491
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
4492
4492
|
```
|
|
4493
4493
|
|
|
4494
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4494
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/search.ts)_
|
|
4495
4495
|
|
|
4496
4496
|
## `sf data update bulk`
|
|
4497
4497
|
|
|
@@ -4546,7 +4546,7 @@ EXAMPLES
|
|
|
4546
4546
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4547
4547
|
```
|
|
4548
4548
|
|
|
4549
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4549
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/update/bulk.ts)_
|
|
4550
4550
|
|
|
4551
4551
|
## `sf data update record`
|
|
4552
4552
|
|
|
@@ -4608,7 +4608,7 @@ EXAMPLES
|
|
|
4608
4608
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
4609
4609
|
```
|
|
4610
4610
|
|
|
4611
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4611
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/update/record.ts)_
|
|
4612
4612
|
|
|
4613
4613
|
## `sf data update resume`
|
|
4614
4614
|
|
|
@@ -4647,7 +4647,7 @@ EXAMPLES
|
|
|
4647
4647
|
$ sf data update resume --use-most-recent
|
|
4648
4648
|
```
|
|
4649
4649
|
|
|
4650
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4650
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/update/resume.ts)_
|
|
4651
4651
|
|
|
4652
4652
|
## `sf data upsert bulk`
|
|
4653
4653
|
|
|
@@ -4703,7 +4703,7 @@ EXAMPLES
|
|
|
4703
4703
|
my-scratch
|
|
4704
4704
|
```
|
|
4705
4705
|
|
|
4706
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4706
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/upsert/bulk.ts)_
|
|
4707
4707
|
|
|
4708
4708
|
## `sf data upsert resume`
|
|
4709
4709
|
|
|
@@ -4742,7 +4742,7 @@ EXAMPLES
|
|
|
4742
4742
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
4743
4743
|
```
|
|
4744
4744
|
|
|
4745
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4745
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/data/upsert/resume.ts)_
|
|
4746
4746
|
|
|
4747
4747
|
## `sf doctor`
|
|
4748
4748
|
|
|
@@ -4790,7 +4790,7 @@ EXAMPLES
|
|
|
4790
4790
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4791
4791
|
```
|
|
4792
4792
|
|
|
4793
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4793
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.151/src/commands/doctor.ts)_
|
|
4794
4794
|
|
|
4795
4795
|
## `sf force data bulk delete`
|
|
4796
4796
|
|
|
@@ -4837,7 +4837,7 @@ EXAMPLES
|
|
|
4837
4837
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
4838
4838
|
```
|
|
4839
4839
|
|
|
4840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/force/data/bulk/delete.ts)_
|
|
4841
4841
|
|
|
4842
4842
|
## `sf force data bulk status`
|
|
4843
4843
|
|
|
@@ -4874,7 +4874,7 @@ EXAMPLES
|
|
|
4874
4874
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4875
4875
|
```
|
|
4876
4876
|
|
|
4877
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4877
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/force/data/bulk/status.ts)_
|
|
4878
4878
|
|
|
4879
4879
|
## `sf force data bulk upsert`
|
|
4880
4880
|
|
|
@@ -4932,7 +4932,7 @@ EXAMPLES
|
|
|
4932
4932
|
--target-org my-scratch
|
|
4933
4933
|
```
|
|
4934
4934
|
|
|
4935
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4935
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.112/src/commands/force/data/bulk/upsert.ts)_
|
|
4936
4936
|
|
|
4937
4937
|
## `sf help [COMMAND]`
|
|
4938
4938
|
|
|
@@ -4992,7 +4992,7 @@ EXAMPLES
|
|
|
4992
4992
|
$ sf info releasenotes display --version latest
|
|
4993
4993
|
```
|
|
4994
4994
|
|
|
4995
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4995
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.151/src/commands/info/releasenotes/display.ts)_
|
|
4996
4996
|
|
|
4997
4997
|
## `sf logic get test`
|
|
4998
4998
|
|
|
@@ -5298,7 +5298,7 @@ EXAMPLES
|
|
|
5298
5298
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5301
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-access-token.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf org auth show-sfdx-auth-url`
|
|
5304
5304
|
|
|
@@ -5342,7 +5342,7 @@ EXAMPLES
|
|
|
5342
5342
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5343
5343
|
```
|
|
5344
5344
|
|
|
5345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5345
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5346
5346
|
|
|
5347
5347
|
## `sf org auth show-user-password`
|
|
5348
5348
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-user-password.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf org create agent-user`
|
|
5395
5395
|
|
|
@@ -5467,7 +5467,7 @@ FLAG DESCRIPTIONS
|
|
|
5467
5467
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5468
5468
|
```
|
|
5469
5469
|
|
|
5470
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5470
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/create/agent-user.ts)_
|
|
5471
5471
|
|
|
5472
5472
|
## `sf org create sandbox`
|
|
5473
5473
|
|
|
@@ -5601,7 +5601,7 @@ FLAG DESCRIPTIONS
|
|
|
5601
5601
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5602
5602
|
```
|
|
5603
5603
|
|
|
5604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5604
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/create/sandbox.ts)_
|
|
5605
5605
|
|
|
5606
5606
|
## `sf org create scratch`
|
|
5607
5607
|
|
|
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5783
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5784
5784
|
```
|
|
5785
5785
|
|
|
5786
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5786
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/create/scratch.ts)_
|
|
5787
5787
|
|
|
5788
5788
|
## `sf org create user`
|
|
5789
5789
|
|
|
@@ -5937,7 +5937,7 @@ EXAMPLES
|
|
|
5937
5937
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5938
5938
|
```
|
|
5939
5939
|
|
|
5940
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5940
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/delete/sandbox.ts)_
|
|
5941
5941
|
|
|
5942
5942
|
## `sf org delete scratch`
|
|
5943
5943
|
|
|
@@ -5981,7 +5981,7 @@ EXAMPLES
|
|
|
5981
5981
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5982
5982
|
```
|
|
5983
5983
|
|
|
5984
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5984
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/delete/scratch.ts)_
|
|
5985
5985
|
|
|
5986
5986
|
## `sf org disable tracking`
|
|
5987
5987
|
|
|
@@ -6020,7 +6020,7 @@ EXAMPLES
|
|
|
6020
6020
|
$ sf org disable tracking
|
|
6021
6021
|
```
|
|
6022
6022
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6023
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/disable/tracking.ts)_
|
|
6024
6024
|
|
|
6025
6025
|
## `sf org display`
|
|
6026
6026
|
|
|
@@ -6065,7 +6065,7 @@ EXAMPLES
|
|
|
6065
6065
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6066
6066
|
```
|
|
6067
6067
|
|
|
6068
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6068
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/display.ts)_
|
|
6069
6069
|
|
|
6070
6070
|
## `sf org display user`
|
|
6071
6071
|
|
|
@@ -6145,7 +6145,7 @@ EXAMPLES
|
|
|
6145
6145
|
$ sf org enable tracking
|
|
6146
6146
|
```
|
|
6147
6147
|
|
|
6148
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6148
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/enable/tracking.ts)_
|
|
6149
6149
|
|
|
6150
6150
|
## `sf org generate password`
|
|
6151
6151
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf org list --clean
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6254
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/list.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf org list auth`
|
|
6257
6257
|
|
|
@@ -6323,7 +6323,7 @@ EXAMPLES
|
|
|
6323
6323
|
$ sf org list limits --target-org my-scratch-org
|
|
6324
6324
|
```
|
|
6325
6325
|
|
|
6326
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6326
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.102/src/commands/org/list/limits.ts)_
|
|
6327
6327
|
|
|
6328
6328
|
## `sf org list metadata`
|
|
6329
6329
|
|
|
@@ -6390,7 +6390,7 @@ FLAG DESCRIPTIONS
|
|
|
6390
6390
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6391
6391
|
```
|
|
6392
6392
|
|
|
6393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/list/metadata.ts)_
|
|
6394
6394
|
|
|
6395
6395
|
## `sf org list metadata-types`
|
|
6396
6396
|
|
|
@@ -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-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/list/metadata-types.ts)_
|
|
6449
6449
|
|
|
6450
6450
|
## `sf org list sobject record-counts`
|
|
6451
6451
|
|
|
@@ -6491,7 +6491,7 @@ EXAMPLES
|
|
|
6491
6491
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
6492
6492
|
```
|
|
6493
6493
|
|
|
6494
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6494
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.102/src/commands/org/list/sobject/record-counts.ts)_
|
|
6495
6495
|
|
|
6496
6496
|
## `sf org list users`
|
|
6497
6497
|
|
|
@@ -6991,7 +6991,7 @@ EXAMPLES
|
|
|
6991
6991
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6992
6992
|
```
|
|
6993
6993
|
|
|
6994
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6994
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open.ts)_
|
|
6995
6995
|
|
|
6996
6996
|
## `sf org open agent`
|
|
6997
6997
|
|
|
@@ -7055,7 +7055,7 @@ EXAMPLES
|
|
|
7055
7055
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7056
7056
|
```
|
|
7057
7057
|
|
|
7058
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7058
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/agent.ts)_
|
|
7059
7059
|
|
|
7060
7060
|
## `sf org open authoring-bundle`
|
|
7061
7061
|
|
|
@@ -7101,7 +7101,7 @@ EXAMPLES
|
|
|
7101
7101
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7102
7102
|
```
|
|
7103
7103
|
|
|
7104
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7104
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/authoring-bundle.ts)_
|
|
7105
7105
|
|
|
7106
7106
|
## `sf org refresh sandbox`
|
|
7107
7107
|
|
|
@@ -7204,7 +7204,7 @@ FLAG DESCRIPTIONS
|
|
|
7204
7204
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7205
7205
|
```
|
|
7206
7206
|
|
|
7207
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7207
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/refresh/sandbox.ts)_
|
|
7208
7208
|
|
|
7209
7209
|
## `sf org resume sandbox`
|
|
7210
7210
|
|
|
@@ -7267,7 +7267,7 @@ FLAG DESCRIPTIONS
|
|
|
7267
7267
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7268
7268
|
```
|
|
7269
7269
|
|
|
7270
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7270
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/resume/sandbox.ts)_
|
|
7271
7271
|
|
|
7272
7272
|
## `sf org resume scratch`
|
|
7273
7273
|
|
|
@@ -7320,7 +7320,7 @@ FLAG DESCRIPTIONS
|
|
|
7320
7320
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7321
7321
|
```
|
|
7322
7322
|
|
|
7323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7323
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/resume/scratch.ts)_
|
|
7324
7324
|
|
|
7325
7325
|
## `sf package convert`
|
|
7326
7326
|
|
|
@@ -9036,7 +9036,7 @@ EXAMPLES
|
|
|
9036
9036
|
$ sf plugins discover
|
|
9037
9037
|
```
|
|
9038
9038
|
|
|
9039
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
9039
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.41/src/commands/plugins/discover.ts)_
|
|
9040
9040
|
|
|
9041
9041
|
## `sf plugins:inspect PLUGIN...`
|
|
9042
9042
|
|
|
@@ -9195,7 +9195,7 @@ EXAMPLES
|
|
|
9195
9195
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9196
9196
|
```
|
|
9197
9197
|
|
|
9198
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9198
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9199
9199
|
|
|
9200
9200
|
## `sf plugins trust allowlist list`
|
|
9201
9201
|
|
|
@@ -9223,7 +9223,7 @@ EXAMPLES
|
|
|
9223
9223
|
$ sf plugins trust allowlist list
|
|
9224
9224
|
```
|
|
9225
9225
|
|
|
9226
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9226
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9227
9227
|
|
|
9228
9228
|
## `sf plugins trust allowlist remove`
|
|
9229
9229
|
|
|
@@ -9260,7 +9260,7 @@ EXAMPLES
|
|
|
9260
9260
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9261
9261
|
```
|
|
9262
9262
|
|
|
9263
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9263
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9264
9264
|
|
|
9265
9265
|
## `sf plugins trust verify`
|
|
9266
9266
|
|
|
@@ -9289,7 +9289,7 @@ EXAMPLES
|
|
|
9289
9289
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9290
9290
|
```
|
|
9291
9291
|
|
|
9292
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9292
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/verify.ts)_
|
|
9293
9293
|
|
|
9294
9294
|
## `sf plugins uninstall [PLUGIN]`
|
|
9295
9295
|
|
|
@@ -11103,7 +11103,7 @@ FLAG DESCRIPTIONS
|
|
|
11103
11103
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
11104
11104
|
```
|
|
11105
11105
|
|
|
11106
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11106
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/field.ts)_
|
|
11107
11107
|
|
|
11108
11108
|
## `sf schema generate platformevent`
|
|
11109
11109
|
|
|
@@ -11135,7 +11135,7 @@ EXAMPLES
|
|
|
11135
11135
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
11136
11136
|
```
|
|
11137
11137
|
|
|
11138
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11138
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/platformevent.ts)_
|
|
11139
11139
|
|
|
11140
11140
|
## `sf schema generate sobject`
|
|
11141
11141
|
|
|
@@ -11192,7 +11192,7 @@ FLAG DESCRIPTIONS
|
|
|
11192
11192
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
11193
11193
|
```
|
|
11194
11194
|
|
|
11195
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11195
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/sobject.ts)_
|
|
11196
11196
|
|
|
11197
11197
|
## `sf schema generate tab`
|
|
11198
11198
|
|
|
@@ -11240,7 +11240,7 @@ FLAG DESCRIPTIONS
|
|
|
11240
11240
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
11241
11241
|
```
|
|
11242
11242
|
|
|
11243
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11243
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/tab.ts)_
|
|
11244
11244
|
|
|
11245
11245
|
## `sf search`
|
|
11246
11246
|
|
|
@@ -11303,7 +11303,7 @@ EXAMPLES
|
|
|
11303
11303
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
11304
11304
|
```
|
|
11305
11305
|
|
|
11306
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
11306
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.129/src/commands/sobject/describe.ts)_
|
|
11307
11307
|
|
|
11308
11308
|
## `sf sobject list`
|
|
11309
11309
|
|
|
@@ -11342,7 +11342,7 @@ EXAMPLES
|
|
|
11342
11342
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
11343
11343
|
```
|
|
11344
11344
|
|
|
11345
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
11345
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.129/src/commands/sobject/list.ts)_
|
|
11346
11346
|
|
|
11347
11347
|
## `sf template generate analytics template`
|
|
11348
11348
|
|
|
@@ -11386,7 +11386,7 @@ FLAG DESCRIPTIONS
|
|
|
11386
11386
|
directory.
|
|
11387
11387
|
```
|
|
11388
11388
|
|
|
11389
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11389
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/analytics/template.ts)_
|
|
11390
11390
|
|
|
11391
11391
|
## `sf template generate apex class`
|
|
11392
11392
|
|
|
@@ -11448,7 +11448,7 @@ FLAG DESCRIPTIONS
|
|
|
11448
11448
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11449
11449
|
```
|
|
11450
11450
|
|
|
11451
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11451
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/class.ts)_
|
|
11452
11452
|
|
|
11453
11453
|
## `sf template generate apex trigger`
|
|
11454
11454
|
|
|
@@ -11518,7 +11518,7 @@ FLAG DESCRIPTIONS
|
|
|
11518
11518
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11519
11519
|
```
|
|
11520
11520
|
|
|
11521
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11521
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/trigger.ts)_
|
|
11522
11522
|
|
|
11523
11523
|
## `sf template generate digital-experience site`
|
|
11524
11524
|
|
|
@@ -11572,7 +11572,7 @@ FLAG DESCRIPTIONS
|
|
|
11572
11572
|
project, defaults to the current directory.
|
|
11573
11573
|
```
|
|
11574
11574
|
|
|
11575
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11575
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/digital-experience/site.ts)_
|
|
11576
11576
|
|
|
11577
11577
|
## `sf template generate flexipage`
|
|
11578
11578
|
|
|
@@ -11654,7 +11654,7 @@ FLAG DESCRIPTIONS
|
|
|
11654
11654
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11655
11655
|
```
|
|
11656
11656
|
|
|
11657
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11657
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/flexipage/index.ts)_
|
|
11658
11658
|
|
|
11659
11659
|
## `sf template generate lightning app`
|
|
11660
11660
|
|
|
@@ -11712,7 +11712,7 @@ FLAG DESCRIPTIONS
|
|
|
11712
11712
|
field in the DX project's "sfdx-project.json" file.
|
|
11713
11713
|
```
|
|
11714
11714
|
|
|
11715
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11715
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/app.ts)_
|
|
11716
11716
|
|
|
11717
11717
|
## `sf template generate lightning component`
|
|
11718
11718
|
|
|
@@ -11789,7 +11789,7 @@ FLAG DESCRIPTIONS
|
|
|
11789
11789
|
field in the DX project's "sfdx-project.json" file.
|
|
11790
11790
|
```
|
|
11791
11791
|
|
|
11792
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11792
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/component.ts)_
|
|
11793
11793
|
|
|
11794
11794
|
## `sf template generate lightning event`
|
|
11795
11795
|
|
|
@@ -11847,7 +11847,7 @@ FLAG DESCRIPTIONS
|
|
|
11847
11847
|
field in the DX project's "sfdx-project.json" file.
|
|
11848
11848
|
```
|
|
11849
11849
|
|
|
11850
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11850
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/event.ts)_
|
|
11851
11851
|
|
|
11852
11852
|
## `sf template generate lightning interface`
|
|
11853
11853
|
|
|
@@ -11905,7 +11905,7 @@ FLAG DESCRIPTIONS
|
|
|
11905
11905
|
field in the DX project's "sfdx-project.json" file.
|
|
11906
11906
|
```
|
|
11907
11907
|
|
|
11908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11908
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/interface.ts)_
|
|
11909
11909
|
|
|
11910
11910
|
## `sf template generate lightning test`
|
|
11911
11911
|
|
|
@@ -11963,7 +11963,7 @@ FLAG DESCRIPTIONS
|
|
|
11963
11963
|
field in the DX project's "sfdx-project.json" file.
|
|
11964
11964
|
```
|
|
11965
11965
|
|
|
11966
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11966
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/test.ts)_
|
|
11967
11967
|
|
|
11968
11968
|
## `sf template generate project`
|
|
11969
11969
|
|
|
@@ -12089,7 +12089,7 @@ FLAG DESCRIPTIONS
|
|
|
12089
12089
|
server-side type stripping.
|
|
12090
12090
|
```
|
|
12091
12091
|
|
|
12092
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12092
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/project/index.ts)_
|
|
12093
12093
|
|
|
12094
12094
|
## `sf template generate static-resource`
|
|
12095
12095
|
|
|
@@ -12152,7 +12152,7 @@ FLAG DESCRIPTIONS
|
|
|
12152
12152
|
etc.
|
|
12153
12153
|
```
|
|
12154
12154
|
|
|
12155
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12155
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/static-resource/index.ts)_
|
|
12156
12156
|
|
|
12157
12157
|
## `sf template generate ui-bundle`
|
|
12158
12158
|
|
|
@@ -12241,7 +12241,7 @@ FLAG DESCRIPTIONS
|
|
|
12241
12241
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12242
12242
|
```
|
|
12243
12243
|
|
|
12244
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12244
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12245
12245
|
|
|
12246
12246
|
## `sf template generate visualforce component`
|
|
12247
12247
|
|
|
@@ -12298,7 +12298,7 @@ FLAG DESCRIPTIONS
|
|
|
12298
12298
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12299
12299
|
```
|
|
12300
12300
|
|
|
12301
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12301
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/component.ts)_
|
|
12302
12302
|
|
|
12303
12303
|
## `sf template generate visualforce page`
|
|
12304
12304
|
|
|
@@ -12349,7 +12349,7 @@ FLAG DESCRIPTIONS
|
|
|
12349
12349
|
The name can be up to 40 characters and must start with a letter.
|
|
12350
12350
|
```
|
|
12351
12351
|
|
|
12352
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12352
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/page.ts)_
|
|
12353
12353
|
|
|
12354
12354
|
## `sf update [CHANNEL]`
|
|
12355
12355
|
|