@salesforce/cli 2.116.1 → 2.116.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 +96 -96
- package/npm-shrinkwrap.json +61 -61
- package/oclif.lock +62 -62
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
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.116.
|
|
28
|
+
@salesforce/cli/2.116.2 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
250
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/activate.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf agent create`
|
|
253
253
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
317
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/create.ts)_
|
|
318
318
|
|
|
319
319
|
## `sf agent deactivate`
|
|
320
320
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
357
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/deactivate.ts)_
|
|
358
358
|
|
|
359
359
|
## `sf agent generate agent-spec`
|
|
360
360
|
|
|
@@ -461,7 +461,7 @@ EXAMPLES
|
|
|
461
461
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
464
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/agent-spec.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf agent generate authoring-bundle`
|
|
467
467
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
other-package-dir/main/default --target-org my-dev-org
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
530
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/authoring-bundle.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf agent generate template`
|
|
533
533
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/template.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf agent generate test-spec`
|
|
581
581
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/test-spec.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent preview`
|
|
642
642
|
|
|
@@ -715,7 +715,7 @@ EXAMPLES
|
|
|
715
715
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
718
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/preview.ts)_
|
|
719
719
|
|
|
720
720
|
## `sf agent publish authoring-bundle`
|
|
721
721
|
|
|
@@ -762,7 +762,7 @@ EXAMPLES
|
|
|
762
762
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
765
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/publish/authoring-bundle.ts)_
|
|
766
766
|
|
|
767
767
|
## `sf agent test create`
|
|
768
768
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
820
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/create.ts)_
|
|
821
821
|
|
|
822
822
|
## `sf agent test list`
|
|
823
823
|
|
|
@@ -852,7 +852,7 @@ EXAMPLES
|
|
|
852
852
|
$ sf agent test list --target-org my-org
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
855
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/list.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf agent test results`
|
|
858
858
|
|
|
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
|
|
|
918
918
|
expression when using custom evaluations.
|
|
919
919
|
```
|
|
920
920
|
|
|
921
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
921
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/results.ts)_
|
|
922
922
|
|
|
923
923
|
## `sf agent test resume`
|
|
924
924
|
|
|
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
|
|
|
991
991
|
expression when using custom evaluations.
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
994
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/resume.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf agent test run`
|
|
997
997
|
|
|
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
|
|
|
1065
1065
|
expression when using custom evaluations.
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
1068
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/run.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `sf agent validate authoring-bundle`
|
|
1071
1071
|
|
|
@@ -1112,7 +1112,7 @@ EXAMPLES
|
|
|
1112
1112
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1113
1113
|
```
|
|
1114
1114
|
|
|
1115
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.
|
|
1115
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1116
1116
|
|
|
1117
1117
|
## `sf alias list`
|
|
1118
1118
|
|
|
@@ -1140,7 +1140,7 @@ EXAMPLES
|
|
|
1140
1140
|
$ sf alias list
|
|
1141
1141
|
```
|
|
1142
1142
|
|
|
1143
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1143
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/alias/list.ts)_
|
|
1144
1144
|
|
|
1145
1145
|
## `sf alias set`
|
|
1146
1146
|
|
|
@@ -1189,7 +1189,7 @@ EXAMPLES
|
|
|
1189
1189
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1190
1190
|
```
|
|
1191
1191
|
|
|
1192
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1192
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/alias/set.ts)_
|
|
1193
1193
|
|
|
1194
1194
|
## `sf alias unset`
|
|
1195
1195
|
|
|
@@ -1229,7 +1229,7 @@ EXAMPLES
|
|
|
1229
1229
|
$ sf alias unset --all [--no-prompt]
|
|
1230
1230
|
```
|
|
1231
1231
|
|
|
1232
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1232
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/alias/unset.ts)_
|
|
1233
1233
|
|
|
1234
1234
|
## `sf analytics generate template`
|
|
1235
1235
|
|
|
@@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1271
|
directory.
|
|
1272
1272
|
```
|
|
1273
1273
|
|
|
1274
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1274
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/analytics/generate/template.ts)_
|
|
1275
1275
|
|
|
1276
1276
|
## `sf apex generate class`
|
|
1277
1277
|
|
|
@@ -1330,7 +1330,7 @@ FLAG DESCRIPTIONS
|
|
|
1330
1330
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1333
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/apex/generate/class.ts)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sf apex generate trigger`
|
|
1336
1336
|
|
|
@@ -1399,7 +1399,7 @@ FLAG DESCRIPTIONS
|
|
|
1399
1399
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1400
1400
|
```
|
|
1401
1401
|
|
|
1402
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1402
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/apex/generate/trigger.ts)_
|
|
1403
1403
|
|
|
1404
1404
|
## `sf apex get log`
|
|
1405
1405
|
|
|
@@ -1455,7 +1455,7 @@ FLAG DESCRIPTIONS
|
|
|
1455
1455
|
directory.
|
|
1456
1456
|
```
|
|
1457
1457
|
|
|
1458
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1458
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/apex/get/log.ts)_
|
|
1459
1459
|
|
|
1460
1460
|
## `sf apex get test`
|
|
1461
1461
|
|
|
@@ -1515,7 +1515,7 @@ EXAMPLES
|
|
|
1515
1515
|
me@myorg'
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1518
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/apex/get/test.ts)_
|
|
1519
1519
|
|
|
1520
1520
|
## `sf apex list log`
|
|
1521
1521
|
|
|
@@ -1555,7 +1555,7 @@ EXAMPLES
|
|
|
1555
1555
|
$ sf apex list log --target-org me@my.org
|
|
1556
1556
|
```
|
|
1557
1557
|
|
|
1558
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1558
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/apex/list/log.ts)_
|
|
1559
1559
|
|
|
1560
1560
|
## `sf apex run`
|
|
1561
1561
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf apex run
|
|
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.2/src/commands/apex/run.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf apex run test`
|
|
1608
1608
|
|
|
@@ -1749,7 +1749,7 @@ FLAG DESCRIPTIONS
|
|
|
1749
1749
|
--tests Test1 --tests Test2
|
|
1750
1750
|
```
|
|
1751
1751
|
|
|
1752
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1752
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/apex/run/test.ts)_
|
|
1753
1753
|
|
|
1754
1754
|
## `sf apex tail log`
|
|
1755
1755
|
|
|
@@ -1792,7 +1792,7 @@ EXAMPLES
|
|
|
1792
1792
|
$ sf apex tail log --color --skip-trace-flag
|
|
1793
1793
|
```
|
|
1794
1794
|
|
|
1795
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1795
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/apex/tail/log.ts)_
|
|
1796
1796
|
|
|
1797
1797
|
## `sf api request graphql`
|
|
1798
1798
|
|
|
@@ -1845,7 +1845,7 @@ EXAMPLES
|
|
|
1845
1845
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
1846
1846
|
```
|
|
1847
1847
|
|
|
1848
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1848
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.6/src/commands/api/request/graphql.ts)_
|
|
1849
1849
|
|
|
1850
1850
|
## `sf api request rest [URL]`
|
|
1851
1851
|
|
|
@@ -1954,7 +1954,7 @@ FLAG DESCRIPTIONS
|
|
|
1954
1954
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
1955
1955
|
```
|
|
1956
1956
|
|
|
1957
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1957
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.6/src/commands/api/request/rest.ts)_
|
|
1958
1958
|
|
|
1959
1959
|
## `sf autocomplete [SHELL]`
|
|
1960
1960
|
|
|
@@ -2063,7 +2063,7 @@ CONFIGURATION VARIABLES
|
|
|
2063
2063
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2064
2064
|
```
|
|
2065
2065
|
|
|
2066
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2066
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/config/get.ts)_
|
|
2067
2067
|
|
|
2068
2068
|
## `sf config list`
|
|
2069
2069
|
|
|
@@ -2103,7 +2103,7 @@ EXAMPLES
|
|
|
2103
2103
|
$ sf config list
|
|
2104
2104
|
```
|
|
2105
2105
|
|
|
2106
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2106
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/config/list.ts)_
|
|
2107
2107
|
|
|
2108
2108
|
## `sf config set`
|
|
2109
2109
|
|
|
@@ -2172,7 +2172,7 @@ CONFIGURATION VARIABLES
|
|
|
2172
2172
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2173
2173
|
```
|
|
2174
2174
|
|
|
2175
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2175
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/config/set.ts)_
|
|
2176
2176
|
|
|
2177
2177
|
## `sf config unset`
|
|
2178
2178
|
|
|
@@ -2222,7 +2222,7 @@ CONFIGURATION VARIABLES
|
|
|
2222
2222
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2223
2223
|
```
|
|
2224
2224
|
|
|
2225
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2225
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.53/src/commands/config/unset.ts)_
|
|
2226
2226
|
|
|
2227
2227
|
## `sf data bulk results`
|
|
2228
2228
|
|
|
@@ -3352,7 +3352,7 @@ EXAMPLES
|
|
|
3352
3352
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3353
3353
|
```
|
|
3354
3354
|
|
|
3355
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3355
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.98/src/commands/doctor.ts)_
|
|
3356
3356
|
|
|
3357
3357
|
## `sf force data bulk delete`
|
|
3358
3358
|
|
|
@@ -3554,7 +3554,7 @@ EXAMPLES
|
|
|
3554
3554
|
$ sf info releasenotes display --version latest
|
|
3555
3555
|
```
|
|
3556
3556
|
|
|
3557
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3557
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.98/src/commands/info/releasenotes/display.ts)_
|
|
3558
3558
|
|
|
3559
3559
|
## `sf lightning generate app`
|
|
3560
3560
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3612
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/lightning/generate/app.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf lightning generate component`
|
|
3615
3615
|
|
|
@@ -3678,7 +3678,7 @@ FLAG DESCRIPTIONS
|
|
|
3678
3678
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3679
3679
|
```
|
|
3680
3680
|
|
|
3681
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3681
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/lightning/generate/component.ts)_
|
|
3682
3682
|
|
|
3683
3683
|
## `sf lightning generate event`
|
|
3684
3684
|
|
|
@@ -3733,7 +3733,7 @@ FLAG DESCRIPTIONS
|
|
|
3733
3733
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3734
3734
|
```
|
|
3735
3735
|
|
|
3736
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3736
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/lightning/generate/event.ts)_
|
|
3737
3737
|
|
|
3738
3738
|
## `sf lightning generate interface`
|
|
3739
3739
|
|
|
@@ -3788,7 +3788,7 @@ FLAG DESCRIPTIONS
|
|
|
3788
3788
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3789
3789
|
```
|
|
3790
3790
|
|
|
3791
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3791
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/lightning/generate/interface.ts)_
|
|
3792
3792
|
|
|
3793
3793
|
## `sf lightning generate test`
|
|
3794
3794
|
|
|
@@ -3843,7 +3843,7 @@ FLAG DESCRIPTIONS
|
|
|
3843
3843
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3844
3844
|
```
|
|
3845
3845
|
|
|
3846
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3846
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/lightning/generate/test.ts)_
|
|
3847
3847
|
|
|
3848
3848
|
## `sf logic get test`
|
|
3849
3849
|
|
|
@@ -3891,7 +3891,7 @@ EXAMPLES
|
|
|
3891
3891
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3892
3892
|
```
|
|
3893
3893
|
|
|
3894
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3894
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/logic/get/test.ts)_
|
|
3895
3895
|
|
|
3896
3896
|
## `sf logic run test`
|
|
3897
3897
|
|
|
@@ -4013,7 +4013,7 @@ FLAG DESCRIPTIONS
|
|
|
4013
4013
|
--tests Test1 --tests Test2
|
|
4014
4014
|
```
|
|
4015
4015
|
|
|
4016
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4016
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.2/src/commands/logic/run/test.ts)_
|
|
4017
4017
|
|
|
4018
4018
|
## `sf org assign permset`
|
|
4019
4019
|
|
|
@@ -4059,7 +4059,7 @@ EXAMPLES
|
|
|
4059
4059
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4060
4060
|
```
|
|
4061
4061
|
|
|
4062
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4062
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/assign/permset.ts)_
|
|
4063
4063
|
|
|
4064
4064
|
## `sf org assign permsetlicense`
|
|
4065
4065
|
|
|
@@ -4106,7 +4106,7 @@ EXAMPLES
|
|
|
4106
4106
|
user3
|
|
4107
4107
|
```
|
|
4108
4108
|
|
|
4109
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4109
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/assign/permsetlicense.ts)_
|
|
4110
4110
|
|
|
4111
4111
|
## `sf org create sandbox`
|
|
4112
4112
|
|
|
@@ -4530,7 +4530,7 @@ FLAG DESCRIPTIONS
|
|
|
4530
4530
|
might be different than what you specify in the definition file.
|
|
4531
4531
|
```
|
|
4532
4532
|
|
|
4533
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4533
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/create/user.ts)_
|
|
4534
4534
|
|
|
4535
4535
|
## `sf org delete sandbox`
|
|
4536
4536
|
|
|
@@ -4743,7 +4743,7 @@ EXAMPLES
|
|
|
4743
4743
|
$ sf org display user --target-org me@my.org --json
|
|
4744
4744
|
```
|
|
4745
4745
|
|
|
4746
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4746
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/display/user.ts)_
|
|
4747
4747
|
|
|
4748
4748
|
## `sf org enable tracking`
|
|
4749
4749
|
|
|
@@ -4852,7 +4852,7 @@ EXAMPLES
|
|
|
4852
4852
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4853
4853
|
```
|
|
4854
4854
|
|
|
4855
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4855
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/generate/password.ts)_
|
|
4856
4856
|
|
|
4857
4857
|
## `sf org list`
|
|
4858
4858
|
|
|
@@ -4923,7 +4923,7 @@ EXAMPLES
|
|
|
4923
4923
|
$ sf org list auth
|
|
4924
4924
|
```
|
|
4925
4925
|
|
|
4926
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4926
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/list/auth.ts)_
|
|
4927
4927
|
|
|
4928
4928
|
## `sf org list limits`
|
|
4929
4929
|
|
|
@@ -4963,7 +4963,7 @@ EXAMPLES
|
|
|
4963
4963
|
$ sf org list limits --target-org my-scratch-org
|
|
4964
4964
|
```
|
|
4965
4965
|
|
|
4966
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4966
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.73/src/commands/org/list/limits.ts)_
|
|
4967
4967
|
|
|
4968
4968
|
## `sf org list metadata`
|
|
4969
4969
|
|
|
@@ -5131,7 +5131,7 @@ EXAMPLES
|
|
|
5131
5131
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
5132
5132
|
```
|
|
5133
5133
|
|
|
5134
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5134
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.73/src/commands/org/list/sobject/record-counts.ts)_
|
|
5135
5135
|
|
|
5136
5136
|
## `sf org list users`
|
|
5137
5137
|
|
|
@@ -5169,7 +5169,7 @@ EXAMPLES
|
|
|
5169
5169
|
$ sf org list users --target-org me@my.org
|
|
5170
5170
|
```
|
|
5171
5171
|
|
|
5172
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
5172
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.43/src/commands/org/list/users.ts)_
|
|
5173
5173
|
|
|
5174
5174
|
## `sf org login access-token`
|
|
5175
5175
|
|
|
@@ -5223,7 +5223,7 @@ FLAG DESCRIPTIONS
|
|
|
5223
5223
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5224
5224
|
```
|
|
5225
5225
|
|
|
5226
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5226
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/login/access-token.ts)_
|
|
5227
5227
|
|
|
5228
5228
|
## `sf org login jwt`
|
|
5229
5229
|
|
|
@@ -5314,7 +5314,7 @@ FLAG DESCRIPTIONS
|
|
|
5314
5314
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5315
5315
|
```
|
|
5316
5316
|
|
|
5317
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5317
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/login/jwt.ts)_
|
|
5318
5318
|
|
|
5319
5319
|
## `sf org login sfdx-url`
|
|
5320
5320
|
|
|
@@ -5384,7 +5384,7 @@ EXAMPLES
|
|
|
5384
5384
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5385
5385
|
```
|
|
5386
5386
|
|
|
5387
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5387
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/login/sfdx-url.ts)_
|
|
5388
5388
|
|
|
5389
5389
|
## `sf org login web`
|
|
5390
5390
|
|
|
@@ -5489,7 +5489,7 @@ FLAG DESCRIPTIONS
|
|
|
5489
5489
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5490
5490
|
```
|
|
5491
5491
|
|
|
5492
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5492
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/login/web.ts)_
|
|
5493
5493
|
|
|
5494
5494
|
## `sf org logout`
|
|
5495
5495
|
|
|
@@ -5555,7 +5555,7 @@ FLAG DESCRIPTIONS
|
|
|
5555
5555
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5556
5556
|
```
|
|
5557
5557
|
|
|
5558
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5558
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.23/src/commands/org/logout.ts)_
|
|
5559
5559
|
|
|
5560
5560
|
## `sf org open`
|
|
5561
5561
|
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6692,7 +6692,7 @@ FLAG DESCRIPTIONS
|
|
|
6692
6692
|
notified to upgrade to the recommended version.
|
|
6693
6693
|
```
|
|
6694
6694
|
|
|
6695
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6695
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/update.ts)_
|
|
6696
6696
|
|
|
6697
6697
|
## `sf package version create`
|
|
6698
6698
|
|
|
@@ -6867,7 +6867,7 @@ FLAG DESCRIPTIONS
|
|
|
6867
6867
|
periods of no output from commands.
|
|
6868
6868
|
```
|
|
6869
6869
|
|
|
6870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6870
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/create.ts)_
|
|
6871
6871
|
|
|
6872
6872
|
## `sf package version create list`
|
|
6873
6873
|
|
|
@@ -6928,7 +6928,7 @@ EXAMPLES
|
|
|
6928
6928
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6929
6929
|
```
|
|
6930
6930
|
|
|
6931
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6931
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/create/list.ts)_
|
|
6932
6932
|
|
|
6933
6933
|
## `sf package version create report`
|
|
6934
6934
|
|
|
@@ -6971,7 +6971,7 @@ EXAMPLES
|
|
|
6971
6971
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6972
6972
|
```
|
|
6973
6973
|
|
|
6974
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6974
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/create/report.ts)_
|
|
6975
6975
|
|
|
6976
6976
|
## `sf package version delete`
|
|
6977
6977
|
|
|
@@ -7012,7 +7012,7 @@ EXAMPLES
|
|
|
7012
7012
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7013
7013
|
```
|
|
7014
7014
|
|
|
7015
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7015
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/delete.ts)_
|
|
7016
7016
|
|
|
7017
7017
|
## `sf package version displayancestry`
|
|
7018
7018
|
|
|
@@ -7072,7 +7072,7 @@ FLAG DESCRIPTIONS
|
|
|
7072
7072
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7075
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/displayancestry.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf package version displaydependencies`
|
|
7078
7078
|
|
|
@@ -7134,7 +7134,7 @@ FLAG DESCRIPTIONS
|
|
|
7134
7134
|
package, which must be installed last.
|
|
7135
7135
|
```
|
|
7136
7136
|
|
|
7137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7137
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/displaydependencies.ts)_
|
|
7138
7138
|
|
|
7139
7139
|
## `sf package version list`
|
|
7140
7140
|
|
|
@@ -7210,7 +7210,7 @@ EXAMPLES
|
|
|
7210
7210
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7213
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/list.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf package version promote`
|
|
7216
7216
|
|
|
@@ -7254,7 +7254,7 @@ EXAMPLES
|
|
|
7254
7254
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7255
7255
|
```
|
|
7256
7256
|
|
|
7257
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7257
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/promote.ts)_
|
|
7258
7258
|
|
|
7259
7259
|
## `sf package version report`
|
|
7260
7260
|
|
|
@@ -7294,7 +7294,7 @@ EXAMPLES
|
|
|
7294
7294
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7295
7295
|
```
|
|
7296
7296
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7297
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/report.ts)_
|
|
7298
7298
|
|
|
7299
7299
|
## `sf package version retrieve`
|
|
7300
7300
|
|
|
@@ -7339,7 +7339,7 @@ EXAMPLES
|
|
|
7339
7339
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7340
7340
|
```
|
|
7341
7341
|
|
|
7342
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7342
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/retrieve.ts)_
|
|
7343
7343
|
|
|
7344
7344
|
## `sf package version update`
|
|
7345
7345
|
|
|
@@ -7392,7 +7392,7 @@ EXAMPLES
|
|
|
7392
7392
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7393
7393
|
```
|
|
7394
7394
|
|
|
7395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7395
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package/version/update.ts)_
|
|
7396
7396
|
|
|
7397
7397
|
## `sf package1 version create`
|
|
7398
7398
|
|
|
@@ -7459,7 +7459,7 @@ FLAG DESCRIPTIONS
|
|
|
7459
7459
|
subscribers.
|
|
7460
7460
|
```
|
|
7461
7461
|
|
|
7462
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7462
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package1/version/create.ts)_
|
|
7463
7463
|
|
|
7464
7464
|
## `sf package1 version create get`
|
|
7465
7465
|
|
|
@@ -7492,7 +7492,7 @@ EXAMPLES
|
|
|
7492
7492
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7493
7493
|
```
|
|
7494
7494
|
|
|
7495
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7495
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package1/version/create/get.ts)_
|
|
7496
7496
|
|
|
7497
7497
|
## `sf package1 version display`
|
|
7498
7498
|
|
|
@@ -7526,7 +7526,7 @@ EXAMPLES
|
|
|
7526
7526
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7527
7527
|
```
|
|
7528
7528
|
|
|
7529
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7529
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package1/version/display.ts)_
|
|
7530
7530
|
|
|
7531
7531
|
## `sf package1 version list`
|
|
7532
7532
|
|
|
@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
|
|
|
7564
7564
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7565
7565
|
```
|
|
7566
7566
|
|
|
7567
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7567
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.6/src/commands/package1/version/list.ts)_
|
|
7568
7568
|
|
|
7569
7569
|
## `sf plugins`
|
|
7570
7570
|
|
|
@@ -9169,7 +9169,7 @@ FLAG DESCRIPTIONS
|
|
|
9169
9169
|
Override the api version used for api requests made by this command
|
|
9170
9170
|
```
|
|
9171
9171
|
|
|
9172
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9172
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/project/generate.ts)_
|
|
9173
9173
|
|
|
9174
9174
|
## `sf project generate manifest`
|
|
9175
9175
|
|
|
@@ -9645,7 +9645,7 @@ FLAG DESCRIPTIONS
|
|
|
9645
9645
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9646
9646
|
```
|
|
9647
9647
|
|
|
9648
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9648
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.80/src/commands/schema/generate/field.ts)_
|
|
9649
9649
|
|
|
9650
9650
|
## `sf schema generate platformevent`
|
|
9651
9651
|
|
|
@@ -9677,7 +9677,7 @@ EXAMPLES
|
|
|
9677
9677
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9678
9678
|
```
|
|
9679
9679
|
|
|
9680
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9680
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.80/src/commands/schema/generate/platformevent.ts)_
|
|
9681
9681
|
|
|
9682
9682
|
## `sf schema generate sobject`
|
|
9683
9683
|
|
|
@@ -9734,7 +9734,7 @@ FLAG DESCRIPTIONS
|
|
|
9734
9734
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9735
9735
|
```
|
|
9736
9736
|
|
|
9737
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9737
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.80/src/commands/schema/generate/sobject.ts)_
|
|
9738
9738
|
|
|
9739
9739
|
## `sf schema generate tab`
|
|
9740
9740
|
|
|
@@ -9782,7 +9782,7 @@ FLAG DESCRIPTIONS
|
|
|
9782
9782
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9783
9783
|
```
|
|
9784
9784
|
|
|
9785
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9785
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.80/src/commands/schema/generate/tab.ts)_
|
|
9786
9786
|
|
|
9787
9787
|
## `sf search`
|
|
9788
9788
|
|
|
@@ -9845,7 +9845,7 @@ EXAMPLES
|
|
|
9845
9845
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9846
9846
|
```
|
|
9847
9847
|
|
|
9848
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9848
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.89/src/commands/sobject/describe.ts)_
|
|
9849
9849
|
|
|
9850
9850
|
## `sf sobject list`
|
|
9851
9851
|
|
|
@@ -9884,7 +9884,7 @@ EXAMPLES
|
|
|
9884
9884
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9885
9885
|
```
|
|
9886
9886
|
|
|
9887
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9887
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.89/src/commands/sobject/list.ts)_
|
|
9888
9888
|
|
|
9889
9889
|
## `sf static-resource generate`
|
|
9890
9890
|
|
|
@@ -9946,7 +9946,7 @@ FLAG DESCRIPTIONS
|
|
|
9946
9946
|
etc.
|
|
9947
9947
|
```
|
|
9948
9948
|
|
|
9949
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9949
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/static-resource/generate.ts)_
|
|
9950
9950
|
|
|
9951
9951
|
## `sf update [CHANNEL]`
|
|
9952
9952
|
|
|
@@ -10060,7 +10060,7 @@ FLAG DESCRIPTIONS
|
|
|
10060
10060
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10061
10061
|
```
|
|
10062
10062
|
|
|
10063
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
10063
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/visualforce/generate/component.ts)_
|
|
10064
10064
|
|
|
10065
10065
|
## `sf visualforce generate page`
|
|
10066
10066
|
|
|
@@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS
|
|
|
10110
10110
|
The name can be up to 40 characters and must start with a letter.
|
|
10111
10111
|
```
|
|
10112
10112
|
|
|
10113
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
10113
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.73/src/commands/visualforce/generate/page.ts)_
|
|
10114
10114
|
|
|
10115
10115
|
## `sf which`
|
|
10116
10116
|
|