@salesforce/cli 2.140.3 → 2.140.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -51
- package/npm-shrinkwrap.json +245 -389
- package/oclif.lock +243 -343
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.140.
|
|
28
|
+
@salesforce/cli/2.140.5 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2838,7 +2838,7 @@ EXAMPLES
|
|
|
2838
2838
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2839
2839
|
```
|
|
2840
2840
|
|
|
2841
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2841
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/graphql.ts)_
|
|
2842
2842
|
|
|
2843
2843
|
## `sf api request rest [URL]`
|
|
2844
2844
|
|
|
@@ -2947,7 +2947,7 @@ FLAG DESCRIPTIONS
|
|
|
2947
2947
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2950
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/rest.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf autocomplete [SHELL]`
|
|
2953
2953
|
|
|
@@ -4345,7 +4345,7 @@ EXAMPLES
|
|
|
4345
4345
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4346
4346
|
```
|
|
4347
4347
|
|
|
4348
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4348
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/doctor.ts)_
|
|
4349
4349
|
|
|
4350
4350
|
## `sf force data bulk delete`
|
|
4351
4351
|
|
|
@@ -4547,7 +4547,7 @@ EXAMPLES
|
|
|
4547
4547
|
$ sf info releasenotes display --version latest
|
|
4548
4548
|
```
|
|
4549
4549
|
|
|
4550
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4550
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/info/releasenotes/display.ts)_
|
|
4551
4551
|
|
|
4552
4552
|
## `sf logic get test`
|
|
4553
4553
|
|
|
@@ -4853,7 +4853,7 @@ EXAMPLES
|
|
|
4853
4853
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4854
4854
|
```
|
|
4855
4855
|
|
|
4856
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4856
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-access-token.ts)_
|
|
4857
4857
|
|
|
4858
4858
|
## `sf org auth show-sfdx-auth-url`
|
|
4859
4859
|
|
|
@@ -4897,7 +4897,7 @@ EXAMPLES
|
|
|
4897
4897
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4898
4898
|
```
|
|
4899
4899
|
|
|
4900
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4900
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4901
4901
|
|
|
4902
4902
|
## `sf org auth show-user-password`
|
|
4903
4903
|
|
|
@@ -4944,7 +4944,7 @@ EXAMPLES
|
|
|
4944
4944
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4945
4945
|
```
|
|
4946
4946
|
|
|
4947
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4947
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-user-password.ts)_
|
|
4948
4948
|
|
|
4949
4949
|
## `sf org create agent-user`
|
|
4950
4950
|
|
|
@@ -5022,7 +5022,7 @@ FLAG DESCRIPTIONS
|
|
|
5022
5022
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5025
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/agent-user.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org create sandbox`
|
|
5028
5028
|
|
|
@@ -5156,7 +5156,7 @@ FLAG DESCRIPTIONS
|
|
|
5156
5156
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5157
5157
|
```
|
|
5158
5158
|
|
|
5159
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5159
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/sandbox.ts)_
|
|
5160
5160
|
|
|
5161
5161
|
## `sf org create scratch`
|
|
5162
5162
|
|
|
@@ -5338,7 +5338,7 @@ FLAG DESCRIPTIONS
|
|
|
5338
5338
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5339
5339
|
```
|
|
5340
5340
|
|
|
5341
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5341
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/scratch.ts)_
|
|
5342
5342
|
|
|
5343
5343
|
## `sf org create user`
|
|
5344
5344
|
|
|
@@ -5492,7 +5492,7 @@ EXAMPLES
|
|
|
5492
5492
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5493
5493
|
```
|
|
5494
5494
|
|
|
5495
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5495
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/sandbox.ts)_
|
|
5496
5496
|
|
|
5497
5497
|
## `sf org delete scratch`
|
|
5498
5498
|
|
|
@@ -5536,7 +5536,7 @@ EXAMPLES
|
|
|
5536
5536
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5537
5537
|
```
|
|
5538
5538
|
|
|
5539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/scratch.ts)_
|
|
5540
5540
|
|
|
5541
5541
|
## `sf org disable tracking`
|
|
5542
5542
|
|
|
@@ -5575,7 +5575,7 @@ EXAMPLES
|
|
|
5575
5575
|
$ sf org disable tracking
|
|
5576
5576
|
```
|
|
5577
5577
|
|
|
5578
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5578
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/disable/tracking.ts)_
|
|
5579
5579
|
|
|
5580
5580
|
## `sf org display`
|
|
5581
5581
|
|
|
@@ -5620,7 +5620,7 @@ EXAMPLES
|
|
|
5620
5620
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5621
5621
|
```
|
|
5622
5622
|
|
|
5623
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5623
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/display.ts)_
|
|
5624
5624
|
|
|
5625
5625
|
## `sf org display user`
|
|
5626
5626
|
|
|
@@ -5700,7 +5700,7 @@ EXAMPLES
|
|
|
5700
5700
|
$ sf org enable tracking
|
|
5701
5701
|
```
|
|
5702
5702
|
|
|
5703
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5703
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/enable/tracking.ts)_
|
|
5704
5704
|
|
|
5705
5705
|
## `sf org generate password`
|
|
5706
5706
|
|
|
@@ -5806,7 +5806,7 @@ EXAMPLES
|
|
|
5806
5806
|
$ sf org list --clean
|
|
5807
5807
|
```
|
|
5808
5808
|
|
|
5809
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5809
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf org list auth`
|
|
5812
5812
|
|
|
@@ -5878,7 +5878,7 @@ EXAMPLES
|
|
|
5878
5878
|
$ sf org list limits --target-org my-scratch-org
|
|
5879
5879
|
```
|
|
5880
5880
|
|
|
5881
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5881
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/limits.ts)_
|
|
5882
5882
|
|
|
5883
5883
|
## `sf org list metadata`
|
|
5884
5884
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5948
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf org list metadata-types`
|
|
5951
5951
|
|
|
@@ -6000,7 +6000,7 @@ FLAG DESCRIPTIONS
|
|
|
6000
6000
|
Override the api version used for api requests made by this command
|
|
6001
6001
|
```
|
|
6002
6002
|
|
|
6003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6003
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata-types.ts)_
|
|
6004
6004
|
|
|
6005
6005
|
## `sf org list sobject record-counts`
|
|
6006
6006
|
|
|
@@ -6046,7 +6046,7 @@ EXAMPLES
|
|
|
6046
6046
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
6047
6047
|
```
|
|
6048
6048
|
|
|
6049
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
6049
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/sobject/record-counts.ts)_
|
|
6050
6050
|
|
|
6051
6051
|
## `sf org list users`
|
|
6052
6052
|
|
|
@@ -6546,7 +6546,7 @@ EXAMPLES
|
|
|
6546
6546
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6547
6547
|
```
|
|
6548
6548
|
|
|
6549
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6549
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open.ts)_
|
|
6550
6550
|
|
|
6551
6551
|
## `sf org open agent`
|
|
6552
6552
|
|
|
@@ -6610,7 +6610,7 @@ EXAMPLES
|
|
|
6610
6610
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6611
6611
|
```
|
|
6612
6612
|
|
|
6613
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6613
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/agent.ts)_
|
|
6614
6614
|
|
|
6615
6615
|
## `sf org open authoring-bundle`
|
|
6616
6616
|
|
|
@@ -6656,7 +6656,7 @@ EXAMPLES
|
|
|
6656
6656
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6657
6657
|
```
|
|
6658
6658
|
|
|
6659
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6659
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/authoring-bundle.ts)_
|
|
6660
6660
|
|
|
6661
6661
|
## `sf org refresh sandbox`
|
|
6662
6662
|
|
|
@@ -6759,7 +6759,7 @@ FLAG DESCRIPTIONS
|
|
|
6759
6759
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6760
6760
|
```
|
|
6761
6761
|
|
|
6762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/refresh/sandbox.ts)_
|
|
6763
6763
|
|
|
6764
6764
|
## `sf org resume sandbox`
|
|
6765
6765
|
|
|
@@ -6822,7 +6822,7 @@ FLAG DESCRIPTIONS
|
|
|
6822
6822
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6823
6823
|
```
|
|
6824
6824
|
|
|
6825
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6825
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/sandbox.ts)_
|
|
6826
6826
|
|
|
6827
6827
|
## `sf org resume scratch`
|
|
6828
6828
|
|
|
@@ -6875,7 +6875,7 @@ FLAG DESCRIPTIONS
|
|
|
6875
6875
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6876
6876
|
```
|
|
6877
6877
|
|
|
6878
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6878
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/scratch.ts)_
|
|
6879
6879
|
|
|
6880
6880
|
## `sf package convert`
|
|
6881
6881
|
|
|
@@ -8568,7 +8568,7 @@ EXAMPLES
|
|
|
8568
8568
|
$ sf plugins
|
|
8569
8569
|
```
|
|
8570
8570
|
|
|
8571
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8571
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/index.ts)_
|
|
8572
8572
|
|
|
8573
8573
|
## `sf plugins discover`
|
|
8574
8574
|
|
|
@@ -8586,7 +8586,7 @@ EXAMPLES
|
|
|
8586
8586
|
$ sf plugins discover
|
|
8587
8587
|
```
|
|
8588
8588
|
|
|
8589
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
8589
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.31/src/commands/plugins/discover.ts)_
|
|
8590
8590
|
|
|
8591
8591
|
## `sf plugins:inspect PLUGIN...`
|
|
8592
8592
|
|
|
@@ -8613,7 +8613,7 @@ EXAMPLES
|
|
|
8613
8613
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
8614
8614
|
```
|
|
8615
8615
|
|
|
8616
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8616
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/inspect.ts)_
|
|
8617
8617
|
|
|
8618
8618
|
## `sf plugins install PLUGIN`
|
|
8619
8619
|
|
|
@@ -8662,7 +8662,7 @@ EXAMPLES
|
|
|
8662
8662
|
$ sf plugins install someuser/someplugin
|
|
8663
8663
|
```
|
|
8664
8664
|
|
|
8665
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8665
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/install.ts)_
|
|
8666
8666
|
|
|
8667
8667
|
## `sf plugins link PATH`
|
|
8668
8668
|
|
|
@@ -8693,7 +8693,7 @@ EXAMPLES
|
|
|
8693
8693
|
$ sf plugins link @salesforce/plugin-packaging
|
|
8694
8694
|
```
|
|
8695
8695
|
|
|
8696
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8696
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/link.ts)_
|
|
8697
8697
|
|
|
8698
8698
|
## `sf plugins reset`
|
|
8699
8699
|
|
|
@@ -8708,7 +8708,7 @@ FLAGS
|
|
|
8708
8708
|
--reinstall Reinstall all plugins after uninstalling.
|
|
8709
8709
|
```
|
|
8710
8710
|
|
|
8711
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8711
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/reset.ts)_
|
|
8712
8712
|
|
|
8713
8713
|
## `sf plugins trust allowlist add`
|
|
8714
8714
|
|
|
@@ -8867,7 +8867,7 @@ EXAMPLES
|
|
|
8867
8867
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
8868
8868
|
```
|
|
8869
8869
|
|
|
8870
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8870
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/uninstall.ts)_
|
|
8871
8871
|
|
|
8872
8872
|
## `sf plugins update`
|
|
8873
8873
|
|
|
@@ -8885,7 +8885,7 @@ DESCRIPTION
|
|
|
8885
8885
|
Update installed plugins.
|
|
8886
8886
|
```
|
|
8887
8887
|
|
|
8888
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8888
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/update.ts)_
|
|
8889
8889
|
|
|
8890
8890
|
## `sf project convert mdapi`
|
|
8891
8891
|
|
|
@@ -10936,7 +10936,7 @@ FLAG DESCRIPTIONS
|
|
|
10936
10936
|
directory.
|
|
10937
10937
|
```
|
|
10938
10938
|
|
|
10939
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10939
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/analytics/template.ts)_
|
|
10940
10940
|
|
|
10941
10941
|
## `sf template generate apex class`
|
|
10942
10942
|
|
|
@@ -10996,7 +10996,7 @@ FLAG DESCRIPTIONS
|
|
|
10996
10996
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10997
10997
|
```
|
|
10998
10998
|
|
|
10999
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10999
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/class.ts)_
|
|
11000
11000
|
|
|
11001
11001
|
## `sf template generate apex trigger`
|
|
11002
11002
|
|
|
@@ -11066,7 +11066,7 @@ FLAG DESCRIPTIONS
|
|
|
11066
11066
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11067
11067
|
```
|
|
11068
11068
|
|
|
11069
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11069
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/trigger.ts)_
|
|
11070
11070
|
|
|
11071
11071
|
## `sf template generate digital-experience site`
|
|
11072
11072
|
|
|
@@ -11120,7 +11120,7 @@ FLAG DESCRIPTIONS
|
|
|
11120
11120
|
project, defaults to the current directory.
|
|
11121
11121
|
```
|
|
11122
11122
|
|
|
11123
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11123
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
11124
11124
|
|
|
11125
11125
|
## `sf template generate flexipage`
|
|
11126
11126
|
|
|
@@ -11202,7 +11202,7 @@ FLAG DESCRIPTIONS
|
|
|
11202
11202
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11203
11203
|
```
|
|
11204
11204
|
|
|
11205
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11205
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/flexipage/index.ts)_
|
|
11206
11206
|
|
|
11207
11207
|
## `sf template generate lightning app`
|
|
11208
11208
|
|
|
@@ -11260,7 +11260,7 @@ FLAG DESCRIPTIONS
|
|
|
11260
11260
|
field in the DX project's "sfdx-project.json" file.
|
|
11261
11261
|
```
|
|
11262
11262
|
|
|
11263
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11263
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/app.ts)_
|
|
11264
11264
|
|
|
11265
11265
|
## `sf template generate lightning component`
|
|
11266
11266
|
|
|
@@ -11337,7 +11337,7 @@ FLAG DESCRIPTIONS
|
|
|
11337
11337
|
field in the DX project's "sfdx-project.json" file.
|
|
11338
11338
|
```
|
|
11339
11339
|
|
|
11340
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11340
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/component.ts)_
|
|
11341
11341
|
|
|
11342
11342
|
## `sf template generate lightning event`
|
|
11343
11343
|
|
|
@@ -11395,7 +11395,7 @@ FLAG DESCRIPTIONS
|
|
|
11395
11395
|
field in the DX project's "sfdx-project.json" file.
|
|
11396
11396
|
```
|
|
11397
11397
|
|
|
11398
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11398
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/event.ts)_
|
|
11399
11399
|
|
|
11400
11400
|
## `sf template generate lightning interface`
|
|
11401
11401
|
|
|
@@ -11453,7 +11453,7 @@ FLAG DESCRIPTIONS
|
|
|
11453
11453
|
field in the DX project's "sfdx-project.json" file.
|
|
11454
11454
|
```
|
|
11455
11455
|
|
|
11456
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11456
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/interface.ts)_
|
|
11457
11457
|
|
|
11458
11458
|
## `sf template generate lightning test`
|
|
11459
11459
|
|
|
@@ -11511,7 +11511,7 @@ FLAG DESCRIPTIONS
|
|
|
11511
11511
|
field in the DX project's "sfdx-project.json" file.
|
|
11512
11512
|
```
|
|
11513
11513
|
|
|
11514
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11514
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/test.ts)_
|
|
11515
11515
|
|
|
11516
11516
|
## `sf template generate project`
|
|
11517
11517
|
|
|
@@ -11637,7 +11637,7 @@ FLAG DESCRIPTIONS
|
|
|
11637
11637
|
server-side type stripping.
|
|
11638
11638
|
```
|
|
11639
11639
|
|
|
11640
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11640
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/project/index.ts)_
|
|
11641
11641
|
|
|
11642
11642
|
## `sf template generate static-resource`
|
|
11643
11643
|
|
|
@@ -11700,7 +11700,7 @@ FLAG DESCRIPTIONS
|
|
|
11700
11700
|
etc.
|
|
11701
11701
|
```
|
|
11702
11702
|
|
|
11703
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11703
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/static-resource/index.ts)_
|
|
11704
11704
|
|
|
11705
11705
|
## `sf template generate ui-bundle`
|
|
11706
11706
|
|
|
@@ -11784,7 +11784,7 @@ FLAG DESCRIPTIONS
|
|
|
11784
11784
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11785
11785
|
```
|
|
11786
11786
|
|
|
11787
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11787
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11788
11788
|
|
|
11789
11789
|
## `sf template generate visualforce component`
|
|
11790
11790
|
|
|
@@ -11841,7 +11841,7 @@ FLAG DESCRIPTIONS
|
|
|
11841
11841
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11842
11842
|
```
|
|
11843
11843
|
|
|
11844
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11844
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/component.ts)_
|
|
11845
11845
|
|
|
11846
11846
|
## `sf template generate visualforce page`
|
|
11847
11847
|
|
|
@@ -11892,7 +11892,7 @@ FLAG DESCRIPTIONS
|
|
|
11892
11892
|
The name can be up to 40 characters and must start with a letter.
|
|
11893
11893
|
```
|
|
11894
11894
|
|
|
11895
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11895
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/page.ts)_
|
|
11896
11896
|
|
|
11897
11897
|
## `sf update [CHANNEL]`
|
|
11898
11898
|
|
|
@@ -11930,7 +11930,7 @@ EXAMPLES
|
|
|
11930
11930
|
$ sf update --available
|
|
11931
11931
|
```
|
|
11932
11932
|
|
|
11933
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11933
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.48/src/commands/update.ts)_
|
|
11934
11934
|
|
|
11935
11935
|
## `sf version`
|
|
11936
11936
|
|