@salesforce/plugin-packaging 2.18.3 → 2.18.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 +27 -27
- package/oclif.manifest.json +1300 -1300
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ FLAG DESCRIPTIONS
|
|
|
153
153
|
--installation-key-bypass flag is required.
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
156
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/convert.ts)_
|
|
157
157
|
|
|
158
158
|
## `sf package create`
|
|
159
159
|
|
|
@@ -232,7 +232,7 @@ FLAG DESCRIPTIONS
|
|
|
232
232
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
235
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/create.ts)_
|
|
236
236
|
|
|
237
237
|
## `sf package delete`
|
|
238
238
|
|
|
@@ -274,7 +274,7 @@ EXAMPLES
|
|
|
274
274
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
277
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/delete.ts)_
|
|
278
278
|
|
|
279
279
|
## `sf package install`
|
|
280
280
|
|
|
@@ -373,7 +373,7 @@ FLAG DESCRIPTIONS
|
|
|
373
373
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
376
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install.ts)_
|
|
377
377
|
|
|
378
378
|
## `sf package install report`
|
|
379
379
|
|
|
@@ -406,7 +406,7 @@ EXAMPLES
|
|
|
406
406
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
409
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install/report.ts)_
|
|
410
410
|
|
|
411
411
|
## `sf package installed list`
|
|
412
412
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sf package installed list --target-org me@example.com
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
441
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/installed/list.ts)_
|
|
442
442
|
|
|
443
443
|
## `sf package list`
|
|
444
444
|
|
|
@@ -476,7 +476,7 @@ EXAMPLES
|
|
|
476
476
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
479
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/list.ts)_
|
|
480
480
|
|
|
481
481
|
## `sf package push-upgrade abort`
|
|
482
482
|
|
|
@@ -515,7 +515,7 @@ EXAMPLES
|
|
|
515
515
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
518
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/abort.ts)_
|
|
519
519
|
|
|
520
520
|
## `sf package push-upgrade list`
|
|
521
521
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
577
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/list.ts)_
|
|
578
578
|
|
|
579
579
|
## `sf package push-upgrade report`
|
|
580
580
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
619
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/report.ts)_
|
|
620
620
|
|
|
621
621
|
## `sf package push-upgrade schedule`
|
|
622
622
|
|
|
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
|
|
|
703
703
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
706
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf package uninstall`
|
|
709
709
|
|
|
@@ -751,7 +751,7 @@ EXAMPLES
|
|
|
751
751
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
752
752
|
```
|
|
753
753
|
|
|
754
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
754
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall.ts)_
|
|
755
755
|
|
|
756
756
|
## `sf package uninstall report`
|
|
757
757
|
|
|
@@ -784,7 +784,7 @@ EXAMPLES
|
|
|
784
784
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
787
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall/report.ts)_
|
|
788
788
|
|
|
789
789
|
## `sf package update`
|
|
790
790
|
|
|
@@ -839,7 +839,7 @@ FLAG DESCRIPTIONS
|
|
|
839
839
|
associated with your package.
|
|
840
840
|
```
|
|
841
841
|
|
|
842
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
842
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/update.ts)_
|
|
843
843
|
|
|
844
844
|
## `sf package version create`
|
|
845
845
|
|
|
@@ -1014,7 +1014,7 @@ FLAG DESCRIPTIONS
|
|
|
1014
1014
|
periods of no output from commands.
|
|
1015
1015
|
```
|
|
1016
1016
|
|
|
1017
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1017
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create.ts)_
|
|
1018
1018
|
|
|
1019
1019
|
## `sf package version create list`
|
|
1020
1020
|
|
|
@@ -1075,7 +1075,7 @@ EXAMPLES
|
|
|
1075
1075
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1076
1076
|
```
|
|
1077
1077
|
|
|
1078
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1078
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/list.ts)_
|
|
1079
1079
|
|
|
1080
1080
|
## `sf package version create report`
|
|
1081
1081
|
|
|
@@ -1118,7 +1118,7 @@ EXAMPLES
|
|
|
1118
1118
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1119
1119
|
```
|
|
1120
1120
|
|
|
1121
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1121
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/report.ts)_
|
|
1122
1122
|
|
|
1123
1123
|
## `sf package version delete`
|
|
1124
1124
|
|
|
@@ -1159,7 +1159,7 @@ EXAMPLES
|
|
|
1159
1159
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1162
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/delete.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `sf package version displayancestry`
|
|
1165
1165
|
|
|
@@ -1219,7 +1219,7 @@ FLAG DESCRIPTIONS
|
|
|
1219
1219
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1220
1220
|
```
|
|
1221
1221
|
|
|
1222
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1222
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/displayancestry.ts)_
|
|
1223
1223
|
|
|
1224
1224
|
## `sf package version list`
|
|
1225
1225
|
|
|
@@ -1295,7 +1295,7 @@ EXAMPLES
|
|
|
1295
1295
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1296
1296
|
```
|
|
1297
1297
|
|
|
1298
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1298
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/list.ts)_
|
|
1299
1299
|
|
|
1300
1300
|
## `sf package version promote`
|
|
1301
1301
|
|
|
@@ -1339,7 +1339,7 @@ EXAMPLES
|
|
|
1339
1339
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1340
1340
|
```
|
|
1341
1341
|
|
|
1342
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1342
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/promote.ts)_
|
|
1343
1343
|
|
|
1344
1344
|
## `sf package version report`
|
|
1345
1345
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1382
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/report.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `sf package version update`
|
|
1385
1385
|
|
|
@@ -1432,7 +1432,7 @@ EXAMPLES
|
|
|
1432
1432
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1433
1433
|
```
|
|
1434
1434
|
|
|
1435
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1435
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/update.ts)_
|
|
1436
1436
|
|
|
1437
1437
|
## `sf package1 version create`
|
|
1438
1438
|
|
|
@@ -1499,7 +1499,7 @@ FLAG DESCRIPTIONS
|
|
|
1499
1499
|
subscribers.
|
|
1500
1500
|
```
|
|
1501
1501
|
|
|
1502
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1502
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create.ts)_
|
|
1503
1503
|
|
|
1504
1504
|
## `sf package1 version create get`
|
|
1505
1505
|
|
|
@@ -1532,7 +1532,7 @@ EXAMPLES
|
|
|
1532
1532
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1533
1533
|
```
|
|
1534
1534
|
|
|
1535
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1535
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create/get.ts)_
|
|
1536
1536
|
|
|
1537
1537
|
## `sf package1 version display`
|
|
1538
1538
|
|
|
@@ -1566,7 +1566,7 @@ EXAMPLES
|
|
|
1566
1566
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1567
1567
|
```
|
|
1568
1568
|
|
|
1569
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1569
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/display.ts)_
|
|
1570
1570
|
|
|
1571
1571
|
## `sf package1 version list`
|
|
1572
1572
|
|
|
@@ -1604,6 +1604,6 @@ FLAG DESCRIPTIONS
|
|
|
1604
1604
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1605
1605
|
```
|
|
1606
1606
|
|
|
1607
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
1607
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/list.ts)_
|
|
1608
1608
|
|
|
1609
1609
|
<!-- commandsstop -->
|