@salesforce/cli 2.145.3 → 2.145.5
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 +99 -96
- package/npm-shrinkwrap.json +103 -88
- package/oclif.lock +93 -88
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
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.5 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
|
|
|
@@ -5208,7 +5208,7 @@ EXAMPLES
|
|
|
5208
5208
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
5209
5209
|
```
|
|
5210
5210
|
|
|
5211
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5211
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/assign/permset.ts)_
|
|
5212
5212
|
|
|
5213
5213
|
## `sf org assign permsetlicense`
|
|
5214
5214
|
|
|
@@ -5255,7 +5255,7 @@ EXAMPLES
|
|
|
5255
5255
|
user3
|
|
5256
5256
|
```
|
|
5257
5257
|
|
|
5258
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5258
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/assign/permsetlicense.ts)_
|
|
5259
5259
|
|
|
5260
5260
|
## `sf org auth show-access-token`
|
|
5261
5261
|
|
|
@@ -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
|
|
|
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5891
|
might be different than what you specify in the definition file.
|
|
5892
5892
|
```
|
|
5893
5893
|
|
|
5894
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5894
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/create/user.ts)_
|
|
5895
5895
|
|
|
5896
5896
|
## `sf org delete sandbox`
|
|
5897
5897
|
|
|
@@ -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
|
|
|
@@ -6103,7 +6103,7 @@ EXAMPLES
|
|
|
6103
6103
|
$ sf org display user --target-org me@my.org --json
|
|
6104
6104
|
```
|
|
6105
6105
|
|
|
6106
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6106
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/display/user.ts)_
|
|
6107
6107
|
|
|
6108
6108
|
## `sf org enable tracking`
|
|
6109
6109
|
|
|
@@ -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
|
|
|
@@ -6212,7 +6212,7 @@ EXAMPLES
|
|
|
6212
6212
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
6213
6213
|
```
|
|
6214
6214
|
|
|
6215
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6215
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/generate/password.ts)_
|
|
6216
6216
|
|
|
6217
6217
|
## `sf org list`
|
|
6218
6218
|
|
|
@@ -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
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf org list auth
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6286
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/list/auth.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf org list limits`
|
|
6289
6289
|
|
|
@@ -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
|
|
|
@@ -6529,7 +6529,7 @@ EXAMPLES
|
|
|
6529
6529
|
$ sf org list users --target-org me@my.org
|
|
6530
6530
|
```
|
|
6531
6531
|
|
|
6532
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6532
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/list/users.ts)_
|
|
6533
6533
|
|
|
6534
6534
|
## `sf org login access-token`
|
|
6535
6535
|
|
|
@@ -6556,6 +6556,9 @@ DESCRIPTION
|
|
|
6556
6556
|
By default, the command runs interactively and asks you for the access token. If you previously authorized the org,
|
|
6557
6557
|
the command prompts whether you want to overwrite the local file. Specify --no-prompt to not be prompted.
|
|
6558
6558
|
|
|
6559
|
+
If you pipe the access token to the command (so stdin isn't an interactive terminal), the command reads the token from
|
|
6560
|
+
stdin and doesn't prompt to overwrite an existing file.
|
|
6561
|
+
|
|
6559
6562
|
To use the command in a CI/CD script, set the SF_ACCESS_TOKEN environment variable to the access token. Then run the
|
|
6560
6563
|
command with the --no-prompt parameter.
|
|
6561
6564
|
|
|
@@ -6583,7 +6586,7 @@ FLAG DESCRIPTIONS
|
|
|
6583
6586
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6584
6587
|
```
|
|
6585
6588
|
|
|
6586
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6589
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/access-token.ts)_
|
|
6587
6590
|
|
|
6588
6591
|
## `sf org login jwt`
|
|
6589
6592
|
|
|
@@ -6674,7 +6677,7 @@ FLAG DESCRIPTIONS
|
|
|
6674
6677
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6675
6678
|
```
|
|
6676
6679
|
|
|
6677
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6680
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/jwt.ts)_
|
|
6678
6681
|
|
|
6679
6682
|
## `sf org login sfdx-url`
|
|
6680
6683
|
|
|
@@ -6744,7 +6747,7 @@ EXAMPLES
|
|
|
6744
6747
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
6745
6748
|
```
|
|
6746
6749
|
|
|
6747
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6750
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/sfdx-url.ts)_
|
|
6748
6751
|
|
|
6749
6752
|
## `sf org login web`
|
|
6750
6753
|
|
|
@@ -6849,7 +6852,7 @@ FLAG DESCRIPTIONS
|
|
|
6849
6852
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6850
6853
|
```
|
|
6851
6854
|
|
|
6852
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6855
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/web.ts)_
|
|
6853
6856
|
|
|
6854
6857
|
## `sf org logout`
|
|
6855
6858
|
|
|
@@ -6915,7 +6918,7 @@ FLAG DESCRIPTIONS
|
|
|
6915
6918
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
6916
6919
|
```
|
|
6917
6920
|
|
|
6918
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.
|
|
6921
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/logout.ts)_
|
|
6919
6922
|
|
|
6920
6923
|
## `sf org open`
|
|
6921
6924
|
|
|
@@ -6991,7 +6994,7 @@ EXAMPLES
|
|
|
6991
6994
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6992
6995
|
```
|
|
6993
6996
|
|
|
6994
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open.ts)_
|
|
6995
6998
|
|
|
6996
6999
|
## `sf org open agent`
|
|
6997
7000
|
|
|
@@ -7055,7 +7058,7 @@ EXAMPLES
|
|
|
7055
7058
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7056
7059
|
```
|
|
7057
7060
|
|
|
7058
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7061
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/agent.ts)_
|
|
7059
7062
|
|
|
7060
7063
|
## `sf org open authoring-bundle`
|
|
7061
7064
|
|
|
@@ -7101,7 +7104,7 @@ EXAMPLES
|
|
|
7101
7104
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7102
7105
|
```
|
|
7103
7106
|
|
|
7104
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7107
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/authoring-bundle.ts)_
|
|
7105
7108
|
|
|
7106
7109
|
## `sf org refresh sandbox`
|
|
7107
7110
|
|
|
@@ -7204,7 +7207,7 @@ FLAG DESCRIPTIONS
|
|
|
7204
7207
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7205
7208
|
```
|
|
7206
7209
|
|
|
7207
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7210
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/refresh/sandbox.ts)_
|
|
7208
7211
|
|
|
7209
7212
|
## `sf org resume sandbox`
|
|
7210
7213
|
|
|
@@ -7267,7 +7270,7 @@ FLAG DESCRIPTIONS
|
|
|
7267
7270
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7268
7271
|
```
|
|
7269
7272
|
|
|
7270
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7273
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/resume/sandbox.ts)_
|
|
7271
7274
|
|
|
7272
7275
|
## `sf org resume scratch`
|
|
7273
7276
|
|
|
@@ -7320,7 +7323,7 @@ FLAG DESCRIPTIONS
|
|
|
7320
7323
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7321
7324
|
```
|
|
7322
7325
|
|
|
7323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7326
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/resume/scratch.ts)_
|
|
7324
7327
|
|
|
7325
7328
|
## `sf package convert`
|
|
7326
7329
|
|
|
@@ -9036,7 +9039,7 @@ EXAMPLES
|
|
|
9036
9039
|
$ sf plugins discover
|
|
9037
9040
|
```
|
|
9038
9041
|
|
|
9039
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
9042
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.41/src/commands/plugins/discover.ts)_
|
|
9040
9043
|
|
|
9041
9044
|
## `sf plugins:inspect PLUGIN...`
|
|
9042
9045
|
|
|
@@ -9195,7 +9198,7 @@ EXAMPLES
|
|
|
9195
9198
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9196
9199
|
```
|
|
9197
9200
|
|
|
9198
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9201
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9199
9202
|
|
|
9200
9203
|
## `sf plugins trust allowlist list`
|
|
9201
9204
|
|
|
@@ -9223,7 +9226,7 @@ EXAMPLES
|
|
|
9223
9226
|
$ sf plugins trust allowlist list
|
|
9224
9227
|
```
|
|
9225
9228
|
|
|
9226
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9229
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9227
9230
|
|
|
9228
9231
|
## `sf plugins trust allowlist remove`
|
|
9229
9232
|
|
|
@@ -9260,7 +9263,7 @@ EXAMPLES
|
|
|
9260
9263
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9261
9264
|
```
|
|
9262
9265
|
|
|
9263
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9266
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9264
9267
|
|
|
9265
9268
|
## `sf plugins trust verify`
|
|
9266
9269
|
|
|
@@ -9289,7 +9292,7 @@ EXAMPLES
|
|
|
9289
9292
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9290
9293
|
```
|
|
9291
9294
|
|
|
9292
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9295
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.38/src/commands/plugins/trust/verify.ts)_
|
|
9293
9296
|
|
|
9294
9297
|
## `sf plugins uninstall [PLUGIN]`
|
|
9295
9298
|
|
|
@@ -11103,7 +11106,7 @@ FLAG DESCRIPTIONS
|
|
|
11103
11106
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
11104
11107
|
```
|
|
11105
11108
|
|
|
11106
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11109
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/field.ts)_
|
|
11107
11110
|
|
|
11108
11111
|
## `sf schema generate platformevent`
|
|
11109
11112
|
|
|
@@ -11135,7 +11138,7 @@ EXAMPLES
|
|
|
11135
11138
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
11136
11139
|
```
|
|
11137
11140
|
|
|
11138
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11141
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/platformevent.ts)_
|
|
11139
11142
|
|
|
11140
11143
|
## `sf schema generate sobject`
|
|
11141
11144
|
|
|
@@ -11192,7 +11195,7 @@ FLAG DESCRIPTIONS
|
|
|
11192
11195
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
11193
11196
|
```
|
|
11194
11197
|
|
|
11195
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11198
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/sobject.ts)_
|
|
11196
11199
|
|
|
11197
11200
|
## `sf schema generate tab`
|
|
11198
11201
|
|
|
@@ -11240,7 +11243,7 @@ FLAG DESCRIPTIONS
|
|
|
11240
11243
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
11241
11244
|
```
|
|
11242
11245
|
|
|
11243
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
11246
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.123/src/commands/schema/generate/tab.ts)_
|
|
11244
11247
|
|
|
11245
11248
|
## `sf search`
|
|
11246
11249
|
|
|
@@ -11303,7 +11306,7 @@ EXAMPLES
|
|
|
11303
11306
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
11304
11307
|
```
|
|
11305
11308
|
|
|
11306
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
11309
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.129/src/commands/sobject/describe.ts)_
|
|
11307
11310
|
|
|
11308
11311
|
## `sf sobject list`
|
|
11309
11312
|
|
|
@@ -11342,7 +11345,7 @@ EXAMPLES
|
|
|
11342
11345
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
11343
11346
|
```
|
|
11344
11347
|
|
|
11345
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
11348
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.129/src/commands/sobject/list.ts)_
|
|
11346
11349
|
|
|
11347
11350
|
## `sf template generate analytics template`
|
|
11348
11351
|
|
|
@@ -11386,7 +11389,7 @@ FLAG DESCRIPTIONS
|
|
|
11386
11389
|
directory.
|
|
11387
11390
|
```
|
|
11388
11391
|
|
|
11389
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11392
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/analytics/template.ts)_
|
|
11390
11393
|
|
|
11391
11394
|
## `sf template generate apex class`
|
|
11392
11395
|
|
|
@@ -11448,7 +11451,7 @@ FLAG DESCRIPTIONS
|
|
|
11448
11451
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11449
11452
|
```
|
|
11450
11453
|
|
|
11451
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11454
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/class.ts)_
|
|
11452
11455
|
|
|
11453
11456
|
## `sf template generate apex trigger`
|
|
11454
11457
|
|
|
@@ -11518,7 +11521,7 @@ FLAG DESCRIPTIONS
|
|
|
11518
11521
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11519
11522
|
```
|
|
11520
11523
|
|
|
11521
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11524
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/trigger.ts)_
|
|
11522
11525
|
|
|
11523
11526
|
## `sf template generate digital-experience site`
|
|
11524
11527
|
|
|
@@ -11572,7 +11575,7 @@ FLAG DESCRIPTIONS
|
|
|
11572
11575
|
project, defaults to the current directory.
|
|
11573
11576
|
```
|
|
11574
11577
|
|
|
11575
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11578
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/digital-experience/site.ts)_
|
|
11576
11579
|
|
|
11577
11580
|
## `sf template generate flexipage`
|
|
11578
11581
|
|
|
@@ -11654,7 +11657,7 @@ FLAG DESCRIPTIONS
|
|
|
11654
11657
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11655
11658
|
```
|
|
11656
11659
|
|
|
11657
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11660
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/flexipage/index.ts)_
|
|
11658
11661
|
|
|
11659
11662
|
## `sf template generate lightning app`
|
|
11660
11663
|
|
|
@@ -11712,7 +11715,7 @@ FLAG DESCRIPTIONS
|
|
|
11712
11715
|
field in the DX project's "sfdx-project.json" file.
|
|
11713
11716
|
```
|
|
11714
11717
|
|
|
11715
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11718
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/app.ts)_
|
|
11716
11719
|
|
|
11717
11720
|
## `sf template generate lightning component`
|
|
11718
11721
|
|
|
@@ -11789,7 +11792,7 @@ FLAG DESCRIPTIONS
|
|
|
11789
11792
|
field in the DX project's "sfdx-project.json" file.
|
|
11790
11793
|
```
|
|
11791
11794
|
|
|
11792
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11795
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/component.ts)_
|
|
11793
11796
|
|
|
11794
11797
|
## `sf template generate lightning event`
|
|
11795
11798
|
|
|
@@ -11847,7 +11850,7 @@ FLAG DESCRIPTIONS
|
|
|
11847
11850
|
field in the DX project's "sfdx-project.json" file.
|
|
11848
11851
|
```
|
|
11849
11852
|
|
|
11850
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11853
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/event.ts)_
|
|
11851
11854
|
|
|
11852
11855
|
## `sf template generate lightning interface`
|
|
11853
11856
|
|
|
@@ -11905,7 +11908,7 @@ FLAG DESCRIPTIONS
|
|
|
11905
11908
|
field in the DX project's "sfdx-project.json" file.
|
|
11906
11909
|
```
|
|
11907
11910
|
|
|
11908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11911
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/interface.ts)_
|
|
11909
11912
|
|
|
11910
11913
|
## `sf template generate lightning test`
|
|
11911
11914
|
|
|
@@ -11963,7 +11966,7 @@ FLAG DESCRIPTIONS
|
|
|
11963
11966
|
field in the DX project's "sfdx-project.json" file.
|
|
11964
11967
|
```
|
|
11965
11968
|
|
|
11966
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11969
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/test.ts)_
|
|
11967
11970
|
|
|
11968
11971
|
## `sf template generate project`
|
|
11969
11972
|
|
|
@@ -12089,7 +12092,7 @@ FLAG DESCRIPTIONS
|
|
|
12089
12092
|
server-side type stripping.
|
|
12090
12093
|
```
|
|
12091
12094
|
|
|
12092
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12095
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/project/index.ts)_
|
|
12093
12096
|
|
|
12094
12097
|
## `sf template generate static-resource`
|
|
12095
12098
|
|
|
@@ -12152,7 +12155,7 @@ FLAG DESCRIPTIONS
|
|
|
12152
12155
|
etc.
|
|
12153
12156
|
```
|
|
12154
12157
|
|
|
12155
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12158
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/static-resource/index.ts)_
|
|
12156
12159
|
|
|
12157
12160
|
## `sf template generate ui-bundle`
|
|
12158
12161
|
|
|
@@ -12241,7 +12244,7 @@ FLAG DESCRIPTIONS
|
|
|
12241
12244
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12242
12245
|
```
|
|
12243
12246
|
|
|
12244
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12247
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12245
12248
|
|
|
12246
12249
|
## `sf template generate visualforce component`
|
|
12247
12250
|
|
|
@@ -12298,7 +12301,7 @@ FLAG DESCRIPTIONS
|
|
|
12298
12301
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12299
12302
|
```
|
|
12300
12303
|
|
|
12301
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12304
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/component.ts)_
|
|
12302
12305
|
|
|
12303
12306
|
## `sf template generate visualforce page`
|
|
12304
12307
|
|
|
@@ -12349,7 +12352,7 @@ FLAG DESCRIPTIONS
|
|
|
12349
12352
|
The name can be up to 40 characters and must start with a letter.
|
|
12350
12353
|
```
|
|
12351
12354
|
|
|
12352
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12355
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/page.ts)_
|
|
12353
12356
|
|
|
12354
12357
|
## `sf update [CHANNEL]`
|
|
12355
12358
|
|