@salesforce/cli 2.94.2 → 2.94.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +107 -92
- package/npm-shrinkwrap.json +97 -97
- package/oclif.lock +100 -100
- package/oclif.manifest.json +1 -1
- package/package.json +22 -22
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.94.
|
|
28
|
+
@salesforce/cli/2.94.4 linux-x64 node-v22.16.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf alias list
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
874
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/list.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf alias set`
|
|
877
877
|
|
|
@@ -920,7 +920,7 @@ EXAMPLES
|
|
|
920
920
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
921
921
|
```
|
|
922
922
|
|
|
923
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
923
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/set.ts)_
|
|
924
924
|
|
|
925
925
|
## `sf alias unset`
|
|
926
926
|
|
|
@@ -960,7 +960,7 @@ EXAMPLES
|
|
|
960
960
|
$ sf alias unset --all [--no-prompt]
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
963
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/unset.ts)_
|
|
964
964
|
|
|
965
965
|
## `sf analytics generate template`
|
|
966
966
|
|
|
@@ -1002,7 +1002,7 @@ FLAG DESCRIPTIONS
|
|
|
1002
1002
|
directory.
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1005
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/analytics/generate/template.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `sf apex generate class`
|
|
1008
1008
|
|
|
@@ -1061,7 +1061,7 @@ FLAG DESCRIPTIONS
|
|
|
1061
1061
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1062
1062
|
```
|
|
1063
1063
|
|
|
1064
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1064
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/apex/generate/class.ts)_
|
|
1065
1065
|
|
|
1066
1066
|
## `sf apex generate trigger`
|
|
1067
1067
|
|
|
@@ -1130,7 +1130,7 @@ FLAG DESCRIPTIONS
|
|
|
1130
1130
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1133
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/apex/generate/trigger.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `sf apex get log`
|
|
1136
1136
|
|
|
@@ -1790,7 +1790,7 @@ CONFIGURATION VARIABLES
|
|
|
1790
1790
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1791
1791
|
```
|
|
1792
1792
|
|
|
1793
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1793
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/get.ts)_
|
|
1794
1794
|
|
|
1795
1795
|
## `sf config list`
|
|
1796
1796
|
|
|
@@ -1830,7 +1830,7 @@ EXAMPLES
|
|
|
1830
1830
|
$ sf config list
|
|
1831
1831
|
```
|
|
1832
1832
|
|
|
1833
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1833
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/list.ts)_
|
|
1834
1834
|
|
|
1835
1835
|
## `sf config set`
|
|
1836
1836
|
|
|
@@ -1899,7 +1899,7 @@ CONFIGURATION VARIABLES
|
|
|
1899
1899
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1900
1900
|
```
|
|
1901
1901
|
|
|
1902
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1902
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/set.ts)_
|
|
1903
1903
|
|
|
1904
1904
|
## `sf config unset`
|
|
1905
1905
|
|
|
@@ -1949,7 +1949,7 @@ CONFIGURATION VARIABLES
|
|
|
1949
1949
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1952
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/unset.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sf data bulk results`
|
|
1955
1955
|
|
|
@@ -3094,7 +3094,7 @@ EXAMPLES
|
|
|
3094
3094
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3095
3095
|
```
|
|
3096
3096
|
|
|
3097
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3097
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.67/src/commands/doctor.ts)_
|
|
3098
3098
|
|
|
3099
3099
|
## `sf force data bulk delete`
|
|
3100
3100
|
|
|
@@ -3256,7 +3256,7 @@ DESCRIPTION
|
|
|
3256
3256
|
Display help for sf.
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3259
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.29/src/commands/help.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf info releasenotes display`
|
|
3262
3262
|
|
|
@@ -3296,7 +3296,7 @@ EXAMPLES
|
|
|
3296
3296
|
$ sf info releasenotes display --version latest
|
|
3297
3297
|
```
|
|
3298
3298
|
|
|
3299
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3299
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.67/src/commands/info/releasenotes/display.ts)_
|
|
3300
3300
|
|
|
3301
3301
|
## `sf lightning generate app`
|
|
3302
3302
|
|
|
@@ -3351,7 +3351,7 @@ FLAG DESCRIPTIONS
|
|
|
3351
3351
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3352
3352
|
```
|
|
3353
3353
|
|
|
3354
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3354
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/lightning/generate/app.ts)_
|
|
3355
3355
|
|
|
3356
3356
|
## `sf lightning generate component`
|
|
3357
3357
|
|
|
@@ -3420,7 +3420,7 @@ FLAG DESCRIPTIONS
|
|
|
3420
3420
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3421
3421
|
```
|
|
3422
3422
|
|
|
3423
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3423
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/lightning/generate/component.ts)_
|
|
3424
3424
|
|
|
3425
3425
|
## `sf lightning generate event`
|
|
3426
3426
|
|
|
@@ -3475,7 +3475,7 @@ FLAG DESCRIPTIONS
|
|
|
3475
3475
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3476
3476
|
```
|
|
3477
3477
|
|
|
3478
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3478
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/lightning/generate/event.ts)_
|
|
3479
3479
|
|
|
3480
3480
|
## `sf lightning generate interface`
|
|
3481
3481
|
|
|
@@ -3530,7 +3530,7 @@ FLAG DESCRIPTIONS
|
|
|
3530
3530
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3531
3531
|
```
|
|
3532
3532
|
|
|
3533
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3533
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/lightning/generate/interface.ts)_
|
|
3534
3534
|
|
|
3535
3535
|
## `sf lightning generate test`
|
|
3536
3536
|
|
|
@@ -3585,7 +3585,7 @@ FLAG DESCRIPTIONS
|
|
|
3585
3585
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3586
3586
|
```
|
|
3587
3587
|
|
|
3588
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3588
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/lightning/generate/test.ts)_
|
|
3589
3589
|
|
|
3590
3590
|
## `sf org assign permset`
|
|
3591
3591
|
|
|
@@ -3631,7 +3631,7 @@ EXAMPLES
|
|
|
3631
3631
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3632
3632
|
```
|
|
3633
3633
|
|
|
3634
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3634
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/assign/permset.ts)_
|
|
3635
3635
|
|
|
3636
3636
|
## `sf org assign permsetlicense`
|
|
3637
3637
|
|
|
@@ -3678,7 +3678,7 @@ EXAMPLES
|
|
|
3678
3678
|
user3
|
|
3679
3679
|
```
|
|
3680
3680
|
|
|
3681
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3681
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/assign/permsetlicense.ts)_
|
|
3682
3682
|
|
|
3683
3683
|
## `sf org create sandbox`
|
|
3684
3684
|
|
|
@@ -3807,7 +3807,7 @@ FLAG DESCRIPTIONS
|
|
|
3807
3807
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3808
3808
|
```
|
|
3809
3809
|
|
|
3810
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
3810
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/create/sandbox.ts)_
|
|
3811
3811
|
|
|
3812
3812
|
## `sf org create scratch`
|
|
3813
3813
|
|
|
@@ -3989,7 +3989,7 @@ FLAG DESCRIPTIONS
|
|
|
3989
3989
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3990
3990
|
```
|
|
3991
3991
|
|
|
3992
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
3992
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/create/scratch.ts)_
|
|
3993
3993
|
|
|
3994
3994
|
## `sf org create user`
|
|
3995
3995
|
|
|
@@ -4097,7 +4097,7 @@ FLAG DESCRIPTIONS
|
|
|
4097
4097
|
might be different than what you specify in the definition file.
|
|
4098
4098
|
```
|
|
4099
4099
|
|
|
4100
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4100
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/create/user.ts)_
|
|
4101
4101
|
|
|
4102
4102
|
## `sf org delete sandbox`
|
|
4103
4103
|
|
|
@@ -4143,7 +4143,7 @@ EXAMPLES
|
|
|
4143
4143
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4144
4144
|
```
|
|
4145
4145
|
|
|
4146
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4146
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/delete/sandbox.ts)_
|
|
4147
4147
|
|
|
4148
4148
|
## `sf org delete scratch`
|
|
4149
4149
|
|
|
@@ -4187,7 +4187,7 @@ EXAMPLES
|
|
|
4187
4187
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4188
4188
|
```
|
|
4189
4189
|
|
|
4190
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4190
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/delete/scratch.ts)_
|
|
4191
4191
|
|
|
4192
4192
|
## `sf org disable tracking`
|
|
4193
4193
|
|
|
@@ -4226,7 +4226,7 @@ EXAMPLES
|
|
|
4226
4226
|
$ sf org disable tracking
|
|
4227
4227
|
```
|
|
4228
4228
|
|
|
4229
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4229
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/disable/tracking.ts)_
|
|
4230
4230
|
|
|
4231
4231
|
## `sf org display`
|
|
4232
4232
|
|
|
@@ -4271,7 +4271,7 @@ EXAMPLES
|
|
|
4271
4271
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4272
4272
|
```
|
|
4273
4273
|
|
|
4274
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4274
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/display.ts)_
|
|
4275
4275
|
|
|
4276
4276
|
## `sf org display user`
|
|
4277
4277
|
|
|
@@ -4310,7 +4310,7 @@ EXAMPLES
|
|
|
4310
4310
|
$ sf org display user --target-org me@my.org --json
|
|
4311
4311
|
```
|
|
4312
4312
|
|
|
4313
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4313
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/display/user.ts)_
|
|
4314
4314
|
|
|
4315
4315
|
## `sf org enable tracking`
|
|
4316
4316
|
|
|
@@ -4352,7 +4352,7 @@ EXAMPLES
|
|
|
4352
4352
|
$ sf org enable tracking
|
|
4353
4353
|
```
|
|
4354
4354
|
|
|
4355
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4355
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/enable/tracking.ts)_
|
|
4356
4356
|
|
|
4357
4357
|
## `sf org generate password`
|
|
4358
4358
|
|
|
@@ -4419,7 +4419,7 @@ EXAMPLES
|
|
|
4419
4419
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4420
4420
|
```
|
|
4421
4421
|
|
|
4422
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4422
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/generate/password.ts)_
|
|
4423
4423
|
|
|
4424
4424
|
## `sf org list`
|
|
4425
4425
|
|
|
@@ -4458,7 +4458,7 @@ EXAMPLES
|
|
|
4458
4458
|
$ sf org list --clean
|
|
4459
4459
|
```
|
|
4460
4460
|
|
|
4461
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4461
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/list.ts)_
|
|
4462
4462
|
|
|
4463
4463
|
## `sf org list auth`
|
|
4464
4464
|
|
|
@@ -4490,7 +4490,7 @@ EXAMPLES
|
|
|
4490
4490
|
$ sf org list auth
|
|
4491
4491
|
```
|
|
4492
4492
|
|
|
4493
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4493
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/list/auth.ts)_
|
|
4494
4494
|
|
|
4495
4495
|
## `sf org list limits`
|
|
4496
4496
|
|
|
@@ -4530,7 +4530,7 @@ EXAMPLES
|
|
|
4530
4530
|
$ sf org list limits --target-org my-scratch-org
|
|
4531
4531
|
```
|
|
4532
4532
|
|
|
4533
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4533
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.57/src/commands/org/list/limits.ts)_
|
|
4534
4534
|
|
|
4535
4535
|
## `sf org list metadata`
|
|
4536
4536
|
|
|
@@ -4597,7 +4597,7 @@ FLAG DESCRIPTIONS
|
|
|
4597
4597
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4598
4598
|
```
|
|
4599
4599
|
|
|
4600
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4600
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/list/metadata.ts)_
|
|
4601
4601
|
|
|
4602
4602
|
## `sf org list metadata-types`
|
|
4603
4603
|
|
|
@@ -4652,7 +4652,7 @@ FLAG DESCRIPTIONS
|
|
|
4652
4652
|
Override the api version used for api requests made by this command
|
|
4653
4653
|
```
|
|
4654
4654
|
|
|
4655
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
4655
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/list/metadata-types.ts)_
|
|
4656
4656
|
|
|
4657
4657
|
## `sf org list sobject record-counts`
|
|
4658
4658
|
|
|
@@ -4698,7 +4698,7 @@ EXAMPLES
|
|
|
4698
4698
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4699
4699
|
```
|
|
4700
4700
|
|
|
4701
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4701
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.57/src/commands/org/list/sobject/record-counts.ts)_
|
|
4702
4702
|
|
|
4703
4703
|
## `sf org list users`
|
|
4704
4704
|
|
|
@@ -4736,7 +4736,7 @@ EXAMPLES
|
|
|
4736
4736
|
$ sf org list users --target-org me@my.org
|
|
4737
4737
|
```
|
|
4738
4738
|
|
|
4739
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4739
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/list/users.ts)_
|
|
4740
4740
|
|
|
4741
4741
|
## `sf org login access-token`
|
|
4742
4742
|
|
|
@@ -4790,7 +4790,7 @@ FLAG DESCRIPTIONS
|
|
|
4790
4790
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4791
4791
|
```
|
|
4792
4792
|
|
|
4793
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4793
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/access-token.ts)_
|
|
4794
4794
|
|
|
4795
4795
|
## `sf org login device`
|
|
4796
4796
|
|
|
@@ -4850,7 +4850,7 @@ FLAG DESCRIPTIONS
|
|
|
4850
4850
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4851
4851
|
```
|
|
4852
4852
|
|
|
4853
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4853
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/device.ts)_
|
|
4854
4854
|
|
|
4855
4855
|
## `sf org login jwt`
|
|
4856
4856
|
|
|
@@ -4941,7 +4941,7 @@ FLAG DESCRIPTIONS
|
|
|
4941
4941
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4942
4942
|
```
|
|
4943
4943
|
|
|
4944
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4944
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/jwt.ts)_
|
|
4945
4945
|
|
|
4946
4946
|
## `sf org login sfdx-url`
|
|
4947
4947
|
|
|
@@ -5011,7 +5011,7 @@ EXAMPLES
|
|
|
5011
5011
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5012
5012
|
```
|
|
5013
5013
|
|
|
5014
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5014
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/sfdx-url.ts)_
|
|
5015
5015
|
|
|
5016
5016
|
## `sf org login web`
|
|
5017
5017
|
|
|
@@ -5026,13 +5026,18 @@ FLAGS
|
|
|
5026
5026
|
-a, --alias=<value> Alias for the org.
|
|
5027
5027
|
-b, --browser=<option> Browser in which to open the org.
|
|
5028
5028
|
<options: chrome|edge|firefox>
|
|
5029
|
-
-c, --client-app=<value> Name
|
|
5029
|
+
-c, --client-app=<value> Name to give to the link between the connected app or external client and the
|
|
5030
|
+
already-authenticated user. You can specify any string you want. Must be used with
|
|
5031
|
+
--username.
|
|
5030
5032
|
-d, --set-default-dev-hub Set the authenticated org as the default Dev Hub.
|
|
5031
5033
|
-i, --client-id=<value> OAuth client ID (also called consumer key) of your custom connected app.
|
|
5032
5034
|
-r, --instance-url=<value> URL of the instance that the org lives on.
|
|
5033
5035
|
-s, --set-default Set the authenticated org as the default that all org-related commands run against.
|
|
5034
|
-
--scopes=<value> Authentication scopes to request.
|
|
5035
|
-
|
|
5036
|
+
--scopes=<value> Authentication (OAuth) scopes to request. Use the scope's short name; specify multiple
|
|
5037
|
+
scopes using just one flag instance and separated by spaces: --scopes "sfap_api
|
|
5038
|
+
chatbot_api".
|
|
5039
|
+
--username=<value> Username of the already-authenticated user to link to the connected app or external client
|
|
5040
|
+
app. Must be used with --client-app.
|
|
5036
5041
|
|
|
5037
5042
|
GLOBAL FLAGS
|
|
5038
5043
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -5058,6 +5063,15 @@ DESCRIPTION
|
|
|
5058
5063
|
digital certificate. Make note of the consumer key (also called cliend id) that’s generated for you. Then specify the
|
|
5059
5064
|
consumer key with the --client-id flag.
|
|
5060
5065
|
|
|
5066
|
+
You can also use this command to link one or more connected or external client apps in an org to an
|
|
5067
|
+
already-authenticated user. Then Salesforce CLI commands that have API-specific requirements, such as new OAuth scopes
|
|
5068
|
+
or JWT-based access tokens, can use these custom client apps rather than the default one. To create the link, you use
|
|
5069
|
+
the --client-app flag to give the link a name and the --username flag to specify the already-authenticated user. Use
|
|
5070
|
+
the --scopes flag to add OAuth scopes if required. After you create the link, you then use the --client-app value in
|
|
5071
|
+
the other command that has the API-specific requirements. An example of a command that uses this feature is "agent
|
|
5072
|
+
preview"; see the "Preview an Agent" section in the "Agentforce Developer Guide" for details and examples.
|
|
5073
|
+
(https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html)
|
|
5074
|
+
|
|
5061
5075
|
ALIASES
|
|
5062
5076
|
$ sf force auth web login
|
|
5063
5077
|
$ sf auth web login
|
|
@@ -5081,10 +5095,11 @@ EXAMPLES
|
|
|
5081
5095
|
$ sf org login web --instance-url https://MyDomainName--SandboxName.sandbox.my.salesforce.com --set-default \
|
|
5082
5096
|
--browser chrome
|
|
5083
5097
|
|
|
5084
|
-
Use your own connected app by specifying its consumer key (also called client ID)
|
|
5098
|
+
Use your own connected app by specifying its consumer key (also called client ID) and specify additional OAuth
|
|
5099
|
+
scopes:
|
|
5085
5100
|
|
|
5086
5101
|
$ sf org login web --instance-url https://MyDomainName--SandboxName.sandbox.my.salesforce.com --set-default \
|
|
5087
|
-
--browser chrome --client-id 04580y4051234051
|
|
5102
|
+
--browser chrome --client-id 04580y4051234051 --scopes "sfap_api chatbot_api"
|
|
5088
5103
|
|
|
5089
5104
|
FLAG DESCRIPTIONS
|
|
5090
5105
|
-b, --browser=chrome|edge|firefox Browser in which to open the org.
|
|
@@ -5101,7 +5116,7 @@ FLAG DESCRIPTIONS
|
|
|
5101
5116
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5102
5117
|
```
|
|
5103
5118
|
|
|
5104
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5119
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/web.ts)_
|
|
5105
5120
|
|
|
5106
5121
|
## `sf org logout`
|
|
5107
5122
|
|
|
@@ -5167,7 +5182,7 @@ FLAG DESCRIPTIONS
|
|
|
5167
5182
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5168
5183
|
```
|
|
5169
5184
|
|
|
5170
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5185
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/logout.ts)_
|
|
5171
5186
|
|
|
5172
5187
|
## `sf org open`
|
|
5173
5188
|
|
|
@@ -5243,7 +5258,7 @@ EXAMPLES
|
|
|
5243
5258
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5244
5259
|
```
|
|
5245
5260
|
|
|
5246
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5261
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/open.ts)_
|
|
5247
5262
|
|
|
5248
5263
|
## `sf org open agent`
|
|
5249
5264
|
|
|
@@ -5294,7 +5309,7 @@ EXAMPLES
|
|
|
5294
5309
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5295
5310
|
```
|
|
5296
5311
|
|
|
5297
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5312
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/open/agent.ts)_
|
|
5298
5313
|
|
|
5299
5314
|
## `sf org refresh sandbox`
|
|
5300
5315
|
|
|
@@ -5397,7 +5412,7 @@ FLAG DESCRIPTIONS
|
|
|
5397
5412
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5398
5413
|
```
|
|
5399
5414
|
|
|
5400
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5415
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/refresh/sandbox.ts)_
|
|
5401
5416
|
|
|
5402
5417
|
## `sf org resume sandbox`
|
|
5403
5418
|
|
|
@@ -5460,7 +5475,7 @@ FLAG DESCRIPTIONS
|
|
|
5460
5475
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5461
5476
|
```
|
|
5462
5477
|
|
|
5463
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5478
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/resume/sandbox.ts)_
|
|
5464
5479
|
|
|
5465
5480
|
## `sf org resume scratch`
|
|
5466
5481
|
|
|
@@ -5513,7 +5528,7 @@ FLAG DESCRIPTIONS
|
|
|
5513
5528
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5514
5529
|
```
|
|
5515
5530
|
|
|
5516
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.
|
|
5531
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.3/src/commands/org/resume/scratch.ts)_
|
|
5517
5532
|
|
|
5518
5533
|
## `sf package convert`
|
|
5519
5534
|
|
|
@@ -7080,7 +7095,7 @@ EXAMPLES
|
|
|
7080
7095
|
$ sf plugins
|
|
7081
7096
|
```
|
|
7082
7097
|
|
|
7083
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7098
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/index.ts)_
|
|
7084
7099
|
|
|
7085
7100
|
## `sf plugins discover`
|
|
7086
7101
|
|
|
@@ -7125,7 +7140,7 @@ EXAMPLES
|
|
|
7125
7140
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7126
7141
|
```
|
|
7127
7142
|
|
|
7128
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7143
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/inspect.ts)_
|
|
7129
7144
|
|
|
7130
7145
|
## `sf plugins install PLUGIN`
|
|
7131
7146
|
|
|
@@ -7174,7 +7189,7 @@ EXAMPLES
|
|
|
7174
7189
|
$ sf plugins install someuser/someplugin
|
|
7175
7190
|
```
|
|
7176
7191
|
|
|
7177
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7192
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/install.ts)_
|
|
7178
7193
|
|
|
7179
7194
|
## `sf plugins link PATH`
|
|
7180
7195
|
|
|
@@ -7205,7 +7220,7 @@ EXAMPLES
|
|
|
7205
7220
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7206
7221
|
```
|
|
7207
7222
|
|
|
7208
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7223
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/link.ts)_
|
|
7209
7224
|
|
|
7210
7225
|
## `sf plugins reset`
|
|
7211
7226
|
|
|
@@ -7220,7 +7235,7 @@ FLAGS
|
|
|
7220
7235
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7221
7236
|
```
|
|
7222
7237
|
|
|
7223
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7238
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/reset.ts)_
|
|
7224
7239
|
|
|
7225
7240
|
## `sf plugins trust verify`
|
|
7226
7241
|
|
|
@@ -7249,7 +7264,7 @@ EXAMPLES
|
|
|
7249
7264
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7250
7265
|
```
|
|
7251
7266
|
|
|
7252
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7267
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.99/src/commands/plugins/trust/verify.ts)_
|
|
7253
7268
|
|
|
7254
7269
|
## `sf plugins uninstall [PLUGIN]`
|
|
7255
7270
|
|
|
@@ -7277,7 +7292,7 @@ EXAMPLES
|
|
|
7277
7292
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7278
7293
|
```
|
|
7279
7294
|
|
|
7280
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7295
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/uninstall.ts)_
|
|
7281
7296
|
|
|
7282
7297
|
## `sf plugins update`
|
|
7283
7298
|
|
|
@@ -7295,7 +7310,7 @@ DESCRIPTION
|
|
|
7295
7310
|
Update installed plugins.
|
|
7296
7311
|
```
|
|
7297
7312
|
|
|
7298
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7313
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.41/src/commands/plugins/update.ts)_
|
|
7299
7314
|
|
|
7300
7315
|
## `sf project convert mdapi`
|
|
7301
7316
|
|
|
@@ -7358,7 +7373,7 @@ FLAG DESCRIPTIONS
|
|
|
7358
7373
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7359
7374
|
```
|
|
7360
7375
|
|
|
7361
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7376
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/mdapi.ts)_
|
|
7362
7377
|
|
|
7363
7378
|
## `sf project convert source`
|
|
7364
7379
|
|
|
@@ -7431,7 +7446,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7446
|
Override the api version used for api requests made by this command
|
|
7432
7447
|
```
|
|
7433
7448
|
|
|
7434
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7449
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/source.ts)_
|
|
7435
7450
|
|
|
7436
7451
|
## `sf project convert source-behavior`
|
|
7437
7452
|
|
|
@@ -7490,7 +7505,7 @@ EXAMPLES
|
|
|
7490
7505
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7491
7506
|
```
|
|
7492
7507
|
|
|
7493
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7508
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/source-behavior.ts)_
|
|
7494
7509
|
|
|
7495
7510
|
## `sf project delete source`
|
|
7496
7511
|
|
|
@@ -7630,7 +7645,7 @@ FLAG DESCRIPTIONS
|
|
|
7630
7645
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7631
7646
|
```
|
|
7632
7647
|
|
|
7633
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7648
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/delete/source.ts)_
|
|
7634
7649
|
|
|
7635
7650
|
## `sf project delete tracking`
|
|
7636
7651
|
|
|
@@ -7667,7 +7682,7 @@ EXAMPLES
|
|
|
7667
7682
|
$ sf project delete tracking --target-org my-scratch
|
|
7668
7683
|
```
|
|
7669
7684
|
|
|
7670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7685
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/delete/tracking.ts)_
|
|
7671
7686
|
|
|
7672
7687
|
## `sf project deploy cancel`
|
|
7673
7688
|
|
|
@@ -7739,7 +7754,7 @@ FLAG DESCRIPTIONS
|
|
|
7739
7754
|
project deploy report".
|
|
7740
7755
|
```
|
|
7741
7756
|
|
|
7742
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7757
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/cancel.ts)_
|
|
7743
7758
|
|
|
7744
7759
|
## `sf project deploy preview`
|
|
7745
7760
|
|
|
@@ -7822,7 +7837,7 @@ FLAG DESCRIPTIONS
|
|
|
7822
7837
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7823
7838
|
```
|
|
7824
7839
|
|
|
7825
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7840
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/preview.ts)_
|
|
7826
7841
|
|
|
7827
7842
|
## `sf project deploy quick`
|
|
7828
7843
|
|
|
@@ -7915,7 +7930,7 @@ ERROR CODES
|
|
|
7915
7930
|
Canceling (69) The deploy is being canceled.
|
|
7916
7931
|
```
|
|
7917
7932
|
|
|
7918
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/quick.ts)_
|
|
7919
7934
|
|
|
7920
7935
|
## `sf project deploy report`
|
|
7921
7936
|
|
|
@@ -8007,7 +8022,7 @@ FLAG DESCRIPTIONS
|
|
|
8007
8022
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8008
8023
|
```
|
|
8009
8024
|
|
|
8010
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8025
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/report.ts)_
|
|
8011
8026
|
|
|
8012
8027
|
## `sf project deploy resume`
|
|
8013
8028
|
|
|
@@ -8104,7 +8119,7 @@ ERROR CODES
|
|
|
8104
8119
|
Canceling (69) The deploy is being canceled.
|
|
8105
8120
|
```
|
|
8106
8121
|
|
|
8107
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8122
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/resume.ts)_
|
|
8108
8123
|
|
|
8109
8124
|
## `sf project deploy start`
|
|
8110
8125
|
|
|
@@ -8357,7 +8372,7 @@ ERROR CODES
|
|
|
8357
8372
|
Canceling (69) The deploy is being canceled.
|
|
8358
8373
|
```
|
|
8359
8374
|
|
|
8360
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8375
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/start.ts)_
|
|
8361
8376
|
|
|
8362
8377
|
## `sf project deploy validate`
|
|
8363
8378
|
|
|
@@ -8547,7 +8562,7 @@ ERROR CODES
|
|
|
8547
8562
|
Canceling (69) The deploy is being canceled.
|
|
8548
8563
|
```
|
|
8549
8564
|
|
|
8550
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8565
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/validate.ts)_
|
|
8551
8566
|
|
|
8552
8567
|
## `sf project generate`
|
|
8553
8568
|
|
|
@@ -8652,7 +8667,7 @@ FLAG DESCRIPTIONS
|
|
|
8652
8667
|
Override the api version used for api requests made by this command
|
|
8653
8668
|
```
|
|
8654
8669
|
|
|
8655
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8670
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/project/generate.ts)_
|
|
8656
8671
|
|
|
8657
8672
|
## `sf project generate manifest`
|
|
8658
8673
|
|
|
@@ -8748,7 +8763,7 @@ EXAMPLES
|
|
|
8748
8763
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8749
8764
|
```
|
|
8750
8765
|
|
|
8751
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8766
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/generate/manifest.ts)_
|
|
8752
8767
|
|
|
8753
8768
|
## `sf project list ignored`
|
|
8754
8769
|
|
|
@@ -8790,7 +8805,7 @@ EXAMPLES
|
|
|
8790
8805
|
$ sf project list ignored --source-dir package.xml
|
|
8791
8806
|
```
|
|
8792
8807
|
|
|
8793
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8808
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/list/ignored.ts)_
|
|
8794
8809
|
|
|
8795
8810
|
## `sf project reset tracking`
|
|
8796
8811
|
|
|
@@ -8839,7 +8854,7 @@ EXAMPLES
|
|
|
8839
8854
|
$ sf project reset tracking --revision 30
|
|
8840
8855
|
```
|
|
8841
8856
|
|
|
8842
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8857
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/reset/tracking.ts)_
|
|
8843
8858
|
|
|
8844
8859
|
## `sf project retrieve preview`
|
|
8845
8860
|
|
|
@@ -8893,7 +8908,7 @@ FLAG DESCRIPTIONS
|
|
|
8893
8908
|
production orgs.
|
|
8894
8909
|
```
|
|
8895
8910
|
|
|
8896
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8911
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/retrieve/preview.ts)_
|
|
8897
8912
|
|
|
8898
8913
|
## `sf project retrieve start`
|
|
8899
8914
|
|
|
@@ -9074,7 +9089,7 @@ ENVIRONMENT VARIABLES
|
|
|
9074
9089
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9075
9090
|
```
|
|
9076
9091
|
|
|
9077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9092
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/retrieve/start.ts)_
|
|
9078
9093
|
|
|
9079
9094
|
## `sf schema generate field`
|
|
9080
9095
|
|
|
@@ -9128,7 +9143,7 @@ FLAG DESCRIPTIONS
|
|
|
9128
9143
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9129
9144
|
```
|
|
9130
9145
|
|
|
9131
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9146
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.61/src/commands/schema/generate/field.ts)_
|
|
9132
9147
|
|
|
9133
9148
|
## `sf schema generate platformevent`
|
|
9134
9149
|
|
|
@@ -9160,7 +9175,7 @@ EXAMPLES
|
|
|
9160
9175
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9161
9176
|
```
|
|
9162
9177
|
|
|
9163
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9178
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.61/src/commands/schema/generate/platformevent.ts)_
|
|
9164
9179
|
|
|
9165
9180
|
## `sf schema generate sobject`
|
|
9166
9181
|
|
|
@@ -9217,7 +9232,7 @@ FLAG DESCRIPTIONS
|
|
|
9217
9232
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9218
9233
|
```
|
|
9219
9234
|
|
|
9220
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9235
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.61/src/commands/schema/generate/sobject.ts)_
|
|
9221
9236
|
|
|
9222
9237
|
## `sf schema generate tab`
|
|
9223
9238
|
|
|
@@ -9265,7 +9280,7 @@ FLAG DESCRIPTIONS
|
|
|
9265
9280
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9266
9281
|
```
|
|
9267
9282
|
|
|
9268
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9283
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.61/src/commands/schema/generate/tab.ts)_
|
|
9269
9284
|
|
|
9270
9285
|
## `sf search`
|
|
9271
9286
|
|
|
@@ -9281,7 +9296,7 @@ DESCRIPTION
|
|
|
9281
9296
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9282
9297
|
```
|
|
9283
9298
|
|
|
9284
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9299
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.25/src/commands/search.ts)_
|
|
9285
9300
|
|
|
9286
9301
|
## `sf sobject describe`
|
|
9287
9302
|
|
|
@@ -9328,7 +9343,7 @@ EXAMPLES
|
|
|
9328
9343
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9329
9344
|
```
|
|
9330
9345
|
|
|
9331
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9346
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.68/src/commands/sobject/describe.ts)_
|
|
9332
9347
|
|
|
9333
9348
|
## `sf sobject list`
|
|
9334
9349
|
|
|
@@ -9367,7 +9382,7 @@ EXAMPLES
|
|
|
9367
9382
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9368
9383
|
```
|
|
9369
9384
|
|
|
9370
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9385
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.68/src/commands/sobject/list.ts)_
|
|
9371
9386
|
|
|
9372
9387
|
## `sf static-resource generate`
|
|
9373
9388
|
|
|
@@ -9429,7 +9444,7 @@ FLAG DESCRIPTIONS
|
|
|
9429
9444
|
etc.
|
|
9430
9445
|
```
|
|
9431
9446
|
|
|
9432
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9447
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/static-resource/generate.ts)_
|
|
9433
9448
|
|
|
9434
9449
|
## `sf update [CHANNEL]`
|
|
9435
9450
|
|
|
@@ -9487,7 +9502,7 @@ FLAG DESCRIPTIONS
|
|
|
9487
9502
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9488
9503
|
```
|
|
9489
9504
|
|
|
9490
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9505
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.30/src/commands/version.ts)_
|
|
9491
9506
|
|
|
9492
9507
|
## `sf visualforce generate component`
|
|
9493
9508
|
|
|
@@ -9543,7 +9558,7 @@ FLAG DESCRIPTIONS
|
|
|
9543
9558
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9544
9559
|
```
|
|
9545
9560
|
|
|
9546
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9561
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/visualforce/generate/component.ts)_
|
|
9547
9562
|
|
|
9548
9563
|
## `sf visualforce generate page`
|
|
9549
9564
|
|
|
@@ -9593,7 +9608,7 @@ FLAG DESCRIPTIONS
|
|
|
9593
9608
|
The name can be up to 40 characters and must start with a letter.
|
|
9594
9609
|
```
|
|
9595
9610
|
|
|
9596
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9611
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.51/src/commands/visualforce/generate/page.ts)_
|
|
9597
9612
|
|
|
9598
9613
|
## `sf which`
|
|
9599
9614
|
|
|
@@ -9627,7 +9642,7 @@ EXAMPLES
|
|
|
9627
9642
|
$ sf which "foo bar baz"
|
|
9628
9643
|
```
|
|
9629
9644
|
|
|
9630
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
9645
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.36/src/commands/which.ts)_
|
|
9631
9646
|
|
|
9632
9647
|
<!-- commandsstop -->
|
|
9633
9648
|
|