@salesforce/plugin-packaging 2.19.8 → 2.19.9
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 +28 -28
- package/lib/commands/package/convert.js +13 -4
- package/lib/commands/package/convert.js.map +1 -1
- package/lib/commands/package/create.js +13 -4
- package/lib/commands/package/create.js.map +1 -1
- package/lib/commands/package/delete.js +13 -4
- package/lib/commands/package/delete.js.map +1 -1
- package/lib/commands/package/install/report.js +13 -4
- package/lib/commands/package/install/report.js.map +1 -1
- package/lib/commands/package/install.js +13 -4
- package/lib/commands/package/install.js.map +1 -1
- package/lib/commands/package/installed/list.js +13 -4
- package/lib/commands/package/installed/list.js.map +1 -1
- package/lib/commands/package/list.js +13 -4
- package/lib/commands/package/list.js.map +1 -1
- package/lib/commands/package/push-upgrade/abort.js +13 -4
- package/lib/commands/package/push-upgrade/abort.js.map +1 -1
- package/lib/commands/package/push-upgrade/list.js +13 -4
- package/lib/commands/package/push-upgrade/list.js.map +1 -1
- package/lib/commands/package/push-upgrade/report.js +13 -4
- package/lib/commands/package/push-upgrade/report.js.map +1 -1
- package/lib/commands/package/push-upgrade/schedule.js +13 -4
- package/lib/commands/package/push-upgrade/schedule.js.map +1 -1
- package/lib/commands/package/uninstall/report.js +13 -4
- package/lib/commands/package/uninstall/report.js.map +1 -1
- package/lib/commands/package/uninstall.js +13 -4
- package/lib/commands/package/uninstall.js.map +1 -1
- package/lib/commands/package/update.js +13 -4
- package/lib/commands/package/update.js.map +1 -1
- package/lib/commands/package/version/create/list.js +13 -4
- package/lib/commands/package/version/create/list.js.map +1 -1
- package/lib/commands/package/version/create/report.js +13 -4
- package/lib/commands/package/version/create/report.js.map +1 -1
- package/lib/commands/package/version/create.js +13 -4
- package/lib/commands/package/version/create.js.map +1 -1
- package/lib/commands/package/version/delete.js +13 -4
- package/lib/commands/package/version/delete.js.map +1 -1
- package/lib/commands/package/version/displayancestry.js +13 -4
- package/lib/commands/package/version/displayancestry.js.map +1 -1
- package/lib/commands/package/version/displaydependencies.js +13 -4
- package/lib/commands/package/version/displaydependencies.js.map +1 -1
- package/lib/commands/package/version/list.js +13 -4
- package/lib/commands/package/version/list.js.map +1 -1
- package/lib/commands/package/version/promote.js +13 -4
- package/lib/commands/package/version/promote.js.map +1 -1
- package/lib/commands/package/version/report.js +13 -4
- package/lib/commands/package/version/report.js.map +1 -1
- package/lib/commands/package/version/retrieve.js +13 -4
- package/lib/commands/package/version/retrieve.js.map +1 -1
- package/lib/commands/package/version/update.js +13 -4
- package/lib/commands/package/version/update.js.map +1 -1
- package/lib/commands/package1/version/create/get.js +13 -4
- package/lib/commands/package1/version/create/get.js.map +1 -1
- package/lib/commands/package1/version/create.js +13 -4
- package/lib/commands/package1/version/create.js.map +1 -1
- package/lib/commands/package1/version/display.js +13 -4
- package/lib/commands/package1/version/display.js.map +1 -1
- package/lib/commands/package1/version/list.js +13 -4
- package/lib/commands/package1/version/list.js.map +1 -1
- package/lib/index.js +13 -4
- package/lib/index.js.map +1 -1
- package/lib/utils/getProject.js +13 -4
- package/lib/utils/getProject.js.map +1 -1
- package/lib/utils/hubFlag.js +13 -4
- package/lib/utils/hubFlag.js.map +1 -1
- package/oclif.manifest.json +129 -129
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
|
@@ -1775,134 +1775,6 @@
|
|
|
1775
1775
|
"schedule:push-upgrade:package"
|
|
1776
1776
|
]
|
|
1777
1777
|
},
|
|
1778
|
-
"package:uninstall:report": {
|
|
1779
|
-
"aliases": [
|
|
1780
|
-
"force:package:uninstall:report"
|
|
1781
|
-
],
|
|
1782
|
-
"args": {},
|
|
1783
|
-
"deprecateAliases": true,
|
|
1784
|
-
"examples": [
|
|
1785
|
-
"Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
|
|
1786
|
-
"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"
|
|
1787
|
-
],
|
|
1788
|
-
"flags": {
|
|
1789
|
-
"json": {
|
|
1790
|
-
"description": "Format output as json.",
|
|
1791
|
-
"helpGroup": "GLOBAL",
|
|
1792
|
-
"name": "json",
|
|
1793
|
-
"allowNo": false,
|
|
1794
|
-
"type": "boolean"
|
|
1795
|
-
},
|
|
1796
|
-
"flags-dir": {
|
|
1797
|
-
"helpGroup": "GLOBAL",
|
|
1798
|
-
"name": "flags-dir",
|
|
1799
|
-
"summary": "Import flag values from a directory.",
|
|
1800
|
-
"hasDynamicHelp": false,
|
|
1801
|
-
"multiple": false,
|
|
1802
|
-
"type": "option"
|
|
1803
|
-
},
|
|
1804
|
-
"loglevel": {
|
|
1805
|
-
"deprecated": {
|
|
1806
|
-
"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."
|
|
1807
|
-
},
|
|
1808
|
-
"hidden": true,
|
|
1809
|
-
"name": "loglevel",
|
|
1810
|
-
"hasDynamicHelp": false,
|
|
1811
|
-
"multiple": false,
|
|
1812
|
-
"type": "option"
|
|
1813
|
-
},
|
|
1814
|
-
"target-org": {
|
|
1815
|
-
"aliases": [
|
|
1816
|
-
"targetusername",
|
|
1817
|
-
"u"
|
|
1818
|
-
],
|
|
1819
|
-
"char": "o",
|
|
1820
|
-
"deprecateAliases": true,
|
|
1821
|
-
"name": "target-org",
|
|
1822
|
-
"noCacheDefault": true,
|
|
1823
|
-
"required": true,
|
|
1824
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1825
|
-
"hasDynamicHelp": true,
|
|
1826
|
-
"multiple": false,
|
|
1827
|
-
"type": "option"
|
|
1828
|
-
},
|
|
1829
|
-
"api-version": {
|
|
1830
|
-
"aliases": [
|
|
1831
|
-
"apiversion"
|
|
1832
|
-
],
|
|
1833
|
-
"deprecateAliases": true,
|
|
1834
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1835
|
-
"name": "api-version",
|
|
1836
|
-
"hasDynamicHelp": false,
|
|
1837
|
-
"multiple": false,
|
|
1838
|
-
"type": "option"
|
|
1839
|
-
},
|
|
1840
|
-
"request-id": {
|
|
1841
|
-
"aliases": [
|
|
1842
|
-
"requestid"
|
|
1843
|
-
],
|
|
1844
|
-
"char": "i",
|
|
1845
|
-
"deprecateAliases": true,
|
|
1846
|
-
"name": "request-id",
|
|
1847
|
-
"required": true,
|
|
1848
|
-
"summary": "ID of the package uninstall request you want to check; starts with 06y.",
|
|
1849
|
-
"hasDynamicHelp": false,
|
|
1850
|
-
"multiple": false,
|
|
1851
|
-
"type": "option"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
"hasDynamicHelp": true,
|
|
1855
|
-
"hiddenAliases": [],
|
|
1856
|
-
"id": "package:uninstall:report",
|
|
1857
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1858
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
1859
|
-
"pluginType": "core",
|
|
1860
|
-
"strict": true,
|
|
1861
|
-
"summary": "Retrieve the status of a package uninstall request.",
|
|
1862
|
-
"enableJsonFlag": true,
|
|
1863
|
-
"isESM": true,
|
|
1864
|
-
"relativePath": [
|
|
1865
|
-
"lib",
|
|
1866
|
-
"commands",
|
|
1867
|
-
"package",
|
|
1868
|
-
"uninstall",
|
|
1869
|
-
"report.js"
|
|
1870
|
-
],
|
|
1871
|
-
"aliasPermutations": [
|
|
1872
|
-
"force:package:uninstall:report",
|
|
1873
|
-
"package:force:uninstall:report",
|
|
1874
|
-
"package:uninstall:force:report",
|
|
1875
|
-
"package:uninstall:report:force",
|
|
1876
|
-
"force:uninstall:package:report",
|
|
1877
|
-
"uninstall:force:package:report",
|
|
1878
|
-
"uninstall:package:force:report",
|
|
1879
|
-
"uninstall:package:report:force",
|
|
1880
|
-
"force:uninstall:report:package",
|
|
1881
|
-
"uninstall:force:report:package",
|
|
1882
|
-
"uninstall:report:force:package",
|
|
1883
|
-
"uninstall:report:package:force",
|
|
1884
|
-
"force:package:report:uninstall",
|
|
1885
|
-
"package:force:report:uninstall",
|
|
1886
|
-
"package:report:force:uninstall",
|
|
1887
|
-
"package:report:uninstall:force",
|
|
1888
|
-
"force:report:package:uninstall",
|
|
1889
|
-
"report:force:package:uninstall",
|
|
1890
|
-
"report:package:force:uninstall",
|
|
1891
|
-
"report:package:uninstall:force",
|
|
1892
|
-
"force:report:uninstall:package",
|
|
1893
|
-
"report:force:uninstall:package",
|
|
1894
|
-
"report:uninstall:force:package",
|
|
1895
|
-
"report:uninstall:package:force"
|
|
1896
|
-
],
|
|
1897
|
-
"permutations": [
|
|
1898
|
-
"package:uninstall:report",
|
|
1899
|
-
"uninstall:package:report",
|
|
1900
|
-
"uninstall:report:package",
|
|
1901
|
-
"package:report:uninstall",
|
|
1902
|
-
"report:package:uninstall",
|
|
1903
|
-
"report:uninstall:package"
|
|
1904
|
-
]
|
|
1905
|
-
},
|
|
1906
1778
|
"package:version:create": {
|
|
1907
1779
|
"aliases": [
|
|
1908
1780
|
"force:package:version:create"
|
|
@@ -3439,6 +3311,134 @@
|
|
|
3439
3311
|
"update:version:package"
|
|
3440
3312
|
]
|
|
3441
3313
|
},
|
|
3314
|
+
"package:uninstall:report": {
|
|
3315
|
+
"aliases": [
|
|
3316
|
+
"force:package:uninstall:report"
|
|
3317
|
+
],
|
|
3318
|
+
"args": {},
|
|
3319
|
+
"deprecateAliases": true,
|
|
3320
|
+
"examples": [
|
|
3321
|
+
"Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
|
|
3322
|
+
"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"
|
|
3323
|
+
],
|
|
3324
|
+
"flags": {
|
|
3325
|
+
"json": {
|
|
3326
|
+
"description": "Format output as json.",
|
|
3327
|
+
"helpGroup": "GLOBAL",
|
|
3328
|
+
"name": "json",
|
|
3329
|
+
"allowNo": false,
|
|
3330
|
+
"type": "boolean"
|
|
3331
|
+
},
|
|
3332
|
+
"flags-dir": {
|
|
3333
|
+
"helpGroup": "GLOBAL",
|
|
3334
|
+
"name": "flags-dir",
|
|
3335
|
+
"summary": "Import flag values from a directory.",
|
|
3336
|
+
"hasDynamicHelp": false,
|
|
3337
|
+
"multiple": false,
|
|
3338
|
+
"type": "option"
|
|
3339
|
+
},
|
|
3340
|
+
"loglevel": {
|
|
3341
|
+
"deprecated": {
|
|
3342
|
+
"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."
|
|
3343
|
+
},
|
|
3344
|
+
"hidden": true,
|
|
3345
|
+
"name": "loglevel",
|
|
3346
|
+
"hasDynamicHelp": false,
|
|
3347
|
+
"multiple": false,
|
|
3348
|
+
"type": "option"
|
|
3349
|
+
},
|
|
3350
|
+
"target-org": {
|
|
3351
|
+
"aliases": [
|
|
3352
|
+
"targetusername",
|
|
3353
|
+
"u"
|
|
3354
|
+
],
|
|
3355
|
+
"char": "o",
|
|
3356
|
+
"deprecateAliases": true,
|
|
3357
|
+
"name": "target-org",
|
|
3358
|
+
"noCacheDefault": true,
|
|
3359
|
+
"required": true,
|
|
3360
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3361
|
+
"hasDynamicHelp": true,
|
|
3362
|
+
"multiple": false,
|
|
3363
|
+
"type": "option"
|
|
3364
|
+
},
|
|
3365
|
+
"api-version": {
|
|
3366
|
+
"aliases": [
|
|
3367
|
+
"apiversion"
|
|
3368
|
+
],
|
|
3369
|
+
"deprecateAliases": true,
|
|
3370
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3371
|
+
"name": "api-version",
|
|
3372
|
+
"hasDynamicHelp": false,
|
|
3373
|
+
"multiple": false,
|
|
3374
|
+
"type": "option"
|
|
3375
|
+
},
|
|
3376
|
+
"request-id": {
|
|
3377
|
+
"aliases": [
|
|
3378
|
+
"requestid"
|
|
3379
|
+
],
|
|
3380
|
+
"char": "i",
|
|
3381
|
+
"deprecateAliases": true,
|
|
3382
|
+
"name": "request-id",
|
|
3383
|
+
"required": true,
|
|
3384
|
+
"summary": "ID of the package uninstall request you want to check; starts with 06y.",
|
|
3385
|
+
"hasDynamicHelp": false,
|
|
3386
|
+
"multiple": false,
|
|
3387
|
+
"type": "option"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
"hasDynamicHelp": true,
|
|
3391
|
+
"hiddenAliases": [],
|
|
3392
|
+
"id": "package:uninstall:report",
|
|
3393
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3394
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
3395
|
+
"pluginType": "core",
|
|
3396
|
+
"strict": true,
|
|
3397
|
+
"summary": "Retrieve the status of a package uninstall request.",
|
|
3398
|
+
"enableJsonFlag": true,
|
|
3399
|
+
"isESM": true,
|
|
3400
|
+
"relativePath": [
|
|
3401
|
+
"lib",
|
|
3402
|
+
"commands",
|
|
3403
|
+
"package",
|
|
3404
|
+
"uninstall",
|
|
3405
|
+
"report.js"
|
|
3406
|
+
],
|
|
3407
|
+
"aliasPermutations": [
|
|
3408
|
+
"force:package:uninstall:report",
|
|
3409
|
+
"package:force:uninstall:report",
|
|
3410
|
+
"package:uninstall:force:report",
|
|
3411
|
+
"package:uninstall:report:force",
|
|
3412
|
+
"force:uninstall:package:report",
|
|
3413
|
+
"uninstall:force:package:report",
|
|
3414
|
+
"uninstall:package:force:report",
|
|
3415
|
+
"uninstall:package:report:force",
|
|
3416
|
+
"force:uninstall:report:package",
|
|
3417
|
+
"uninstall:force:report:package",
|
|
3418
|
+
"uninstall:report:force:package",
|
|
3419
|
+
"uninstall:report:package:force",
|
|
3420
|
+
"force:package:report:uninstall",
|
|
3421
|
+
"package:force:report:uninstall",
|
|
3422
|
+
"package:report:force:uninstall",
|
|
3423
|
+
"package:report:uninstall:force",
|
|
3424
|
+
"force:report:package:uninstall",
|
|
3425
|
+
"report:force:package:uninstall",
|
|
3426
|
+
"report:package:force:uninstall",
|
|
3427
|
+
"report:package:uninstall:force",
|
|
3428
|
+
"force:report:uninstall:package",
|
|
3429
|
+
"report:force:uninstall:package",
|
|
3430
|
+
"report:uninstall:force:package",
|
|
3431
|
+
"report:uninstall:package:force"
|
|
3432
|
+
],
|
|
3433
|
+
"permutations": [
|
|
3434
|
+
"package:uninstall:report",
|
|
3435
|
+
"uninstall:package:report",
|
|
3436
|
+
"uninstall:report:package",
|
|
3437
|
+
"package:report:uninstall",
|
|
3438
|
+
"report:package:uninstall",
|
|
3439
|
+
"report:uninstall:package"
|
|
3440
|
+
]
|
|
3441
|
+
},
|
|
3442
3442
|
"package1:version:create": {
|
|
3443
3443
|
"aliases": [
|
|
3444
3444
|
"force:package1:version:create"
|
|
@@ -4667,5 +4667,5 @@
|
|
|
4667
4667
|
]
|
|
4668
4668
|
}
|
|
4669
4669
|
},
|
|
4670
|
-
"version": "2.19.
|
|
4670
|
+
"version": "2.19.9"
|
|
4671
4671
|
}
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.9",
|
|
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.22.0",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
|
-
"@salesforce/packaging": "^4.
|
|
11
|
+
"@salesforce/packaging": "^4.13.1",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
13
13
|
"chalk": "^5.6.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
18
|
-
"@salesforce/dev-scripts": "^11.0.
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
18
|
+
"@salesforce/dev-scripts": "^11.0.4",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.67",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.31",
|
|
21
|
-
"oclif": "^4.22.
|
|
21
|
+
"oclif": "^4.22.14",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.9.2"
|
|
24
24
|
},
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"exports": "./lib/index.js",
|
|
248
248
|
"type": "module",
|
|
249
249
|
"sfdx": {
|
|
250
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.
|
|
251
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.
|
|
250
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.9.crt",
|
|
251
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.9.sig"
|
|
252
252
|
}
|
|
253
253
|
}
|