@salesforce/cli 2.139.2 → 2.139.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 +72 -72
- package/npm-shrinkwrap.json +68 -70
- package/oclif.lock +71 -71
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.139.
|
|
28
|
+
@salesforce/cli/2.139.4 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2303,7 +2303,7 @@ EXAMPLES
|
|
|
2303
2303
|
$ sf alias list
|
|
2304
2304
|
```
|
|
2305
2305
|
|
|
2306
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2306
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/alias/list.ts)_
|
|
2307
2307
|
|
|
2308
2308
|
## `sf alias set`
|
|
2309
2309
|
|
|
@@ -2352,7 +2352,7 @@ EXAMPLES
|
|
|
2352
2352
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2353
2353
|
```
|
|
2354
2354
|
|
|
2355
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2355
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/alias/set.ts)_
|
|
2356
2356
|
|
|
2357
2357
|
## `sf alias unset`
|
|
2358
2358
|
|
|
@@ -2392,7 +2392,7 @@ EXAMPLES
|
|
|
2392
2392
|
$ sf alias unset --all [--no-prompt]
|
|
2393
2393
|
```
|
|
2394
2394
|
|
|
2395
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2395
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/alias/unset.ts)_
|
|
2396
2396
|
|
|
2397
2397
|
## `sf apex get log`
|
|
2398
2398
|
|
|
@@ -2448,7 +2448,7 @@ FLAG DESCRIPTIONS
|
|
|
2448
2448
|
directory.
|
|
2449
2449
|
```
|
|
2450
2450
|
|
|
2451
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2451
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/get/log.ts)_
|
|
2452
2452
|
|
|
2453
2453
|
## `sf apex get test`
|
|
2454
2454
|
|
|
@@ -2508,7 +2508,7 @@ EXAMPLES
|
|
|
2508
2508
|
me@myorg'
|
|
2509
2509
|
```
|
|
2510
2510
|
|
|
2511
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2511
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/get/test.ts)_
|
|
2512
2512
|
|
|
2513
2513
|
## `sf apex list log`
|
|
2514
2514
|
|
|
@@ -2548,7 +2548,7 @@ EXAMPLES
|
|
|
2548
2548
|
$ sf apex list log --target-org me@my.org
|
|
2549
2549
|
```
|
|
2550
2550
|
|
|
2551
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2551
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/list/log.ts)_
|
|
2552
2552
|
|
|
2553
2553
|
## `sf apex run`
|
|
2554
2554
|
|
|
@@ -2595,7 +2595,7 @@ EXAMPLES
|
|
|
2595
2595
|
$ sf apex run
|
|
2596
2596
|
```
|
|
2597
2597
|
|
|
2598
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2598
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/run.ts)_
|
|
2599
2599
|
|
|
2600
2600
|
## `sf apex run test`
|
|
2601
2601
|
|
|
@@ -2742,7 +2742,7 @@ FLAG DESCRIPTIONS
|
|
|
2742
2742
|
--tests Test1 --tests Test2
|
|
2743
2743
|
```
|
|
2744
2744
|
|
|
2745
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2745
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/run/test.ts)_
|
|
2746
2746
|
|
|
2747
2747
|
## `sf apex tail log`
|
|
2748
2748
|
|
|
@@ -2785,7 +2785,7 @@ EXAMPLES
|
|
|
2785
2785
|
$ sf apex tail log --color --skip-trace-flag
|
|
2786
2786
|
```
|
|
2787
2787
|
|
|
2788
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2788
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/apex/tail/log.ts)_
|
|
2789
2789
|
|
|
2790
2790
|
## `sf api request graphql`
|
|
2791
2791
|
|
|
@@ -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.38/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.38/src/commands/api/request/rest.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf autocomplete [SHELL]`
|
|
2953
2953
|
|
|
@@ -3056,7 +3056,7 @@ CONFIGURATION VARIABLES
|
|
|
3056
3056
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3057
3057
|
```
|
|
3058
3058
|
|
|
3059
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3059
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/config/get.ts)_
|
|
3060
3060
|
|
|
3061
3061
|
## `sf config list`
|
|
3062
3062
|
|
|
@@ -3096,7 +3096,7 @@ EXAMPLES
|
|
|
3096
3096
|
$ sf config list
|
|
3097
3097
|
```
|
|
3098
3098
|
|
|
3099
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3099
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/config/list.ts)_
|
|
3100
3100
|
|
|
3101
3101
|
## `sf config set`
|
|
3102
3102
|
|
|
@@ -3165,7 +3165,7 @@ CONFIGURATION VARIABLES
|
|
|
3165
3165
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3166
3166
|
```
|
|
3167
3167
|
|
|
3168
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3168
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/config/set.ts)_
|
|
3169
3169
|
|
|
3170
3170
|
## `sf config unset`
|
|
3171
3171
|
|
|
@@ -3215,7 +3215,7 @@ CONFIGURATION VARIABLES
|
|
|
3215
3215
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3216
3216
|
```
|
|
3217
3217
|
|
|
3218
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3218
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.83/src/commands/config/unset.ts)_
|
|
3219
3219
|
|
|
3220
3220
|
## `sf data bulk results`
|
|
3221
3221
|
|
|
@@ -4595,7 +4595,7 @@ EXAMPLES
|
|
|
4595
4595
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
4596
4596
|
```
|
|
4597
4597
|
|
|
4598
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4598
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/logic/get/test.ts)_
|
|
4599
4599
|
|
|
4600
4600
|
## `sf logic run test`
|
|
4601
4601
|
|
|
@@ -4717,7 +4717,7 @@ FLAG DESCRIPTIONS
|
|
|
4717
4717
|
--tests Test1 --tests Test2
|
|
4718
4718
|
```
|
|
4719
4719
|
|
|
4720
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4720
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.34/src/commands/logic/run/test.ts)_
|
|
4721
4721
|
|
|
4722
4722
|
## `sf org assign permset`
|
|
4723
4723
|
|
|
@@ -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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/src/commands/org/list.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf org list auth`
|
|
5812
5812
|
|
|
@@ -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.7/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.7/src/commands/org/list/metadata-types.ts)_
|
|
6004
6004
|
|
|
6005
6005
|
## `sf org list sobject record-counts`
|
|
6006
6006
|
|
|
@@ -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.7/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.7/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.7/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.7/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.7/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.7/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.73/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.30/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.73/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.73/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.73/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.73/src/commands/plugins/reset.ts)_
|
|
8712
8712
|
|
|
8713
8713
|
## `sf plugins trust allowlist add`
|
|
8714
8714
|
|
|
@@ -8745,7 +8745,7 @@ EXAMPLES
|
|
|
8745
8745
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8746
8746
|
```
|
|
8747
8747
|
|
|
8748
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8748
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8749
8749
|
|
|
8750
8750
|
## `sf plugins trust allowlist list`
|
|
8751
8751
|
|
|
@@ -8773,7 +8773,7 @@ EXAMPLES
|
|
|
8773
8773
|
$ sf plugins trust allowlist list
|
|
8774
8774
|
```
|
|
8775
8775
|
|
|
8776
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8776
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8777
8777
|
|
|
8778
8778
|
## `sf plugins trust allowlist remove`
|
|
8779
8779
|
|
|
@@ -8810,7 +8810,7 @@ EXAMPLES
|
|
|
8810
8810
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8811
8811
|
```
|
|
8812
8812
|
|
|
8813
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8813
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8814
8814
|
|
|
8815
8815
|
## `sf plugins trust verify`
|
|
8816
8816
|
|
|
@@ -8839,7 +8839,7 @@ EXAMPLES
|
|
|
8839
8839
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8840
8840
|
```
|
|
8841
8841
|
|
|
8842
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8842
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.15/src/commands/plugins/trust/verify.ts)_
|
|
8843
8843
|
|
|
8844
8844
|
## `sf plugins uninstall [PLUGIN]`
|
|
8845
8845
|
|
|
@@ -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.73/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.73/src/commands/plugins/update.ts)_
|
|
8889
8889
|
|
|
8890
8890
|
## `sf project convert mdapi`
|
|
8891
8891
|
|
|
@@ -10653,7 +10653,7 @@ FLAG DESCRIPTIONS
|
|
|
10653
10653
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
10654
10654
|
```
|
|
10655
10655
|
|
|
10656
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10656
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.112/src/commands/schema/generate/field.ts)_
|
|
10657
10657
|
|
|
10658
10658
|
## `sf schema generate platformevent`
|
|
10659
10659
|
|
|
@@ -10685,7 +10685,7 @@ EXAMPLES
|
|
|
10685
10685
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
10686
10686
|
```
|
|
10687
10687
|
|
|
10688
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10688
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.112/src/commands/schema/generate/platformevent.ts)_
|
|
10689
10689
|
|
|
10690
10690
|
## `sf schema generate sobject`
|
|
10691
10691
|
|
|
@@ -10742,7 +10742,7 @@ FLAG DESCRIPTIONS
|
|
|
10742
10742
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
10743
10743
|
```
|
|
10744
10744
|
|
|
10745
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10745
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.112/src/commands/schema/generate/sobject.ts)_
|
|
10746
10746
|
|
|
10747
10747
|
## `sf schema generate tab`
|
|
10748
10748
|
|
|
@@ -10790,7 +10790,7 @@ FLAG DESCRIPTIONS
|
|
|
10790
10790
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
10791
10791
|
```
|
|
10792
10792
|
|
|
10793
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10793
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.112/src/commands/schema/generate/tab.ts)_
|
|
10794
10794
|
|
|
10795
10795
|
## `sf search`
|
|
10796
10796
|
|
|
@@ -10853,7 +10853,7 @@ EXAMPLES
|
|
|
10853
10853
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
10854
10854
|
```
|
|
10855
10855
|
|
|
10856
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10856
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.117/src/commands/sobject/describe.ts)_
|
|
10857
10857
|
|
|
10858
10858
|
## `sf sobject list`
|
|
10859
10859
|
|
|
@@ -10892,7 +10892,7 @@ EXAMPLES
|
|
|
10892
10892
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
10893
10893
|
```
|
|
10894
10894
|
|
|
10895
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10895
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.117/src/commands/sobject/list.ts)_
|
|
10896
10896
|
|
|
10897
10897
|
## `sf template generate analytics template`
|
|
10898
10898
|
|
|
@@ -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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.47/src/commands/update.ts)_
|
|
11934
11934
|
|
|
11935
11935
|
## `sf version`
|
|
11936
11936
|
|