@salesforce/cli 2.137.3 → 2.137.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 +105 -105
- package/npm-shrinkwrap.json +296 -296
- package/oclif.lock +335 -322
- 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.137.
|
|
28
|
+
@salesforce/cli/2.137.5 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -284,7 +284,7 @@ ERROR CODES
|
|
|
284
284
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
287
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/activate.ts)_
|
|
288
288
|
|
|
289
289
|
## `sf agent create`
|
|
290
290
|
|
|
@@ -351,7 +351,7 @@ EXAMPLES
|
|
|
351
351
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
354
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/create.ts)_
|
|
355
355
|
|
|
356
356
|
## `sf agent deactivate`
|
|
357
357
|
|
|
@@ -400,7 +400,7 @@ ERROR CODES
|
|
|
400
400
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
403
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/deactivate.ts)_
|
|
404
404
|
|
|
405
405
|
## `sf agent generate agent-spec`
|
|
406
406
|
|
|
@@ -507,7 +507,7 @@ EXAMPLES
|
|
|
507
507
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
510
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/generate/agent-spec.ts)_
|
|
511
511
|
|
|
512
512
|
## `sf agent generate authoring-bundle`
|
|
513
513
|
|
|
@@ -584,7 +584,7 @@ EXAMPLES
|
|
|
584
584
|
other-package-dir/main/default --target-org my-dev-org
|
|
585
585
|
```
|
|
586
586
|
|
|
587
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
587
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/generate/authoring-bundle.ts)_
|
|
588
588
|
|
|
589
589
|
## `sf agent generate template`
|
|
590
590
|
|
|
@@ -646,7 +646,7 @@ EXAMPLES
|
|
|
646
646
|
my-package --source-org my-scratch-org
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
649
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/generate/template.ts)_
|
|
650
650
|
|
|
651
651
|
## `sf agent generate test-spec`
|
|
652
652
|
|
|
@@ -711,7 +711,7 @@ EXAMPLES
|
|
|
711
711
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
712
712
|
```
|
|
713
713
|
|
|
714
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
714
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/generate/test-spec.ts)_
|
|
715
715
|
|
|
716
716
|
## `sf agent preview`
|
|
717
717
|
|
|
@@ -784,7 +784,7 @@ EXAMPLES
|
|
|
784
784
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
787
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/preview.ts)_
|
|
788
788
|
|
|
789
789
|
## `sf agent preview end`
|
|
790
790
|
|
|
@@ -868,7 +868,7 @@ ERROR CODES
|
|
|
868
868
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
871
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/preview/end.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf agent preview send`
|
|
874
874
|
|
|
@@ -935,7 +935,7 @@ ERROR CODES
|
|
|
935
935
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
936
936
|
```
|
|
937
937
|
|
|
938
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
938
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/preview/send.ts)_
|
|
939
939
|
|
|
940
940
|
## `sf agent preview sessions`
|
|
941
941
|
|
|
@@ -971,7 +971,7 @@ ERROR CODES
|
|
|
971
971
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
974
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/preview/sessions.ts)_
|
|
975
975
|
|
|
976
976
|
## `sf agent preview start`
|
|
977
977
|
|
|
@@ -1047,7 +1047,7 @@ ERROR CODES
|
|
|
1047
1047
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1050
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/preview/start.ts)_
|
|
1051
1051
|
|
|
1052
1052
|
## `sf agent publish authoring-bundle`
|
|
1053
1053
|
|
|
@@ -1111,7 +1111,7 @@ ERROR CODES
|
|
|
1111
1111
|
Failed (1) Compilation errors found in the Agent Script file.
|
|
1112
1112
|
```
|
|
1113
1113
|
|
|
1114
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1114
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1115
1115
|
|
|
1116
1116
|
## `sf agent test create`
|
|
1117
1117
|
|
|
@@ -1175,7 +1175,7 @@ ERROR CODES
|
|
|
1175
1175
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
1176
1176
|
```
|
|
1177
1177
|
|
|
1178
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1178
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/create.ts)_
|
|
1179
1179
|
|
|
1180
1180
|
## `sf agent test list`
|
|
1181
1181
|
|
|
@@ -1217,7 +1217,7 @@ ERROR CODES
|
|
|
1217
1217
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
1218
1218
|
```
|
|
1219
1219
|
|
|
1220
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1220
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/list.ts)_
|
|
1221
1221
|
|
|
1222
1222
|
## `sf agent test results`
|
|
1223
1223
|
|
|
@@ -1301,7 +1301,7 @@ ERROR CODES
|
|
|
1301
1301
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1304
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/results.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `sf agent test resume`
|
|
1307
1307
|
|
|
@@ -1394,7 +1394,7 @@ ERROR CODES
|
|
|
1394
1394
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
1395
1395
|
```
|
|
1396
1396
|
|
|
1397
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1397
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/resume.ts)_
|
|
1398
1398
|
|
|
1399
1399
|
## `sf agent test run`
|
|
1400
1400
|
|
|
@@ -1487,7 +1487,7 @@ ERROR CODES
|
|
|
1487
1487
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
1488
1488
|
```
|
|
1489
1489
|
|
|
1490
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1490
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/run.ts)_
|
|
1491
1491
|
|
|
1492
1492
|
## `sf agent test run-eval`
|
|
1493
1493
|
|
|
@@ -1572,7 +1572,7 @@ ERROR CODES
|
|
|
1572
1572
|
OperationFailed (4) Failed to execute tests due to API or network errors.
|
|
1573
1573
|
```
|
|
1574
1574
|
|
|
1575
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1575
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/test/run-eval.ts)_
|
|
1576
1576
|
|
|
1577
1577
|
## `sf agent trace delete`
|
|
1578
1578
|
|
|
@@ -1639,7 +1639,7 @@ ERROR CODES
|
|
|
1639
1639
|
Succeeded (0) Traces deleted successfully (or no traces matched).
|
|
1640
1640
|
```
|
|
1641
1641
|
|
|
1642
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1642
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/trace/delete.ts)_
|
|
1643
1643
|
|
|
1644
1644
|
## `sf agent trace list`
|
|
1645
1645
|
|
|
@@ -1712,7 +1712,7 @@ ERROR CODES
|
|
|
1712
1712
|
Succeeded (0) Trace files listed successfully (or empty list if none found).
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1715
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/trace/list.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf agent trace read`
|
|
1718
1718
|
|
|
@@ -1800,7 +1800,7 @@ EXAMPLES
|
|
|
1800
1800
|
$ sf agent trace read --session-id <SESSION_ID> --json
|
|
1801
1801
|
```
|
|
1802
1802
|
|
|
1803
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1803
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/trace/read.ts)_
|
|
1804
1804
|
|
|
1805
1805
|
## `sf agent validate authoring-bundle`
|
|
1806
1806
|
|
|
@@ -1857,7 +1857,7 @@ ERROR CODES
|
|
|
1857
1857
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
1858
1858
|
```
|
|
1859
1859
|
|
|
1860
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.
|
|
1860
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.5/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1861
1861
|
|
|
1862
1862
|
## `sf alias list`
|
|
1863
1863
|
|
|
@@ -1885,7 +1885,7 @@ EXAMPLES
|
|
|
1885
1885
|
$ sf alias list
|
|
1886
1886
|
```
|
|
1887
1887
|
|
|
1888
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1888
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/alias/list.ts)_
|
|
1889
1889
|
|
|
1890
1890
|
## `sf alias set`
|
|
1891
1891
|
|
|
@@ -1934,7 +1934,7 @@ EXAMPLES
|
|
|
1934
1934
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1935
1935
|
```
|
|
1936
1936
|
|
|
1937
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1937
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/alias/set.ts)_
|
|
1938
1938
|
|
|
1939
1939
|
## `sf alias unset`
|
|
1940
1940
|
|
|
@@ -1974,7 +1974,7 @@ EXAMPLES
|
|
|
1974
1974
|
$ sf alias unset --all [--no-prompt]
|
|
1975
1975
|
```
|
|
1976
1976
|
|
|
1977
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1977
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/alias/unset.ts)_
|
|
1978
1978
|
|
|
1979
1979
|
## `sf apex get log`
|
|
1980
1980
|
|
|
@@ -2030,7 +2030,7 @@ FLAG DESCRIPTIONS
|
|
|
2030
2030
|
directory.
|
|
2031
2031
|
```
|
|
2032
2032
|
|
|
2033
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2033
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/get/log.ts)_
|
|
2034
2034
|
|
|
2035
2035
|
## `sf apex get test`
|
|
2036
2036
|
|
|
@@ -2090,7 +2090,7 @@ EXAMPLES
|
|
|
2090
2090
|
me@myorg'
|
|
2091
2091
|
```
|
|
2092
2092
|
|
|
2093
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2093
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/get/test.ts)_
|
|
2094
2094
|
|
|
2095
2095
|
## `sf apex list log`
|
|
2096
2096
|
|
|
@@ -2130,7 +2130,7 @@ EXAMPLES
|
|
|
2130
2130
|
$ sf apex list log --target-org me@my.org
|
|
2131
2131
|
```
|
|
2132
2132
|
|
|
2133
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2133
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/list/log.ts)_
|
|
2134
2134
|
|
|
2135
2135
|
## `sf apex run`
|
|
2136
2136
|
|
|
@@ -2177,7 +2177,7 @@ EXAMPLES
|
|
|
2177
2177
|
$ sf apex run
|
|
2178
2178
|
```
|
|
2179
2179
|
|
|
2180
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2180
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/run.ts)_
|
|
2181
2181
|
|
|
2182
2182
|
## `sf apex run test`
|
|
2183
2183
|
|
|
@@ -2324,7 +2324,7 @@ FLAG DESCRIPTIONS
|
|
|
2324
2324
|
--tests Test1 --tests Test2
|
|
2325
2325
|
```
|
|
2326
2326
|
|
|
2327
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2327
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/run/test.ts)_
|
|
2328
2328
|
|
|
2329
2329
|
## `sf apex tail log`
|
|
2330
2330
|
|
|
@@ -2367,7 +2367,7 @@ EXAMPLES
|
|
|
2367
2367
|
$ sf apex tail log --color --skip-trace-flag
|
|
2368
2368
|
```
|
|
2369
2369
|
|
|
2370
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2370
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/tail/log.ts)_
|
|
2371
2371
|
|
|
2372
2372
|
## `sf api request graphql`
|
|
2373
2373
|
|
|
@@ -2420,7 +2420,7 @@ EXAMPLES
|
|
|
2420
2420
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2421
2421
|
```
|
|
2422
2422
|
|
|
2423
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2423
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/graphql.ts)_
|
|
2424
2424
|
|
|
2425
2425
|
## `sf api request rest [URL]`
|
|
2426
2426
|
|
|
@@ -2529,7 +2529,7 @@ FLAG DESCRIPTIONS
|
|
|
2529
2529
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2530
2530
|
```
|
|
2531
2531
|
|
|
2532
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2532
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/rest.ts)_
|
|
2533
2533
|
|
|
2534
2534
|
## `sf autocomplete [SHELL]`
|
|
2535
2535
|
|
|
@@ -2560,7 +2560,7 @@ EXAMPLES
|
|
|
2560
2560
|
$ sf autocomplete --refresh-cache
|
|
2561
2561
|
```
|
|
2562
2562
|
|
|
2563
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2563
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.50/src/commands/autocomplete/index.ts)_
|
|
2564
2564
|
|
|
2565
2565
|
## `sf commands`
|
|
2566
2566
|
|
|
@@ -2638,7 +2638,7 @@ CONFIGURATION VARIABLES
|
|
|
2638
2638
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2639
2639
|
```
|
|
2640
2640
|
|
|
2641
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2641
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/config/get.ts)_
|
|
2642
2642
|
|
|
2643
2643
|
## `sf config list`
|
|
2644
2644
|
|
|
@@ -2678,7 +2678,7 @@ EXAMPLES
|
|
|
2678
2678
|
$ sf config list
|
|
2679
2679
|
```
|
|
2680
2680
|
|
|
2681
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2681
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/config/list.ts)_
|
|
2682
2682
|
|
|
2683
2683
|
## `sf config set`
|
|
2684
2684
|
|
|
@@ -2747,7 +2747,7 @@ CONFIGURATION VARIABLES
|
|
|
2747
2747
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2748
2748
|
```
|
|
2749
2749
|
|
|
2750
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2750
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/config/set.ts)_
|
|
2751
2751
|
|
|
2752
2752
|
## `sf config unset`
|
|
2753
2753
|
|
|
@@ -2797,7 +2797,7 @@ CONFIGURATION VARIABLES
|
|
|
2797
2797
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.82/src/commands/config/unset.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf data bulk results`
|
|
2803
2803
|
|
|
@@ -2842,7 +2842,7 @@ EXAMPLES
|
|
|
2842
2842
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2843
2843
|
```
|
|
2844
2844
|
|
|
2845
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2845
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/bulk/results.ts)_
|
|
2846
2846
|
|
|
2847
2847
|
## `sf data create file`
|
|
2848
2848
|
|
|
@@ -2891,7 +2891,7 @@ EXAMPLES
|
|
|
2891
2891
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2892
2892
|
```
|
|
2893
2893
|
|
|
2894
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2894
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/create/file.ts)_
|
|
2895
2895
|
|
|
2896
2896
|
## `sf data create record`
|
|
2897
2897
|
|
|
@@ -2947,7 +2947,7 @@ EXAMPLES
|
|
|
2947
2947
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/create/record.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf data delete bulk`
|
|
2953
2953
|
|
|
@@ -3006,7 +3006,7 @@ FLAG DESCRIPTIONS
|
|
|
3006
3006
|
and can be enabled only by a system administrator.
|
|
3007
3007
|
```
|
|
3008
3008
|
|
|
3009
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3009
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/bulk.ts)_
|
|
3010
3010
|
|
|
3011
3011
|
## `sf data delete record`
|
|
3012
3012
|
|
|
@@ -3067,7 +3067,7 @@ EXAMPLES
|
|
|
3067
3067
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3068
3068
|
```
|
|
3069
3069
|
|
|
3070
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3070
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/record.ts)_
|
|
3071
3071
|
|
|
3072
3072
|
## `sf data delete resume`
|
|
3073
3073
|
|
|
@@ -3106,7 +3106,7 @@ EXAMPLES
|
|
|
3106
3106
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3107
3107
|
```
|
|
3108
3108
|
|
|
3109
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3109
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/resume.ts)_
|
|
3110
3110
|
|
|
3111
3111
|
## `sf data export bulk`
|
|
3112
3112
|
|
|
@@ -3173,7 +3173,7 @@ EXAMPLES
|
|
|
3173
3173
|
--result-format json --wait 10 --all-rows
|
|
3174
3174
|
```
|
|
3175
3175
|
|
|
3176
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3176
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/bulk.ts)_
|
|
3177
3177
|
|
|
3178
3178
|
## `sf data export resume`
|
|
3179
3179
|
|
|
@@ -3212,7 +3212,7 @@ EXAMPLES
|
|
|
3212
3212
|
$ sf data export resume --use-most-recent
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3215
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/resume.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf data export tree`
|
|
3218
3218
|
|
|
@@ -3272,7 +3272,7 @@ EXAMPLES
|
|
|
3272
3272
|
my-scratch
|
|
3273
3273
|
```
|
|
3274
3274
|
|
|
3275
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3275
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/tree.ts)_
|
|
3276
3276
|
|
|
3277
3277
|
## `sf data get record`
|
|
3278
3278
|
|
|
@@ -3336,7 +3336,7 @@ EXAMPLES
|
|
|
3336
3336
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3337
3337
|
```
|
|
3338
3338
|
|
|
3339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/get/record.ts)_
|
|
3340
3340
|
|
|
3341
3341
|
## `sf data import bulk`
|
|
3342
3342
|
|
|
@@ -3388,7 +3388,7 @@ EXAMPLES
|
|
|
3388
3388
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3389
3389
|
```
|
|
3390
3390
|
|
|
3391
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3391
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/bulk.ts)_
|
|
3392
3392
|
|
|
3393
3393
|
## `sf data import resume`
|
|
3394
3394
|
|
|
@@ -3424,7 +3424,7 @@ EXAMPLES
|
|
|
3424
3424
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3425
3425
|
```
|
|
3426
3426
|
|
|
3427
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3427
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/resume.ts)_
|
|
3428
3428
|
|
|
3429
3429
|
## `sf data import tree`
|
|
3430
3430
|
|
|
@@ -3488,7 +3488,7 @@ FLAG DESCRIPTIONS
|
|
|
3488
3488
|
- files(array) - Files: An array of files paths to load
|
|
3489
3489
|
```
|
|
3490
3490
|
|
|
3491
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3491
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/tree.ts)_
|
|
3492
3492
|
|
|
3493
3493
|
## `sf data query`
|
|
3494
3494
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3544
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/query.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf data resume`
|
|
3547
3547
|
|
|
@@ -3578,7 +3578,7 @@ EXAMPLES
|
|
|
3578
3578
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3579
3579
|
```
|
|
3580
3580
|
|
|
3581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3581
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/resume.ts)_
|
|
3582
3582
|
|
|
3583
3583
|
## `sf data search`
|
|
3584
3584
|
|
|
@@ -3628,7 +3628,7 @@ EXAMPLES
|
|
|
3628
3628
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3629
3629
|
```
|
|
3630
3630
|
|
|
3631
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3631
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/search.ts)_
|
|
3632
3632
|
|
|
3633
3633
|
## `sf data update bulk`
|
|
3634
3634
|
|
|
@@ -3683,7 +3683,7 @@ EXAMPLES
|
|
|
3683
3683
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3684
3684
|
```
|
|
3685
3685
|
|
|
3686
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3686
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/bulk.ts)_
|
|
3687
3687
|
|
|
3688
3688
|
## `sf data update record`
|
|
3689
3689
|
|
|
@@ -3745,7 +3745,7 @@ EXAMPLES
|
|
|
3745
3745
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3746
3746
|
```
|
|
3747
3747
|
|
|
3748
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3748
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/record.ts)_
|
|
3749
3749
|
|
|
3750
3750
|
## `sf data update resume`
|
|
3751
3751
|
|
|
@@ -3784,7 +3784,7 @@ EXAMPLES
|
|
|
3784
3784
|
$ sf data update resume --use-most-recent
|
|
3785
3785
|
```
|
|
3786
3786
|
|
|
3787
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3787
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/resume.ts)_
|
|
3788
3788
|
|
|
3789
3789
|
## `sf data upsert bulk`
|
|
3790
3790
|
|
|
@@ -3840,7 +3840,7 @@ EXAMPLES
|
|
|
3840
3840
|
my-scratch
|
|
3841
3841
|
```
|
|
3842
3842
|
|
|
3843
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3843
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/upsert/bulk.ts)_
|
|
3844
3844
|
|
|
3845
3845
|
## `sf data upsert resume`
|
|
3846
3846
|
|
|
@@ -3879,7 +3879,7 @@ EXAMPLES
|
|
|
3879
3879
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3880
3880
|
```
|
|
3881
3881
|
|
|
3882
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3882
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/upsert/resume.ts)_
|
|
3883
3883
|
|
|
3884
3884
|
## `sf doctor`
|
|
3885
3885
|
|
|
@@ -3927,7 +3927,7 @@ EXAMPLES
|
|
|
3927
3927
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3928
3928
|
```
|
|
3929
3929
|
|
|
3930
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3930
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.136/src/commands/doctor.ts)_
|
|
3931
3931
|
|
|
3932
3932
|
## `sf force data bulk delete`
|
|
3933
3933
|
|
|
@@ -3974,7 +3974,7 @@ EXAMPLES
|
|
|
3974
3974
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3975
3975
|
```
|
|
3976
3976
|
|
|
3977
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3977
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/delete.ts)_
|
|
3978
3978
|
|
|
3979
3979
|
## `sf force data bulk status`
|
|
3980
3980
|
|
|
@@ -4011,7 +4011,7 @@ EXAMPLES
|
|
|
4011
4011
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4012
4012
|
```
|
|
4013
4013
|
|
|
4014
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4014
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/status.ts)_
|
|
4015
4015
|
|
|
4016
4016
|
## `sf force data bulk upsert`
|
|
4017
4017
|
|
|
@@ -4069,7 +4069,7 @@ EXAMPLES
|
|
|
4069
4069
|
--target-org my-scratch
|
|
4070
4070
|
```
|
|
4071
4071
|
|
|
4072
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4072
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/upsert.ts)_
|
|
4073
4073
|
|
|
4074
4074
|
## `sf help [COMMAND]`
|
|
4075
4075
|
|
|
@@ -4129,7 +4129,7 @@ EXAMPLES
|
|
|
4129
4129
|
$ sf info releasenotes display --version latest
|
|
4130
4130
|
```
|
|
4131
4131
|
|
|
4132
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4132
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.136/src/commands/info/releasenotes/display.ts)_
|
|
4133
4133
|
|
|
4134
4134
|
## `sf logic get test`
|
|
4135
4135
|
|
|
@@ -4177,7 +4177,7 @@ EXAMPLES
|
|
|
4177
4177
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
4178
4178
|
```
|
|
4179
4179
|
|
|
4180
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4180
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/logic/get/test.ts)_
|
|
4181
4181
|
|
|
4182
4182
|
## `sf logic run test`
|
|
4183
4183
|
|
|
@@ -4299,7 +4299,7 @@ FLAG DESCRIPTIONS
|
|
|
4299
4299
|
--tests Test1 --tests Test2
|
|
4300
4300
|
```
|
|
4301
4301
|
|
|
4302
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4302
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/logic/run/test.ts)_
|
|
4303
4303
|
|
|
4304
4304
|
## `sf org assign permset`
|
|
4305
4305
|
|
|
@@ -4345,7 +4345,7 @@ EXAMPLES
|
|
|
4345
4345
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4346
4346
|
```
|
|
4347
4347
|
|
|
4348
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
4348
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/assign/permset.ts)_
|
|
4349
4349
|
|
|
4350
4350
|
## `sf org assign permsetlicense`
|
|
4351
4351
|
|
|
@@ -4392,7 +4392,7 @@ EXAMPLES
|
|
|
4392
4392
|
user3
|
|
4393
4393
|
```
|
|
4394
4394
|
|
|
4395
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
4395
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/assign/permsetlicense.ts)_
|
|
4396
4396
|
|
|
4397
4397
|
## `sf org auth show-access-token`
|
|
4398
4398
|
|
|
@@ -5028,7 +5028,7 @@ FLAG DESCRIPTIONS
|
|
|
5028
5028
|
might be different than what you specify in the definition file.
|
|
5029
5029
|
```
|
|
5030
5030
|
|
|
5031
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5031
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/create/user.ts)_
|
|
5032
5032
|
|
|
5033
5033
|
## `sf org delete sandbox`
|
|
5034
5034
|
|
|
@@ -5240,7 +5240,7 @@ EXAMPLES
|
|
|
5240
5240
|
$ sf org display user --target-org me@my.org --json
|
|
5241
5241
|
```
|
|
5242
5242
|
|
|
5243
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5243
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/display/user.ts)_
|
|
5244
5244
|
|
|
5245
5245
|
## `sf org enable tracking`
|
|
5246
5246
|
|
|
@@ -5349,7 +5349,7 @@ EXAMPLES
|
|
|
5349
5349
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
5350
5350
|
```
|
|
5351
5351
|
|
|
5352
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5352
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/generate/password.ts)_
|
|
5353
5353
|
|
|
5354
5354
|
## `sf org list`
|
|
5355
5355
|
|
|
@@ -5460,7 +5460,7 @@ EXAMPLES
|
|
|
5460
5460
|
$ sf org list limits --target-org my-scratch-org
|
|
5461
5461
|
```
|
|
5462
5462
|
|
|
5463
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5463
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.91/src/commands/org/list/limits.ts)_
|
|
5464
5464
|
|
|
5465
5465
|
## `sf org list metadata`
|
|
5466
5466
|
|
|
@@ -5628,7 +5628,7 @@ EXAMPLES
|
|
|
5628
5628
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
5629
5629
|
```
|
|
5630
5630
|
|
|
5631
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5631
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.91/src/commands/org/list/sobject/record-counts.ts)_
|
|
5632
5632
|
|
|
5633
5633
|
## `sf org list users`
|
|
5634
5634
|
|
|
@@ -5666,7 +5666,7 @@ EXAMPLES
|
|
|
5666
5666
|
$ sf org list users --target-org me@my.org
|
|
5667
5667
|
```
|
|
5668
5668
|
|
|
5669
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5669
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.1/src/commands/org/list/users.ts)_
|
|
5670
5670
|
|
|
5671
5671
|
## `sf org login access-token`
|
|
5672
5672
|
|
|
@@ -8179,7 +8179,7 @@ EXAMPLES
|
|
|
8179
8179
|
$ sf plugins discover
|
|
8180
8180
|
```
|
|
8181
8181
|
|
|
8182
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
8182
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.28/src/commands/plugins/discover.ts)_
|
|
8183
8183
|
|
|
8184
8184
|
## `sf plugins:inspect PLUGIN...`
|
|
8185
8185
|
|
|
@@ -8338,7 +8338,7 @@ EXAMPLES
|
|
|
8338
8338
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8339
8339
|
```
|
|
8340
8340
|
|
|
8341
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8341
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8342
8342
|
|
|
8343
8343
|
## `sf plugins trust allowlist list`
|
|
8344
8344
|
|
|
@@ -8366,7 +8366,7 @@ EXAMPLES
|
|
|
8366
8366
|
$ sf plugins trust allowlist list
|
|
8367
8367
|
```
|
|
8368
8368
|
|
|
8369
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8369
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8370
8370
|
|
|
8371
8371
|
## `sf plugins trust allowlist remove`
|
|
8372
8372
|
|
|
@@ -8403,7 +8403,7 @@ EXAMPLES
|
|
|
8403
8403
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8404
8404
|
```
|
|
8405
8405
|
|
|
8406
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8406
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8407
8407
|
|
|
8408
8408
|
## `sf plugins trust verify`
|
|
8409
8409
|
|
|
@@ -8432,7 +8432,7 @@ EXAMPLES
|
|
|
8432
8432
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8433
8433
|
```
|
|
8434
8434
|
|
|
8435
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8435
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/verify.ts)_
|
|
8436
8436
|
|
|
8437
8437
|
## `sf plugins uninstall [PLUGIN]`
|
|
8438
8438
|
|
|
@@ -10246,7 +10246,7 @@ FLAG DESCRIPTIONS
|
|
|
10246
10246
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
10247
10247
|
```
|
|
10248
10248
|
|
|
10249
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10249
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/field.ts)_
|
|
10250
10250
|
|
|
10251
10251
|
## `sf schema generate platformevent`
|
|
10252
10252
|
|
|
@@ -10278,7 +10278,7 @@ EXAMPLES
|
|
|
10278
10278
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
10279
10279
|
```
|
|
10280
10280
|
|
|
10281
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10281
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/platformevent.ts)_
|
|
10282
10282
|
|
|
10283
10283
|
## `sf schema generate sobject`
|
|
10284
10284
|
|
|
@@ -10335,7 +10335,7 @@ FLAG DESCRIPTIONS
|
|
|
10335
10335
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
10336
10336
|
```
|
|
10337
10337
|
|
|
10338
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10338
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/sobject.ts)_
|
|
10339
10339
|
|
|
10340
10340
|
## `sf schema generate tab`
|
|
10341
10341
|
|
|
@@ -10383,7 +10383,7 @@ FLAG DESCRIPTIONS
|
|
|
10383
10383
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
10384
10384
|
```
|
|
10385
10385
|
|
|
10386
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10386
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/tab.ts)_
|
|
10387
10387
|
|
|
10388
10388
|
## `sf search`
|
|
10389
10389
|
|
|
@@ -10399,7 +10399,7 @@ DESCRIPTION
|
|
|
10399
10399
|
Once you select a command, hit enter and it will show the help for that command.
|
|
10400
10400
|
```
|
|
10401
10401
|
|
|
10402
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
10402
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.50/src/commands/search.ts)_
|
|
10403
10403
|
|
|
10404
10404
|
## `sf sobject describe`
|
|
10405
10405
|
|
|
@@ -10446,7 +10446,7 @@ EXAMPLES
|
|
|
10446
10446
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
10447
10447
|
```
|
|
10448
10448
|
|
|
10449
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10449
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.115/src/commands/sobject/describe.ts)_
|
|
10450
10450
|
|
|
10451
10451
|
## `sf sobject list`
|
|
10452
10452
|
|
|
@@ -10485,7 +10485,7 @@ EXAMPLES
|
|
|
10485
10485
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
10486
10486
|
```
|
|
10487
10487
|
|
|
10488
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10488
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.115/src/commands/sobject/list.ts)_
|
|
10489
10489
|
|
|
10490
10490
|
## `sf template generate analytics template`
|
|
10491
10491
|
|
|
@@ -10529,7 +10529,7 @@ FLAG DESCRIPTIONS
|
|
|
10529
10529
|
directory.
|
|
10530
10530
|
```
|
|
10531
10531
|
|
|
10532
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10532
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/analytics/template.ts)_
|
|
10533
10533
|
|
|
10534
10534
|
## `sf template generate apex class`
|
|
10535
10535
|
|
|
@@ -10589,7 +10589,7 @@ FLAG DESCRIPTIONS
|
|
|
10589
10589
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10590
10590
|
```
|
|
10591
10591
|
|
|
10592
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10592
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/apex/class.ts)_
|
|
10593
10593
|
|
|
10594
10594
|
## `sf template generate apex trigger`
|
|
10595
10595
|
|
|
@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
|
|
|
10659
10659
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10660
10660
|
```
|
|
10661
10661
|
|
|
10662
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10662
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/apex/trigger.ts)_
|
|
10663
10663
|
|
|
10664
10664
|
## `sf template generate digital-experience site`
|
|
10665
10665
|
|
|
@@ -10713,7 +10713,7 @@ FLAG DESCRIPTIONS
|
|
|
10713
10713
|
project, defaults to the current directory.
|
|
10714
10714
|
```
|
|
10715
10715
|
|
|
10716
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10716
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
10717
10717
|
|
|
10718
10718
|
## `sf template generate flexipage`
|
|
10719
10719
|
|
|
@@ -10795,7 +10795,7 @@ FLAG DESCRIPTIONS
|
|
|
10795
10795
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10796
10796
|
```
|
|
10797
10797
|
|
|
10798
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10798
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/flexipage/index.ts)_
|
|
10799
10799
|
|
|
10800
10800
|
## `sf template generate lightning app`
|
|
10801
10801
|
|
|
@@ -10853,7 +10853,7 @@ FLAG DESCRIPTIONS
|
|
|
10853
10853
|
field in the DX project's "sfdx-project.json" file.
|
|
10854
10854
|
```
|
|
10855
10855
|
|
|
10856
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10856
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/app.ts)_
|
|
10857
10857
|
|
|
10858
10858
|
## `sf template generate lightning component`
|
|
10859
10859
|
|
|
@@ -10930,7 +10930,7 @@ FLAG DESCRIPTIONS
|
|
|
10930
10930
|
field in the DX project's "sfdx-project.json" file.
|
|
10931
10931
|
```
|
|
10932
10932
|
|
|
10933
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10933
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/component.ts)_
|
|
10934
10934
|
|
|
10935
10935
|
## `sf template generate lightning event`
|
|
10936
10936
|
|
|
@@ -10988,7 +10988,7 @@ FLAG DESCRIPTIONS
|
|
|
10988
10988
|
field in the DX project's "sfdx-project.json" file.
|
|
10989
10989
|
```
|
|
10990
10990
|
|
|
10991
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10991
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/event.ts)_
|
|
10992
10992
|
|
|
10993
10993
|
## `sf template generate lightning interface`
|
|
10994
10994
|
|
|
@@ -11046,7 +11046,7 @@ FLAG DESCRIPTIONS
|
|
|
11046
11046
|
field in the DX project's "sfdx-project.json" file.
|
|
11047
11047
|
```
|
|
11048
11048
|
|
|
11049
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11049
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/interface.ts)_
|
|
11050
11050
|
|
|
11051
11051
|
## `sf template generate lightning test`
|
|
11052
11052
|
|
|
@@ -11104,7 +11104,7 @@ FLAG DESCRIPTIONS
|
|
|
11104
11104
|
field in the DX project's "sfdx-project.json" file.
|
|
11105
11105
|
```
|
|
11106
11106
|
|
|
11107
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/test.ts)_
|
|
11108
11108
|
|
|
11109
11109
|
## `sf template generate project`
|
|
11110
11110
|
|
|
@@ -11230,7 +11230,7 @@ FLAG DESCRIPTIONS
|
|
|
11230
11230
|
server-side type stripping.
|
|
11231
11231
|
```
|
|
11232
11232
|
|
|
11233
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11233
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/project/index.ts)_
|
|
11234
11234
|
|
|
11235
11235
|
## `sf template generate static-resource`
|
|
11236
11236
|
|
|
@@ -11293,7 +11293,7 @@ FLAG DESCRIPTIONS
|
|
|
11293
11293
|
etc.
|
|
11294
11294
|
```
|
|
11295
11295
|
|
|
11296
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11296
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/static-resource/index.ts)_
|
|
11297
11297
|
|
|
11298
11298
|
## `sf template generate ui-bundle`
|
|
11299
11299
|
|
|
@@ -11377,7 +11377,7 @@ FLAG DESCRIPTIONS
|
|
|
11377
11377
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11378
11378
|
```
|
|
11379
11379
|
|
|
11380
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11380
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11381
11381
|
|
|
11382
11382
|
## `sf template generate visualforce component`
|
|
11383
11383
|
|
|
@@ -11434,7 +11434,7 @@ FLAG DESCRIPTIONS
|
|
|
11434
11434
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11435
11435
|
```
|
|
11436
11436
|
|
|
11437
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11437
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/visualforce/component.ts)_
|
|
11438
11438
|
|
|
11439
11439
|
## `sf template generate visualforce page`
|
|
11440
11440
|
|
|
@@ -11485,7 +11485,7 @@ FLAG DESCRIPTIONS
|
|
|
11485
11485
|
The name can be up to 40 characters and must start with a letter.
|
|
11486
11486
|
```
|
|
11487
11487
|
|
|
11488
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11488
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/visualforce/page.ts)_
|
|
11489
11489
|
|
|
11490
11490
|
## `sf update [CHANNEL]`
|
|
11491
11491
|
|
|
@@ -11523,7 +11523,7 @@ EXAMPLES
|
|
|
11523
11523
|
$ sf update --available
|
|
11524
11524
|
```
|
|
11525
11525
|
|
|
11526
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11526
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.43/src/commands/update.ts)_
|
|
11527
11527
|
|
|
11528
11528
|
## `sf version`
|
|
11529
11529
|
|
|
@@ -11577,7 +11577,7 @@ EXAMPLES
|
|
|
11577
11577
|
$ sf which "foo bar baz"
|
|
11578
11578
|
```
|
|
11579
11579
|
|
|
11580
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
11580
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.55/src/commands/which.ts)_
|
|
11581
11581
|
|
|
11582
11582
|
<!-- commandsstop -->
|
|
11583
11583
|
|