@salesforce/cli 2.148.1 → 2.148.2
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 +177 -174
- package/npm-shrinkwrap.json +134 -134
- package/oclif.lock +137 -137
- package/oclif.manifest.json +31 -17
- package/package.json +30 -30
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.148.
|
|
28
|
+
@salesforce/cli/2.148.2 linux-x64 node-v24.18.0
|
|
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/3.0.
|
|
2751
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/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/3.0.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/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/3.0.
|
|
2840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/alias/unset.ts)_
|
|
2841
2841
|
|
|
2842
2842
|
## `sf apex get log`
|
|
2843
2843
|
|
|
@@ -2893,7 +2893,7 @@ FLAG DESCRIPTIONS
|
|
|
2893
2893
|
directory.
|
|
2894
2894
|
```
|
|
2895
2895
|
|
|
2896
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
2896
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/get/log.ts)_
|
|
2897
2897
|
|
|
2898
2898
|
## `sf apex get test`
|
|
2899
2899
|
|
|
@@ -2953,7 +2953,7 @@ EXAMPLES
|
|
|
2953
2953
|
me@myorg'
|
|
2954
2954
|
```
|
|
2955
2955
|
|
|
2956
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
2956
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/get/test.ts)_
|
|
2957
2957
|
|
|
2958
2958
|
## `sf apex list log`
|
|
2959
2959
|
|
|
@@ -2993,7 +2993,7 @@ EXAMPLES
|
|
|
2993
2993
|
$ sf apex list log --target-org me@my.org
|
|
2994
2994
|
```
|
|
2995
2995
|
|
|
2996
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
2996
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/list/log.ts)_
|
|
2997
2997
|
|
|
2998
2998
|
## `sf apex run`
|
|
2999
2999
|
|
|
@@ -3040,7 +3040,7 @@ EXAMPLES
|
|
|
3040
3040
|
$ sf apex run
|
|
3041
3041
|
```
|
|
3042
3042
|
|
|
3043
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
3043
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/run.ts)_
|
|
3044
3044
|
|
|
3045
3045
|
## `sf apex run test`
|
|
3046
3046
|
|
|
@@ -3187,7 +3187,7 @@ FLAG DESCRIPTIONS
|
|
|
3187
3187
|
--tests Test1 --tests Test2
|
|
3188
3188
|
```
|
|
3189
3189
|
|
|
3190
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
3190
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/run/test.ts)_
|
|
3191
3191
|
|
|
3192
3192
|
## `sf apex tail log`
|
|
3193
3193
|
|
|
@@ -3230,7 +3230,7 @@ EXAMPLES
|
|
|
3230
3230
|
$ sf apex tail log --color --skip-trace-flag
|
|
3231
3231
|
```
|
|
3232
3232
|
|
|
3233
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
3233
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/tail/log.ts)_
|
|
3234
3234
|
|
|
3235
3235
|
## `sf api request graphql`
|
|
3236
3236
|
|
|
@@ -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/2.0.
|
|
3286
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.8/src/commands/api/request/graphql.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf api request rest [URL]`
|
|
3289
3289
|
|
|
@@ -3291,7 +3291,7 @@ Make an authenticated HTTP request using the Salesforce REST API.
|
|
|
3291
3291
|
|
|
3292
3292
|
```
|
|
3293
3293
|
USAGE
|
|
3294
|
-
$ sf api request rest [URL] -o <value> [--flags-dir <value>] [-i | -S Example: report.xlsx] [-X
|
|
3294
|
+
$ sf api request rest [URL] -o <value> [--json] [--flags-dir <value>] [-i | -S Example: report.xlsx] [-X
|
|
3295
3295
|
GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE] [-H key:value...] [-f file | -b file]
|
|
3296
3296
|
|
|
3297
3297
|
ARGUMENTS
|
|
@@ -3313,6 +3313,7 @@ FLAGS
|
|
|
3313
3313
|
|
|
3314
3314
|
GLOBAL FLAGS
|
|
3315
3315
|
--flags-dir=<value> Import flag values from a directory.
|
|
3316
|
+
--json Format output as json.
|
|
3316
3317
|
|
|
3317
3318
|
DESCRIPTION
|
|
3318
3319
|
Make an authenticated HTTP request using the Salesforce REST API.
|
|
@@ -3392,7 +3393,7 @@ FLAG DESCRIPTIONS
|
|
|
3392
3393
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
3393
3394
|
```
|
|
3394
3395
|
|
|
3395
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.
|
|
3396
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.8/src/commands/api/request/rest.ts)_
|
|
3396
3397
|
|
|
3397
3398
|
## `sf autocomplete [SHELL]`
|
|
3398
3399
|
|
|
@@ -3423,7 +3424,7 @@ EXAMPLES
|
|
|
3423
3424
|
$ sf autocomplete --refresh-cache
|
|
3424
3425
|
```
|
|
3425
3426
|
|
|
3426
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
3427
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.56/src/commands/autocomplete/index.ts)_
|
|
3427
3428
|
|
|
3428
3429
|
## `sf commands`
|
|
3429
3430
|
|
|
@@ -3452,7 +3453,7 @@ DESCRIPTION
|
|
|
3452
3453
|
List all sf commands.
|
|
3453
3454
|
```
|
|
3454
3455
|
|
|
3455
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
3456
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.63/src/commands/commands.ts)_
|
|
3456
3457
|
|
|
3457
3458
|
## `sf config get`
|
|
3458
3459
|
|
|
@@ -3501,7 +3502,7 @@ CONFIGURATION VARIABLES
|
|
|
3501
3502
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3502
3503
|
```
|
|
3503
3504
|
|
|
3504
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3505
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/get.ts)_
|
|
3505
3506
|
|
|
3506
3507
|
## `sf config list`
|
|
3507
3508
|
|
|
@@ -3541,7 +3542,7 @@ EXAMPLES
|
|
|
3541
3542
|
$ sf config list
|
|
3542
3543
|
```
|
|
3543
3544
|
|
|
3544
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3545
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/list.ts)_
|
|
3545
3546
|
|
|
3546
3547
|
## `sf config set`
|
|
3547
3548
|
|
|
@@ -3610,7 +3611,7 @@ CONFIGURATION VARIABLES
|
|
|
3610
3611
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3611
3612
|
```
|
|
3612
3613
|
|
|
3613
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3614
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/set.ts)_
|
|
3614
3615
|
|
|
3615
3616
|
## `sf config unset`
|
|
3616
3617
|
|
|
@@ -3660,7 +3661,7 @@ CONFIGURATION VARIABLES
|
|
|
3660
3661
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3661
3662
|
```
|
|
3662
3663
|
|
|
3663
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.
|
|
3664
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/unset.ts)_
|
|
3664
3665
|
|
|
3665
3666
|
## `sf data bulk results`
|
|
3666
3667
|
|
|
@@ -3705,7 +3706,7 @@ EXAMPLES
|
|
|
3705
3706
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
3706
3707
|
```
|
|
3707
3708
|
|
|
3708
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3709
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/bulk/results.ts)_
|
|
3709
3710
|
|
|
3710
3711
|
## `sf data create file`
|
|
3711
3712
|
|
|
@@ -3754,7 +3755,7 @@ EXAMPLES
|
|
|
3754
3755
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
3755
3756
|
```
|
|
3756
3757
|
|
|
3757
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3758
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/create/file.ts)_
|
|
3758
3759
|
|
|
3759
3760
|
## `sf data create record`
|
|
3760
3761
|
|
|
@@ -3763,16 +3764,19 @@ Create and insert a record into a Salesforce or Tooling API object.
|
|
|
3763
3764
|
```
|
|
3764
3765
|
USAGE
|
|
3765
3766
|
$ sf data create record -o <value> -s <value> -v <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t]
|
|
3767
|
+
[--skip-assignment-rules]
|
|
3766
3768
|
|
|
3767
3769
|
FLAGS
|
|
3768
|
-
-o, --target-org=<value>
|
|
3769
|
-
|
|
3770
|
-
-s, --sobject=<value>
|
|
3771
|
-
|
|
3772
|
-
-t, --use-tooling-api
|
|
3773
|
-
-v, --values=<value>
|
|
3774
|
-
|
|
3775
|
-
--api-version=<value>
|
|
3770
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
3771
|
+
configuration variable is already set.
|
|
3772
|
+
-s, --sobject=<value> (required) API name of the Salesforce or Tooling API object that you're inserting a
|
|
3773
|
+
record into.
|
|
3774
|
+
-t, --use-tooling-api Use Tooling API so you can insert a record in a Tooling API object.
|
|
3775
|
+
-v, --values=<value> (required) Values for the flags in the form <fieldName>=<value>, separate multiple pairs
|
|
3776
|
+
with spaces.
|
|
3777
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
3778
|
+
--skip-assignment-rules Don't apply active assignment rules when creating the record; applies to Account, Case,
|
|
3779
|
+
and Lead records.
|
|
3776
3780
|
|
|
3777
3781
|
GLOBAL FLAGS
|
|
3778
3782
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -3810,7 +3814,7 @@ EXAMPLES
|
|
|
3810
3814
|
TracedEntityId=01p17000000R6bLAAS"
|
|
3811
3815
|
```
|
|
3812
3816
|
|
|
3813
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3817
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/create/record.ts)_
|
|
3814
3818
|
|
|
3815
3819
|
## `sf data delete bulk`
|
|
3816
3820
|
|
|
@@ -3869,7 +3873,7 @@ FLAG DESCRIPTIONS
|
|
|
3869
3873
|
and can be enabled only by a system administrator.
|
|
3870
3874
|
```
|
|
3871
3875
|
|
|
3872
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3876
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/bulk.ts)_
|
|
3873
3877
|
|
|
3874
3878
|
## `sf data delete record`
|
|
3875
3879
|
|
|
@@ -3930,7 +3934,7 @@ EXAMPLES
|
|
|
3930
3934
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3931
3935
|
```
|
|
3932
3936
|
|
|
3933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3937
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/record.ts)_
|
|
3934
3938
|
|
|
3935
3939
|
## `sf data delete resume`
|
|
3936
3940
|
|
|
@@ -3969,7 +3973,7 @@ EXAMPLES
|
|
|
3969
3973
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3970
3974
|
```
|
|
3971
3975
|
|
|
3972
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
3976
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/resume.ts)_
|
|
3973
3977
|
|
|
3974
3978
|
## `sf data export bulk`
|
|
3975
3979
|
|
|
@@ -4036,7 +4040,7 @@ EXAMPLES
|
|
|
4036
4040
|
--result-format json --wait 10 --all-rows
|
|
4037
4041
|
```
|
|
4038
4042
|
|
|
4039
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4043
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/bulk.ts)_
|
|
4040
4044
|
|
|
4041
4045
|
## `sf data export resume`
|
|
4042
4046
|
|
|
@@ -4075,7 +4079,7 @@ EXAMPLES
|
|
|
4075
4079
|
$ sf data export resume --use-most-recent
|
|
4076
4080
|
```
|
|
4077
4081
|
|
|
4078
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4082
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/resume.ts)_
|
|
4079
4083
|
|
|
4080
4084
|
## `sf data export tree`
|
|
4081
4085
|
|
|
@@ -4135,7 +4139,7 @@ EXAMPLES
|
|
|
4135
4139
|
my-scratch
|
|
4136
4140
|
```
|
|
4137
4141
|
|
|
4138
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4142
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/tree.ts)_
|
|
4139
4143
|
|
|
4140
4144
|
## `sf data get record`
|
|
4141
4145
|
|
|
@@ -4199,7 +4203,7 @@ EXAMPLES
|
|
|
4199
4203
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
4200
4204
|
```
|
|
4201
4205
|
|
|
4202
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4206
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/get/record.ts)_
|
|
4203
4207
|
|
|
4204
4208
|
## `sf data import bulk`
|
|
4205
4209
|
|
|
@@ -4251,7 +4255,7 @@ EXAMPLES
|
|
|
4251
4255
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4252
4256
|
```
|
|
4253
4257
|
|
|
4254
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4258
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/bulk.ts)_
|
|
4255
4259
|
|
|
4256
4260
|
## `sf data import resume`
|
|
4257
4261
|
|
|
@@ -4287,7 +4291,7 @@ EXAMPLES
|
|
|
4287
4291
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
4288
4292
|
```
|
|
4289
4293
|
|
|
4290
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4294
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/resume.ts)_
|
|
4291
4295
|
|
|
4292
4296
|
## `sf data import tree`
|
|
4293
4297
|
|
|
@@ -4351,7 +4355,7 @@ FLAG DESCRIPTIONS
|
|
|
4351
4355
|
- files(array) - Files: An array of files paths to load
|
|
4352
4356
|
```
|
|
4353
4357
|
|
|
4354
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4358
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/tree.ts)_
|
|
4355
4359
|
|
|
4356
4360
|
## `sf data query`
|
|
4357
4361
|
|
|
@@ -4404,7 +4408,7 @@ EXAMPLES
|
|
|
4404
4408
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
4405
4409
|
```
|
|
4406
4410
|
|
|
4407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4411
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/query.ts)_
|
|
4408
4412
|
|
|
4409
4413
|
## `sf data resume`
|
|
4410
4414
|
|
|
@@ -4441,7 +4445,7 @@ EXAMPLES
|
|
|
4441
4445
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
4442
4446
|
```
|
|
4443
4447
|
|
|
4444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4448
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/resume.ts)_
|
|
4445
4449
|
|
|
4446
4450
|
## `sf data search`
|
|
4447
4451
|
|
|
@@ -4491,7 +4495,7 @@ EXAMPLES
|
|
|
4491
4495
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
4492
4496
|
```
|
|
4493
4497
|
|
|
4494
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4498
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/search.ts)_
|
|
4495
4499
|
|
|
4496
4500
|
## `sf data update bulk`
|
|
4497
4501
|
|
|
@@ -4546,7 +4550,7 @@ EXAMPLES
|
|
|
4546
4550
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4547
4551
|
```
|
|
4548
4552
|
|
|
4549
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4553
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/bulk.ts)_
|
|
4550
4554
|
|
|
4551
4555
|
## `sf data update record`
|
|
4552
4556
|
|
|
@@ -4555,18 +4559,20 @@ Updates a single record of a Salesforce or Tooling API object.
|
|
|
4555
4559
|
```
|
|
4556
4560
|
USAGE
|
|
4557
4561
|
$ sf data update record -o <value> -s <value> -v <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i
|
|
4558
|
-
<value>] [-w <value>] [-t]
|
|
4562
|
+
<value>] [-w <value>] [-t] [--skip-assignment-rules]
|
|
4559
4563
|
|
|
4560
4564
|
FLAGS
|
|
4561
|
-
-i, --record-id=<value>
|
|
4562
|
-
-o, --target-org=<value>
|
|
4563
|
-
|
|
4564
|
-
-s, --sobject=<value>
|
|
4565
|
-
|
|
4566
|
-
-t, --use-tooling-api
|
|
4567
|
-
-v, --values=<value>
|
|
4568
|
-
-w, --where=<value>
|
|
4569
|
-
--api-version=<value>
|
|
4565
|
+
-i, --record-id=<value> ID of the record you’re updating.
|
|
4566
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4567
|
+
configuration variable is already set.
|
|
4568
|
+
-s, --sobject=<value> (required) API name of the Salesforce or Tooling API object that contains the record
|
|
4569
|
+
you're updating.
|
|
4570
|
+
-t, --use-tooling-api Use Tooling API so you can update a record in a Tooling API object.
|
|
4571
|
+
-v, --values=<value> (required) Fields that you're updating, in the format of <fieldName>=<value> pairs.
|
|
4572
|
+
-w, --where=<value> List of <fieldName>=<value> pairs that identify the record you want to update.
|
|
4573
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
4574
|
+
--skip-assignment-rules Don't apply active assignment rules when updating the record; applies to Account, Case,
|
|
4575
|
+
and Lead records.
|
|
4570
4576
|
|
|
4571
4577
|
GLOBAL FLAGS
|
|
4572
4578
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -4608,7 +4614,7 @@ EXAMPLES
|
|
|
4608
4614
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
4609
4615
|
```
|
|
4610
4616
|
|
|
4611
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4617
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/record.ts)_
|
|
4612
4618
|
|
|
4613
4619
|
## `sf data update resume`
|
|
4614
4620
|
|
|
@@ -4647,7 +4653,7 @@ EXAMPLES
|
|
|
4647
4653
|
$ sf data update resume --use-most-recent
|
|
4648
4654
|
```
|
|
4649
4655
|
|
|
4650
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4656
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/resume.ts)_
|
|
4651
4657
|
|
|
4652
4658
|
## `sf data upsert bulk`
|
|
4653
4659
|
|
|
@@ -4703,7 +4709,7 @@ EXAMPLES
|
|
|
4703
4709
|
my-scratch
|
|
4704
4710
|
```
|
|
4705
4711
|
|
|
4706
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4712
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/upsert/bulk.ts)_
|
|
4707
4713
|
|
|
4708
4714
|
## `sf data upsert resume`
|
|
4709
4715
|
|
|
@@ -4742,7 +4748,7 @@ EXAMPLES
|
|
|
4742
4748
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
4743
4749
|
```
|
|
4744
4750
|
|
|
4745
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4751
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/upsert/resume.ts)_
|
|
4746
4752
|
|
|
4747
4753
|
## `sf doctor`
|
|
4748
4754
|
|
|
@@ -4790,7 +4796,7 @@ EXAMPLES
|
|
|
4790
4796
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4791
4797
|
```
|
|
4792
4798
|
|
|
4793
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4799
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.5/src/commands/doctor.ts)_
|
|
4794
4800
|
|
|
4795
4801
|
## `sf force data bulk delete`
|
|
4796
4802
|
|
|
@@ -4837,7 +4843,7 @@ EXAMPLES
|
|
|
4837
4843
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
4838
4844
|
```
|
|
4839
4845
|
|
|
4840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4846
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/delete.ts)_
|
|
4841
4847
|
|
|
4842
4848
|
## `sf force data bulk status`
|
|
4843
4849
|
|
|
@@ -4874,7 +4880,7 @@ EXAMPLES
|
|
|
4874
4880
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4875
4881
|
```
|
|
4876
4882
|
|
|
4877
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4883
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/status.ts)_
|
|
4878
4884
|
|
|
4879
4885
|
## `sf force data bulk upsert`
|
|
4880
4886
|
|
|
@@ -4932,7 +4938,7 @@ EXAMPLES
|
|
|
4932
4938
|
--target-org my-scratch
|
|
4933
4939
|
```
|
|
4934
4940
|
|
|
4935
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.
|
|
4941
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/upsert.ts)_
|
|
4936
4942
|
|
|
4937
4943
|
## `sf help [COMMAND]`
|
|
4938
4944
|
|
|
@@ -4952,7 +4958,7 @@ DESCRIPTION
|
|
|
4952
4958
|
Display help for sf.
|
|
4953
4959
|
```
|
|
4954
4960
|
|
|
4955
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
4961
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.58/src/commands/help.ts)_
|
|
4956
4962
|
|
|
4957
4963
|
## `sf info releasenotes display`
|
|
4958
4964
|
|
|
@@ -4992,7 +4998,7 @@ EXAMPLES
|
|
|
4992
4998
|
$ sf info releasenotes display --version latest
|
|
4993
4999
|
```
|
|
4994
5000
|
|
|
4995
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
5001
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.5/src/commands/info/releasenotes/display.ts)_
|
|
4996
5002
|
|
|
4997
5003
|
## `sf logic get test`
|
|
4998
5004
|
|
|
@@ -5040,7 +5046,7 @@ EXAMPLES
|
|
|
5040
5046
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
5041
5047
|
```
|
|
5042
5048
|
|
|
5043
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
5049
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/logic/get/test.ts)_
|
|
5044
5050
|
|
|
5045
5051
|
## `sf logic run test`
|
|
5046
5052
|
|
|
@@ -5162,7 +5168,7 @@ FLAG DESCRIPTIONS
|
|
|
5162
5168
|
--tests Test1 --tests Test2
|
|
5163
5169
|
```
|
|
5164
5170
|
|
|
5165
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0
|
|
5171
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/logic/run/test.ts)_
|
|
5166
5172
|
|
|
5167
5173
|
## `sf org assign permset`
|
|
5168
5174
|
|
|
@@ -5208,7 +5214,7 @@ EXAMPLES
|
|
|
5208
5214
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
5209
5215
|
```
|
|
5210
5216
|
|
|
5211
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
5217
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/assign/permset.ts)_
|
|
5212
5218
|
|
|
5213
5219
|
## `sf org assign permsetlicense`
|
|
5214
5220
|
|
|
@@ -5255,7 +5261,7 @@ EXAMPLES
|
|
|
5255
5261
|
user3
|
|
5256
5262
|
```
|
|
5257
5263
|
|
|
5258
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
5264
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/assign/permsetlicense.ts)_
|
|
5259
5265
|
|
|
5260
5266
|
## `sf org auth show-access-token`
|
|
5261
5267
|
|
|
@@ -5298,7 +5304,7 @@ EXAMPLES
|
|
|
5298
5304
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5299
5305
|
```
|
|
5300
5306
|
|
|
5301
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5307
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/auth/show-access-token.ts)_
|
|
5302
5308
|
|
|
5303
5309
|
## `sf org auth show-sfdx-auth-url`
|
|
5304
5310
|
|
|
@@ -5342,7 +5348,7 @@ EXAMPLES
|
|
|
5342
5348
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5343
5349
|
```
|
|
5344
5350
|
|
|
5345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5351
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5346
5352
|
|
|
5347
5353
|
## `sf org auth show-user-password`
|
|
5348
5354
|
|
|
@@ -5389,7 +5395,7 @@ EXAMPLES
|
|
|
5389
5395
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5390
5396
|
```
|
|
5391
5397
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5398
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/auth/show-user-password.ts)_
|
|
5393
5399
|
|
|
5394
5400
|
## `sf org create agent-user`
|
|
5395
5401
|
|
|
@@ -5467,7 +5473,7 @@ FLAG DESCRIPTIONS
|
|
|
5467
5473
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5468
5474
|
```
|
|
5469
5475
|
|
|
5470
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/create/agent-user.ts)_
|
|
5471
5477
|
|
|
5472
5478
|
## `sf org create sandbox`
|
|
5473
5479
|
|
|
@@ -5601,7 +5607,7 @@ FLAG DESCRIPTIONS
|
|
|
5601
5607
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5602
5608
|
```
|
|
5603
5609
|
|
|
5604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5610
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/create/sandbox.ts)_
|
|
5605
5611
|
|
|
5606
5612
|
## `sf org create scratch`
|
|
5607
5613
|
|
|
@@ -5783,7 +5789,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5789
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5784
5790
|
```
|
|
5785
5791
|
|
|
5786
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5792
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/create/scratch.ts)_
|
|
5787
5793
|
|
|
5788
5794
|
## `sf org create user`
|
|
5789
5795
|
|
|
@@ -5891,7 +5897,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5897
|
might be different than what you specify in the definition file.
|
|
5892
5898
|
```
|
|
5893
5899
|
|
|
5894
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
5900
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/create/user.ts)_
|
|
5895
5901
|
|
|
5896
5902
|
## `sf org delete sandbox`
|
|
5897
5903
|
|
|
@@ -5937,7 +5943,7 @@ EXAMPLES
|
|
|
5937
5943
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5938
5944
|
```
|
|
5939
5945
|
|
|
5940
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5946
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/delete/sandbox.ts)_
|
|
5941
5947
|
|
|
5942
5948
|
## `sf org delete scratch`
|
|
5943
5949
|
|
|
@@ -5981,7 +5987,7 @@ EXAMPLES
|
|
|
5981
5987
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5982
5988
|
```
|
|
5983
5989
|
|
|
5984
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/delete/scratch.ts)_
|
|
5985
5991
|
|
|
5986
5992
|
## `sf org disable tracking`
|
|
5987
5993
|
|
|
@@ -6020,7 +6026,7 @@ EXAMPLES
|
|
|
6020
6026
|
$ sf org disable tracking
|
|
6021
6027
|
```
|
|
6022
6028
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6029
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/disable/tracking.ts)_
|
|
6024
6030
|
|
|
6025
6031
|
## `sf org display`
|
|
6026
6032
|
|
|
@@ -6065,7 +6071,7 @@ EXAMPLES
|
|
|
6065
6071
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6066
6072
|
```
|
|
6067
6073
|
|
|
6068
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6074
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/display.ts)_
|
|
6069
6075
|
|
|
6070
6076
|
## `sf org display user`
|
|
6071
6077
|
|
|
@@ -6103,7 +6109,7 @@ EXAMPLES
|
|
|
6103
6109
|
$ sf org display user --target-org me@my.org --json
|
|
6104
6110
|
```
|
|
6105
6111
|
|
|
6106
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
6112
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/display/user.ts)_
|
|
6107
6113
|
|
|
6108
6114
|
## `sf org enable tracking`
|
|
6109
6115
|
|
|
@@ -6145,7 +6151,7 @@ EXAMPLES
|
|
|
6145
6151
|
$ sf org enable tracking
|
|
6146
6152
|
```
|
|
6147
6153
|
|
|
6148
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6154
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/enable/tracking.ts)_
|
|
6149
6155
|
|
|
6150
6156
|
## `sf org generate password`
|
|
6151
6157
|
|
|
@@ -6162,7 +6168,7 @@ FLAGS
|
|
|
6162
6168
|
-c, --complexity=<value> [default: 5] Level of password complexity or strength; the higher the value, the
|
|
6163
6169
|
stronger the password.
|
|
6164
6170
|
-l, --length=<value> [default: 20] Number of characters in the generated password; valid values are between
|
|
6165
|
-
20 and
|
|
6171
|
+
20 and 1000. Default value is 20.
|
|
6166
6172
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
6167
6173
|
configuration variable is already set.
|
|
6168
6174
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -6180,12 +6186,9 @@ DESCRIPTION
|
|
|
6180
6186
|
You can also use the --on-behalf-of flag to generate a password for a scratch org user that you've created locally
|
|
6181
6187
|
with the "org create user" command. This command doesn't work for users you created in the scratch org using Setup.
|
|
6182
6188
|
|
|
6183
|
-
To change the password strength, set the --complexity flag to a value between
|
|
6189
|
+
To change the password strength, set the --complexity flag to a value between 3 and 5. Each value specifies the types
|
|
6184
6190
|
of characters used in the generated password:
|
|
6185
6191
|
|
|
6186
|
-
0 - lower case letters only
|
|
6187
|
-
1 - lower case letters and numbers only
|
|
6188
|
-
2 - lower case letters and symbols only
|
|
6189
6192
|
3 - lower and upper case letters and numbers only
|
|
6190
6193
|
4 - lower and upper case letters and symbols only
|
|
6191
6194
|
5 - lower and upper case letters and numbers and symbols only
|
|
@@ -6212,7 +6215,7 @@ EXAMPLES
|
|
|
6212
6215
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
6213
6216
|
```
|
|
6214
6217
|
|
|
6215
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
6218
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/generate/password.ts)_
|
|
6216
6219
|
|
|
6217
6220
|
## `sf org list`
|
|
6218
6221
|
|
|
@@ -6251,7 +6254,7 @@ EXAMPLES
|
|
|
6251
6254
|
$ sf org list --clean
|
|
6252
6255
|
```
|
|
6253
6256
|
|
|
6254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6257
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/list.ts)_
|
|
6255
6258
|
|
|
6256
6259
|
## `sf org list auth`
|
|
6257
6260
|
|
|
@@ -6323,7 +6326,7 @@ EXAMPLES
|
|
|
6323
6326
|
$ sf org list limits --target-org my-scratch-org
|
|
6324
6327
|
```
|
|
6325
6328
|
|
|
6326
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.
|
|
6329
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/limits.ts)_
|
|
6327
6330
|
|
|
6328
6331
|
## `sf org list metadata`
|
|
6329
6332
|
|
|
@@ -6390,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6390
6393
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6391
6394
|
```
|
|
6392
6395
|
|
|
6393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6396
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/list/metadata.ts)_
|
|
6394
6397
|
|
|
6395
6398
|
## `sf org list metadata-types`
|
|
6396
6399
|
|
|
@@ -6445,7 +6448,7 @@ FLAG DESCRIPTIONS
|
|
|
6445
6448
|
Override the api version used for api requests made by this command
|
|
6446
6449
|
```
|
|
6447
6450
|
|
|
6448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6451
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/list/metadata-types.ts)_
|
|
6449
6452
|
|
|
6450
6453
|
## `sf org list sobject record-counts`
|
|
6451
6454
|
|
|
@@ -6491,7 +6494,7 @@ EXAMPLES
|
|
|
6491
6494
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
6492
6495
|
```
|
|
6493
6496
|
|
|
6494
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.
|
|
6497
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/sobject/record-counts.ts)_
|
|
6495
6498
|
|
|
6496
6499
|
## `sf org list users`
|
|
6497
6500
|
|
|
@@ -6529,7 +6532,7 @@ EXAMPLES
|
|
|
6529
6532
|
$ sf org list users --target-org me@my.org
|
|
6530
6533
|
```
|
|
6531
6534
|
|
|
6532
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/
|
|
6535
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.0/src/commands/org/list/users.ts)_
|
|
6533
6536
|
|
|
6534
6537
|
## `sf org login access-token`
|
|
6535
6538
|
|
|
@@ -6994,7 +6997,7 @@ EXAMPLES
|
|
|
6994
6997
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6995
6998
|
```
|
|
6996
6999
|
|
|
6997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/open.ts)_
|
|
6998
7001
|
|
|
6999
7002
|
## `sf org open agent`
|
|
7000
7003
|
|
|
@@ -7058,7 +7061,7 @@ EXAMPLES
|
|
|
7058
7061
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7059
7062
|
```
|
|
7060
7063
|
|
|
7061
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7064
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/open/agent.ts)_
|
|
7062
7065
|
|
|
7063
7066
|
## `sf org open authoring-bundle`
|
|
7064
7067
|
|
|
@@ -7104,7 +7107,7 @@ EXAMPLES
|
|
|
7104
7107
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7105
7108
|
```
|
|
7106
7109
|
|
|
7107
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7110
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/open/authoring-bundle.ts)_
|
|
7108
7111
|
|
|
7109
7112
|
## `sf org refresh sandbox`
|
|
7110
7113
|
|
|
@@ -7207,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7207
7210
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7208
7211
|
```
|
|
7209
7212
|
|
|
7210
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7213
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/refresh/sandbox.ts)_
|
|
7211
7214
|
|
|
7212
7215
|
## `sf org resume sandbox`
|
|
7213
7216
|
|
|
@@ -7270,7 +7273,7 @@ FLAG DESCRIPTIONS
|
|
|
7270
7273
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7271
7274
|
```
|
|
7272
7275
|
|
|
7273
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7276
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/resume/sandbox.ts)_
|
|
7274
7277
|
|
|
7275
7278
|
## `sf org resume scratch`
|
|
7276
7279
|
|
|
@@ -7323,7 +7326,7 @@ FLAG DESCRIPTIONS
|
|
|
7323
7326
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7324
7327
|
```
|
|
7325
7328
|
|
|
7326
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7329
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.7/src/commands/org/resume/scratch.ts)_
|
|
7327
7330
|
|
|
7328
7331
|
## `sf package convert`
|
|
7329
7332
|
|
|
@@ -7420,7 +7423,7 @@ FLAG DESCRIPTIONS
|
|
|
7420
7423
|
--installation-key-bypass flag is required.
|
|
7421
7424
|
```
|
|
7422
7425
|
|
|
7423
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7426
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/convert.ts)_
|
|
7424
7427
|
|
|
7425
7428
|
## `sf package create`
|
|
7426
7429
|
|
|
@@ -7499,7 +7502,7 @@ FLAG DESCRIPTIONS
|
|
|
7499
7502
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
7500
7503
|
```
|
|
7501
7504
|
|
|
7502
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7505
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/create.ts)_
|
|
7503
7506
|
|
|
7504
7507
|
## `sf package delete`
|
|
7505
7508
|
|
|
@@ -7541,7 +7544,7 @@ EXAMPLES
|
|
|
7541
7544
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
7542
7545
|
```
|
|
7543
7546
|
|
|
7544
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7547
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/delete.ts)_
|
|
7545
7548
|
|
|
7546
7549
|
## `sf package install`
|
|
7547
7550
|
|
|
@@ -7640,7 +7643,7 @@ FLAG DESCRIPTIONS
|
|
|
7640
7643
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
7641
7644
|
```
|
|
7642
7645
|
|
|
7643
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7646
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install.ts)_
|
|
7644
7647
|
|
|
7645
7648
|
## `sf package install report`
|
|
7646
7649
|
|
|
@@ -7673,7 +7676,7 @@ EXAMPLES
|
|
|
7673
7676
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
7674
7677
|
```
|
|
7675
7678
|
|
|
7676
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7679
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install/report.ts)_
|
|
7677
7680
|
|
|
7678
7681
|
## `sf package installed list`
|
|
7679
7682
|
|
|
@@ -7705,7 +7708,7 @@ EXAMPLES
|
|
|
7705
7708
|
$ sf package installed list --target-org me@example.com
|
|
7706
7709
|
```
|
|
7707
7710
|
|
|
7708
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7711
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/installed/list.ts)_
|
|
7709
7712
|
|
|
7710
7713
|
## `sf package list`
|
|
7711
7714
|
|
|
@@ -7743,7 +7746,7 @@ EXAMPLES
|
|
|
7743
7746
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
7744
7747
|
```
|
|
7745
7748
|
|
|
7746
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7749
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/list.ts)_
|
|
7747
7750
|
|
|
7748
7751
|
## `sf package push-upgrade abort`
|
|
7749
7752
|
|
|
@@ -7782,7 +7785,7 @@ EXAMPLES
|
|
|
7782
7785
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7783
7786
|
```
|
|
7784
7787
|
|
|
7785
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7788
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/abort.ts)_
|
|
7786
7789
|
|
|
7787
7790
|
## `sf package push-upgrade list`
|
|
7788
7791
|
|
|
@@ -7841,7 +7844,7 @@ EXAMPLES
|
|
|
7841
7844
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
7842
7845
|
```
|
|
7843
7846
|
|
|
7844
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7847
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/list.ts)_
|
|
7845
7848
|
|
|
7846
7849
|
## `sf package push-upgrade report`
|
|
7847
7850
|
|
|
@@ -7883,7 +7886,7 @@ EXAMPLES
|
|
|
7883
7886
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7884
7887
|
```
|
|
7885
7888
|
|
|
7886
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7889
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/report.ts)_
|
|
7887
7890
|
|
|
7888
7891
|
## `sf package push-upgrade schedule`
|
|
7889
7892
|
|
|
@@ -7970,7 +7973,7 @@ FLAG DESCRIPTIONS
|
|
|
7970
7973
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
7971
7974
|
```
|
|
7972
7975
|
|
|
7973
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
7976
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/schedule.ts)_
|
|
7974
7977
|
|
|
7975
7978
|
## `sf package uninstall`
|
|
7976
7979
|
|
|
@@ -8018,7 +8021,7 @@ EXAMPLES
|
|
|
8018
8021
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
8019
8022
|
```
|
|
8020
8023
|
|
|
8021
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8024
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall.ts)_
|
|
8022
8025
|
|
|
8023
8026
|
## `sf package uninstall report`
|
|
8024
8027
|
|
|
@@ -8051,7 +8054,7 @@ EXAMPLES
|
|
|
8051
8054
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
8052
8055
|
```
|
|
8053
8056
|
|
|
8054
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8057
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall/report.ts)_
|
|
8055
8058
|
|
|
8056
8059
|
## `sf package update`
|
|
8057
8060
|
|
|
@@ -8119,7 +8122,7 @@ FLAG DESCRIPTIONS
|
|
|
8119
8122
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
8120
8123
|
```
|
|
8121
8124
|
|
|
8122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8125
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/update.ts)_
|
|
8123
8126
|
|
|
8124
8127
|
## `sf package version create`
|
|
8125
8128
|
|
|
@@ -8296,7 +8299,7 @@ FLAG DESCRIPTIONS
|
|
|
8296
8299
|
periods of no output from commands.
|
|
8297
8300
|
```
|
|
8298
8301
|
|
|
8299
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create.ts)_
|
|
8300
8303
|
|
|
8301
8304
|
## `sf package version create list`
|
|
8302
8305
|
|
|
@@ -8357,7 +8360,7 @@ EXAMPLES
|
|
|
8357
8360
|
$ sf package version create list --created-last-days 0 --status Success
|
|
8358
8361
|
```
|
|
8359
8362
|
|
|
8360
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/list.ts)_
|
|
8361
8364
|
|
|
8362
8365
|
## `sf package version create report`
|
|
8363
8366
|
|
|
@@ -8400,7 +8403,7 @@ EXAMPLES
|
|
|
8400
8403
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
8401
8404
|
```
|
|
8402
8405
|
|
|
8403
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8406
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/report.ts)_
|
|
8404
8407
|
|
|
8405
8408
|
## `sf package version delete`
|
|
8406
8409
|
|
|
@@ -8441,7 +8444,7 @@ EXAMPLES
|
|
|
8441
8444
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
8442
8445
|
```
|
|
8443
8446
|
|
|
8444
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8447
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/delete.ts)_
|
|
8445
8448
|
|
|
8446
8449
|
## `sf package version displayancestry`
|
|
8447
8450
|
|
|
@@ -8501,7 +8504,7 @@ FLAG DESCRIPTIONS
|
|
|
8501
8504
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
8502
8505
|
```
|
|
8503
8506
|
|
|
8504
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8507
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displayancestry.ts)_
|
|
8505
8508
|
|
|
8506
8509
|
## `sf package version displaydependencies`
|
|
8507
8510
|
|
|
@@ -8568,7 +8571,7 @@ FLAG DESCRIPTIONS
|
|
|
8568
8571
|
package, which must be installed last.
|
|
8569
8572
|
```
|
|
8570
8573
|
|
|
8571
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8574
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displaydependencies.ts)_
|
|
8572
8575
|
|
|
8573
8576
|
## `sf package version list`
|
|
8574
8577
|
|
|
@@ -8644,7 +8647,7 @@ EXAMPLES
|
|
|
8644
8647
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
8645
8648
|
```
|
|
8646
8649
|
|
|
8647
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8650
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/list.ts)_
|
|
8648
8651
|
|
|
8649
8652
|
## `sf package version promote`
|
|
8650
8653
|
|
|
@@ -8688,7 +8691,7 @@ EXAMPLES
|
|
|
8688
8691
|
$ sf package version promote --package "Awesome Package Alias"
|
|
8689
8692
|
```
|
|
8690
8693
|
|
|
8691
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8694
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/promote.ts)_
|
|
8692
8695
|
|
|
8693
8696
|
## `sf package version report`
|
|
8694
8697
|
|
|
@@ -8728,7 +8731,7 @@ EXAMPLES
|
|
|
8728
8731
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
8729
8732
|
```
|
|
8730
8733
|
|
|
8731
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8734
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/report.ts)_
|
|
8732
8735
|
|
|
8733
8736
|
## `sf package version retrieve`
|
|
8734
8737
|
|
|
@@ -8773,7 +8776,7 @@ EXAMPLES
|
|
|
8773
8776
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
8774
8777
|
```
|
|
8775
8778
|
|
|
8776
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8779
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/retrieve.ts)_
|
|
8777
8780
|
|
|
8778
8781
|
## `sf package version update`
|
|
8779
8782
|
|
|
@@ -8826,7 +8829,7 @@ EXAMPLES
|
|
|
8826
8829
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
8827
8830
|
```
|
|
8828
8831
|
|
|
8829
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8832
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/update.ts)_
|
|
8830
8833
|
|
|
8831
8834
|
## `sf package1 version create`
|
|
8832
8835
|
|
|
@@ -8893,7 +8896,7 @@ FLAG DESCRIPTIONS
|
|
|
8893
8896
|
subscribers.
|
|
8894
8897
|
```
|
|
8895
8898
|
|
|
8896
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8899
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create.ts)_
|
|
8897
8900
|
|
|
8898
8901
|
## `sf package1 version create get`
|
|
8899
8902
|
|
|
@@ -8926,7 +8929,7 @@ EXAMPLES
|
|
|
8926
8929
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
8927
8930
|
```
|
|
8928
8931
|
|
|
8929
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8932
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create/get.ts)_
|
|
8930
8933
|
|
|
8931
8934
|
## `sf package1 version display`
|
|
8932
8935
|
|
|
@@ -8960,7 +8963,7 @@ EXAMPLES
|
|
|
8960
8963
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
8961
8964
|
```
|
|
8962
8965
|
|
|
8963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
8966
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/display.ts)_
|
|
8964
8967
|
|
|
8965
8968
|
## `sf package1 version list`
|
|
8966
8969
|
|
|
@@ -8998,7 +9001,7 @@ FLAG DESCRIPTIONS
|
|
|
8998
9001
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
8999
9002
|
```
|
|
9000
9003
|
|
|
9001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.
|
|
9004
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/list.ts)_
|
|
9002
9005
|
|
|
9003
9006
|
## `sf plugins`
|
|
9004
9007
|
|
|
@@ -9039,7 +9042,7 @@ EXAMPLES
|
|
|
9039
9042
|
$ sf plugins discover
|
|
9040
9043
|
```
|
|
9041
9044
|
|
|
9042
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.
|
|
9045
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.4/src/commands/plugins/discover.ts)_
|
|
9043
9046
|
|
|
9044
9047
|
## `sf plugins:inspect PLUGIN...`
|
|
9045
9048
|
|
|
@@ -9198,7 +9201,7 @@ EXAMPLES
|
|
|
9198
9201
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9199
9202
|
```
|
|
9200
9203
|
|
|
9201
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9204
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9202
9205
|
|
|
9203
9206
|
## `sf plugins trust allowlist list`
|
|
9204
9207
|
|
|
@@ -9226,7 +9229,7 @@ EXAMPLES
|
|
|
9226
9229
|
$ sf plugins trust allowlist list
|
|
9227
9230
|
```
|
|
9228
9231
|
|
|
9229
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9232
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9230
9233
|
|
|
9231
9234
|
## `sf plugins trust allowlist remove`
|
|
9232
9235
|
|
|
@@ -9263,7 +9266,7 @@ EXAMPLES
|
|
|
9263
9266
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9264
9267
|
```
|
|
9265
9268
|
|
|
9266
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9269
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9267
9270
|
|
|
9268
9271
|
## `sf plugins trust verify`
|
|
9269
9272
|
|
|
@@ -9292,7 +9295,7 @@ EXAMPLES
|
|
|
9292
9295
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9293
9296
|
```
|
|
9294
9297
|
|
|
9295
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.
|
|
9298
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/verify.ts)_
|
|
9296
9299
|
|
|
9297
9300
|
## `sf plugins uninstall [PLUGIN]`
|
|
9298
9301
|
|
|
@@ -9401,7 +9404,7 @@ FLAG DESCRIPTIONS
|
|
|
9401
9404
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9402
9405
|
```
|
|
9403
9406
|
|
|
9404
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9407
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/mdapi.ts)_
|
|
9405
9408
|
|
|
9406
9409
|
## `sf project convert source`
|
|
9407
9410
|
|
|
@@ -9474,7 +9477,7 @@ FLAG DESCRIPTIONS
|
|
|
9474
9477
|
Override the api version used for api requests made by this command
|
|
9475
9478
|
```
|
|
9476
9479
|
|
|
9477
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9480
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/source.ts)_
|
|
9478
9481
|
|
|
9479
9482
|
## `sf project convert source-behavior`
|
|
9480
9483
|
|
|
@@ -9533,7 +9536,7 @@ EXAMPLES
|
|
|
9533
9536
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
9534
9537
|
```
|
|
9535
9538
|
|
|
9536
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9539
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/source-behavior.ts)_
|
|
9537
9540
|
|
|
9538
9541
|
## `sf project delete source`
|
|
9539
9542
|
|
|
@@ -9686,7 +9689,7 @@ FLAG DESCRIPTIONS
|
|
|
9686
9689
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
9687
9690
|
```
|
|
9688
9691
|
|
|
9689
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9692
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/delete/source.ts)_
|
|
9690
9693
|
|
|
9691
9694
|
## `sf project delete tracking`
|
|
9692
9695
|
|
|
@@ -9723,7 +9726,7 @@ EXAMPLES
|
|
|
9723
9726
|
$ sf project delete tracking --target-org my-scratch
|
|
9724
9727
|
```
|
|
9725
9728
|
|
|
9726
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9729
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/delete/tracking.ts)_
|
|
9727
9730
|
|
|
9728
9731
|
## `sf project deploy cancel`
|
|
9729
9732
|
|
|
@@ -9795,7 +9798,7 @@ FLAG DESCRIPTIONS
|
|
|
9795
9798
|
project deploy report".
|
|
9796
9799
|
```
|
|
9797
9800
|
|
|
9798
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9801
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/cancel.ts)_
|
|
9799
9802
|
|
|
9800
9803
|
## `sf project deploy preview`
|
|
9801
9804
|
|
|
@@ -9878,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9878
9881
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9879
9882
|
```
|
|
9880
9883
|
|
|
9881
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/preview.ts)_
|
|
9882
9885
|
|
|
9883
9886
|
## `sf project deploy quick`
|
|
9884
9887
|
|
|
@@ -9971,7 +9974,7 @@ ERROR CODES
|
|
|
9971
9974
|
Canceling (69) The deploy is being canceled.
|
|
9972
9975
|
```
|
|
9973
9976
|
|
|
9974
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
9977
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/quick.ts)_
|
|
9975
9978
|
|
|
9976
9979
|
## `sf project deploy report`
|
|
9977
9980
|
|
|
@@ -10063,7 +10066,7 @@ FLAG DESCRIPTIONS
|
|
|
10063
10066
|
--coverage-formatters lcov --coverage-formatters clover
|
|
10064
10067
|
```
|
|
10065
10068
|
|
|
10066
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10069
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/report.ts)_
|
|
10067
10070
|
|
|
10068
10071
|
## `sf project deploy resume`
|
|
10069
10072
|
|
|
@@ -10160,7 +10163,7 @@ ERROR CODES
|
|
|
10160
10163
|
Canceling (69) The deploy is being canceled.
|
|
10161
10164
|
```
|
|
10162
10165
|
|
|
10163
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/resume.ts)_
|
|
10164
10167
|
|
|
10165
10168
|
## `sf project deploy start`
|
|
10166
10169
|
|
|
@@ -10426,7 +10429,7 @@ ERROR CODES
|
|
|
10426
10429
|
Canceling (69) The deploy is being canceled.
|
|
10427
10430
|
```
|
|
10428
10431
|
|
|
10429
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10432
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/start.ts)_
|
|
10430
10433
|
|
|
10431
10434
|
## `sf project deploy validate`
|
|
10432
10435
|
|
|
@@ -10630,7 +10633,7 @@ ERROR CODES
|
|
|
10630
10633
|
Canceling (69) The deploy is being canceled.
|
|
10631
10634
|
```
|
|
10632
10635
|
|
|
10633
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/validate.ts)_
|
|
10634
10637
|
|
|
10635
10638
|
## `sf project generate manifest`
|
|
10636
10639
|
|
|
@@ -10726,7 +10729,7 @@ EXAMPLES
|
|
|
10726
10729
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
10727
10730
|
```
|
|
10728
10731
|
|
|
10729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10732
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/generate/manifest.ts)_
|
|
10730
10733
|
|
|
10731
10734
|
## `sf project list ignored`
|
|
10732
10735
|
|
|
@@ -10768,7 +10771,7 @@ EXAMPLES
|
|
|
10768
10771
|
$ sf project list ignored --source-dir package.xml
|
|
10769
10772
|
```
|
|
10770
10773
|
|
|
10771
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/list/ignored.ts)_
|
|
10772
10775
|
|
|
10773
10776
|
## `sf project reset tracking`
|
|
10774
10777
|
|
|
@@ -10817,7 +10820,7 @@ EXAMPLES
|
|
|
10817
10820
|
$ sf project reset tracking --revision 30
|
|
10818
10821
|
```
|
|
10819
10822
|
|
|
10820
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10823
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/reset/tracking.ts)_
|
|
10821
10824
|
|
|
10822
10825
|
## `sf project retrieve preview`
|
|
10823
10826
|
|
|
@@ -10871,7 +10874,7 @@ FLAG DESCRIPTIONS
|
|
|
10871
10874
|
production orgs.
|
|
10872
10875
|
```
|
|
10873
10876
|
|
|
10874
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
10877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/retrieve/preview.ts)_
|
|
10875
10878
|
|
|
10876
10879
|
## `sf project retrieve start`
|
|
10877
10880
|
|
|
@@ -11052,7 +11055,7 @@ ENVIRONMENT VARIABLES
|
|
|
11052
11055
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
11053
11056
|
```
|
|
11054
11057
|
|
|
11055
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.
|
|
11058
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/retrieve/start.ts)_
|
|
11056
11059
|
|
|
11057
11060
|
## `sf schema generate field`
|
|
11058
11061
|
|
|
@@ -11106,7 +11109,7 @@ FLAG DESCRIPTIONS
|
|
|
11106
11109
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
11107
11110
|
```
|
|
11108
11111
|
|
|
11109
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11112
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/field.ts)_
|
|
11110
11113
|
|
|
11111
11114
|
## `sf schema generate platformevent`
|
|
11112
11115
|
|
|
@@ -11138,7 +11141,7 @@ EXAMPLES
|
|
|
11138
11141
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
11139
11142
|
```
|
|
11140
11143
|
|
|
11141
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11144
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/platformevent.ts)_
|
|
11142
11145
|
|
|
11143
11146
|
## `sf schema generate sobject`
|
|
11144
11147
|
|
|
@@ -11195,7 +11198,7 @@ FLAG DESCRIPTIONS
|
|
|
11195
11198
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
11196
11199
|
```
|
|
11197
11200
|
|
|
11198
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11201
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/sobject.ts)_
|
|
11199
11202
|
|
|
11200
11203
|
## `sf schema generate tab`
|
|
11201
11204
|
|
|
@@ -11243,7 +11246,7 @@ FLAG DESCRIPTIONS
|
|
|
11243
11246
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
11244
11247
|
```
|
|
11245
11248
|
|
|
11246
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.
|
|
11249
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/tab.ts)_
|
|
11247
11250
|
|
|
11248
11251
|
## `sf search`
|
|
11249
11252
|
|
|
@@ -11306,7 +11309,7 @@ EXAMPLES
|
|
|
11306
11309
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
11307
11310
|
```
|
|
11308
11311
|
|
|
11309
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11312
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.4/src/commands/sobject/describe.ts)_
|
|
11310
11313
|
|
|
11311
11314
|
## `sf sobject list`
|
|
11312
11315
|
|
|
@@ -11345,7 +11348,7 @@ EXAMPLES
|
|
|
11345
11348
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
11346
11349
|
```
|
|
11347
11350
|
|
|
11348
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.
|
|
11351
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.4/src/commands/sobject/list.ts)_
|
|
11349
11352
|
|
|
11350
11353
|
## `sf template generate analytics template`
|
|
11351
11354
|
|
|
@@ -11389,7 +11392,7 @@ FLAG DESCRIPTIONS
|
|
|
11389
11392
|
directory.
|
|
11390
11393
|
```
|
|
11391
11394
|
|
|
11392
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/analytics/template.ts)_
|
|
11393
11396
|
|
|
11394
11397
|
## `sf template generate apex class`
|
|
11395
11398
|
|
|
@@ -11451,7 +11454,7 @@ FLAG DESCRIPTIONS
|
|
|
11451
11454
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11452
11455
|
```
|
|
11453
11456
|
|
|
11454
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11457
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/class.ts)_
|
|
11455
11458
|
|
|
11456
11459
|
## `sf template generate apex trigger`
|
|
11457
11460
|
|
|
@@ -11521,7 +11524,7 @@ FLAG DESCRIPTIONS
|
|
|
11521
11524
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11522
11525
|
```
|
|
11523
11526
|
|
|
11524
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11527
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/trigger.ts)_
|
|
11525
11528
|
|
|
11526
11529
|
## `sf template generate digital-experience site`
|
|
11527
11530
|
|
|
@@ -11575,7 +11578,7 @@ FLAG DESCRIPTIONS
|
|
|
11575
11578
|
project, defaults to the current directory.
|
|
11576
11579
|
```
|
|
11577
11580
|
|
|
11578
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11581
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/digital-experience/site.ts)_
|
|
11579
11582
|
|
|
11580
11583
|
## `sf template generate flexipage`
|
|
11581
11584
|
|
|
@@ -11657,7 +11660,7 @@ FLAG DESCRIPTIONS
|
|
|
11657
11660
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11658
11661
|
```
|
|
11659
11662
|
|
|
11660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11663
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/flexipage/index.ts)_
|
|
11661
11664
|
|
|
11662
11665
|
## `sf template generate lightning app`
|
|
11663
11666
|
|
|
@@ -11715,7 +11718,7 @@ FLAG DESCRIPTIONS
|
|
|
11715
11718
|
field in the DX project's "sfdx-project.json" file.
|
|
11716
11719
|
```
|
|
11717
11720
|
|
|
11718
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11721
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/app.ts)_
|
|
11719
11722
|
|
|
11720
11723
|
## `sf template generate lightning component`
|
|
11721
11724
|
|
|
@@ -11792,7 +11795,7 @@ FLAG DESCRIPTIONS
|
|
|
11792
11795
|
field in the DX project's "sfdx-project.json" file.
|
|
11793
11796
|
```
|
|
11794
11797
|
|
|
11795
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11798
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/component.ts)_
|
|
11796
11799
|
|
|
11797
11800
|
## `sf template generate lightning event`
|
|
11798
11801
|
|
|
@@ -11850,7 +11853,7 @@ FLAG DESCRIPTIONS
|
|
|
11850
11853
|
field in the DX project's "sfdx-project.json" file.
|
|
11851
11854
|
```
|
|
11852
11855
|
|
|
11853
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11856
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/event.ts)_
|
|
11854
11857
|
|
|
11855
11858
|
## `sf template generate lightning interface`
|
|
11856
11859
|
|
|
@@ -11908,7 +11911,7 @@ FLAG DESCRIPTIONS
|
|
|
11908
11911
|
field in the DX project's "sfdx-project.json" file.
|
|
11909
11912
|
```
|
|
11910
11913
|
|
|
11911
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11914
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/interface.ts)_
|
|
11912
11915
|
|
|
11913
11916
|
## `sf template generate lightning test`
|
|
11914
11917
|
|
|
@@ -11966,7 +11969,7 @@ FLAG DESCRIPTIONS
|
|
|
11966
11969
|
field in the DX project's "sfdx-project.json" file.
|
|
11967
11970
|
```
|
|
11968
11971
|
|
|
11969
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
11972
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/test.ts)_
|
|
11970
11973
|
|
|
11971
11974
|
## `sf template generate project`
|
|
11972
11975
|
|
|
@@ -12098,7 +12101,7 @@ FLAG DESCRIPTIONS
|
|
|
12098
12101
|
server-side type stripping.
|
|
12099
12102
|
```
|
|
12100
12103
|
|
|
12101
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12104
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/project/index.ts)_
|
|
12102
12105
|
|
|
12103
12106
|
## `sf template generate static-resource`
|
|
12104
12107
|
|
|
@@ -12161,7 +12164,7 @@ FLAG DESCRIPTIONS
|
|
|
12161
12164
|
etc.
|
|
12162
12165
|
```
|
|
12163
12166
|
|
|
12164
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12167
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/static-resource/index.ts)_
|
|
12165
12168
|
|
|
12166
12169
|
## `sf template generate ui-bundle`
|
|
12167
12170
|
|
|
@@ -12250,7 +12253,7 @@ FLAG DESCRIPTIONS
|
|
|
12250
12253
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12251
12254
|
```
|
|
12252
12255
|
|
|
12253
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12256
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12254
12257
|
|
|
12255
12258
|
## `sf template generate visualforce component`
|
|
12256
12259
|
|
|
@@ -12307,7 +12310,7 @@ FLAG DESCRIPTIONS
|
|
|
12307
12310
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12308
12311
|
```
|
|
12309
12312
|
|
|
12310
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12313
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/component.ts)_
|
|
12311
12314
|
|
|
12312
12315
|
## `sf template generate visualforce page`
|
|
12313
12316
|
|
|
@@ -12358,7 +12361,7 @@ FLAG DESCRIPTIONS
|
|
|
12358
12361
|
The name can be up to 40 characters and must start with a letter.
|
|
12359
12362
|
```
|
|
12360
12363
|
|
|
12361
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.
|
|
12364
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/page.ts)_
|
|
12362
12365
|
|
|
12363
12366
|
## `sf update [CHANNEL]`
|
|
12364
12367
|
|
|
@@ -12396,7 +12399,7 @@ EXAMPLES
|
|
|
12396
12399
|
$ sf update --available
|
|
12397
12400
|
```
|
|
12398
12401
|
|
|
12399
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
12402
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.59/src/commands/update.ts)_
|
|
12400
12403
|
|
|
12401
12404
|
## `sf version`
|
|
12402
12405
|
|
|
@@ -12416,7 +12419,7 @@ FLAG DESCRIPTIONS
|
|
|
12416
12419
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
12417
12420
|
```
|
|
12418
12421
|
|
|
12419
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
12422
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.56/src/commands/version.ts)_
|
|
12420
12423
|
|
|
12421
12424
|
## `sf which`
|
|
12422
12425
|
|
|
@@ -12450,7 +12453,7 @@ EXAMPLES
|
|
|
12450
12453
|
$ sf which "foo bar baz"
|
|
12451
12454
|
```
|
|
12452
12455
|
|
|
12453
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
12456
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.61/src/commands/which.ts)_
|
|
12454
12457
|
|
|
12455
12458
|
<!-- commandsstop -->
|
|
12456
12459
|
|