@salesforce/cli 2.126.0 → 2.126.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -113
- package/npm-shrinkwrap.json +102 -89
- package/oclif.lock +98 -92
- package/oclif.manifest.json +1 -1
- package/package.json +20 -19
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.126.
|
|
28
|
+
@salesforce/cli/2.126.2 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
257
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/activate.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf agent create`
|
|
260
260
|
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
|
321
321
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
324
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/create.ts)_
|
|
325
325
|
|
|
326
326
|
## `sf agent deactivate`
|
|
327
327
|
|
|
@@ -361,7 +361,7 @@ EXAMPLES
|
|
|
361
361
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
364
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/deactivate.ts)_
|
|
365
365
|
|
|
366
366
|
## `sf agent generate agent-spec`
|
|
367
367
|
|
|
@@ -468,7 +468,7 @@ EXAMPLES
|
|
|
468
468
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
471
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/agent-spec.ts)_
|
|
472
472
|
|
|
473
473
|
## `sf agent generate authoring-bundle`
|
|
474
474
|
|
|
@@ -545,7 +545,7 @@ EXAMPLES
|
|
|
545
545
|
other-package-dir/main/default --target-org my-dev-org
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
548
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/authoring-bundle.ts)_
|
|
549
549
|
|
|
550
550
|
## `sf agent generate template`
|
|
551
551
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
596
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/template.ts)_
|
|
597
597
|
|
|
598
598
|
## `sf agent generate test-spec`
|
|
599
599
|
|
|
@@ -654,7 +654,7 @@ EXAMPLES
|
|
|
654
654
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
657
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/test-spec.ts)_
|
|
658
658
|
|
|
659
659
|
## `sf agent preview`
|
|
660
660
|
|
|
@@ -727,7 +727,7 @@ EXAMPLES
|
|
|
727
727
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
728
728
|
```
|
|
729
729
|
|
|
730
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
730
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview.ts)_
|
|
731
731
|
|
|
732
732
|
## `sf agent preview end`
|
|
733
733
|
|
|
@@ -782,7 +782,7 @@ EXAMPLES
|
|
|
782
782
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
783
783
|
```
|
|
784
784
|
|
|
785
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
785
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/end.ts)_
|
|
786
786
|
|
|
787
787
|
## `sf agent preview send`
|
|
788
788
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
843
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/send.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf agent preview sessions`
|
|
846
846
|
|
|
@@ -873,7 +873,7 @@ EXAMPLES
|
|
|
873
873
|
$ sf agent preview sessions
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
876
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/sessions.ts)_
|
|
877
877
|
|
|
878
878
|
## `sf agent preview start`
|
|
879
879
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ sf agent preview start --api-name My_Published_Agent
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
933
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/start.ts)_
|
|
934
934
|
|
|
935
935
|
## `sf agent publish authoring-bundle`
|
|
936
936
|
|
|
@@ -979,7 +979,7 @@ EXAMPLES
|
|
|
979
979
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
980
980
|
```
|
|
981
981
|
|
|
982
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
982
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/publish/authoring-bundle.ts)_
|
|
983
983
|
|
|
984
984
|
## `sf agent test create`
|
|
985
985
|
|
|
@@ -1034,7 +1034,7 @@ EXAMPLES
|
|
|
1034
1034
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
1035
1035
|
```
|
|
1036
1036
|
|
|
1037
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1037
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/create.ts)_
|
|
1038
1038
|
|
|
1039
1039
|
## `sf agent test list`
|
|
1040
1040
|
|
|
@@ -1069,7 +1069,7 @@ EXAMPLES
|
|
|
1069
1069
|
$ sf agent test list --target-org my-org
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1072
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/list.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `sf agent test results`
|
|
1075
1075
|
|
|
@@ -1135,7 +1135,7 @@ FLAG DESCRIPTIONS
|
|
|
1135
1135
|
expression when using custom evaluations.
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1138
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/results.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `sf agent test resume`
|
|
1141
1141
|
|
|
@@ -1208,7 +1208,7 @@ FLAG DESCRIPTIONS
|
|
|
1208
1208
|
expression when using custom evaluations.
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1211
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/resume.ts)_
|
|
1212
1212
|
|
|
1213
1213
|
## `sf agent test run`
|
|
1214
1214
|
|
|
@@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS
|
|
|
1282
1282
|
expression when using custom evaluations.
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1285
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/run.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf agent validate authoring-bundle`
|
|
1288
1288
|
|
|
@@ -1329,7 +1329,7 @@ EXAMPLES
|
|
|
1329
1329
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1330
1330
|
```
|
|
1331
1331
|
|
|
1332
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1332
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1333
1333
|
|
|
1334
1334
|
## `sf alias list`
|
|
1335
1335
|
|
|
@@ -1357,7 +1357,7 @@ EXAMPLES
|
|
|
1357
1357
|
$ sf alias list
|
|
1358
1358
|
```
|
|
1359
1359
|
|
|
1360
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1360
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/list.ts)_
|
|
1361
1361
|
|
|
1362
1362
|
## `sf alias set`
|
|
1363
1363
|
|
|
@@ -1406,7 +1406,7 @@ EXAMPLES
|
|
|
1406
1406
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1407
1407
|
```
|
|
1408
1408
|
|
|
1409
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1409
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/set.ts)_
|
|
1410
1410
|
|
|
1411
1411
|
## `sf alias unset`
|
|
1412
1412
|
|
|
@@ -1446,7 +1446,7 @@ EXAMPLES
|
|
|
1446
1446
|
$ sf alias unset --all [--no-prompt]
|
|
1447
1447
|
```
|
|
1448
1448
|
|
|
1449
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1449
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/unset.ts)_
|
|
1450
1450
|
|
|
1451
1451
|
## `sf apex get log`
|
|
1452
1452
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
directory.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1505
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/get/log.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf apex get test`
|
|
1508
1508
|
|
|
@@ -1562,7 +1562,7 @@ EXAMPLES
|
|
|
1562
1562
|
me@myorg'
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1565
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/get/test.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf apex list log`
|
|
1568
1568
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf apex list log --target-org me@my.org
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1605
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/list/log.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf apex run`
|
|
1608
1608
|
|
|
@@ -1649,7 +1649,7 @@ EXAMPLES
|
|
|
1649
1649
|
$ sf apex run
|
|
1650
1650
|
```
|
|
1651
1651
|
|
|
1652
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1652
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/run.ts)_
|
|
1653
1653
|
|
|
1654
1654
|
## `sf apex run test`
|
|
1655
1655
|
|
|
@@ -1796,7 +1796,7 @@ FLAG DESCRIPTIONS
|
|
|
1796
1796
|
--tests Test1 --tests Test2
|
|
1797
1797
|
```
|
|
1798
1798
|
|
|
1799
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1799
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/run/test.ts)_
|
|
1800
1800
|
|
|
1801
1801
|
## `sf apex tail log`
|
|
1802
1802
|
|
|
@@ -1839,7 +1839,7 @@ EXAMPLES
|
|
|
1839
1839
|
$ sf apex tail log --color --skip-trace-flag
|
|
1840
1840
|
```
|
|
1841
1841
|
|
|
1842
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1842
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/apex/tail/log.ts)_
|
|
1843
1843
|
|
|
1844
1844
|
## `sf api request graphql`
|
|
1845
1845
|
|
|
@@ -1892,7 +1892,7 @@ EXAMPLES
|
|
|
1892
1892
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
1893
1893
|
```
|
|
1894
1894
|
|
|
1895
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1895
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.11/src/commands/api/request/graphql.ts)_
|
|
1896
1896
|
|
|
1897
1897
|
## `sf api request rest [URL]`
|
|
1898
1898
|
|
|
@@ -2001,7 +2001,7 @@ FLAG DESCRIPTIONS
|
|
|
2001
2001
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2002
2002
|
```
|
|
2003
2003
|
|
|
2004
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2004
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.11/src/commands/api/request/rest.ts)_
|
|
2005
2005
|
|
|
2006
2006
|
## `sf autocomplete [SHELL]`
|
|
2007
2007
|
|
|
@@ -2110,7 +2110,7 @@ CONFIGURATION VARIABLES
|
|
|
2110
2110
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2111
2111
|
```
|
|
2112
2112
|
|
|
2113
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2113
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/get.ts)_
|
|
2114
2114
|
|
|
2115
2115
|
## `sf config list`
|
|
2116
2116
|
|
|
@@ -2150,7 +2150,7 @@ EXAMPLES
|
|
|
2150
2150
|
$ sf config list
|
|
2151
2151
|
```
|
|
2152
2152
|
|
|
2153
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2153
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/list.ts)_
|
|
2154
2154
|
|
|
2155
2155
|
## `sf config set`
|
|
2156
2156
|
|
|
@@ -2219,7 +2219,7 @@ CONFIGURATION VARIABLES
|
|
|
2219
2219
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2220
2220
|
```
|
|
2221
2221
|
|
|
2222
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2222
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/set.ts)_
|
|
2223
2223
|
|
|
2224
2224
|
## `sf config unset`
|
|
2225
2225
|
|
|
@@ -2269,7 +2269,7 @@ CONFIGURATION VARIABLES
|
|
|
2269
2269
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2270
2270
|
```
|
|
2271
2271
|
|
|
2272
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2272
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/unset.ts)_
|
|
2273
2273
|
|
|
2274
2274
|
## `sf data bulk results`
|
|
2275
2275
|
|
|
@@ -2314,7 +2314,7 @@ EXAMPLES
|
|
|
2314
2314
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2315
2315
|
```
|
|
2316
2316
|
|
|
2317
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2317
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/bulk/results.ts)_
|
|
2318
2318
|
|
|
2319
2319
|
## `sf data create file`
|
|
2320
2320
|
|
|
@@ -2363,7 +2363,7 @@ EXAMPLES
|
|
|
2363
2363
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2364
2364
|
```
|
|
2365
2365
|
|
|
2366
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2366
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/create/file.ts)_
|
|
2367
2367
|
|
|
2368
2368
|
## `sf data create record`
|
|
2369
2369
|
|
|
@@ -2419,7 +2419,7 @@ EXAMPLES
|
|
|
2419
2419
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2420
2420
|
```
|
|
2421
2421
|
|
|
2422
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2422
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/create/record.ts)_
|
|
2423
2423
|
|
|
2424
2424
|
## `sf data delete bulk`
|
|
2425
2425
|
|
|
@@ -2478,7 +2478,7 @@ FLAG DESCRIPTIONS
|
|
|
2478
2478
|
and can be enabled only by a system administrator.
|
|
2479
2479
|
```
|
|
2480
2480
|
|
|
2481
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2481
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/bulk.ts)_
|
|
2482
2482
|
|
|
2483
2483
|
## `sf data delete record`
|
|
2484
2484
|
|
|
@@ -2539,7 +2539,7 @@ EXAMPLES
|
|
|
2539
2539
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2540
2540
|
```
|
|
2541
2541
|
|
|
2542
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2542
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/record.ts)_
|
|
2543
2543
|
|
|
2544
2544
|
## `sf data delete resume`
|
|
2545
2545
|
|
|
@@ -2578,7 +2578,7 @@ EXAMPLES
|
|
|
2578
2578
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2579
2579
|
```
|
|
2580
2580
|
|
|
2581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2581
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/resume.ts)_
|
|
2582
2582
|
|
|
2583
2583
|
## `sf data export bulk`
|
|
2584
2584
|
|
|
@@ -2645,7 +2645,7 @@ EXAMPLES
|
|
|
2645
2645
|
--result-format json --wait 10 --all-rows
|
|
2646
2646
|
```
|
|
2647
2647
|
|
|
2648
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2648
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/bulk.ts)_
|
|
2649
2649
|
|
|
2650
2650
|
## `sf data export resume`
|
|
2651
2651
|
|
|
@@ -2684,7 +2684,7 @@ EXAMPLES
|
|
|
2684
2684
|
$ sf data export resume --use-most-recent
|
|
2685
2685
|
```
|
|
2686
2686
|
|
|
2687
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2687
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/resume.ts)_
|
|
2688
2688
|
|
|
2689
2689
|
## `sf data export tree`
|
|
2690
2690
|
|
|
@@ -2744,7 +2744,7 @@ EXAMPLES
|
|
|
2744
2744
|
my-scratch
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2747
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/tree.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf data get record`
|
|
2750
2750
|
|
|
@@ -2808,7 +2808,7 @@ EXAMPLES
|
|
|
2808
2808
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2809
2809
|
```
|
|
2810
2810
|
|
|
2811
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2811
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/get/record.ts)_
|
|
2812
2812
|
|
|
2813
2813
|
## `sf data import bulk`
|
|
2814
2814
|
|
|
@@ -2860,7 +2860,7 @@ EXAMPLES
|
|
|
2860
2860
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2861
2861
|
```
|
|
2862
2862
|
|
|
2863
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2863
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/bulk.ts)_
|
|
2864
2864
|
|
|
2865
2865
|
## `sf data import resume`
|
|
2866
2866
|
|
|
@@ -2896,7 +2896,7 @@ EXAMPLES
|
|
|
2896
2896
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2897
2897
|
```
|
|
2898
2898
|
|
|
2899
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2899
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/resume.ts)_
|
|
2900
2900
|
|
|
2901
2901
|
## `sf data import tree`
|
|
2902
2902
|
|
|
@@ -2960,7 +2960,7 @@ FLAG DESCRIPTIONS
|
|
|
2960
2960
|
- files(array) - Files: An array of files paths to load
|
|
2961
2961
|
```
|
|
2962
2962
|
|
|
2963
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2963
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/tree.ts)_
|
|
2964
2964
|
|
|
2965
2965
|
## `sf data query`
|
|
2966
2966
|
|
|
@@ -3013,7 +3013,7 @@ EXAMPLES
|
|
|
3013
3013
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3014
3014
|
```
|
|
3015
3015
|
|
|
3016
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3016
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/query.ts)_
|
|
3017
3017
|
|
|
3018
3018
|
## `sf data resume`
|
|
3019
3019
|
|
|
@@ -3050,7 +3050,7 @@ EXAMPLES
|
|
|
3050
3050
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3051
3051
|
```
|
|
3052
3052
|
|
|
3053
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3053
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/resume.ts)_
|
|
3054
3054
|
|
|
3055
3055
|
## `sf data search`
|
|
3056
3056
|
|
|
@@ -3100,7 +3100,7 @@ EXAMPLES
|
|
|
3100
3100
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3101
3101
|
```
|
|
3102
3102
|
|
|
3103
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3103
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/search.ts)_
|
|
3104
3104
|
|
|
3105
3105
|
## `sf data update bulk`
|
|
3106
3106
|
|
|
@@ -3155,7 +3155,7 @@ EXAMPLES
|
|
|
3155
3155
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3156
3156
|
```
|
|
3157
3157
|
|
|
3158
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3158
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/bulk.ts)_
|
|
3159
3159
|
|
|
3160
3160
|
## `sf data update record`
|
|
3161
3161
|
|
|
@@ -3217,7 +3217,7 @@ EXAMPLES
|
|
|
3217
3217
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3218
3218
|
```
|
|
3219
3219
|
|
|
3220
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3220
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/record.ts)_
|
|
3221
3221
|
|
|
3222
3222
|
## `sf data update resume`
|
|
3223
3223
|
|
|
@@ -3256,7 +3256,7 @@ EXAMPLES
|
|
|
3256
3256
|
$ sf data update resume --use-most-recent
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3259
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/resume.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf data upsert bulk`
|
|
3262
3262
|
|
|
@@ -3312,7 +3312,7 @@ EXAMPLES
|
|
|
3312
3312
|
my-scratch
|
|
3313
3313
|
```
|
|
3314
3314
|
|
|
3315
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3315
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/upsert/bulk.ts)_
|
|
3316
3316
|
|
|
3317
3317
|
## `sf data upsert resume`
|
|
3318
3318
|
|
|
@@ -3351,7 +3351,7 @@ EXAMPLES
|
|
|
3351
3351
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3352
3352
|
```
|
|
3353
3353
|
|
|
3354
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3354
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/upsert/resume.ts)_
|
|
3355
3355
|
|
|
3356
3356
|
## `sf doctor`
|
|
3357
3357
|
|
|
@@ -3399,7 +3399,7 @@ EXAMPLES
|
|
|
3399
3399
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3400
3400
|
```
|
|
3401
3401
|
|
|
3402
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3402
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.107/src/commands/doctor.ts)_
|
|
3403
3403
|
|
|
3404
3404
|
## `sf force data bulk delete`
|
|
3405
3405
|
|
|
@@ -3446,7 +3446,7 @@ EXAMPLES
|
|
|
3446
3446
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3447
3447
|
```
|
|
3448
3448
|
|
|
3449
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3449
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/force/data/bulk/delete.ts)_
|
|
3450
3450
|
|
|
3451
3451
|
## `sf force data bulk status`
|
|
3452
3452
|
|
|
@@ -3483,7 +3483,7 @@ EXAMPLES
|
|
|
3483
3483
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3484
3484
|
```
|
|
3485
3485
|
|
|
3486
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3486
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/force/data/bulk/status.ts)_
|
|
3487
3487
|
|
|
3488
3488
|
## `sf force data bulk upsert`
|
|
3489
3489
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
--target-org my-scratch
|
|
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.75/src/commands/force/data/bulk/upsert.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf help [COMMAND]`
|
|
3547
3547
|
|
|
@@ -3601,7 +3601,7 @@ EXAMPLES
|
|
|
3601
3601
|
$ sf info releasenotes display --version latest
|
|
3602
3602
|
```
|
|
3603
3603
|
|
|
3604
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3604
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.107/src/commands/info/releasenotes/display.ts)_
|
|
3605
3605
|
|
|
3606
3606
|
## `sf logic get test`
|
|
3607
3607
|
|
|
@@ -3649,7 +3649,7 @@ EXAMPLES
|
|
|
3649
3649
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3650
3650
|
```
|
|
3651
3651
|
|
|
3652
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3652
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/logic/get/test.ts)_
|
|
3653
3653
|
|
|
3654
3654
|
## `sf logic run test`
|
|
3655
3655
|
|
|
@@ -3771,7 +3771,7 @@ FLAG DESCRIPTIONS
|
|
|
3771
3771
|
--tests Test1 --tests Test2
|
|
3772
3772
|
```
|
|
3773
3773
|
|
|
3774
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3774
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.11/src/commands/logic/run/test.ts)_
|
|
3775
3775
|
|
|
3776
3776
|
## `sf org assign permset`
|
|
3777
3777
|
|
|
@@ -3817,7 +3817,7 @@ EXAMPLES
|
|
|
3817
3817
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3818
3818
|
```
|
|
3819
3819
|
|
|
3820
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3820
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/assign/permset.ts)_
|
|
3821
3821
|
|
|
3822
3822
|
## `sf org assign permsetlicense`
|
|
3823
3823
|
|
|
@@ -3864,7 +3864,7 @@ EXAMPLES
|
|
|
3864
3864
|
user3
|
|
3865
3865
|
```
|
|
3866
3866
|
|
|
3867
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3867
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/assign/permsetlicense.ts)_
|
|
3868
3868
|
|
|
3869
3869
|
## `sf org create sandbox`
|
|
3870
3870
|
|
|
@@ -3998,7 +3998,7 @@ FLAG DESCRIPTIONS
|
|
|
3998
3998
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3999
3999
|
```
|
|
4000
4000
|
|
|
4001
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4001
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/create/sandbox.ts)_
|
|
4002
4002
|
|
|
4003
4003
|
## `sf org create scratch`
|
|
4004
4004
|
|
|
@@ -4180,7 +4180,7 @@ FLAG DESCRIPTIONS
|
|
|
4180
4180
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4181
4181
|
```
|
|
4182
4182
|
|
|
4183
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4183
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/create/scratch.ts)_
|
|
4184
4184
|
|
|
4185
4185
|
## `sf org create user`
|
|
4186
4186
|
|
|
@@ -4288,7 +4288,7 @@ FLAG DESCRIPTIONS
|
|
|
4288
4288
|
might be different than what you specify in the definition file.
|
|
4289
4289
|
```
|
|
4290
4290
|
|
|
4291
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4291
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/create/user.ts)_
|
|
4292
4292
|
|
|
4293
4293
|
## `sf org delete sandbox`
|
|
4294
4294
|
|
|
@@ -4334,7 +4334,7 @@ EXAMPLES
|
|
|
4334
4334
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4337
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/delete/sandbox.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf org delete scratch`
|
|
4340
4340
|
|
|
@@ -4378,7 +4378,7 @@ EXAMPLES
|
|
|
4378
4378
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4379
4379
|
```
|
|
4380
4380
|
|
|
4381
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4381
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/delete/scratch.ts)_
|
|
4382
4382
|
|
|
4383
4383
|
## `sf org disable tracking`
|
|
4384
4384
|
|
|
@@ -4417,7 +4417,7 @@ EXAMPLES
|
|
|
4417
4417
|
$ sf org disable tracking
|
|
4418
4418
|
```
|
|
4419
4419
|
|
|
4420
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4420
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/disable/tracking.ts)_
|
|
4421
4421
|
|
|
4422
4422
|
## `sf org display`
|
|
4423
4423
|
|
|
@@ -4462,7 +4462,7 @@ EXAMPLES
|
|
|
4462
4462
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4463
4463
|
```
|
|
4464
4464
|
|
|
4465
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4465
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/display.ts)_
|
|
4466
4466
|
|
|
4467
4467
|
## `sf org display user`
|
|
4468
4468
|
|
|
@@ -4501,7 +4501,7 @@ EXAMPLES
|
|
|
4501
4501
|
$ sf org display user --target-org me@my.org --json
|
|
4502
4502
|
```
|
|
4503
4503
|
|
|
4504
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4504
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/display/user.ts)_
|
|
4505
4505
|
|
|
4506
4506
|
## `sf org enable tracking`
|
|
4507
4507
|
|
|
@@ -4543,7 +4543,7 @@ EXAMPLES
|
|
|
4543
4543
|
$ sf org enable tracking
|
|
4544
4544
|
```
|
|
4545
4545
|
|
|
4546
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4546
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/enable/tracking.ts)_
|
|
4547
4547
|
|
|
4548
4548
|
## `sf org generate password`
|
|
4549
4549
|
|
|
@@ -4610,7 +4610,7 @@ EXAMPLES
|
|
|
4610
4610
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4611
4611
|
```
|
|
4612
4612
|
|
|
4613
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4613
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/generate/password.ts)_
|
|
4614
4614
|
|
|
4615
4615
|
## `sf org list`
|
|
4616
4616
|
|
|
@@ -4649,7 +4649,7 @@ EXAMPLES
|
|
|
4649
4649
|
$ sf org list --clean
|
|
4650
4650
|
```
|
|
4651
4651
|
|
|
4652
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4652
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list.ts)_
|
|
4653
4653
|
|
|
4654
4654
|
## `sf org list auth`
|
|
4655
4655
|
|
|
@@ -4681,7 +4681,7 @@ EXAMPLES
|
|
|
4681
4681
|
$ sf org list auth
|
|
4682
4682
|
```
|
|
4683
4683
|
|
|
4684
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
4684
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/list/auth.ts)_
|
|
4685
4685
|
|
|
4686
4686
|
## `sf org list limits`
|
|
4687
4687
|
|
|
@@ -4721,7 +4721,7 @@ EXAMPLES
|
|
|
4721
4721
|
$ sf org list limits --target-org my-scratch-org
|
|
4722
4722
|
```
|
|
4723
4723
|
|
|
4724
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4724
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.79/src/commands/org/list/limits.ts)_
|
|
4725
4725
|
|
|
4726
4726
|
## `sf org list metadata`
|
|
4727
4727
|
|
|
@@ -4788,7 +4788,7 @@ FLAG DESCRIPTIONS
|
|
|
4788
4788
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4789
4789
|
```
|
|
4790
4790
|
|
|
4791
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4791
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list/metadata.ts)_
|
|
4792
4792
|
|
|
4793
4793
|
## `sf org list metadata-types`
|
|
4794
4794
|
|
|
@@ -4843,7 +4843,7 @@ FLAG DESCRIPTIONS
|
|
|
4843
4843
|
Override the api version used for api requests made by this command
|
|
4844
4844
|
```
|
|
4845
4845
|
|
|
4846
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4846
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list/metadata-types.ts)_
|
|
4847
4847
|
|
|
4848
4848
|
## `sf org list sobject record-counts`
|
|
4849
4849
|
|
|
@@ -4889,7 +4889,7 @@ EXAMPLES
|
|
|
4889
4889
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4890
4890
|
```
|
|
4891
4891
|
|
|
4892
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4892
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.79/src/commands/org/list/sobject/record-counts.ts)_
|
|
4893
4893
|
|
|
4894
4894
|
## `sf org list users`
|
|
4895
4895
|
|
|
@@ -4927,7 +4927,7 @@ EXAMPLES
|
|
|
4927
4927
|
$ sf org list users --target-org me@my.org
|
|
4928
4928
|
```
|
|
4929
4929
|
|
|
4930
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4930
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.53/src/commands/org/list/users.ts)_
|
|
4931
4931
|
|
|
4932
4932
|
## `sf org login access-token`
|
|
4933
4933
|
|
|
@@ -4981,7 +4981,7 @@ FLAG DESCRIPTIONS
|
|
|
4981
4981
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4982
4982
|
```
|
|
4983
4983
|
|
|
4984
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
4984
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/access-token.ts)_
|
|
4985
4985
|
|
|
4986
4986
|
## `sf org login jwt`
|
|
4987
4987
|
|
|
@@ -5072,7 +5072,7 @@ FLAG DESCRIPTIONS
|
|
|
5072
5072
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5073
5073
|
```
|
|
5074
5074
|
|
|
5075
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
5075
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/jwt.ts)_
|
|
5076
5076
|
|
|
5077
5077
|
## `sf org login sfdx-url`
|
|
5078
5078
|
|
|
@@ -5142,7 +5142,7 @@ EXAMPLES
|
|
|
5142
5142
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5143
5143
|
```
|
|
5144
5144
|
|
|
5145
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
5145
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/sfdx-url.ts)_
|
|
5146
5146
|
|
|
5147
5147
|
## `sf org login web`
|
|
5148
5148
|
|
|
@@ -5247,7 +5247,7 @@ FLAG DESCRIPTIONS
|
|
|
5247
5247
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5248
5248
|
```
|
|
5249
5249
|
|
|
5250
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
5250
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/web.ts)_
|
|
5251
5251
|
|
|
5252
5252
|
## `sf org logout`
|
|
5253
5253
|
|
|
@@ -5313,7 +5313,7 @@ FLAG DESCRIPTIONS
|
|
|
5313
5313
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5314
5314
|
```
|
|
5315
5315
|
|
|
5316
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1
|
|
5316
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/logout.ts)_
|
|
5317
5317
|
|
|
5318
5318
|
## `sf org open`
|
|
5319
5319
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf org open agent`
|
|
5395
5395
|
|
|
@@ -5440,7 +5440,7 @@ EXAMPLES
|
|
|
5440
5440
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5441
5441
|
```
|
|
5442
5442
|
|
|
5443
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5443
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open/agent.ts)_
|
|
5444
5444
|
|
|
5445
5445
|
## `sf org open authoring-bundle`
|
|
5446
5446
|
|
|
@@ -5486,7 +5486,7 @@ EXAMPLES
|
|
|
5486
5486
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5487
5487
|
```
|
|
5488
5488
|
|
|
5489
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5489
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open/authoring-bundle.ts)_
|
|
5490
5490
|
|
|
5491
5491
|
## `sf org refresh sandbox`
|
|
5492
5492
|
|
|
@@ -5589,7 +5589,7 @@ FLAG DESCRIPTIONS
|
|
|
5589
5589
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5590
5590
|
```
|
|
5591
5591
|
|
|
5592
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5592
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/refresh/sandbox.ts)_
|
|
5593
5593
|
|
|
5594
5594
|
## `sf org resume sandbox`
|
|
5595
5595
|
|
|
@@ -5652,7 +5652,7 @@ FLAG DESCRIPTIONS
|
|
|
5652
5652
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5653
5653
|
```
|
|
5654
5654
|
|
|
5655
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5655
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/resume/sandbox.ts)_
|
|
5656
5656
|
|
|
5657
5657
|
## `sf org resume scratch`
|
|
5658
5658
|
|
|
@@ -5705,7 +5705,7 @@ FLAG DESCRIPTIONS
|
|
|
5705
5705
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5706
5706
|
```
|
|
5707
5707
|
|
|
5708
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5708
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/resume/scratch.ts)_
|
|
5709
5709
|
|
|
5710
5710
|
## `sf package convert`
|
|
5711
5711
|
|
|
@@ -9381,7 +9381,7 @@ FLAG DESCRIPTIONS
|
|
|
9381
9381
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9382
9382
|
```
|
|
9383
9383
|
|
|
9384
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9384
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/field.ts)_
|
|
9385
9385
|
|
|
9386
9386
|
## `sf schema generate platformevent`
|
|
9387
9387
|
|
|
@@ -9413,7 +9413,7 @@ EXAMPLES
|
|
|
9413
9413
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9414
9414
|
```
|
|
9415
9415
|
|
|
9416
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9416
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/platformevent.ts)_
|
|
9417
9417
|
|
|
9418
9418
|
## `sf schema generate sobject`
|
|
9419
9419
|
|
|
@@ -9470,7 +9470,7 @@ FLAG DESCRIPTIONS
|
|
|
9470
9470
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9471
9471
|
```
|
|
9472
9472
|
|
|
9473
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9473
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/sobject.ts)_
|
|
9474
9474
|
|
|
9475
9475
|
## `sf schema generate tab`
|
|
9476
9476
|
|
|
@@ -9518,7 +9518,7 @@ FLAG DESCRIPTIONS
|
|
|
9518
9518
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9519
9519
|
```
|
|
9520
9520
|
|
|
9521
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9521
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/tab.ts)_
|
|
9522
9522
|
|
|
9523
9523
|
## `sf search`
|
|
9524
9524
|
|
|
@@ -9581,7 +9581,7 @@ EXAMPLES
|
|
|
9581
9581
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9582
9582
|
```
|
|
9583
9583
|
|
|
9584
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9584
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.96/src/commands/sobject/describe.ts)_
|
|
9585
9585
|
|
|
9586
9586
|
## `sf sobject list`
|
|
9587
9587
|
|
|
@@ -9620,7 +9620,7 @@ EXAMPLES
|
|
|
9620
9620
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9621
9621
|
```
|
|
9622
9622
|
|
|
9623
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9623
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.96/src/commands/sobject/list.ts)_
|
|
9624
9624
|
|
|
9625
9625
|
## `sf template generate analytics template`
|
|
9626
9626
|
|
|
@@ -9664,7 +9664,7 @@ FLAG DESCRIPTIONS
|
|
|
9664
9664
|
directory.
|
|
9665
9665
|
```
|
|
9666
9666
|
|
|
9667
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9667
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/analytics/template.ts)_
|
|
9668
9668
|
|
|
9669
9669
|
## `sf template generate apex class`
|
|
9670
9670
|
|
|
@@ -9724,7 +9724,7 @@ FLAG DESCRIPTIONS
|
|
|
9724
9724
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9725
9725
|
```
|
|
9726
9726
|
|
|
9727
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9727
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/apex/class.ts)_
|
|
9728
9728
|
|
|
9729
9729
|
## `sf template generate apex trigger`
|
|
9730
9730
|
|
|
@@ -9794,7 +9794,7 @@ FLAG DESCRIPTIONS
|
|
|
9794
9794
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9795
9795
|
```
|
|
9796
9796
|
|
|
9797
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9797
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/apex/trigger.ts)_
|
|
9798
9798
|
|
|
9799
9799
|
## `sf template generate digital-experience site`
|
|
9800
9800
|
|
|
@@ -9848,7 +9848,7 @@ FLAG DESCRIPTIONS
|
|
|
9848
9848
|
project, defaults to the current directory.
|
|
9849
9849
|
```
|
|
9850
9850
|
|
|
9851
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9851
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/digital-experience/site.ts)_
|
|
9852
9852
|
|
|
9853
9853
|
## `sf template generate flexipage`
|
|
9854
9854
|
|
|
@@ -9930,7 +9930,7 @@ FLAG DESCRIPTIONS
|
|
|
9930
9930
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
9931
9931
|
```
|
|
9932
9932
|
|
|
9933
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9933
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/flexipage/index.ts)_
|
|
9934
9934
|
|
|
9935
9935
|
## `sf template generate lightning app`
|
|
9936
9936
|
|
|
@@ -9986,7 +9986,7 @@ FLAG DESCRIPTIONS
|
|
|
9986
9986
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9987
9987
|
```
|
|
9988
9988
|
|
|
9989
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
9989
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/app.ts)_
|
|
9990
9990
|
|
|
9991
9991
|
## `sf template generate lightning component`
|
|
9992
9992
|
|
|
@@ -10056,7 +10056,7 @@ FLAG DESCRIPTIONS
|
|
|
10056
10056
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10057
10057
|
```
|
|
10058
10058
|
|
|
10059
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10059
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/component.ts)_
|
|
10060
10060
|
|
|
10061
10061
|
## `sf template generate lightning event`
|
|
10062
10062
|
|
|
@@ -10112,7 +10112,7 @@ FLAG DESCRIPTIONS
|
|
|
10112
10112
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10113
10113
|
```
|
|
10114
10114
|
|
|
10115
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10115
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/event.ts)_
|
|
10116
10116
|
|
|
10117
10117
|
## `sf template generate lightning interface`
|
|
10118
10118
|
|
|
@@ -10168,7 +10168,7 @@ FLAG DESCRIPTIONS
|
|
|
10168
10168
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10169
10169
|
```
|
|
10170
10170
|
|
|
10171
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10171
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/interface.ts)_
|
|
10172
10172
|
|
|
10173
10173
|
## `sf template generate lightning test`
|
|
10174
10174
|
|
|
@@ -10224,7 +10224,7 @@ FLAG DESCRIPTIONS
|
|
|
10224
10224
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10225
10225
|
```
|
|
10226
10226
|
|
|
10227
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10227
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/test.ts)_
|
|
10228
10228
|
|
|
10229
10229
|
## `sf template generate project`
|
|
10230
10230
|
|
|
@@ -10330,7 +10330,7 @@ FLAG DESCRIPTIONS
|
|
|
10330
10330
|
Override the api version used for api requests made by this command
|
|
10331
10331
|
```
|
|
10332
10332
|
|
|
10333
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10333
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/project/index.ts)_
|
|
10334
10334
|
|
|
10335
10335
|
## `sf template generate static-resource`
|
|
10336
10336
|
|
|
@@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS
|
|
|
10393
10393
|
etc.
|
|
10394
10394
|
```
|
|
10395
10395
|
|
|
10396
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10396
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/static-resource/index.ts)_
|
|
10397
10397
|
|
|
10398
10398
|
## `sf template generate visualforce component`
|
|
10399
10399
|
|
|
@@ -10450,7 +10450,7 @@ FLAG DESCRIPTIONS
|
|
|
10450
10450
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10451
10451
|
```
|
|
10452
10452
|
|
|
10453
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10453
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/visualforce/component.ts)_
|
|
10454
10454
|
|
|
10455
10455
|
## `sf template generate visualforce page`
|
|
10456
10456
|
|
|
@@ -10501,7 +10501,7 @@ FLAG DESCRIPTIONS
|
|
|
10501
10501
|
The name can be up to 40 characters and must start with a letter.
|
|
10502
10502
|
```
|
|
10503
10503
|
|
|
10504
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.
|
|
10504
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/visualforce/page.ts)_
|
|
10505
10505
|
|
|
10506
10506
|
## `sf update [CHANNEL]`
|
|
10507
10507
|
|