@salesforce/cli 2.124.3 → 2.124.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 +123 -123
- package/npm-shrinkwrap.json +258 -258
- package/oclif.lock +289 -289
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.124.
|
|
28
|
+
@salesforce/cli/2.124.5 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.29.
|
|
257
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/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.29.
|
|
324
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/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.29.
|
|
364
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/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.29.
|
|
471
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/generate/agent-spec.ts)_
|
|
472
472
|
|
|
473
473
|
## `sf agent generate authoring-bundle`
|
|
474
474
|
|
|
@@ -543,7 +543,7 @@ EXAMPLES
|
|
|
543
543
|
other-package-dir/main/default --target-org my-dev-org
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
546
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/generate/authoring-bundle.ts)_
|
|
547
547
|
|
|
548
548
|
## `sf agent generate template`
|
|
549
549
|
|
|
@@ -591,7 +591,7 @@ EXAMPLES
|
|
|
591
591
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
594
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/generate/template.ts)_
|
|
595
595
|
|
|
596
596
|
## `sf agent generate test-spec`
|
|
597
597
|
|
|
@@ -652,7 +652,7 @@ EXAMPLES
|
|
|
652
652
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
655
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/generate/test-spec.ts)_
|
|
656
656
|
|
|
657
657
|
## `sf agent preview`
|
|
658
658
|
|
|
@@ -725,7 +725,7 @@ EXAMPLES
|
|
|
725
725
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
728
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/preview.ts)_
|
|
729
729
|
|
|
730
730
|
## `sf agent preview end`
|
|
731
731
|
|
|
@@ -780,7 +780,7 @@ EXAMPLES
|
|
|
780
780
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
783
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/preview/end.ts)_
|
|
784
784
|
|
|
785
785
|
## `sf agent preview send`
|
|
786
786
|
|
|
@@ -838,7 +838,7 @@ EXAMPLES
|
|
|
838
838
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
841
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/preview/send.ts)_
|
|
842
842
|
|
|
843
843
|
## `sf agent preview sessions`
|
|
844
844
|
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf agent preview sessions
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
874
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/preview/sessions.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf agent preview start`
|
|
877
877
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf agent preview start --api-name My_Published_Agent
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
931
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/preview/start.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf agent publish authoring-bundle`
|
|
934
934
|
|
|
@@ -977,7 +977,7 @@ EXAMPLES
|
|
|
977
977
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
980
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/publish/authoring-bundle.ts)_
|
|
981
981
|
|
|
982
982
|
## `sf agent test create`
|
|
983
983
|
|
|
@@ -1032,7 +1032,7 @@ EXAMPLES
|
|
|
1032
1032
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1035
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/test/create.ts)_
|
|
1036
1036
|
|
|
1037
1037
|
## `sf agent test list`
|
|
1038
1038
|
|
|
@@ -1067,7 +1067,7 @@ EXAMPLES
|
|
|
1067
1067
|
$ sf agent test list --target-org my-org
|
|
1068
1068
|
```
|
|
1069
1069
|
|
|
1070
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1070
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/test/list.ts)_
|
|
1071
1071
|
|
|
1072
1072
|
## `sf agent test results`
|
|
1073
1073
|
|
|
@@ -1133,7 +1133,7 @@ FLAG DESCRIPTIONS
|
|
|
1133
1133
|
expression when using custom evaluations.
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1136
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/test/results.ts)_
|
|
1137
1137
|
|
|
1138
1138
|
## `sf agent test resume`
|
|
1139
1139
|
|
|
@@ -1206,7 +1206,7 @@ FLAG DESCRIPTIONS
|
|
|
1206
1206
|
expression when using custom evaluations.
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1209
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/test/resume.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
## `sf agent test run`
|
|
1212
1212
|
|
|
@@ -1280,7 +1280,7 @@ FLAG DESCRIPTIONS
|
|
|
1280
1280
|
expression when using custom evaluations.
|
|
1281
1281
|
```
|
|
1282
1282
|
|
|
1283
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1283
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/test/run.ts)_
|
|
1284
1284
|
|
|
1285
1285
|
## `sf agent validate authoring-bundle`
|
|
1286
1286
|
|
|
@@ -1327,7 +1327,7 @@ EXAMPLES
|
|
|
1327
1327
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1328
1328
|
```
|
|
1329
1329
|
|
|
1330
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.
|
|
1330
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.29.2/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1331
1331
|
|
|
1332
1332
|
## `sf alias list`
|
|
1333
1333
|
|
|
@@ -1500,7 +1500,7 @@ FLAG DESCRIPTIONS
|
|
|
1500
1500
|
directory.
|
|
1501
1501
|
```
|
|
1502
1502
|
|
|
1503
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1503
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/get/log.ts)_
|
|
1504
1504
|
|
|
1505
1505
|
## `sf apex get test`
|
|
1506
1506
|
|
|
@@ -1560,7 +1560,7 @@ EXAMPLES
|
|
|
1560
1560
|
me@myorg'
|
|
1561
1561
|
```
|
|
1562
1562
|
|
|
1563
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1563
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/get/test.ts)_
|
|
1564
1564
|
|
|
1565
1565
|
## `sf apex list log`
|
|
1566
1566
|
|
|
@@ -1600,7 +1600,7 @@ EXAMPLES
|
|
|
1600
1600
|
$ sf apex list log --target-org me@my.org
|
|
1601
1601
|
```
|
|
1602
1602
|
|
|
1603
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1603
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/list/log.ts)_
|
|
1604
1604
|
|
|
1605
1605
|
## `sf apex run`
|
|
1606
1606
|
|
|
@@ -1647,7 +1647,7 @@ EXAMPLES
|
|
|
1647
1647
|
$ sf apex run
|
|
1648
1648
|
```
|
|
1649
1649
|
|
|
1650
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1650
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/run.ts)_
|
|
1651
1651
|
|
|
1652
1652
|
## `sf apex run test`
|
|
1653
1653
|
|
|
@@ -1794,7 +1794,7 @@ FLAG DESCRIPTIONS
|
|
|
1794
1794
|
--tests Test1 --tests Test2
|
|
1795
1795
|
```
|
|
1796
1796
|
|
|
1797
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1797
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/run/test.ts)_
|
|
1798
1798
|
|
|
1799
1799
|
## `sf apex tail log`
|
|
1800
1800
|
|
|
@@ -1837,7 +1837,7 @@ EXAMPLES
|
|
|
1837
1837
|
$ sf apex tail log --color --skip-trace-flag
|
|
1838
1838
|
```
|
|
1839
1839
|
|
|
1840
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1840
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/apex/tail/log.ts)_
|
|
1841
1841
|
|
|
1842
1842
|
## `sf api request graphql`
|
|
1843
1843
|
|
|
@@ -2312,7 +2312,7 @@ EXAMPLES
|
|
|
2312
2312
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2313
2313
|
```
|
|
2314
2314
|
|
|
2315
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2315
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/bulk/results.ts)_
|
|
2316
2316
|
|
|
2317
2317
|
## `sf data create file`
|
|
2318
2318
|
|
|
@@ -2361,7 +2361,7 @@ EXAMPLES
|
|
|
2361
2361
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2362
2362
|
```
|
|
2363
2363
|
|
|
2364
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2364
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/create/file.ts)_
|
|
2365
2365
|
|
|
2366
2366
|
## `sf data create record`
|
|
2367
2367
|
|
|
@@ -2417,7 +2417,7 @@ EXAMPLES
|
|
|
2417
2417
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2418
2418
|
```
|
|
2419
2419
|
|
|
2420
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2420
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/create/record.ts)_
|
|
2421
2421
|
|
|
2422
2422
|
## `sf data delete bulk`
|
|
2423
2423
|
|
|
@@ -2476,7 +2476,7 @@ FLAG DESCRIPTIONS
|
|
|
2476
2476
|
and can be enabled only by a system administrator.
|
|
2477
2477
|
```
|
|
2478
2478
|
|
|
2479
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2479
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/delete/bulk.ts)_
|
|
2480
2480
|
|
|
2481
2481
|
## `sf data delete record`
|
|
2482
2482
|
|
|
@@ -2537,7 +2537,7 @@ EXAMPLES
|
|
|
2537
2537
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2538
2538
|
```
|
|
2539
2539
|
|
|
2540
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2540
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/delete/record.ts)_
|
|
2541
2541
|
|
|
2542
2542
|
## `sf data delete resume`
|
|
2543
2543
|
|
|
@@ -2576,7 +2576,7 @@ EXAMPLES
|
|
|
2576
2576
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2577
2577
|
```
|
|
2578
2578
|
|
|
2579
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2579
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/delete/resume.ts)_
|
|
2580
2580
|
|
|
2581
2581
|
## `sf data export bulk`
|
|
2582
2582
|
|
|
@@ -2643,7 +2643,7 @@ EXAMPLES
|
|
|
2643
2643
|
--result-format json --wait 10 --all-rows
|
|
2644
2644
|
```
|
|
2645
2645
|
|
|
2646
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2646
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/export/bulk.ts)_
|
|
2647
2647
|
|
|
2648
2648
|
## `sf data export resume`
|
|
2649
2649
|
|
|
@@ -2682,7 +2682,7 @@ EXAMPLES
|
|
|
2682
2682
|
$ sf data export resume --use-most-recent
|
|
2683
2683
|
```
|
|
2684
2684
|
|
|
2685
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2685
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/export/resume.ts)_
|
|
2686
2686
|
|
|
2687
2687
|
## `sf data export tree`
|
|
2688
2688
|
|
|
@@ -2742,7 +2742,7 @@ EXAMPLES
|
|
|
2742
2742
|
my-scratch
|
|
2743
2743
|
```
|
|
2744
2744
|
|
|
2745
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2745
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/export/tree.ts)_
|
|
2746
2746
|
|
|
2747
2747
|
## `sf data get record`
|
|
2748
2748
|
|
|
@@ -2806,7 +2806,7 @@ EXAMPLES
|
|
|
2806
2806
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2807
2807
|
```
|
|
2808
2808
|
|
|
2809
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2809
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/get/record.ts)_
|
|
2810
2810
|
|
|
2811
2811
|
## `sf data import bulk`
|
|
2812
2812
|
|
|
@@ -2858,7 +2858,7 @@ EXAMPLES
|
|
|
2858
2858
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2859
2859
|
```
|
|
2860
2860
|
|
|
2861
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2861
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/import/bulk.ts)_
|
|
2862
2862
|
|
|
2863
2863
|
## `sf data import resume`
|
|
2864
2864
|
|
|
@@ -2894,7 +2894,7 @@ EXAMPLES
|
|
|
2894
2894
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2895
2895
|
```
|
|
2896
2896
|
|
|
2897
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/import/resume.ts)_
|
|
2898
2898
|
|
|
2899
2899
|
## `sf data import tree`
|
|
2900
2900
|
|
|
@@ -2958,7 +2958,7 @@ FLAG DESCRIPTIONS
|
|
|
2958
2958
|
- files(array) - Files: An array of files paths to load
|
|
2959
2959
|
```
|
|
2960
2960
|
|
|
2961
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2961
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/import/tree.ts)_
|
|
2962
2962
|
|
|
2963
2963
|
## `sf data query`
|
|
2964
2964
|
|
|
@@ -3011,7 +3011,7 @@ EXAMPLES
|
|
|
3011
3011
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3012
3012
|
```
|
|
3013
3013
|
|
|
3014
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3014
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/query.ts)_
|
|
3015
3015
|
|
|
3016
3016
|
## `sf data resume`
|
|
3017
3017
|
|
|
@@ -3048,7 +3048,7 @@ EXAMPLES
|
|
|
3048
3048
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3049
3049
|
```
|
|
3050
3050
|
|
|
3051
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3051
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/resume.ts)_
|
|
3052
3052
|
|
|
3053
3053
|
## `sf data search`
|
|
3054
3054
|
|
|
@@ -3098,7 +3098,7 @@ EXAMPLES
|
|
|
3098
3098
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3099
3099
|
```
|
|
3100
3100
|
|
|
3101
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3101
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/search.ts)_
|
|
3102
3102
|
|
|
3103
3103
|
## `sf data update bulk`
|
|
3104
3104
|
|
|
@@ -3153,7 +3153,7 @@ EXAMPLES
|
|
|
3153
3153
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3154
3154
|
```
|
|
3155
3155
|
|
|
3156
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3156
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/update/bulk.ts)_
|
|
3157
3157
|
|
|
3158
3158
|
## `sf data update record`
|
|
3159
3159
|
|
|
@@ -3215,7 +3215,7 @@ EXAMPLES
|
|
|
3215
3215
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3216
3216
|
```
|
|
3217
3217
|
|
|
3218
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3218
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/update/record.ts)_
|
|
3219
3219
|
|
|
3220
3220
|
## `sf data update resume`
|
|
3221
3221
|
|
|
@@ -3254,7 +3254,7 @@ EXAMPLES
|
|
|
3254
3254
|
$ sf data update resume --use-most-recent
|
|
3255
3255
|
```
|
|
3256
3256
|
|
|
3257
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3257
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/update/resume.ts)_
|
|
3258
3258
|
|
|
3259
3259
|
## `sf data upsert bulk`
|
|
3260
3260
|
|
|
@@ -3310,7 +3310,7 @@ EXAMPLES
|
|
|
3310
3310
|
my-scratch
|
|
3311
3311
|
```
|
|
3312
3312
|
|
|
3313
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3313
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/upsert/bulk.ts)_
|
|
3314
3314
|
|
|
3315
3315
|
## `sf data upsert resume`
|
|
3316
3316
|
|
|
@@ -3349,7 +3349,7 @@ EXAMPLES
|
|
|
3349
3349
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3350
3350
|
```
|
|
3351
3351
|
|
|
3352
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3352
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/data/upsert/resume.ts)_
|
|
3353
3353
|
|
|
3354
3354
|
## `sf doctor`
|
|
3355
3355
|
|
|
@@ -3397,7 +3397,7 @@ EXAMPLES
|
|
|
3397
3397
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3398
3398
|
```
|
|
3399
3399
|
|
|
3400
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3400
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.104/src/commands/doctor.ts)_
|
|
3401
3401
|
|
|
3402
3402
|
## `sf force data bulk delete`
|
|
3403
3403
|
|
|
@@ -3444,7 +3444,7 @@ EXAMPLES
|
|
|
3444
3444
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3445
3445
|
```
|
|
3446
3446
|
|
|
3447
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3447
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/force/data/bulk/delete.ts)_
|
|
3448
3448
|
|
|
3449
3449
|
## `sf force data bulk status`
|
|
3450
3450
|
|
|
@@ -3481,7 +3481,7 @@ EXAMPLES
|
|
|
3481
3481
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3482
3482
|
```
|
|
3483
3483
|
|
|
3484
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3484
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/force/data/bulk/status.ts)_
|
|
3485
3485
|
|
|
3486
3486
|
## `sf force data bulk upsert`
|
|
3487
3487
|
|
|
@@ -3539,7 +3539,7 @@ EXAMPLES
|
|
|
3539
3539
|
--target-org my-scratch
|
|
3540
3540
|
```
|
|
3541
3541
|
|
|
3542
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3542
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.73/src/commands/force/data/bulk/upsert.ts)_
|
|
3543
3543
|
|
|
3544
3544
|
## `sf help [COMMAND]`
|
|
3545
3545
|
|
|
@@ -3599,7 +3599,7 @@ EXAMPLES
|
|
|
3599
3599
|
$ sf info releasenotes display --version latest
|
|
3600
3600
|
```
|
|
3601
3601
|
|
|
3602
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3602
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.104/src/commands/info/releasenotes/display.ts)_
|
|
3603
3603
|
|
|
3604
3604
|
## `sf logic get test`
|
|
3605
3605
|
|
|
@@ -3647,7 +3647,7 @@ EXAMPLES
|
|
|
3647
3647
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3648
3648
|
```
|
|
3649
3649
|
|
|
3650
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3650
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/logic/get/test.ts)_
|
|
3651
3651
|
|
|
3652
3652
|
## `sf logic run test`
|
|
3653
3653
|
|
|
@@ -3769,7 +3769,7 @@ FLAG DESCRIPTIONS
|
|
|
3769
3769
|
--tests Test1 --tests Test2
|
|
3770
3770
|
```
|
|
3771
3771
|
|
|
3772
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3772
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.9/src/commands/logic/run/test.ts)_
|
|
3773
3773
|
|
|
3774
3774
|
## `sf org assign permset`
|
|
3775
3775
|
|
|
@@ -3815,7 +3815,7 @@ EXAMPLES
|
|
|
3815
3815
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3816
3816
|
```
|
|
3817
3817
|
|
|
3818
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3818
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/assign/permset.ts)_
|
|
3819
3819
|
|
|
3820
3820
|
## `sf org assign permsetlicense`
|
|
3821
3821
|
|
|
@@ -3862,7 +3862,7 @@ EXAMPLES
|
|
|
3862
3862
|
user3
|
|
3863
3863
|
```
|
|
3864
3864
|
|
|
3865
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3865
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/assign/permsetlicense.ts)_
|
|
3866
3866
|
|
|
3867
3867
|
## `sf org create sandbox`
|
|
3868
3868
|
|
|
@@ -3996,7 +3996,7 @@ FLAG DESCRIPTIONS
|
|
|
3996
3996
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3997
3997
|
```
|
|
3998
3998
|
|
|
3999
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3999
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/create/sandbox.ts)_
|
|
4000
4000
|
|
|
4001
4001
|
## `sf org create scratch`
|
|
4002
4002
|
|
|
@@ -4178,7 +4178,7 @@ FLAG DESCRIPTIONS
|
|
|
4178
4178
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4179
4179
|
```
|
|
4180
4180
|
|
|
4181
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4181
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/create/scratch.ts)_
|
|
4182
4182
|
|
|
4183
4183
|
## `sf org create user`
|
|
4184
4184
|
|
|
@@ -4286,7 +4286,7 @@ FLAG DESCRIPTIONS
|
|
|
4286
4286
|
might be different than what you specify in the definition file.
|
|
4287
4287
|
```
|
|
4288
4288
|
|
|
4289
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4289
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/create/user.ts)_
|
|
4290
4290
|
|
|
4291
4291
|
## `sf org delete sandbox`
|
|
4292
4292
|
|
|
@@ -4332,7 +4332,7 @@ EXAMPLES
|
|
|
4332
4332
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4333
4333
|
```
|
|
4334
4334
|
|
|
4335
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4335
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/delete/sandbox.ts)_
|
|
4336
4336
|
|
|
4337
4337
|
## `sf org delete scratch`
|
|
4338
4338
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4379
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/delete/scratch.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org disable tracking`
|
|
4382
4382
|
|
|
@@ -4415,7 +4415,7 @@ EXAMPLES
|
|
|
4415
4415
|
$ sf org disable tracking
|
|
4416
4416
|
```
|
|
4417
4417
|
|
|
4418
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4418
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/disable/tracking.ts)_
|
|
4419
4419
|
|
|
4420
4420
|
## `sf org display`
|
|
4421
4421
|
|
|
@@ -4460,7 +4460,7 @@ EXAMPLES
|
|
|
4460
4460
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4461
4461
|
```
|
|
4462
4462
|
|
|
4463
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4463
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/display.ts)_
|
|
4464
4464
|
|
|
4465
4465
|
## `sf org display user`
|
|
4466
4466
|
|
|
@@ -4499,7 +4499,7 @@ EXAMPLES
|
|
|
4499
4499
|
$ sf org display user --target-org me@my.org --json
|
|
4500
4500
|
```
|
|
4501
4501
|
|
|
4502
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4502
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/display/user.ts)_
|
|
4503
4503
|
|
|
4504
4504
|
## `sf org enable tracking`
|
|
4505
4505
|
|
|
@@ -4541,7 +4541,7 @@ EXAMPLES
|
|
|
4541
4541
|
$ sf org enable tracking
|
|
4542
4542
|
```
|
|
4543
4543
|
|
|
4544
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4544
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/enable/tracking.ts)_
|
|
4545
4545
|
|
|
4546
4546
|
## `sf org generate password`
|
|
4547
4547
|
|
|
@@ -4608,7 +4608,7 @@ EXAMPLES
|
|
|
4608
4608
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4609
4609
|
```
|
|
4610
4610
|
|
|
4611
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4611
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/generate/password.ts)_
|
|
4612
4612
|
|
|
4613
4613
|
## `sf org list`
|
|
4614
4614
|
|
|
@@ -4647,7 +4647,7 @@ EXAMPLES
|
|
|
4647
4647
|
$ sf org list --clean
|
|
4648
4648
|
```
|
|
4649
4649
|
|
|
4650
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4650
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/list.ts)_
|
|
4651
4651
|
|
|
4652
4652
|
## `sf org list auth`
|
|
4653
4653
|
|
|
@@ -4719,7 +4719,7 @@ EXAMPLES
|
|
|
4719
4719
|
$ sf org list limits --target-org my-scratch-org
|
|
4720
4720
|
```
|
|
4721
4721
|
|
|
4722
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4722
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.77/src/commands/org/list/limits.ts)_
|
|
4723
4723
|
|
|
4724
4724
|
## `sf org list metadata`
|
|
4725
4725
|
|
|
@@ -4786,7 +4786,7 @@ FLAG DESCRIPTIONS
|
|
|
4786
4786
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4787
4787
|
```
|
|
4788
4788
|
|
|
4789
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4789
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/list/metadata.ts)_
|
|
4790
4790
|
|
|
4791
4791
|
## `sf org list metadata-types`
|
|
4792
4792
|
|
|
@@ -4841,7 +4841,7 @@ FLAG DESCRIPTIONS
|
|
|
4841
4841
|
Override the api version used for api requests made by this command
|
|
4842
4842
|
```
|
|
4843
4843
|
|
|
4844
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/list/metadata-types.ts)_
|
|
4845
4845
|
|
|
4846
4846
|
## `sf org list sobject record-counts`
|
|
4847
4847
|
|
|
@@ -4887,7 +4887,7 @@ EXAMPLES
|
|
|
4887
4887
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4888
4888
|
```
|
|
4889
4889
|
|
|
4890
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4890
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.77/src/commands/org/list/sobject/record-counts.ts)_
|
|
4891
4891
|
|
|
4892
4892
|
## `sf org list users`
|
|
4893
4893
|
|
|
@@ -4925,7 +4925,7 @@ EXAMPLES
|
|
|
4925
4925
|
$ sf org list users --target-org me@my.org
|
|
4926
4926
|
```
|
|
4927
4927
|
|
|
4928
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4928
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.50/src/commands/org/list/users.ts)_
|
|
4929
4929
|
|
|
4930
4930
|
## `sf org login access-token`
|
|
4931
4931
|
|
|
@@ -5387,7 +5387,7 @@ EXAMPLES
|
|
|
5387
5387
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5388
5388
|
```
|
|
5389
5389
|
|
|
5390
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5390
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/open.ts)_
|
|
5391
5391
|
|
|
5392
5392
|
## `sf org open agent`
|
|
5393
5393
|
|
|
@@ -5438,7 +5438,7 @@ EXAMPLES
|
|
|
5438
5438
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5439
5439
|
```
|
|
5440
5440
|
|
|
5441
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5441
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/open/agent.ts)_
|
|
5442
5442
|
|
|
5443
5443
|
## `sf org open authoring-bundle`
|
|
5444
5444
|
|
|
@@ -5484,7 +5484,7 @@ EXAMPLES
|
|
|
5484
5484
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5485
5485
|
```
|
|
5486
5486
|
|
|
5487
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5487
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/open/authoring-bundle.ts)_
|
|
5488
5488
|
|
|
5489
5489
|
## `sf org refresh sandbox`
|
|
5490
5490
|
|
|
@@ -5587,7 +5587,7 @@ FLAG DESCRIPTIONS
|
|
|
5587
5587
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5590
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/refresh/sandbox.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf org resume sandbox`
|
|
5593
5593
|
|
|
@@ -5650,7 +5650,7 @@ FLAG DESCRIPTIONS
|
|
|
5650
5650
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5651
5651
|
```
|
|
5652
5652
|
|
|
5653
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5653
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/resume/sandbox.ts)_
|
|
5654
5654
|
|
|
5655
5655
|
## `sf org resume scratch`
|
|
5656
5656
|
|
|
@@ -5703,7 +5703,7 @@ FLAG DESCRIPTIONS
|
|
|
5703
5703
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5704
5704
|
```
|
|
5705
5705
|
|
|
5706
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5706
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.67/src/commands/org/resume/scratch.ts)_
|
|
5707
5707
|
|
|
5708
5708
|
## `sf package convert`
|
|
5709
5709
|
|
|
@@ -5800,7 +5800,7 @@ FLAG DESCRIPTIONS
|
|
|
5800
5800
|
--installation-key-bypass flag is required.
|
|
5801
5801
|
```
|
|
5802
5802
|
|
|
5803
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5803
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/convert.ts)_
|
|
5804
5804
|
|
|
5805
5805
|
## `sf package create`
|
|
5806
5806
|
|
|
@@ -5879,7 +5879,7 @@ FLAG DESCRIPTIONS
|
|
|
5879
5879
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5880
5880
|
```
|
|
5881
5881
|
|
|
5882
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5882
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/create.ts)_
|
|
5883
5883
|
|
|
5884
5884
|
## `sf package delete`
|
|
5885
5885
|
|
|
@@ -5921,7 +5921,7 @@ EXAMPLES
|
|
|
5921
5921
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5922
5922
|
```
|
|
5923
5923
|
|
|
5924
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5924
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/delete.ts)_
|
|
5925
5925
|
|
|
5926
5926
|
## `sf package install`
|
|
5927
5927
|
|
|
@@ -6020,7 +6020,7 @@ FLAG DESCRIPTIONS
|
|
|
6020
6020
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6021
6021
|
```
|
|
6022
6022
|
|
|
6023
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6023
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/install.ts)_
|
|
6024
6024
|
|
|
6025
6025
|
## `sf package install report`
|
|
6026
6026
|
|
|
@@ -6053,7 +6053,7 @@ EXAMPLES
|
|
|
6053
6053
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6054
6054
|
```
|
|
6055
6055
|
|
|
6056
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6056
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/install/report.ts)_
|
|
6057
6057
|
|
|
6058
6058
|
## `sf package installed list`
|
|
6059
6059
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ sf package installed list --target-org me@example.com
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6088
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/installed/list.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `sf package list`
|
|
6091
6091
|
|
|
@@ -6123,7 +6123,7 @@ EXAMPLES
|
|
|
6123
6123
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6124
6124
|
```
|
|
6125
6125
|
|
|
6126
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6126
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/list.ts)_
|
|
6127
6127
|
|
|
6128
6128
|
## `sf package push-upgrade abort`
|
|
6129
6129
|
|
|
@@ -6162,7 +6162,7 @@ EXAMPLES
|
|
|
6162
6162
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6163
6163
|
```
|
|
6164
6164
|
|
|
6165
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6165
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/abort.ts)_
|
|
6166
6166
|
|
|
6167
6167
|
## `sf package push-upgrade list`
|
|
6168
6168
|
|
|
@@ -6221,7 +6221,7 @@ EXAMPLES
|
|
|
6221
6221
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6222
6222
|
```
|
|
6223
6223
|
|
|
6224
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6224
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/list.ts)_
|
|
6225
6225
|
|
|
6226
6226
|
## `sf package push-upgrade report`
|
|
6227
6227
|
|
|
@@ -6263,7 +6263,7 @@ EXAMPLES
|
|
|
6263
6263
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6264
6264
|
```
|
|
6265
6265
|
|
|
6266
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6266
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/report.ts)_
|
|
6267
6267
|
|
|
6268
6268
|
## `sf package push-upgrade schedule`
|
|
6269
6269
|
|
|
@@ -6350,7 +6350,7 @@ FLAG DESCRIPTIONS
|
|
|
6350
6350
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6351
6351
|
```
|
|
6352
6352
|
|
|
6353
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6353
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/schedule.ts)_
|
|
6354
6354
|
|
|
6355
6355
|
## `sf package uninstall`
|
|
6356
6356
|
|
|
@@ -6398,7 +6398,7 @@ EXAMPLES
|
|
|
6398
6398
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6399
6399
|
```
|
|
6400
6400
|
|
|
6401
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6401
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/uninstall.ts)_
|
|
6402
6402
|
|
|
6403
6403
|
## `sf package uninstall report`
|
|
6404
6404
|
|
|
@@ -6431,7 +6431,7 @@ EXAMPLES
|
|
|
6431
6431
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6432
6432
|
```
|
|
6433
6433
|
|
|
6434
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6434
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/uninstall/report.ts)_
|
|
6435
6435
|
|
|
6436
6436
|
## `sf package update`
|
|
6437
6437
|
|
|
@@ -6499,7 +6499,7 @@ FLAG DESCRIPTIONS
|
|
|
6499
6499
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6500
6500
|
```
|
|
6501
6501
|
|
|
6502
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6502
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/update.ts)_
|
|
6503
6503
|
|
|
6504
6504
|
## `sf package version create`
|
|
6505
6505
|
|
|
@@ -6676,7 +6676,7 @@ FLAG DESCRIPTIONS
|
|
|
6676
6676
|
periods of no output from commands.
|
|
6677
6677
|
```
|
|
6678
6678
|
|
|
6679
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6679
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create.ts)_
|
|
6680
6680
|
|
|
6681
6681
|
## `sf package version create list`
|
|
6682
6682
|
|
|
@@ -6737,7 +6737,7 @@ EXAMPLES
|
|
|
6737
6737
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6738
6738
|
```
|
|
6739
6739
|
|
|
6740
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6740
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create/list.ts)_
|
|
6741
6741
|
|
|
6742
6742
|
## `sf package version create report`
|
|
6743
6743
|
|
|
@@ -6780,7 +6780,7 @@ EXAMPLES
|
|
|
6780
6780
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6781
6781
|
```
|
|
6782
6782
|
|
|
6783
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6783
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create/report.ts)_
|
|
6784
6784
|
|
|
6785
6785
|
## `sf package version delete`
|
|
6786
6786
|
|
|
@@ -6821,7 +6821,7 @@ EXAMPLES
|
|
|
6821
6821
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6822
6822
|
```
|
|
6823
6823
|
|
|
6824
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6824
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/delete.ts)_
|
|
6825
6825
|
|
|
6826
6826
|
## `sf package version displayancestry`
|
|
6827
6827
|
|
|
@@ -6881,7 +6881,7 @@ FLAG DESCRIPTIONS
|
|
|
6881
6881
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6882
6882
|
```
|
|
6883
6883
|
|
|
6884
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6884
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/displayancestry.ts)_
|
|
6885
6885
|
|
|
6886
6886
|
## `sf package version displaydependencies`
|
|
6887
6887
|
|
|
@@ -6943,7 +6943,7 @@ FLAG DESCRIPTIONS
|
|
|
6943
6943
|
package, which must be installed last.
|
|
6944
6944
|
```
|
|
6945
6945
|
|
|
6946
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6946
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/displaydependencies.ts)_
|
|
6947
6947
|
|
|
6948
6948
|
## `sf package version list`
|
|
6949
6949
|
|
|
@@ -7019,7 +7019,7 @@ EXAMPLES
|
|
|
7019
7019
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7020
7020
|
```
|
|
7021
7021
|
|
|
7022
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7022
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/list.ts)_
|
|
7023
7023
|
|
|
7024
7024
|
## `sf package version promote`
|
|
7025
7025
|
|
|
@@ -7063,7 +7063,7 @@ EXAMPLES
|
|
|
7063
7063
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7064
7064
|
```
|
|
7065
7065
|
|
|
7066
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7066
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/promote.ts)_
|
|
7067
7067
|
|
|
7068
7068
|
## `sf package version report`
|
|
7069
7069
|
|
|
@@ -7103,7 +7103,7 @@ EXAMPLES
|
|
|
7103
7103
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7104
7104
|
```
|
|
7105
7105
|
|
|
7106
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7106
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/report.ts)_
|
|
7107
7107
|
|
|
7108
7108
|
## `sf package version retrieve`
|
|
7109
7109
|
|
|
@@ -7148,7 +7148,7 @@ EXAMPLES
|
|
|
7148
7148
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7149
7149
|
```
|
|
7150
7150
|
|
|
7151
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7151
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/retrieve.ts)_
|
|
7152
7152
|
|
|
7153
7153
|
## `sf package version update`
|
|
7154
7154
|
|
|
@@ -7201,7 +7201,7 @@ EXAMPLES
|
|
|
7201
7201
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7202
7202
|
```
|
|
7203
7203
|
|
|
7204
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7204
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/update.ts)_
|
|
7205
7205
|
|
|
7206
7206
|
## `sf package1 version create`
|
|
7207
7207
|
|
|
@@ -7268,7 +7268,7 @@ FLAG DESCRIPTIONS
|
|
|
7268
7268
|
subscribers.
|
|
7269
7269
|
```
|
|
7270
7270
|
|
|
7271
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7271
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/create.ts)_
|
|
7272
7272
|
|
|
7273
7273
|
## `sf package1 version create get`
|
|
7274
7274
|
|
|
@@ -7301,7 +7301,7 @@ EXAMPLES
|
|
|
7301
7301
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7302
7302
|
```
|
|
7303
7303
|
|
|
7304
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7304
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/create/get.ts)_
|
|
7305
7305
|
|
|
7306
7306
|
## `sf package1 version display`
|
|
7307
7307
|
|
|
@@ -7335,7 +7335,7 @@ EXAMPLES
|
|
|
7335
7335
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7336
7336
|
```
|
|
7337
7337
|
|
|
7338
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7338
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/display.ts)_
|
|
7339
7339
|
|
|
7340
7340
|
## `sf package1 version list`
|
|
7341
7341
|
|
|
@@ -7373,7 +7373,7 @@ FLAG DESCRIPTIONS
|
|
|
7373
7373
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7374
7374
|
```
|
|
7375
7375
|
|
|
7376
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7376
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/list.ts)_
|
|
7377
7377
|
|
|
7378
7378
|
## `sf plugins`
|
|
7379
7379
|
|
|
@@ -9579,7 +9579,7 @@ EXAMPLES
|
|
|
9579
9579
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9580
9580
|
```
|
|
9581
9581
|
|
|
9582
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9582
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.93/src/commands/sobject/describe.ts)_
|
|
9583
9583
|
|
|
9584
9584
|
## `sf sobject list`
|
|
9585
9585
|
|
|
@@ -9618,7 +9618,7 @@ EXAMPLES
|
|
|
9618
9618
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9619
9619
|
```
|
|
9620
9620
|
|
|
9621
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9621
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.93/src/commands/sobject/list.ts)_
|
|
9622
9622
|
|
|
9623
9623
|
## `sf template generate analytics template`
|
|
9624
9624
|
|
|
@@ -9662,7 +9662,7 @@ FLAG DESCRIPTIONS
|
|
|
9662
9662
|
directory.
|
|
9663
9663
|
```
|
|
9664
9664
|
|
|
9665
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9665
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/analytics/template.ts)_
|
|
9666
9666
|
|
|
9667
9667
|
## `sf template generate apex class`
|
|
9668
9668
|
|
|
@@ -9722,7 +9722,7 @@ FLAG DESCRIPTIONS
|
|
|
9722
9722
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9723
9723
|
```
|
|
9724
9724
|
|
|
9725
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9725
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/apex/class.ts)_
|
|
9726
9726
|
|
|
9727
9727
|
## `sf template generate apex trigger`
|
|
9728
9728
|
|
|
@@ -9792,7 +9792,7 @@ FLAG DESCRIPTIONS
|
|
|
9792
9792
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9793
9793
|
```
|
|
9794
9794
|
|
|
9795
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9795
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/apex/trigger.ts)_
|
|
9796
9796
|
|
|
9797
9797
|
## `sf template generate digital-experience site`
|
|
9798
9798
|
|
|
@@ -9842,7 +9842,7 @@ FLAG DESCRIPTIONS
|
|
|
9842
9842
|
project, defaults to the current directory.
|
|
9843
9843
|
```
|
|
9844
9844
|
|
|
9845
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9845
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/digital-experience/site.ts)_
|
|
9846
9846
|
|
|
9847
9847
|
## `sf template generate flexipage`
|
|
9848
9848
|
|
|
@@ -9924,7 +9924,7 @@ FLAG DESCRIPTIONS
|
|
|
9924
9924
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
9925
9925
|
```
|
|
9926
9926
|
|
|
9927
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9927
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/flexipage/index.ts)_
|
|
9928
9928
|
|
|
9929
9929
|
## `sf template generate lightning app`
|
|
9930
9930
|
|
|
@@ -9980,7 +9980,7 @@ FLAG DESCRIPTIONS
|
|
|
9980
9980
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9981
9981
|
```
|
|
9982
9982
|
|
|
9983
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9983
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/lightning/app.ts)_
|
|
9984
9984
|
|
|
9985
9985
|
## `sf template generate lightning component`
|
|
9986
9986
|
|
|
@@ -10050,7 +10050,7 @@ FLAG DESCRIPTIONS
|
|
|
10050
10050
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10051
10051
|
```
|
|
10052
10052
|
|
|
10053
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10053
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/lightning/component.ts)_
|
|
10054
10054
|
|
|
10055
10055
|
## `sf template generate lightning event`
|
|
10056
10056
|
|
|
@@ -10106,7 +10106,7 @@ FLAG DESCRIPTIONS
|
|
|
10106
10106
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10107
10107
|
```
|
|
10108
10108
|
|
|
10109
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10109
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/lightning/event.ts)_
|
|
10110
10110
|
|
|
10111
10111
|
## `sf template generate lightning interface`
|
|
10112
10112
|
|
|
@@ -10162,7 +10162,7 @@ FLAG DESCRIPTIONS
|
|
|
10162
10162
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10163
10163
|
```
|
|
10164
10164
|
|
|
10165
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10165
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/lightning/interface.ts)_
|
|
10166
10166
|
|
|
10167
10167
|
## `sf template generate lightning test`
|
|
10168
10168
|
|
|
@@ -10218,7 +10218,7 @@ FLAG DESCRIPTIONS
|
|
|
10218
10218
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10219
10219
|
```
|
|
10220
10220
|
|
|
10221
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10221
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/lightning/test.ts)_
|
|
10222
10222
|
|
|
10223
10223
|
## `sf template generate project`
|
|
10224
10224
|
|
|
@@ -10324,7 +10324,7 @@ FLAG DESCRIPTIONS
|
|
|
10324
10324
|
Override the api version used for api requests made by this command
|
|
10325
10325
|
```
|
|
10326
10326
|
|
|
10327
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10327
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/project/index.ts)_
|
|
10328
10328
|
|
|
10329
10329
|
## `sf template generate static-resource`
|
|
10330
10330
|
|
|
@@ -10387,7 +10387,7 @@ FLAG DESCRIPTIONS
|
|
|
10387
10387
|
etc.
|
|
10388
10388
|
```
|
|
10389
10389
|
|
|
10390
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10390
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/static-resource/index.ts)_
|
|
10391
10391
|
|
|
10392
10392
|
## `sf template generate visualforce component`
|
|
10393
10393
|
|
|
@@ -10444,7 +10444,7 @@ FLAG DESCRIPTIONS
|
|
|
10444
10444
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10445
10445
|
```
|
|
10446
10446
|
|
|
10447
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10447
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/visualforce/component.ts)_
|
|
10448
10448
|
|
|
10449
10449
|
## `sf template generate visualforce page`
|
|
10450
10450
|
|
|
@@ -10495,7 +10495,7 @@ FLAG DESCRIPTIONS
|
|
|
10495
10495
|
The name can be up to 40 characters and must start with a letter.
|
|
10496
10496
|
```
|
|
10497
10497
|
|
|
10498
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10498
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/visualforce/page.ts)_
|
|
10499
10499
|
|
|
10500
10500
|
## `sf update [CHANNEL]`
|
|
10501
10501
|
|