@salesforce/plugin-packaging 2.22.0 → 2.22.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.
Files changed (3) hide show
  1. package/README.md +28 -28
  2. package/oclif.manifest.json +129 -129
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -154,7 +154,7 @@ FLAG DESCRIPTIONS
154
154
  --installation-key-bypass flag is required.
155
155
  ```
156
156
 
157
- _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/convert.ts)_
157
+ _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/convert.ts)_
158
158
 
159
159
  ## `sf package create`
160
160
 
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
233
233
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
234
234
  ```
235
235
 
236
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/create.ts)_
236
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/create.ts)_
237
237
 
238
238
  ## `sf package delete`
239
239
 
@@ -275,7 +275,7 @@ EXAMPLES
275
275
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
276
276
  ```
277
277
 
278
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/delete.ts)_
278
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/delete.ts)_
279
279
 
280
280
  ## `sf package install`
281
281
 
@@ -374,7 +374,7 @@ FLAG DESCRIPTIONS
374
374
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
375
375
  ```
376
376
 
377
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/install.ts)_
377
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/install.ts)_
378
378
 
379
379
  ## `sf package install report`
380
380
 
@@ -407,7 +407,7 @@ EXAMPLES
407
407
  $ sf package install report --request-id 0Hf... --target-org me@example.com
408
408
  ```
409
409
 
410
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/install/report.ts)_
410
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/install/report.ts)_
411
411
 
412
412
  ## `sf package installed list`
413
413
 
@@ -439,7 +439,7 @@ EXAMPLES
439
439
  $ sf package installed list --target-org me@example.com
440
440
  ```
441
441
 
442
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/installed/list.ts)_
442
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/installed/list.ts)_
443
443
 
444
444
  ## `sf package list`
445
445
 
@@ -477,7 +477,7 @@ EXAMPLES
477
477
  $ sf package list --target-dev-hub devhub@example.com --verbose
478
478
  ```
479
479
 
480
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/list.ts)_
480
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/list.ts)_
481
481
 
482
482
  ## `sf package push-upgrade abort`
483
483
 
@@ -516,7 +516,7 @@ EXAMPLES
516
516
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
517
517
  ```
518
518
 
519
- _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/abort.ts)_
519
+ _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/abort.ts)_
520
520
 
521
521
  ## `sf package push-upgrade list`
522
522
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sf package push-upgrade list --package 033xyz –-status Failed
576
576
  ```
577
577
 
578
- _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/list.ts)_
578
+ _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/list.ts)_
579
579
 
580
580
  ## `sf package push-upgrade report`
581
581
 
@@ -617,7 +617,7 @@ EXAMPLES
617
617
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
618
618
  ```
619
619
 
620
- _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/report.ts)_
620
+ _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/report.ts)_
621
621
 
622
622
  ## `sf package push-upgrade schedule`
623
623
 
@@ -704,7 +704,7 @@ FLAG DESCRIPTIONS
704
704
  Overrides the value of the target-dev-hub configuration variable, if set.
705
705
  ```
706
706
 
707
- _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/schedule.ts)_
707
+ _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/push-upgrade/schedule.ts)_
708
708
 
709
709
  ## `sf package uninstall`
710
710
 
@@ -752,7 +752,7 @@ EXAMPLES
752
752
  $ sf package uninstall --package "Undesirable Package Alias"
753
753
  ```
754
754
 
755
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/uninstall.ts)_
755
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/uninstall.ts)_
756
756
 
757
757
  ## `sf package uninstall report`
758
758
 
@@ -785,7 +785,7 @@ EXAMPLES
785
785
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
786
786
  ```
787
787
 
788
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/uninstall/report.ts)_
788
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/uninstall/report.ts)_
789
789
 
790
790
  ## `sf package update`
791
791
 
@@ -848,7 +848,7 @@ FLAG DESCRIPTIONS
848
848
  notified to upgrade to the recommended version.
849
849
  ```
850
850
 
851
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/update.ts)_
851
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/update.ts)_
852
852
 
853
853
  ## `sf package version create`
854
854
 
@@ -1023,7 +1023,7 @@ FLAG DESCRIPTIONS
1023
1023
  periods of no output from commands.
1024
1024
  ```
1025
1025
 
1026
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create.ts)_
1026
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create.ts)_
1027
1027
 
1028
1028
  ## `sf package version create list`
1029
1029
 
@@ -1084,7 +1084,7 @@ EXAMPLES
1084
1084
  $ sf package version create list --created-last-days 0 --status Success
1085
1085
  ```
1086
1086
 
1087
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create/list.ts)_
1087
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create/list.ts)_
1088
1088
 
1089
1089
  ## `sf package version create report`
1090
1090
 
@@ -1127,7 +1127,7 @@ EXAMPLES
1127
1127
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
1128
1128
  ```
1129
1129
 
1130
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create/report.ts)_
1130
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/create/report.ts)_
1131
1131
 
1132
1132
  ## `sf package version delete`
1133
1133
 
@@ -1168,7 +1168,7 @@ EXAMPLES
1168
1168
  $ sf package version delete --package 04t... --target-org devhub@example.com
1169
1169
  ```
1170
1170
 
1171
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/delete.ts)_
1171
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/delete.ts)_
1172
1172
 
1173
1173
  ## `sf package version displayancestry`
1174
1174
 
@@ -1228,7 +1228,7 @@ FLAG DESCRIPTIONS
1228
1228
  You can use the DOT code output in graph visualization software to create tree visualizations.
1229
1229
  ```
1230
1230
 
1231
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/displayancestry.ts)_
1231
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/displayancestry.ts)_
1232
1232
 
1233
1233
  ## `sf package version displaydependencies`
1234
1234
 
@@ -1290,7 +1290,7 @@ FLAG DESCRIPTIONS
1290
1290
  package, which must be installed last.
1291
1291
  ```
1292
1292
 
1293
- _See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/displaydependencies.ts)_
1293
+ _See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/displaydependencies.ts)_
1294
1294
 
1295
1295
  ## `sf package version list`
1296
1296
 
@@ -1366,7 +1366,7 @@ EXAMPLES
1366
1366
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1367
1367
  ```
1368
1368
 
1369
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/list.ts)_
1369
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/list.ts)_
1370
1370
 
1371
1371
  ## `sf package version promote`
1372
1372
 
@@ -1410,7 +1410,7 @@ EXAMPLES
1410
1410
  $ sf package version promote --package "Awesome Package Alias"
1411
1411
  ```
1412
1412
 
1413
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/promote.ts)_
1413
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/promote.ts)_
1414
1414
 
1415
1415
  ## `sf package version report`
1416
1416
 
@@ -1450,7 +1450,7 @@ EXAMPLES
1450
1450
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1451
1451
  ```
1452
1452
 
1453
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/report.ts)_
1453
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/report.ts)_
1454
1454
 
1455
1455
  ## `sf package version update`
1456
1456
 
@@ -1503,7 +1503,7 @@ EXAMPLES
1503
1503
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1504
1504
  ```
1505
1505
 
1506
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/update.ts)_
1506
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package/version/update.ts)_
1507
1507
 
1508
1508
  ## `sf package1 version create`
1509
1509
 
@@ -1570,7 +1570,7 @@ FLAG DESCRIPTIONS
1570
1570
  subscribers.
1571
1571
  ```
1572
1572
 
1573
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/create.ts)_
1573
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/create.ts)_
1574
1574
 
1575
1575
  ## `sf package1 version create get`
1576
1576
 
@@ -1603,7 +1603,7 @@ EXAMPLES
1603
1603
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
1604
1604
  ```
1605
1605
 
1606
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/create/get.ts)_
1606
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/create/get.ts)_
1607
1607
 
1608
1608
  ## `sf package1 version display`
1609
1609
 
@@ -1637,7 +1637,7 @@ EXAMPLES
1637
1637
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
1638
1638
  ```
1639
1639
 
1640
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/display.ts)_
1640
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/display.ts)_
1641
1641
 
1642
1642
  ## `sf package1 version list`
1643
1643
 
@@ -1675,6 +1675,6 @@ FLAG DESCRIPTIONS
1675
1675
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
1676
1676
  ```
1677
1677
 
1678
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/list.ts)_
1678
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.22.2/src/commands/package1/version/list.ts)_
1679
1679
 
1680
1680
  <!-- commandsstop -->
@@ -1744,134 +1744,6 @@
1744
1744
  "list:installed:package"
1745
1745
  ]
1746
1746
  },
1747
- "package:uninstall:report": {
1748
- "aliases": [
1749
- "force:package:uninstall:report"
1750
- ],
1751
- "args": {},
1752
- "deprecateAliases": true,
1753
- "examples": [
1754
- "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1755
- "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
1756
- ],
1757
- "flags": {
1758
- "json": {
1759
- "description": "Format output as json.",
1760
- "helpGroup": "GLOBAL",
1761
- "name": "json",
1762
- "allowNo": false,
1763
- "type": "boolean"
1764
- },
1765
- "flags-dir": {
1766
- "helpGroup": "GLOBAL",
1767
- "name": "flags-dir",
1768
- "summary": "Import flag values from a directory.",
1769
- "hasDynamicHelp": false,
1770
- "multiple": false,
1771
- "type": "option"
1772
- },
1773
- "loglevel": {
1774
- "deprecated": {
1775
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1776
- },
1777
- "hidden": true,
1778
- "name": "loglevel",
1779
- "hasDynamicHelp": false,
1780
- "multiple": false,
1781
- "type": "option"
1782
- },
1783
- "target-org": {
1784
- "aliases": [
1785
- "targetusername",
1786
- "u"
1787
- ],
1788
- "char": "o",
1789
- "deprecateAliases": true,
1790
- "name": "target-org",
1791
- "noCacheDefault": true,
1792
- "required": true,
1793
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1794
- "hasDynamicHelp": true,
1795
- "multiple": false,
1796
- "type": "option"
1797
- },
1798
- "api-version": {
1799
- "aliases": [
1800
- "apiversion"
1801
- ],
1802
- "deprecateAliases": true,
1803
- "description": "Override the api version used for api requests made by this command",
1804
- "name": "api-version",
1805
- "hasDynamicHelp": false,
1806
- "multiple": false,
1807
- "type": "option"
1808
- },
1809
- "request-id": {
1810
- "aliases": [
1811
- "requestid"
1812
- ],
1813
- "char": "i",
1814
- "deprecateAliases": true,
1815
- "name": "request-id",
1816
- "required": true,
1817
- "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1818
- "hasDynamicHelp": false,
1819
- "multiple": false,
1820
- "type": "option"
1821
- }
1822
- },
1823
- "hasDynamicHelp": true,
1824
- "hiddenAliases": [],
1825
- "id": "package:uninstall:report",
1826
- "pluginAlias": "@salesforce/plugin-packaging",
1827
- "pluginName": "@salesforce/plugin-packaging",
1828
- "pluginType": "core",
1829
- "strict": true,
1830
- "summary": "Retrieve the status of a package uninstall request.",
1831
- "enableJsonFlag": true,
1832
- "isESM": true,
1833
- "relativePath": [
1834
- "lib",
1835
- "commands",
1836
- "package",
1837
- "uninstall",
1838
- "report.js"
1839
- ],
1840
- "aliasPermutations": [
1841
- "force:package:uninstall:report",
1842
- "package:force:uninstall:report",
1843
- "package:uninstall:force:report",
1844
- "package:uninstall:report:force",
1845
- "force:uninstall:package:report",
1846
- "uninstall:force:package:report",
1847
- "uninstall:package:force:report",
1848
- "uninstall:package:report:force",
1849
- "force:uninstall:report:package",
1850
- "uninstall:force:report:package",
1851
- "uninstall:report:force:package",
1852
- "uninstall:report:package:force",
1853
- "force:package:report:uninstall",
1854
- "package:force:report:uninstall",
1855
- "package:report:force:uninstall",
1856
- "package:report:uninstall:force",
1857
- "force:report:package:uninstall",
1858
- "report:force:package:uninstall",
1859
- "report:package:force:uninstall",
1860
- "report:package:uninstall:force",
1861
- "force:report:uninstall:package",
1862
- "report:force:uninstall:package",
1863
- "report:uninstall:force:package",
1864
- "report:uninstall:package:force"
1865
- ],
1866
- "permutations": [
1867
- "package:uninstall:report",
1868
- "uninstall:package:report",
1869
- "uninstall:report:package",
1870
- "package:report:uninstall",
1871
- "report:package:uninstall",
1872
- "report:uninstall:package"
1873
- ]
1874
- },
1875
1747
  "package:push-upgrade:abort": {
1876
1748
  "aliases": [],
1877
1749
  "args": {},
@@ -2351,6 +2223,134 @@
2351
2223
  "schedule:push-upgrade:package"
2352
2224
  ]
2353
2225
  },
2226
+ "package:uninstall:report": {
2227
+ "aliases": [
2228
+ "force:package:uninstall:report"
2229
+ ],
2230
+ "args": {},
2231
+ "deprecateAliases": true,
2232
+ "examples": [
2233
+ "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
2234
+ "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
2235
+ ],
2236
+ "flags": {
2237
+ "json": {
2238
+ "description": "Format output as json.",
2239
+ "helpGroup": "GLOBAL",
2240
+ "name": "json",
2241
+ "allowNo": false,
2242
+ "type": "boolean"
2243
+ },
2244
+ "flags-dir": {
2245
+ "helpGroup": "GLOBAL",
2246
+ "name": "flags-dir",
2247
+ "summary": "Import flag values from a directory.",
2248
+ "hasDynamicHelp": false,
2249
+ "multiple": false,
2250
+ "type": "option"
2251
+ },
2252
+ "loglevel": {
2253
+ "deprecated": {
2254
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
2255
+ },
2256
+ "hidden": true,
2257
+ "name": "loglevel",
2258
+ "hasDynamicHelp": false,
2259
+ "multiple": false,
2260
+ "type": "option"
2261
+ },
2262
+ "target-org": {
2263
+ "aliases": [
2264
+ "targetusername",
2265
+ "u"
2266
+ ],
2267
+ "char": "o",
2268
+ "deprecateAliases": true,
2269
+ "name": "target-org",
2270
+ "noCacheDefault": true,
2271
+ "required": true,
2272
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2273
+ "hasDynamicHelp": true,
2274
+ "multiple": false,
2275
+ "type": "option"
2276
+ },
2277
+ "api-version": {
2278
+ "aliases": [
2279
+ "apiversion"
2280
+ ],
2281
+ "deprecateAliases": true,
2282
+ "description": "Override the api version used for api requests made by this command",
2283
+ "name": "api-version",
2284
+ "hasDynamicHelp": false,
2285
+ "multiple": false,
2286
+ "type": "option"
2287
+ },
2288
+ "request-id": {
2289
+ "aliases": [
2290
+ "requestid"
2291
+ ],
2292
+ "char": "i",
2293
+ "deprecateAliases": true,
2294
+ "name": "request-id",
2295
+ "required": true,
2296
+ "summary": "ID of the package uninstall request you want to check; starts with 06y.",
2297
+ "hasDynamicHelp": false,
2298
+ "multiple": false,
2299
+ "type": "option"
2300
+ }
2301
+ },
2302
+ "hasDynamicHelp": true,
2303
+ "hiddenAliases": [],
2304
+ "id": "package:uninstall:report",
2305
+ "pluginAlias": "@salesforce/plugin-packaging",
2306
+ "pluginName": "@salesforce/plugin-packaging",
2307
+ "pluginType": "core",
2308
+ "strict": true,
2309
+ "summary": "Retrieve the status of a package uninstall request.",
2310
+ "enableJsonFlag": true,
2311
+ "isESM": true,
2312
+ "relativePath": [
2313
+ "lib",
2314
+ "commands",
2315
+ "package",
2316
+ "uninstall",
2317
+ "report.js"
2318
+ ],
2319
+ "aliasPermutations": [
2320
+ "force:package:uninstall:report",
2321
+ "package:force:uninstall:report",
2322
+ "package:uninstall:force:report",
2323
+ "package:uninstall:report:force",
2324
+ "force:uninstall:package:report",
2325
+ "uninstall:force:package:report",
2326
+ "uninstall:package:force:report",
2327
+ "uninstall:package:report:force",
2328
+ "force:uninstall:report:package",
2329
+ "uninstall:force:report:package",
2330
+ "uninstall:report:force:package",
2331
+ "uninstall:report:package:force",
2332
+ "force:package:report:uninstall",
2333
+ "package:force:report:uninstall",
2334
+ "package:report:force:uninstall",
2335
+ "package:report:uninstall:force",
2336
+ "force:report:package:uninstall",
2337
+ "report:force:package:uninstall",
2338
+ "report:package:force:uninstall",
2339
+ "report:package:uninstall:force",
2340
+ "force:report:uninstall:package",
2341
+ "report:force:uninstall:package",
2342
+ "report:uninstall:force:package",
2343
+ "report:uninstall:package:force"
2344
+ ],
2345
+ "permutations": [
2346
+ "package:uninstall:report",
2347
+ "uninstall:package:report",
2348
+ "uninstall:report:package",
2349
+ "package:report:uninstall",
2350
+ "report:package:uninstall",
2351
+ "report:uninstall:package"
2352
+ ]
2353
+ },
2354
2354
  "package:version:create": {
2355
2355
  "aliases": [
2356
2356
  "force:package:version:create"
@@ -6232,5 +6232,5 @@
6232
6232
  ]
6233
6233
  }
6234
6234
  },
6235
- "version": "2.22.0"
6235
+ "version": "2.22.2"
6236
6236
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.22.0",
4
+ "version": "2.22.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
9
  "@salesforce/core": "^8.23.2",
10
10
  "@salesforce/kit": "^3.2.4",
11
- "@salesforce/packaging": "^4.17.0",
11
+ "@salesforce/packaging": "^4.17.1",
12
12
  "@salesforce/sf-plugins-core": "^12.2.4",
13
13
  "chalk": "^5.6.2"
14
14
  },
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-command-snapshot": "^5.3.7",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
18
18
  "@salesforce/dev-scripts": "^11.0.4",
19
- "@salesforce/plugin-command-reference": "^3.1.74",
19
+ "@salesforce/plugin-command-reference": "^3.1.75",
20
20
  "eslint-plugin-sf-plugin": "^1.20.32",
21
21
  "minimatch": "^10.0.3",
22
22
  "oclif": "^4.22.32",
@@ -248,7 +248,7 @@
248
248
  "exports": "./lib/index.js",
249
249
  "type": "module",
250
250
  "sfdx": {
251
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.22.0.crt",
252
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.22.0.sig"
251
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.22.2.crt",
252
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.22.2.sig"
253
253
  }
254
254
  }