@salesforce/cli 2.43.2 → 2.43.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +292 -292
- package/npm-shrinkwrap.json +1447 -1827
- package/oclif.lock +1248 -1338
- package/oclif.manifest.json +1 -1
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.43.
|
|
27
|
+
@salesforce/cli/2.43.4 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -115,10 +115,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
115
115
|
- [`sf org refresh sandbox`](#sf-org-refresh-sandbox)
|
|
116
116
|
- [`sf org resume sandbox`](#sf-org-resume-sandbox)
|
|
117
117
|
- [`sf org resume scratch`](#sf-org-resume-scratch)
|
|
118
|
-
- [`sf package1 version create`](#sf-package1-version-create)
|
|
119
|
-
- [`sf package1 version create get`](#sf-package1-version-create-get)
|
|
120
|
-
- [`sf package1 version display`](#sf-package1-version-display)
|
|
121
|
-
- [`sf package1 version list`](#sf-package1-version-list)
|
|
122
118
|
- [`sf package create`](#sf-package-create)
|
|
123
119
|
- [`sf package delete`](#sf-package-delete)
|
|
124
120
|
- [`sf package install`](#sf-package-install)
|
|
@@ -137,6 +133,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
137
133
|
- [`sf package version promote`](#sf-package-version-promote)
|
|
138
134
|
- [`sf package version report`](#sf-package-version-report)
|
|
139
135
|
- [`sf package version update`](#sf-package-version-update)
|
|
136
|
+
- [`sf package1 version create`](#sf-package1-version-create)
|
|
137
|
+
- [`sf package1 version create get`](#sf-package1-version-create-get)
|
|
138
|
+
- [`sf package1 version display`](#sf-package1-version-display)
|
|
139
|
+
- [`sf package1 version list`](#sf-package1-version-list)
|
|
140
140
|
- [`sf plugins`](#sf-plugins)
|
|
141
141
|
- [`sf plugins discover`](#sf-plugins-discover)
|
|
142
142
|
- [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
|
|
@@ -334,7 +334,7 @@ FLAG DESCRIPTIONS
|
|
|
334
334
|
directory.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
337
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/analytics/generate/template.ts)_
|
|
338
338
|
|
|
339
339
|
## `sf apex generate class`
|
|
340
340
|
|
|
@@ -393,7 +393,7 @@ FLAG DESCRIPTIONS
|
|
|
393
393
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
396
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/apex/generate/class.ts)_
|
|
397
397
|
|
|
398
398
|
## `sf apex generate trigger`
|
|
399
399
|
|
|
@@ -462,7 +462,7 @@ FLAG DESCRIPTIONS
|
|
|
462
462
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
463
463
|
```
|
|
464
464
|
|
|
465
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
465
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/apex/generate/trigger.ts)_
|
|
466
466
|
|
|
467
467
|
## `sf apex get log`
|
|
468
468
|
|
|
@@ -518,7 +518,7 @@ FLAG DESCRIPTIONS
|
|
|
518
518
|
directory.
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
521
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/get/log.ts)_
|
|
522
522
|
|
|
523
523
|
## `sf apex get test`
|
|
524
524
|
|
|
@@ -572,7 +572,7 @@ EXAMPLES
|
|
|
572
572
|
me@myorg',
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
575
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/get/test.ts)_
|
|
576
576
|
|
|
577
577
|
## `sf apex list log`
|
|
578
578
|
|
|
@@ -612,7 +612,7 @@ EXAMPLES
|
|
|
612
612
|
$ sf apex list log --target-org me@my.org
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
615
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/list/log.ts)_
|
|
616
616
|
|
|
617
617
|
## `sf apex run`
|
|
618
618
|
|
|
@@ -659,7 +659,7 @@ EXAMPLES
|
|
|
659
659
|
$ sf apex run
|
|
660
660
|
```
|
|
661
661
|
|
|
662
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
662
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/run.ts)_
|
|
663
663
|
|
|
664
664
|
## `sf apex run test`
|
|
665
665
|
|
|
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
|
|
|
767
767
|
--tests Test1 --tests Test2
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
770
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/run/test.ts)_
|
|
771
771
|
|
|
772
772
|
## `sf apex tail log`
|
|
773
773
|
|
|
@@ -810,7 +810,7 @@ EXAMPLES
|
|
|
810
810
|
$ sf apex tail log --color --skip-trace-flag
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
813
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.12/src/commands/apex/tail/log.ts)_
|
|
814
814
|
|
|
815
815
|
## `sf autocomplete [SHELL]`
|
|
816
816
|
|
|
@@ -1131,7 +1131,7 @@ EXAMPLES
|
|
|
1131
1131
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1134
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/create/file.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `sf data create record`
|
|
1137
1137
|
|
|
@@ -1187,7 +1187,7 @@ EXAMPLES
|
|
|
1187
1187
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1188
1188
|
```
|
|
1189
1189
|
|
|
1190
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1190
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/create/record.ts)_
|
|
1191
1191
|
|
|
1192
1192
|
## `sf data delete bulk`
|
|
1193
1193
|
|
|
@@ -1234,7 +1234,7 @@ EXAMPLES
|
|
|
1234
1234
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1237
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/delete/bulk.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `sf data delete record`
|
|
1240
1240
|
|
|
@@ -1295,7 +1295,7 @@ EXAMPLES
|
|
|
1295
1295
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1296
1296
|
```
|
|
1297
1297
|
|
|
1298
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1298
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/delete/record.ts)_
|
|
1299
1299
|
|
|
1300
1300
|
## `sf data delete resume`
|
|
1301
1301
|
|
|
@@ -1334,7 +1334,7 @@ EXAMPLES
|
|
|
1334
1334
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1335
1335
|
```
|
|
1336
1336
|
|
|
1337
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1337
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/delete/resume.ts)_
|
|
1338
1338
|
|
|
1339
1339
|
## `sf data export beta tree`
|
|
1340
1340
|
|
|
@@ -1392,7 +1392,7 @@ EXAMPLES
|
|
|
1392
1392
|
my-scratch
|
|
1393
1393
|
```
|
|
1394
1394
|
|
|
1395
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1395
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/export/beta/tree.ts)_
|
|
1396
1396
|
|
|
1397
1397
|
## `sf data export tree`
|
|
1398
1398
|
|
|
@@ -1452,7 +1452,7 @@ EXAMPLES
|
|
|
1452
1452
|
my-scratch
|
|
1453
1453
|
```
|
|
1454
1454
|
|
|
1455
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1455
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/export/tree.ts)_
|
|
1456
1456
|
|
|
1457
1457
|
## `sf data get record`
|
|
1458
1458
|
|
|
@@ -1516,7 +1516,7 @@ EXAMPLES
|
|
|
1516
1516
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1519
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/get/record.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `sf data import beta tree`
|
|
1522
1522
|
|
|
@@ -1559,7 +1559,7 @@ EXAMPLES
|
|
|
1559
1559
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1560
1560
|
```
|
|
1561
1561
|
|
|
1562
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1562
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/import/beta/tree.ts)_
|
|
1563
1563
|
|
|
1564
1564
|
## `sf data import tree`
|
|
1565
1565
|
|
|
@@ -1609,7 +1609,7 @@ EXAMPLES
|
|
|
1609
1609
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1610
1610
|
```
|
|
1611
1611
|
|
|
1612
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1612
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/import/tree.ts)_
|
|
1613
1613
|
|
|
1614
1614
|
## `sf data query`
|
|
1615
1615
|
|
|
@@ -1673,7 +1673,7 @@ EXAMPLES
|
|
|
1673
1673
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1674
1674
|
```
|
|
1675
1675
|
|
|
1676
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1676
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/query.ts)_
|
|
1677
1677
|
|
|
1678
1678
|
## `sf data query resume`
|
|
1679
1679
|
|
|
@@ -1711,7 +1711,7 @@ EXAMPLES
|
|
|
1711
1711
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1712
1712
|
```
|
|
1713
1713
|
|
|
1714
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1714
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/query/resume.ts)_
|
|
1715
1715
|
|
|
1716
1716
|
## `sf data resume`
|
|
1717
1717
|
|
|
@@ -1748,7 +1748,7 @@ EXAMPLES
|
|
|
1748
1748
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1749
1749
|
```
|
|
1750
1750
|
|
|
1751
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1751
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/resume.ts)_
|
|
1752
1752
|
|
|
1753
1753
|
## `sf data update record`
|
|
1754
1754
|
|
|
@@ -1810,7 +1810,7 @@ EXAMPLES
|
|
|
1810
1810
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1811
1811
|
```
|
|
1812
1812
|
|
|
1813
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/update/record.ts)_
|
|
1814
1814
|
|
|
1815
1815
|
## `sf data upsert bulk`
|
|
1816
1816
|
|
|
@@ -1863,7 +1863,7 @@ EXAMPLES
|
|
|
1863
1863
|
my-scratch
|
|
1864
1864
|
```
|
|
1865
1865
|
|
|
1866
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1866
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/upsert/bulk.ts)_
|
|
1867
1867
|
|
|
1868
1868
|
## `sf data upsert resume`
|
|
1869
1869
|
|
|
@@ -1902,7 +1902,7 @@ EXAMPLES
|
|
|
1902
1902
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1903
1903
|
```
|
|
1904
1904
|
|
|
1905
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1905
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/data/upsert/resume.ts)_
|
|
1906
1906
|
|
|
1907
1907
|
## `sf doctor`
|
|
1908
1908
|
|
|
@@ -1997,7 +1997,7 @@ EXAMPLES
|
|
|
1997
1997
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1998
1998
|
```
|
|
1999
1999
|
|
|
2000
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2000
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/force/data/bulk/delete.ts)_
|
|
2001
2001
|
|
|
2002
2002
|
## `sf force data bulk status`
|
|
2003
2003
|
|
|
@@ -2034,7 +2034,7 @@ EXAMPLES
|
|
|
2034
2034
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2035
2035
|
```
|
|
2036
2036
|
|
|
2037
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2037
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/force/data/bulk/status.ts)_
|
|
2038
2038
|
|
|
2039
2039
|
## `sf force data bulk upsert`
|
|
2040
2040
|
|
|
@@ -2092,7 +2092,7 @@ EXAMPLES
|
|
|
2092
2092
|
--target-org my-scratch
|
|
2093
2093
|
```
|
|
2094
2094
|
|
|
2095
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2095
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.1/src/commands/force/data/bulk/upsert.ts)_
|
|
2096
2096
|
|
|
2097
2097
|
## `sf help [COMMAND]`
|
|
2098
2098
|
|
|
@@ -2207,7 +2207,7 @@ FLAG DESCRIPTIONS
|
|
|
2207
2207
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2208
2208
|
```
|
|
2209
2209
|
|
|
2210
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2210
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/lightning/generate/app.ts)_
|
|
2211
2211
|
|
|
2212
2212
|
## `sf lightning generate component`
|
|
2213
2213
|
|
|
@@ -2276,7 +2276,7 @@ FLAG DESCRIPTIONS
|
|
|
2276
2276
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2277
2277
|
```
|
|
2278
2278
|
|
|
2279
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2279
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/lightning/generate/component.ts)_
|
|
2280
2280
|
|
|
2281
2281
|
## `sf lightning generate event`
|
|
2282
2282
|
|
|
@@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS
|
|
|
2331
2331
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2332
2332
|
```
|
|
2333
2333
|
|
|
2334
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2334
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/lightning/generate/event.ts)_
|
|
2335
2335
|
|
|
2336
2336
|
## `sf lightning generate interface`
|
|
2337
2337
|
|
|
@@ -2386,7 +2386,7 @@ FLAG DESCRIPTIONS
|
|
|
2386
2386
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2387
2387
|
```
|
|
2388
2388
|
|
|
2389
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2389
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/lightning/generate/interface.ts)_
|
|
2390
2390
|
|
|
2391
2391
|
## `sf lightning generate test`
|
|
2392
2392
|
|
|
@@ -2441,7 +2441,7 @@ FLAG DESCRIPTIONS
|
|
|
2441
2441
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2442
2442
|
```
|
|
2443
2443
|
|
|
2444
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2444
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/lightning/generate/test.ts)_
|
|
2445
2445
|
|
|
2446
2446
|
## `sf org assign permset`
|
|
2447
2447
|
|
|
@@ -2485,7 +2485,7 @@ EXAMPLES
|
|
|
2485
2485
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2486
2486
|
```
|
|
2487
2487
|
|
|
2488
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2488
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/assign/permset.ts)_
|
|
2489
2489
|
|
|
2490
2490
|
## `sf org assign permsetlicense`
|
|
2491
2491
|
|
|
@@ -2531,7 +2531,7 @@ EXAMPLES
|
|
|
2531
2531
|
user3
|
|
2532
2532
|
```
|
|
2533
2533
|
|
|
2534
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2534
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/assign/permsetlicense.ts)_
|
|
2535
2535
|
|
|
2536
2536
|
## `sf org create sandbox`
|
|
2537
2537
|
|
|
@@ -2648,7 +2648,7 @@ FLAG DESCRIPTIONS
|
|
|
2648
2648
|
sandbox.
|
|
2649
2649
|
```
|
|
2650
2650
|
|
|
2651
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2651
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/create/sandbox.ts)_
|
|
2652
2652
|
|
|
2653
2653
|
## `sf org create scratch`
|
|
2654
2654
|
|
|
@@ -2802,7 +2802,7 @@ FLAG DESCRIPTIONS
|
|
|
2802
2802
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2803
2803
|
```
|
|
2804
2804
|
|
|
2805
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2805
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/create/scratch.ts)_
|
|
2806
2806
|
|
|
2807
2807
|
## `sf org create user`
|
|
2808
2808
|
|
|
@@ -2910,7 +2910,7 @@ FLAG DESCRIPTIONS
|
|
|
2910
2910
|
might be different than what you specify in the definition file.
|
|
2911
2911
|
```
|
|
2912
2912
|
|
|
2913
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2913
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/create/user.ts)_
|
|
2914
2914
|
|
|
2915
2915
|
## `sf org delete sandbox`
|
|
2916
2916
|
|
|
@@ -2955,7 +2955,7 @@ EXAMPLES
|
|
|
2955
2955
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2956
2956
|
```
|
|
2957
2957
|
|
|
2958
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2958
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/delete/sandbox.ts)_
|
|
2959
2959
|
|
|
2960
2960
|
## `sf org delete scratch`
|
|
2961
2961
|
|
|
@@ -2998,7 +2998,7 @@ EXAMPLES
|
|
|
2998
2998
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2999
2999
|
```
|
|
3000
3000
|
|
|
3001
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3001
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/delete/scratch.ts)_
|
|
3002
3002
|
|
|
3003
3003
|
## `sf org disable tracking`
|
|
3004
3004
|
|
|
@@ -3037,7 +3037,7 @@ EXAMPLES
|
|
|
3037
3037
|
$ sf org disable tracking
|
|
3038
3038
|
```
|
|
3039
3039
|
|
|
3040
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3040
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/disable/tracking.ts)_
|
|
3041
3041
|
|
|
3042
3042
|
## `sf org display`
|
|
3043
3043
|
|
|
@@ -3082,7 +3082,7 @@ EXAMPLES
|
|
|
3082
3082
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3083
3083
|
```
|
|
3084
3084
|
|
|
3085
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3085
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/display.ts)_
|
|
3086
3086
|
|
|
3087
3087
|
## `sf org display user`
|
|
3088
3088
|
|
|
@@ -3121,7 +3121,7 @@ EXAMPLES
|
|
|
3121
3121
|
$ sf org display user --target-org me@my.org --json
|
|
3122
3122
|
```
|
|
3123
3123
|
|
|
3124
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3124
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/display/user.ts)_
|
|
3125
3125
|
|
|
3126
3126
|
## `sf org enable tracking`
|
|
3127
3127
|
|
|
@@ -3163,7 +3163,7 @@ EXAMPLES
|
|
|
3163
3163
|
$ sf org enable tracking
|
|
3164
3164
|
```
|
|
3165
3165
|
|
|
3166
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3166
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/enable/tracking.ts)_
|
|
3167
3167
|
|
|
3168
3168
|
## `sf org generate password`
|
|
3169
3169
|
|
|
@@ -3230,7 +3230,7 @@ EXAMPLES
|
|
|
3230
3230
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3231
3231
|
```
|
|
3232
3232
|
|
|
3233
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3233
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/generate/password.ts)_
|
|
3234
3234
|
|
|
3235
3235
|
## `sf org list`
|
|
3236
3236
|
|
|
@@ -3269,7 +3269,7 @@ EXAMPLES
|
|
|
3269
3269
|
$ sf org list --clean
|
|
3270
3270
|
```
|
|
3271
3271
|
|
|
3272
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3272
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/list.ts)_
|
|
3273
3273
|
|
|
3274
3274
|
## `sf org list auth`
|
|
3275
3275
|
|
|
@@ -3301,7 +3301,7 @@ EXAMPLES
|
|
|
3301
3301
|
$ sf org list auth
|
|
3302
3302
|
```
|
|
3303
3303
|
|
|
3304
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3304
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/list/auth.ts)_
|
|
3305
3305
|
|
|
3306
3306
|
## `sf org list limits`
|
|
3307
3307
|
|
|
@@ -3408,7 +3408,7 @@ FLAG DESCRIPTIONS
|
|
|
3408
3408
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3409
3409
|
```
|
|
3410
3410
|
|
|
3411
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3411
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/list/metadata.ts)_
|
|
3412
3412
|
|
|
3413
3413
|
## `sf org list metadata-types`
|
|
3414
3414
|
|
|
@@ -3463,7 +3463,7 @@ FLAG DESCRIPTIONS
|
|
|
3463
3463
|
Override the api version used for api requests made by this command
|
|
3464
3464
|
```
|
|
3465
3465
|
|
|
3466
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3466
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/list/metadata-types.ts)_
|
|
3467
3467
|
|
|
3468
3468
|
## `sf org list sobject record-counts`
|
|
3469
3469
|
|
|
@@ -3547,7 +3547,7 @@ EXAMPLES
|
|
|
3547
3547
|
$ sf org list users --target-org me@my.org
|
|
3548
3548
|
```
|
|
3549
3549
|
|
|
3550
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3550
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.10/src/commands/org/list/users.ts)_
|
|
3551
3551
|
|
|
3552
3552
|
## `sf org login access-token`
|
|
3553
3553
|
|
|
@@ -3601,7 +3601,7 @@ FLAG DESCRIPTIONS
|
|
|
3601
3601
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3602
3602
|
```
|
|
3603
3603
|
|
|
3604
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3604
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/login/access-token.ts)_
|
|
3605
3605
|
|
|
3606
3606
|
## `sf org login device`
|
|
3607
3607
|
|
|
@@ -3661,7 +3661,7 @@ FLAG DESCRIPTIONS
|
|
|
3661
3661
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3662
3662
|
```
|
|
3663
3663
|
|
|
3664
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3664
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/login/device.ts)_
|
|
3665
3665
|
|
|
3666
3666
|
## `sf org login jwt`
|
|
3667
3667
|
|
|
@@ -3752,7 +3752,7 @@ FLAG DESCRIPTIONS
|
|
|
3752
3752
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3753
3753
|
```
|
|
3754
3754
|
|
|
3755
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3755
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/login/jwt.ts)_
|
|
3756
3756
|
|
|
3757
3757
|
## `sf org login sfdx-url`
|
|
3758
3758
|
|
|
@@ -3817,7 +3817,7 @@ EXAMPLES
|
|
|
3817
3817
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3818
3818
|
```
|
|
3819
3819
|
|
|
3820
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3820
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/login/sfdx-url.ts)_
|
|
3821
3821
|
|
|
3822
3822
|
## `sf org login web`
|
|
3823
3823
|
|
|
@@ -3904,7 +3904,7 @@ FLAG DESCRIPTIONS
|
|
|
3904
3904
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3905
3905
|
```
|
|
3906
3906
|
|
|
3907
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3907
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/login/web.ts)_
|
|
3908
3908
|
|
|
3909
3909
|
## `sf org logout`
|
|
3910
3910
|
|
|
@@ -3965,7 +3965,7 @@ FLAG DESCRIPTIONS
|
|
|
3965
3965
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3966
3966
|
```
|
|
3967
3967
|
|
|
3968
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3968
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.14/src/commands/org/logout.ts)_
|
|
3969
3969
|
|
|
3970
3970
|
## `sf org open`
|
|
3971
3971
|
|
|
@@ -4037,7 +4037,7 @@ EXAMPLES
|
|
|
4037
4037
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4038
4038
|
```
|
|
4039
4039
|
|
|
4040
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4040
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/open.ts)_
|
|
4041
4041
|
|
|
4042
4042
|
## `sf org refresh sandbox`
|
|
4043
4043
|
|
|
@@ -4114,7 +4114,7 @@ FLAG DESCRIPTIONS
|
|
|
4114
4114
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4115
4115
|
```
|
|
4116
4116
|
|
|
4117
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4117
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/refresh/sandbox.ts)_
|
|
4118
4118
|
|
|
4119
4119
|
## `sf org resume sandbox`
|
|
4120
4120
|
|
|
@@ -4177,7 +4177,7 @@ FLAG DESCRIPTIONS
|
|
|
4177
4177
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4178
4178
|
```
|
|
4179
4179
|
|
|
4180
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4180
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/resume/sandbox.ts)_
|
|
4181
4181
|
|
|
4182
4182
|
## `sf org resume scratch`
|
|
4183
4183
|
|
|
@@ -4224,179 +4224,7 @@ FLAG DESCRIPTIONS
|
|
|
4224
4224
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4225
4225
|
```
|
|
4226
4226
|
|
|
4227
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4228
|
-
|
|
4229
|
-
## `sf package1 version create`
|
|
4230
|
-
|
|
4231
|
-
Create a first-generation package version in the release org.
|
|
4232
|
-
|
|
4233
|
-
```
|
|
4234
|
-
USAGE
|
|
4235
|
-
$ sf package1 version create -o <value> -i <value> -n <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
|
|
4236
|
-
<value>] [-v <value>] [-m] [-r <value>] [-p <value>] [-k <value>] [-w <value>]
|
|
4237
|
-
|
|
4238
|
-
FLAGS
|
|
4239
|
-
-d, --description=<value> Package version description.
|
|
4240
|
-
-i, --package-id=<value> (required) ID of the metadata package (starts with 033) of which you’re creating a
|
|
4241
|
-
new version.
|
|
4242
|
-
-k, --installation-key=<value> Installation key for key-protected package (default: null).
|
|
4243
|
-
-m, --managed-released Create a managed package version.
|
|
4244
|
-
-n, --name=<value> (required) Package version name.
|
|
4245
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4246
|
-
configuration variable is already set.
|
|
4247
|
-
-p, --post-install-url=<value> Post install URL.
|
|
4248
|
-
-r, --release-notes-url=<value> Release notes URL.
|
|
4249
|
-
-v, --version=<value> Package version in major.minor format, for example, 3.2.
|
|
4250
|
-
-w, --wait=<value> Minutes to wait for the package version to be created (default: 2 minutes).
|
|
4251
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
4252
|
-
|
|
4253
|
-
GLOBAL FLAGS
|
|
4254
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
4255
|
-
--json Format output as json.
|
|
4256
|
-
|
|
4257
|
-
DESCRIPTION
|
|
4258
|
-
Create a first-generation package version in the release org.
|
|
4259
|
-
|
|
4260
|
-
The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to
|
|
4261
|
-
create an unmanaged package version.
|
|
4262
|
-
|
|
4263
|
-
ALIASES
|
|
4264
|
-
$ sf force package1 version create
|
|
4265
|
-
|
|
4266
|
-
EXAMPLES
|
|
4267
|
-
Create a first-generation package version from the package with the specified ID and name the package version
|
|
4268
|
-
"example"; use your default org:
|
|
4269
|
-
|
|
4270
|
-
$ sf package1 version create --package-id 033... --name example
|
|
4271
|
-
|
|
4272
|
-
Same as previous example, but provide a description and wait for 30 minutes for the package version to be created;
|
|
4273
|
-
use the specified org:
|
|
4274
|
-
|
|
4275
|
-
$ sf package1 version create --package-id 033... --name example --description "example description" --wait 30 \
|
|
4276
|
-
--target-org myorg@example.com
|
|
4277
|
-
|
|
4278
|
-
FLAG DESCRIPTIONS
|
|
4279
|
-
-m, --managed-released Create a managed package version.
|
|
4280
|
-
|
|
4281
|
-
To create a beta version, don’t include this parameter.
|
|
4282
|
-
|
|
4283
|
-
-p, --post-install-url=<value> Post install URL.
|
|
4284
|
-
|
|
4285
|
-
The contents of the post-installation instructions URL are displayed in the UI after installation of the package
|
|
4286
|
-
version.
|
|
4287
|
-
|
|
4288
|
-
-r, --release-notes-url=<value> Release notes URL.
|
|
4289
|
-
|
|
4290
|
-
This link is displayed in the package installation UI to provide release notes for this package version to
|
|
4291
|
-
subscribers.
|
|
4292
|
-
```
|
|
4293
|
-
|
|
4294
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create.ts)_
|
|
4295
|
-
|
|
4296
|
-
## `sf package1 version create get`
|
|
4297
|
-
|
|
4298
|
-
Retrieve the status of a package version creation request.
|
|
4299
|
-
|
|
4300
|
-
```
|
|
4301
|
-
USAGE
|
|
4302
|
-
$ sf package1 version create get -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
4303
|
-
|
|
4304
|
-
FLAGS
|
|
4305
|
-
-i, --request-id=<value> (required) ID of the PackageUploadRequest (starts with 0HD).
|
|
4306
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4307
|
-
configuration variable is already set.
|
|
4308
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
4309
|
-
|
|
4310
|
-
GLOBAL FLAGS
|
|
4311
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
4312
|
-
--json Format output as json.
|
|
4313
|
-
|
|
4314
|
-
ALIASES
|
|
4315
|
-
$ sf force package1 version create get
|
|
4316
|
-
|
|
4317
|
-
EXAMPLES
|
|
4318
|
-
Get the status of the creation request for the package version with the specified ID in your default org:
|
|
4319
|
-
|
|
4320
|
-
$ sf package1 version create get --request-id 0HD...
|
|
4321
|
-
|
|
4322
|
-
Same as previous example, but use the specified org:
|
|
4323
|
-
|
|
4324
|
-
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
4325
|
-
```
|
|
4326
|
-
|
|
4327
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create/get.ts)_
|
|
4328
|
-
|
|
4329
|
-
## `sf package1 version display`
|
|
4330
|
-
|
|
4331
|
-
Display details about a first-generation package version.
|
|
4332
|
-
|
|
4333
|
-
```
|
|
4334
|
-
USAGE
|
|
4335
|
-
$ sf package1 version display -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
4336
|
-
|
|
4337
|
-
FLAGS
|
|
4338
|
-
-i, --package-version-id=<value> (required) ID (starts with 04t) of the metadata package version whose details you
|
|
4339
|
-
want to display.
|
|
4340
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4341
|
-
configuration variable is already set.
|
|
4342
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
4343
|
-
|
|
4344
|
-
GLOBAL FLAGS
|
|
4345
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
4346
|
-
--json Format output as json.
|
|
4347
|
-
|
|
4348
|
-
ALIASES
|
|
4349
|
-
$ sf force package1 version display
|
|
4350
|
-
|
|
4351
|
-
EXAMPLES
|
|
4352
|
-
Display details about the first-generation package version with the specified ID in your default org:
|
|
4353
|
-
|
|
4354
|
-
$ sf package1 version display --package-version-id 04t...
|
|
4355
|
-
|
|
4356
|
-
Same as previous example, but use the specified org:
|
|
4357
|
-
|
|
4358
|
-
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
4359
|
-
```
|
|
4360
|
-
|
|
4361
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/display.ts)_
|
|
4362
|
-
|
|
4363
|
-
## `sf package1 version list`
|
|
4364
|
-
|
|
4365
|
-
List package versions for the specified first-generation package or for the org.
|
|
4366
|
-
|
|
4367
|
-
```
|
|
4368
|
-
USAGE
|
|
4369
|
-
$ sf package1 version list -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i <value>]
|
|
4370
|
-
|
|
4371
|
-
FLAGS
|
|
4372
|
-
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
4373
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4374
|
-
configuration variable is already set.
|
|
4375
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
4376
|
-
|
|
4377
|
-
GLOBAL FLAGS
|
|
4378
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
4379
|
-
--json Format output as json.
|
|
4380
|
-
|
|
4381
|
-
ALIASES
|
|
4382
|
-
$ sf force package1 version list
|
|
4383
|
-
|
|
4384
|
-
EXAMPLES
|
|
4385
|
-
List all first-generation package versions in your default org:
|
|
4386
|
-
|
|
4387
|
-
$ sf package1 version list
|
|
4388
|
-
|
|
4389
|
-
List package versions for the specified first-generation package in the specifief org:
|
|
4390
|
-
|
|
4391
|
-
$ sf package1 version list --package-id 033... --target-org myorg@example.com
|
|
4392
|
-
|
|
4393
|
-
FLAG DESCRIPTIONS
|
|
4394
|
-
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
4395
|
-
|
|
4396
|
-
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
4397
|
-
```
|
|
4398
|
-
|
|
4399
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/list.ts)_
|
|
4227
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.13/src/commands/org/resume/scratch.ts)_
|
|
4400
4228
|
|
|
4401
4229
|
## `sf package create`
|
|
4402
4230
|
|
|
@@ -4475,7 +4303,7 @@ FLAG DESCRIPTIONS
|
|
|
4475
4303
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4476
4304
|
```
|
|
4477
4305
|
|
|
4478
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4306
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/create.ts)_
|
|
4479
4307
|
|
|
4480
4308
|
## `sf package delete`
|
|
4481
4309
|
|
|
@@ -4517,7 +4345,7 @@ EXAMPLES
|
|
|
4517
4345
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4518
4346
|
```
|
|
4519
4347
|
|
|
4520
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4348
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/delete.ts)_
|
|
4521
4349
|
|
|
4522
4350
|
## `sf package install`
|
|
4523
4351
|
|
|
@@ -4615,7 +4443,7 @@ FLAG DESCRIPTIONS
|
|
|
4615
4443
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4616
4444
|
```
|
|
4617
4445
|
|
|
4618
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4446
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/install.ts)_
|
|
4619
4447
|
|
|
4620
4448
|
## `sf package install report`
|
|
4621
4449
|
|
|
@@ -4648,7 +4476,7 @@ EXAMPLES
|
|
|
4648
4476
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4649
4477
|
```
|
|
4650
4478
|
|
|
4651
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4479
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/install/report.ts)_
|
|
4652
4480
|
|
|
4653
4481
|
## `sf package installed list`
|
|
4654
4482
|
|
|
@@ -4680,7 +4508,7 @@ EXAMPLES
|
|
|
4680
4508
|
$ sf package installed list --target-org me@example.com
|
|
4681
4509
|
```
|
|
4682
4510
|
|
|
4683
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4511
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/installed/list.ts)_
|
|
4684
4512
|
|
|
4685
4513
|
## `sf package list`
|
|
4686
4514
|
|
|
@@ -4718,7 +4546,7 @@ EXAMPLES
|
|
|
4718
4546
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4719
4547
|
```
|
|
4720
4548
|
|
|
4721
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4549
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/list.ts)_
|
|
4722
4550
|
|
|
4723
4551
|
## `sf package uninstall`
|
|
4724
4552
|
|
|
@@ -4766,7 +4594,7 @@ EXAMPLES
|
|
|
4766
4594
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4767
4595
|
```
|
|
4768
4596
|
|
|
4769
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4597
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/uninstall.ts)_
|
|
4770
4598
|
|
|
4771
4599
|
## `sf package uninstall report`
|
|
4772
4600
|
|
|
@@ -4799,7 +4627,7 @@ EXAMPLES
|
|
|
4799
4627
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4800
4628
|
```
|
|
4801
4629
|
|
|
4802
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4630
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/uninstall/report.ts)_
|
|
4803
4631
|
|
|
4804
4632
|
## `sf package update`
|
|
4805
4633
|
|
|
@@ -4854,7 +4682,7 @@ FLAG DESCRIPTIONS
|
|
|
4854
4682
|
associated with your package.
|
|
4855
4683
|
```
|
|
4856
4684
|
|
|
4857
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4685
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/update.ts)_
|
|
4858
4686
|
|
|
4859
4687
|
## `sf package version create`
|
|
4860
4688
|
|
|
@@ -5009,7 +4837,7 @@ FLAG DESCRIPTIONS
|
|
|
5009
4837
|
periods of no output from commands.
|
|
5010
4838
|
```
|
|
5011
4839
|
|
|
5012
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4840
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/create.ts)_
|
|
5013
4841
|
|
|
5014
4842
|
## `sf package version create list`
|
|
5015
4843
|
|
|
@@ -5070,7 +4898,7 @@ EXAMPLES
|
|
|
5070
4898
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5071
4899
|
```
|
|
5072
4900
|
|
|
5073
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4901
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/create/list.ts)_
|
|
5074
4902
|
|
|
5075
4903
|
## `sf package version create report`
|
|
5076
4904
|
|
|
@@ -5113,7 +4941,7 @@ EXAMPLES
|
|
|
5113
4941
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5114
4942
|
```
|
|
5115
4943
|
|
|
5116
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4944
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/create/report.ts)_
|
|
5117
4945
|
|
|
5118
4946
|
## `sf package version delete`
|
|
5119
4947
|
|
|
@@ -5152,7 +4980,7 @@ EXAMPLES
|
|
|
5152
4980
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5153
4981
|
```
|
|
5154
4982
|
|
|
5155
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4983
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/delete.ts)_
|
|
5156
4984
|
|
|
5157
4985
|
## `sf package version displayancestry`
|
|
5158
4986
|
|
|
@@ -5212,7 +5040,7 @@ FLAG DESCRIPTIONS
|
|
|
5212
5040
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5213
5041
|
```
|
|
5214
5042
|
|
|
5215
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5043
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/displayancestry.ts)_
|
|
5216
5044
|
|
|
5217
5045
|
## `sf package version list`
|
|
5218
5046
|
|
|
@@ -5281,7 +5109,7 @@ EXAMPLES
|
|
|
5281
5109
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5282
5110
|
```
|
|
5283
5111
|
|
|
5284
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5112
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/list.ts)_
|
|
5285
5113
|
|
|
5286
5114
|
## `sf package version promote`
|
|
5287
5115
|
|
|
@@ -5325,7 +5153,7 @@ EXAMPLES
|
|
|
5325
5153
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5326
5154
|
```
|
|
5327
5155
|
|
|
5328
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5156
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/promote.ts)_
|
|
5329
5157
|
|
|
5330
5158
|
## `sf package version report`
|
|
5331
5159
|
|
|
@@ -5365,7 +5193,7 @@ EXAMPLES
|
|
|
5365
5193
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5366
5194
|
```
|
|
5367
5195
|
|
|
5368
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5196
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/report.ts)_
|
|
5369
5197
|
|
|
5370
5198
|
## `sf package version update`
|
|
5371
5199
|
|
|
@@ -5418,7 +5246,179 @@ EXAMPLES
|
|
|
5418
5246
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5419
5247
|
```
|
|
5420
5248
|
|
|
5421
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5249
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package/version/update.ts)_
|
|
5250
|
+
|
|
5251
|
+
## `sf package1 version create`
|
|
5252
|
+
|
|
5253
|
+
Create a first-generation package version in the release org.
|
|
5254
|
+
|
|
5255
|
+
```
|
|
5256
|
+
USAGE
|
|
5257
|
+
$ sf package1 version create -o <value> -i <value> -n <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
|
|
5258
|
+
<value>] [-v <value>] [-m] [-r <value>] [-p <value>] [-k <value>] [-w <value>]
|
|
5259
|
+
|
|
5260
|
+
FLAGS
|
|
5261
|
+
-d, --description=<value> Package version description.
|
|
5262
|
+
-i, --package-id=<value> (required) ID of the metadata package (starts with 033) of which you’re creating a
|
|
5263
|
+
new version.
|
|
5264
|
+
-k, --installation-key=<value> Installation key for key-protected package (default: null).
|
|
5265
|
+
-m, --managed-released Create a managed package version.
|
|
5266
|
+
-n, --name=<value> (required) Package version name.
|
|
5267
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
5268
|
+
configuration variable is already set.
|
|
5269
|
+
-p, --post-install-url=<value> Post install URL.
|
|
5270
|
+
-r, --release-notes-url=<value> Release notes URL.
|
|
5271
|
+
-v, --version=<value> Package version in major.minor format, for example, 3.2.
|
|
5272
|
+
-w, --wait=<value> Minutes to wait for the package version to be created (default: 2 minutes).
|
|
5273
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
5274
|
+
|
|
5275
|
+
GLOBAL FLAGS
|
|
5276
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
5277
|
+
--json Format output as json.
|
|
5278
|
+
|
|
5279
|
+
DESCRIPTION
|
|
5280
|
+
Create a first-generation package version in the release org.
|
|
5281
|
+
|
|
5282
|
+
The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to
|
|
5283
|
+
create an unmanaged package version.
|
|
5284
|
+
|
|
5285
|
+
ALIASES
|
|
5286
|
+
$ sf force package1 version create
|
|
5287
|
+
|
|
5288
|
+
EXAMPLES
|
|
5289
|
+
Create a first-generation package version from the package with the specified ID and name the package version
|
|
5290
|
+
"example"; use your default org:
|
|
5291
|
+
|
|
5292
|
+
$ sf package1 version create --package-id 033... --name example
|
|
5293
|
+
|
|
5294
|
+
Same as previous example, but provide a description and wait for 30 minutes for the package version to be created;
|
|
5295
|
+
use the specified org:
|
|
5296
|
+
|
|
5297
|
+
$ sf package1 version create --package-id 033... --name example --description "example description" --wait 30 \
|
|
5298
|
+
--target-org myorg@example.com
|
|
5299
|
+
|
|
5300
|
+
FLAG DESCRIPTIONS
|
|
5301
|
+
-m, --managed-released Create a managed package version.
|
|
5302
|
+
|
|
5303
|
+
To create a beta version, don’t include this parameter.
|
|
5304
|
+
|
|
5305
|
+
-p, --post-install-url=<value> Post install URL.
|
|
5306
|
+
|
|
5307
|
+
The contents of the post-installation instructions URL are displayed in the UI after installation of the package
|
|
5308
|
+
version.
|
|
5309
|
+
|
|
5310
|
+
-r, --release-notes-url=<value> Release notes URL.
|
|
5311
|
+
|
|
5312
|
+
This link is displayed in the package installation UI to provide release notes for this package version to
|
|
5313
|
+
subscribers.
|
|
5314
|
+
```
|
|
5315
|
+
|
|
5316
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package1/version/create.ts)_
|
|
5317
|
+
|
|
5318
|
+
## `sf package1 version create get`
|
|
5319
|
+
|
|
5320
|
+
Retrieve the status of a package version creation request.
|
|
5321
|
+
|
|
5322
|
+
```
|
|
5323
|
+
USAGE
|
|
5324
|
+
$ sf package1 version create get -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
5325
|
+
|
|
5326
|
+
FLAGS
|
|
5327
|
+
-i, --request-id=<value> (required) ID of the PackageUploadRequest (starts with 0HD).
|
|
5328
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
5329
|
+
configuration variable is already set.
|
|
5330
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
5331
|
+
|
|
5332
|
+
GLOBAL FLAGS
|
|
5333
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
5334
|
+
--json Format output as json.
|
|
5335
|
+
|
|
5336
|
+
ALIASES
|
|
5337
|
+
$ sf force package1 version create get
|
|
5338
|
+
|
|
5339
|
+
EXAMPLES
|
|
5340
|
+
Get the status of the creation request for the package version with the specified ID in your default org:
|
|
5341
|
+
|
|
5342
|
+
$ sf package1 version create get --request-id 0HD...
|
|
5343
|
+
|
|
5344
|
+
Same as previous example, but use the specified org:
|
|
5345
|
+
|
|
5346
|
+
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5347
|
+
```
|
|
5348
|
+
|
|
5349
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package1/version/create/get.ts)_
|
|
5350
|
+
|
|
5351
|
+
## `sf package1 version display`
|
|
5352
|
+
|
|
5353
|
+
Display details about a first-generation package version.
|
|
5354
|
+
|
|
5355
|
+
```
|
|
5356
|
+
USAGE
|
|
5357
|
+
$ sf package1 version display -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
5358
|
+
|
|
5359
|
+
FLAGS
|
|
5360
|
+
-i, --package-version-id=<value> (required) ID (starts with 04t) of the metadata package version whose details you
|
|
5361
|
+
want to display.
|
|
5362
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
5363
|
+
configuration variable is already set.
|
|
5364
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
5365
|
+
|
|
5366
|
+
GLOBAL FLAGS
|
|
5367
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
5368
|
+
--json Format output as json.
|
|
5369
|
+
|
|
5370
|
+
ALIASES
|
|
5371
|
+
$ sf force package1 version display
|
|
5372
|
+
|
|
5373
|
+
EXAMPLES
|
|
5374
|
+
Display details about the first-generation package version with the specified ID in your default org:
|
|
5375
|
+
|
|
5376
|
+
$ sf package1 version display --package-version-id 04t...
|
|
5377
|
+
|
|
5378
|
+
Same as previous example, but use the specified org:
|
|
5379
|
+
|
|
5380
|
+
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5381
|
+
```
|
|
5382
|
+
|
|
5383
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package1/version/display.ts)_
|
|
5384
|
+
|
|
5385
|
+
## `sf package1 version list`
|
|
5386
|
+
|
|
5387
|
+
List package versions for the specified first-generation package or for the org.
|
|
5388
|
+
|
|
5389
|
+
```
|
|
5390
|
+
USAGE
|
|
5391
|
+
$ sf package1 version list -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i <value>]
|
|
5392
|
+
|
|
5393
|
+
FLAGS
|
|
5394
|
+
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
5395
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
5396
|
+
configuration variable is already set.
|
|
5397
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
5398
|
+
|
|
5399
|
+
GLOBAL FLAGS
|
|
5400
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
5401
|
+
--json Format output as json.
|
|
5402
|
+
|
|
5403
|
+
ALIASES
|
|
5404
|
+
$ sf force package1 version list
|
|
5405
|
+
|
|
5406
|
+
EXAMPLES
|
|
5407
|
+
List all first-generation package versions in your default org:
|
|
5408
|
+
|
|
5409
|
+
$ sf package1 version list
|
|
5410
|
+
|
|
5411
|
+
List package versions for the specified first-generation package in the specifief org:
|
|
5412
|
+
|
|
5413
|
+
$ sf package1 version list --package-id 033... --target-org myorg@example.com
|
|
5414
|
+
|
|
5415
|
+
FLAG DESCRIPTIONS
|
|
5416
|
+
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
5417
|
+
|
|
5418
|
+
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5419
|
+
```
|
|
5420
|
+
|
|
5421
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.5/src/commands/package1/version/list.ts)_
|
|
5422
5422
|
|
|
5423
5423
|
## `sf plugins`
|
|
5424
5424
|
|
|
@@ -5441,7 +5441,7 @@ EXAMPLES
|
|
|
5441
5441
|
$ sf plugins
|
|
5442
5442
|
```
|
|
5443
5443
|
|
|
5444
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5444
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/index.ts)_
|
|
5445
5445
|
|
|
5446
5446
|
## `sf plugins discover`
|
|
5447
5447
|
|
|
@@ -5459,7 +5459,7 @@ EXAMPLES
|
|
|
5459
5459
|
$ sf plugins discover
|
|
5460
5460
|
```
|
|
5461
5461
|
|
|
5462
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5462
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.7/src/commands/plugins/discover.ts)_
|
|
5463
5463
|
|
|
5464
5464
|
## `sf plugins:inspect PLUGIN...`
|
|
5465
5465
|
|
|
@@ -5486,7 +5486,7 @@ EXAMPLES
|
|
|
5486
5486
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5487
5487
|
```
|
|
5488
5488
|
|
|
5489
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5489
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/inspect.ts)_
|
|
5490
5490
|
|
|
5491
5491
|
## `sf plugins install PLUGIN`
|
|
5492
5492
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf plugins install someuser/someplugin
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5538
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/install.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf plugins link PATH`
|
|
5541
5541
|
|
|
@@ -5565,7 +5565,7 @@ EXAMPLES
|
|
|
5565
5565
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/link.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins reset`
|
|
5571
5571
|
|
|
@@ -5580,7 +5580,7 @@ FLAGS
|
|
|
5580
5580
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5581
5581
|
```
|
|
5582
5582
|
|
|
5583
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5583
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/reset.ts)_
|
|
5584
5584
|
|
|
5585
5585
|
## `sf plugins trust verify`
|
|
5586
5586
|
|
|
@@ -5609,7 +5609,7 @@ EXAMPLES
|
|
|
5609
5609
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5610
5610
|
```
|
|
5611
5611
|
|
|
5612
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.
|
|
5612
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.13/src/commands/plugins/trust/verify.ts)_
|
|
5613
5613
|
|
|
5614
5614
|
## `sf plugins uninstall [PLUGIN]`
|
|
5615
5615
|
|
|
@@ -5637,7 +5637,7 @@ EXAMPLES
|
|
|
5637
5637
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5638
5638
|
```
|
|
5639
5639
|
|
|
5640
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5640
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/uninstall.ts)_
|
|
5641
5641
|
|
|
5642
5642
|
## `sf plugins update`
|
|
5643
5643
|
|
|
@@ -5655,7 +5655,7 @@ DESCRIPTION
|
|
|
5655
5655
|
Update installed plugins.
|
|
5656
5656
|
```
|
|
5657
5657
|
|
|
5658
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.
|
|
5658
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.2/src/commands/plugins/update.ts)_
|
|
5659
5659
|
|
|
5660
5660
|
## `sf project convert mdapi`
|
|
5661
5661
|
|
|
@@ -5718,7 +5718,7 @@ FLAG DESCRIPTIONS
|
|
|
5718
5718
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5719
5719
|
```
|
|
5720
5720
|
|
|
5721
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5721
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/convert/mdapi.ts)_
|
|
5722
5722
|
|
|
5723
5723
|
## `sf project convert source`
|
|
5724
5724
|
|
|
@@ -5730,7 +5730,7 @@ USAGE
|
|
|
5730
5730
|
[-p <value> | -x <value> | -m <value>]
|
|
5731
5731
|
|
|
5732
5732
|
FLAGS
|
|
5733
|
-
-d, --output-dir=<value> [default:
|
|
5733
|
+
-d, --output-dir=<value> [default: metadataPackage_1716086960732] Output directory to store the Metadata
|
|
5734
5734
|
API–formatted files in.
|
|
5735
5735
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5736
5736
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5791,7 +5791,7 @@ FLAG DESCRIPTIONS
|
|
|
5791
5791
|
Override the api version used for api requests made by this command
|
|
5792
5792
|
```
|
|
5793
5793
|
|
|
5794
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5794
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/convert/source.ts)_
|
|
5795
5795
|
|
|
5796
5796
|
## `sf project delete source`
|
|
5797
5797
|
|
|
@@ -5931,7 +5931,7 @@ FLAG DESCRIPTIONS
|
|
|
5931
5931
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5932
5932
|
```
|
|
5933
5933
|
|
|
5934
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5934
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/delete/source.ts)_
|
|
5935
5935
|
|
|
5936
5936
|
## `sf project delete tracking`
|
|
5937
5937
|
|
|
@@ -5968,7 +5968,7 @@ EXAMPLES
|
|
|
5968
5968
|
$ sf project delete tracking --target-org my-scratch
|
|
5969
5969
|
```
|
|
5970
5970
|
|
|
5971
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5971
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/delete/tracking.ts)_
|
|
5972
5972
|
|
|
5973
5973
|
## `sf project deploy cancel`
|
|
5974
5974
|
|
|
@@ -6044,7 +6044,7 @@ FLAG DESCRIPTIONS
|
|
|
6044
6044
|
project deploy report".
|
|
6045
6045
|
```
|
|
6046
6046
|
|
|
6047
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6047
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/cancel.ts)_
|
|
6048
6048
|
|
|
6049
6049
|
## `sf project deploy preview`
|
|
6050
6050
|
|
|
@@ -6130,7 +6130,7 @@ FLAG DESCRIPTIONS
|
|
|
6130
6130
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6133
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/preview.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf project deploy quick`
|
|
6136
6136
|
|
|
@@ -6227,7 +6227,7 @@ ERROR CODES
|
|
|
6227
6227
|
Canceling (69) The deploy is being canceled.
|
|
6228
6228
|
```
|
|
6229
6229
|
|
|
6230
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6230
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/quick.ts)_
|
|
6231
6231
|
|
|
6232
6232
|
## `sf project deploy report`
|
|
6233
6233
|
|
|
@@ -6323,7 +6323,7 @@ FLAG DESCRIPTIONS
|
|
|
6323
6323
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6324
6324
|
```
|
|
6325
6325
|
|
|
6326
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6326
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/report.ts)_
|
|
6327
6327
|
|
|
6328
6328
|
## `sf project deploy resume`
|
|
6329
6329
|
|
|
@@ -6420,7 +6420,7 @@ ERROR CODES
|
|
|
6420
6420
|
Canceling (69) The deploy is being canceled.
|
|
6421
6421
|
```
|
|
6422
6422
|
|
|
6423
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6423
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/resume.ts)_
|
|
6424
6424
|
|
|
6425
6425
|
## `sf project deploy start`
|
|
6426
6426
|
|
|
@@ -6658,7 +6658,7 @@ ERROR CODES
|
|
|
6658
6658
|
Canceling (69) The deploy is being canceled.
|
|
6659
6659
|
```
|
|
6660
6660
|
|
|
6661
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6661
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/start.ts)_
|
|
6662
6662
|
|
|
6663
6663
|
## `sf project deploy validate`
|
|
6664
6664
|
|
|
@@ -6850,7 +6850,7 @@ ERROR CODES
|
|
|
6850
6850
|
Canceling (69) The deploy is being canceled.
|
|
6851
6851
|
```
|
|
6852
6852
|
|
|
6853
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6853
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/deploy/validate.ts)_
|
|
6854
6854
|
|
|
6855
6855
|
## `sf project generate`
|
|
6856
6856
|
|
|
@@ -6955,7 +6955,7 @@ FLAG DESCRIPTIONS
|
|
|
6955
6955
|
Override the api version used for api requests made by this command
|
|
6956
6956
|
```
|
|
6957
6957
|
|
|
6958
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
6958
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/project/generate.ts)_
|
|
6959
6959
|
|
|
6960
6960
|
## `sf project generate manifest`
|
|
6961
6961
|
|
|
@@ -7032,7 +7032,7 @@ EXAMPLES
|
|
|
7032
7032
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7033
7033
|
```
|
|
7034
7034
|
|
|
7035
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7035
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/generate/manifest.ts)_
|
|
7036
7036
|
|
|
7037
7037
|
## `sf project list ignored`
|
|
7038
7038
|
|
|
@@ -7074,7 +7074,7 @@ EXAMPLES
|
|
|
7074
7074
|
$ sf project list ignored --source-dir package.xml
|
|
7075
7075
|
```
|
|
7076
7076
|
|
|
7077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/list/ignored.ts)_
|
|
7078
7078
|
|
|
7079
7079
|
## `sf project reset tracking`
|
|
7080
7080
|
|
|
@@ -7123,7 +7123,7 @@ EXAMPLES
|
|
|
7123
7123
|
$ sf project reset tracking --revision 30
|
|
7124
7124
|
```
|
|
7125
7125
|
|
|
7126
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7126
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/reset/tracking.ts)_
|
|
7127
7127
|
|
|
7128
7128
|
## `sf project retrieve preview`
|
|
7129
7129
|
|
|
@@ -7180,7 +7180,7 @@ FLAG DESCRIPTIONS
|
|
|
7180
7180
|
Overrides your default org.
|
|
7181
7181
|
```
|
|
7182
7182
|
|
|
7183
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7183
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/retrieve/preview.ts)_
|
|
7184
7184
|
|
|
7185
7185
|
## `sf project retrieve start`
|
|
7186
7186
|
|
|
@@ -7339,7 +7339,7 @@ ENVIRONMENT VARIABLES
|
|
|
7339
7339
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7340
7340
|
```
|
|
7341
7341
|
|
|
7342
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7342
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.3/src/commands/project/retrieve/start.ts)_
|
|
7343
7343
|
|
|
7344
7344
|
## `sf schema generate field`
|
|
7345
7345
|
|
|
@@ -7393,7 +7393,7 @@ FLAG DESCRIPTIONS
|
|
|
7393
7393
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7394
7394
|
```
|
|
7395
7395
|
|
|
7396
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7396
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.4/src/commands/schema/generate/field.ts)_
|
|
7397
7397
|
|
|
7398
7398
|
## `sf schema generate platformevent`
|
|
7399
7399
|
|
|
@@ -7425,7 +7425,7 @@ EXAMPLES
|
|
|
7425
7425
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7426
7426
|
```
|
|
7427
7427
|
|
|
7428
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7428
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.4/src/commands/schema/generate/platformevent.ts)_
|
|
7429
7429
|
|
|
7430
7430
|
## `sf schema generate sobject`
|
|
7431
7431
|
|
|
@@ -7482,7 +7482,7 @@ FLAG DESCRIPTIONS
|
|
|
7482
7482
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7483
7483
|
```
|
|
7484
7484
|
|
|
7485
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7485
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.4/src/commands/schema/generate/sobject.ts)_
|
|
7486
7486
|
|
|
7487
7487
|
## `sf schema generate tab`
|
|
7488
7488
|
|
|
@@ -7530,7 +7530,7 @@ FLAG DESCRIPTIONS
|
|
|
7530
7530
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7531
7531
|
```
|
|
7532
7532
|
|
|
7533
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7533
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.4/src/commands/schema/generate/tab.ts)_
|
|
7534
7534
|
|
|
7535
7535
|
## `sf search`
|
|
7536
7536
|
|
|
@@ -7593,7 +7593,7 @@ EXAMPLES
|
|
|
7593
7593
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7594
7594
|
```
|
|
7595
7595
|
|
|
7596
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7596
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.8/src/commands/sobject/describe.ts)_
|
|
7597
7597
|
|
|
7598
7598
|
## `sf sobject list`
|
|
7599
7599
|
|
|
@@ -7632,7 +7632,7 @@ EXAMPLES
|
|
|
7632
7632
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7633
7633
|
```
|
|
7634
7634
|
|
|
7635
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7635
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.8/src/commands/sobject/list.ts)_
|
|
7636
7636
|
|
|
7637
7637
|
## `sf static-resource generate`
|
|
7638
7638
|
|
|
@@ -7694,7 +7694,7 @@ FLAG DESCRIPTIONS
|
|
|
7694
7694
|
etc.
|
|
7695
7695
|
```
|
|
7696
7696
|
|
|
7697
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7697
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/static-resource/generate.ts)_
|
|
7698
7698
|
|
|
7699
7699
|
## `sf update [CHANNEL]`
|
|
7700
7700
|
|
|
@@ -7731,7 +7731,7 @@ EXAMPLES
|
|
|
7731
7731
|
$ sf update --available
|
|
7732
7732
|
```
|
|
7733
7733
|
|
|
7734
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7734
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.13/src/commands/update.ts)_
|
|
7735
7735
|
|
|
7736
7736
|
## `sf version`
|
|
7737
7737
|
|
|
@@ -7807,7 +7807,7 @@ FLAG DESCRIPTIONS
|
|
|
7807
7807
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7808
7808
|
```
|
|
7809
7809
|
|
|
7810
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7810
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/visualforce/generate/component.ts)_
|
|
7811
7811
|
|
|
7812
7812
|
## `sf visualforce generate page`
|
|
7813
7813
|
|
|
@@ -7857,7 +7857,7 @@ FLAG DESCRIPTIONS
|
|
|
7857
7857
|
The name can be up to 40 characters and must start with a letter.
|
|
7858
7858
|
```
|
|
7859
7859
|
|
|
7860
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7860
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.8/src/commands/visualforce/generate/page.ts)_
|
|
7861
7861
|
|
|
7862
7862
|
## `sf which`
|
|
7863
7863
|
|