@salesforce/plugin-packaging 2.13.3 → 2.13.5

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 +22 -22
  2. package/oclif.manifest.json +371 -371
  3. package/package.json +6 -6
package/README.md CHANGED
@@ -130,7 +130,7 @@ FLAG DESCRIPTIONS
130
130
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
131
131
  ```
132
132
 
133
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/create.ts)_
133
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/create.ts)_
134
134
 
135
135
  ## `sf package delete`
136
136
 
@@ -172,7 +172,7 @@ EXAMPLES
172
172
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
173
173
  ```
174
174
 
175
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/delete.ts)_
175
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/delete.ts)_
176
176
 
177
177
  ## `sf package install`
178
178
 
@@ -271,7 +271,7 @@ FLAG DESCRIPTIONS
271
271
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
272
272
  ```
273
273
 
274
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/install.ts)_
274
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/install.ts)_
275
275
 
276
276
  ## `sf package install report`
277
277
 
@@ -304,7 +304,7 @@ EXAMPLES
304
304
  $ sf package install report --request-id 0Hf... --target-org me@example.com
305
305
  ```
306
306
 
307
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/install/report.ts)_
307
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/install/report.ts)_
308
308
 
309
309
  ## `sf package installed list`
310
310
 
@@ -336,7 +336,7 @@ EXAMPLES
336
336
  $ sf package installed list --target-org me@example.com
337
337
  ```
338
338
 
339
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/installed/list.ts)_
339
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/installed/list.ts)_
340
340
 
341
341
  ## `sf package list`
342
342
 
@@ -374,7 +374,7 @@ EXAMPLES
374
374
  $ sf package list --target-dev-hub devhub@example.com --verbose
375
375
  ```
376
376
 
377
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/list.ts)_
377
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/list.ts)_
378
378
 
379
379
  ## `sf package uninstall`
380
380
 
@@ -422,7 +422,7 @@ EXAMPLES
422
422
  $ sf package uninstall --package "Undesirable Package Alias"
423
423
  ```
424
424
 
425
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/uninstall.ts)_
425
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/uninstall.ts)_
426
426
 
427
427
  ## `sf package uninstall report`
428
428
 
@@ -455,7 +455,7 @@ EXAMPLES
455
455
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
456
456
  ```
457
457
 
458
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/uninstall/report.ts)_
458
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/uninstall/report.ts)_
459
459
 
460
460
  ## `sf package update`
461
461
 
@@ -510,7 +510,7 @@ FLAG DESCRIPTIONS
510
510
  associated with your package.
511
511
  ```
512
512
 
513
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/update.ts)_
513
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/update.ts)_
514
514
 
515
515
  ## `sf package version create`
516
516
 
@@ -685,7 +685,7 @@ FLAG DESCRIPTIONS
685
685
  periods of no output from commands.
686
686
  ```
687
687
 
688
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/create.ts)_
688
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/create.ts)_
689
689
 
690
690
  ## `sf package version create list`
691
691
 
@@ -746,7 +746,7 @@ EXAMPLES
746
746
  $ sf package version create list --created-last-days 0 --status Success
747
747
  ```
748
748
 
749
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/create/list.ts)_
749
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/create/list.ts)_
750
750
 
751
751
  ## `sf package version create report`
752
752
 
@@ -789,7 +789,7 @@ EXAMPLES
789
789
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
790
790
  ```
791
791
 
792
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/create/report.ts)_
792
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/create/report.ts)_
793
793
 
794
794
  ## `sf package version delete`
795
795
 
@@ -830,7 +830,7 @@ EXAMPLES
830
830
  $ sf package version delete --package 04t... --target-org devhub@example.com
831
831
  ```
832
832
 
833
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/delete.ts)_
833
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/delete.ts)_
834
834
 
835
835
  ## `sf package version displayancestry`
836
836
 
@@ -890,7 +890,7 @@ FLAG DESCRIPTIONS
890
890
  You can use the DOT code output in graph visualization software to create tree visualizations.
891
891
  ```
892
892
 
893
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/displayancestry.ts)_
893
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/displayancestry.ts)_
894
894
 
895
895
  ## `sf package version list`
896
896
 
@@ -966,7 +966,7 @@ EXAMPLES
966
966
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
967
967
  ```
968
968
 
969
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/list.ts)_
969
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/list.ts)_
970
970
 
971
971
  ## `sf package version promote`
972
972
 
@@ -1010,7 +1010,7 @@ EXAMPLES
1010
1010
  $ sf package version promote --package "Awesome Package Alias"
1011
1011
  ```
1012
1012
 
1013
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/promote.ts)_
1013
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/promote.ts)_
1014
1014
 
1015
1015
  ## `sf package version report`
1016
1016
 
@@ -1050,7 +1050,7 @@ EXAMPLES
1050
1050
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1051
1051
  ```
1052
1052
 
1053
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/report.ts)_
1053
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/report.ts)_
1054
1054
 
1055
1055
  ## `sf package version update`
1056
1056
 
@@ -1103,7 +1103,7 @@ EXAMPLES
1103
1103
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1104
1104
  ```
1105
1105
 
1106
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package/version/update.ts)_
1106
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package/version/update.ts)_
1107
1107
 
1108
1108
  ## `sf package1 version create`
1109
1109
 
@@ -1170,7 +1170,7 @@ FLAG DESCRIPTIONS
1170
1170
  subscribers.
1171
1171
  ```
1172
1172
 
1173
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package1/version/create.ts)_
1173
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package1/version/create.ts)_
1174
1174
 
1175
1175
  ## `sf package1 version create get`
1176
1176
 
@@ -1203,7 +1203,7 @@ EXAMPLES
1203
1203
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
1204
1204
  ```
1205
1205
 
1206
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package1/version/create/get.ts)_
1206
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package1/version/create/get.ts)_
1207
1207
 
1208
1208
  ## `sf package1 version display`
1209
1209
 
@@ -1237,7 +1237,7 @@ EXAMPLES
1237
1237
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
1238
1238
  ```
1239
1239
 
1240
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package1/version/display.ts)_
1240
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package1/version/display.ts)_
1241
1241
 
1242
1242
  ## `sf package1 version list`
1243
1243
 
@@ -1275,6 +1275,6 @@ FLAG DESCRIPTIONS
1275
1275
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
1276
1276
  ```
1277
1277
 
1278
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.3/src/commands/package1/version/list.ts)_
1278
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.13.5/src/commands/package1/version/list.ts)_
1279
1279
 
1280
1280
  <!-- commandsstop -->
@@ -1047,15 +1047,16 @@
1047
1047
  "update:package"
1048
1048
  ]
1049
1049
  },
1050
- "package:installed:list": {
1050
+ "package1:version:create": {
1051
1051
  "aliases": [
1052
- "force:package:installed:list"
1052
+ "force:package1:version:create"
1053
1053
  ],
1054
1054
  "args": {},
1055
1055
  "deprecateAliases": true,
1056
+ "description": "The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to create an unmanaged package version.",
1056
1057
  "examples": [
1057
- "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1058
- "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1058
+ "Create a first-generation package version from the package with the specified ID and name the package version \"example\"; use your default org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example",
1059
+ "Same as previous example, but provide a description and wait for 30 minutes for the package version to be created; use the specified org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example --description \"example description\" --wait 30 --target-org myorg@example.com"
1059
1060
  ],
1060
1061
  "flags": {
1061
1062
  "json": {
@@ -1108,69 +1109,165 @@
1108
1109
  "hasDynamicHelp": false,
1109
1110
  "multiple": false,
1110
1111
  "type": "option"
1112
+ },
1113
+ "package-id": {
1114
+ "aliases": [
1115
+ "packageid"
1116
+ ],
1117
+ "char": "i",
1118
+ "deprecateAliases": true,
1119
+ "name": "package-id",
1120
+ "required": true,
1121
+ "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
1122
+ "hasDynamicHelp": false,
1123
+ "multiple": false,
1124
+ "type": "option"
1125
+ },
1126
+ "name": {
1127
+ "char": "n",
1128
+ "name": "name",
1129
+ "required": true,
1130
+ "summary": "Package version name.",
1131
+ "hasDynamicHelp": false,
1132
+ "multiple": false,
1133
+ "type": "option"
1134
+ },
1135
+ "description": {
1136
+ "char": "d",
1137
+ "name": "description",
1138
+ "summary": "Package version description.",
1139
+ "hasDynamicHelp": false,
1140
+ "multiple": false,
1141
+ "type": "option"
1142
+ },
1143
+ "version": {
1144
+ "char": "v",
1145
+ "name": "version",
1146
+ "summary": "Package version in major.minor format, for example, 3.2.",
1147
+ "hasDynamicHelp": false,
1148
+ "multiple": false,
1149
+ "type": "option"
1150
+ },
1151
+ "managed-released": {
1152
+ "aliases": [
1153
+ "managedrelease"
1154
+ ],
1155
+ "char": "m",
1156
+ "deprecateAliases": true,
1157
+ "description": "To create a beta version, don’t include this parameter.",
1158
+ "name": "managed-released",
1159
+ "summary": "Create a managed package version.",
1160
+ "allowNo": false,
1161
+ "type": "boolean"
1162
+ },
1163
+ "release-notes-url": {
1164
+ "aliases": [
1165
+ "releasenotesurl"
1166
+ ],
1167
+ "char": "r",
1168
+ "deprecateAliases": true,
1169
+ "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
1170
+ "name": "release-notes-url",
1171
+ "summary": "Release notes URL.",
1172
+ "hasDynamicHelp": false,
1173
+ "multiple": false,
1174
+ "type": "option"
1175
+ },
1176
+ "post-install-url": {
1177
+ "aliases": [
1178
+ "postinstallurl"
1179
+ ],
1180
+ "char": "p",
1181
+ "deprecateAliases": true,
1182
+ "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
1183
+ "name": "post-install-url",
1184
+ "summary": "Post install URL.",
1185
+ "hasDynamicHelp": false,
1186
+ "multiple": false,
1187
+ "type": "option"
1188
+ },
1189
+ "installation-key": {
1190
+ "aliases": [
1191
+ "installationkey"
1192
+ ],
1193
+ "char": "k",
1194
+ "deprecateAliases": true,
1195
+ "name": "installation-key",
1196
+ "summary": "Installation key for key-protected package (default: null).",
1197
+ "hasDynamicHelp": false,
1198
+ "multiple": false,
1199
+ "type": "option"
1200
+ },
1201
+ "wait": {
1202
+ "char": "w",
1203
+ "name": "wait",
1204
+ "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
1205
+ "hasDynamicHelp": true,
1206
+ "multiple": false,
1207
+ "type": "option"
1111
1208
  }
1112
1209
  },
1113
1210
  "hasDynamicHelp": true,
1114
1211
  "hiddenAliases": [],
1115
- "id": "package:installed:list",
1212
+ "id": "package1:version:create",
1116
1213
  "pluginAlias": "@salesforce/plugin-packaging",
1117
1214
  "pluginName": "@salesforce/plugin-packaging",
1118
1215
  "pluginType": "core",
1119
1216
  "strict": true,
1120
- "summary": "List the org’s installed packages.",
1217
+ "summary": "Create a first-generation package version in the release org.",
1121
1218
  "enableJsonFlag": true,
1122
1219
  "isESM": true,
1123
1220
  "relativePath": [
1124
1221
  "lib",
1125
1222
  "commands",
1126
- "package",
1127
- "installed",
1128
- "list.js"
1223
+ "package1",
1224
+ "version",
1225
+ "create.js"
1129
1226
  ],
1130
1227
  "aliasPermutations": [
1131
- "force:package:installed:list",
1132
- "package:force:installed:list",
1133
- "package:installed:force:list",
1134
- "package:installed:list:force",
1135
- "force:installed:package:list",
1136
- "installed:force:package:list",
1137
- "installed:package:force:list",
1138
- "installed:package:list:force",
1139
- "force:installed:list:package",
1140
- "installed:force:list:package",
1141
- "installed:list:force:package",
1142
- "installed:list:package:force",
1143
- "force:package:list:installed",
1144
- "package:force:list:installed",
1145
- "package:list:force:installed",
1146
- "package:list:installed:force",
1147
- "force:list:package:installed",
1148
- "list:force:package:installed",
1149
- "list:package:force:installed",
1150
- "list:package:installed:force",
1151
- "force:list:installed:package",
1152
- "list:force:installed:package",
1153
- "list:installed:force:package",
1154
- "list:installed:package:force"
1228
+ "force:package1:version:create",
1229
+ "package1:force:version:create",
1230
+ "package1:version:force:create",
1231
+ "package1:version:create:force",
1232
+ "force:version:package1:create",
1233
+ "version:force:package1:create",
1234
+ "version:package1:force:create",
1235
+ "version:package1:create:force",
1236
+ "force:version:create:package1",
1237
+ "version:force:create:package1",
1238
+ "version:create:force:package1",
1239
+ "version:create:package1:force",
1240
+ "force:package1:create:version",
1241
+ "package1:force:create:version",
1242
+ "package1:create:force:version",
1243
+ "package1:create:version:force",
1244
+ "force:create:package1:version",
1245
+ "create:force:package1:version",
1246
+ "create:package1:force:version",
1247
+ "create:package1:version:force",
1248
+ "force:create:version:package1",
1249
+ "create:force:version:package1",
1250
+ "create:version:force:package1",
1251
+ "create:version:package1:force"
1155
1252
  ],
1156
1253
  "permutations": [
1157
- "package:installed:list",
1158
- "installed:package:list",
1159
- "installed:list:package",
1160
- "package:list:installed",
1161
- "list:package:installed",
1162
- "list:installed:package"
1254
+ "package1:version:create",
1255
+ "version:package1:create",
1256
+ "version:create:package1",
1257
+ "package1:create:version",
1258
+ "create:package1:version",
1259
+ "create:version:package1"
1163
1260
  ]
1164
1261
  },
1165
- "package:install:report": {
1262
+ "package1:version:display": {
1166
1263
  "aliases": [
1167
- "force:package:install:report"
1264
+ "force:package1:version:display"
1168
1265
  ],
1169
1266
  "args": {},
1170
1267
  "deprecateAliases": true,
1171
1268
  "examples": [
1172
- "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1173
- "Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
1269
+ "Display details about the first-generation package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t...",
1270
+ "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
1174
1271
  ],
1175
1272
  "flags": {
1176
1273
  "json": {
@@ -1188,6 +1285,16 @@
1188
1285
  "multiple": false,
1189
1286
  "type": "option"
1190
1287
  },
1288
+ "loglevel": {
1289
+ "deprecated": {
1290
+ "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."
1291
+ },
1292
+ "hidden": true,
1293
+ "name": "loglevel",
1294
+ "hasDynamicHelp": false,
1295
+ "multiple": false,
1296
+ "type": "option"
1297
+ },
1191
1298
  "target-org": {
1192
1299
  "aliases": [
1193
1300
  "targetusername",
@@ -1214,25 +1321,15 @@
1214
1321
  "multiple": false,
1215
1322
  "type": "option"
1216
1323
  },
1217
- "loglevel": {
1218
- "deprecated": {
1219
- "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."
1220
- },
1221
- "hidden": true,
1222
- "name": "loglevel",
1223
- "hasDynamicHelp": false,
1224
- "multiple": false,
1225
- "type": "option"
1226
- },
1227
- "request-id": {
1324
+ "package-version-id": {
1228
1325
  "aliases": [
1229
- "requestid"
1326
+ "packageversionid"
1230
1327
  ],
1231
1328
  "char": "i",
1232
1329
  "deprecateAliases": true,
1233
- "name": "request-id",
1330
+ "name": "package-version-id",
1234
1331
  "required": true,
1235
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1332
+ "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
1236
1333
  "hasDynamicHelp": false,
1237
1334
  "multiple": false,
1238
1335
  "type": "option"
@@ -1240,65 +1337,65 @@
1240
1337
  },
1241
1338
  "hasDynamicHelp": true,
1242
1339
  "hiddenAliases": [],
1243
- "id": "package:install:report",
1340
+ "id": "package1:version:display",
1244
1341
  "pluginAlias": "@salesforce/plugin-packaging",
1245
1342
  "pluginName": "@salesforce/plugin-packaging",
1246
1343
  "pluginType": "core",
1247
1344
  "strict": true,
1248
- "summary": "Retrieve the status of a package installation request.",
1345
+ "summary": "Display details about a first-generation package version.",
1249
1346
  "enableJsonFlag": true,
1250
1347
  "isESM": true,
1251
1348
  "relativePath": [
1252
1349
  "lib",
1253
1350
  "commands",
1254
- "package",
1255
- "install",
1256
- "report.js"
1351
+ "package1",
1352
+ "version",
1353
+ "display.js"
1257
1354
  ],
1258
1355
  "aliasPermutations": [
1259
- "force:package:install:report",
1260
- "package:force:install:report",
1261
- "package:install:force:report",
1262
- "package:install:report:force",
1263
- "force:install:package:report",
1264
- "install:force:package:report",
1265
- "install:package:force:report",
1266
- "install:package:report:force",
1267
- "force:install:report:package",
1268
- "install:force:report:package",
1269
- "install:report:force:package",
1270
- "install:report:package:force",
1271
- "force:package:report:install",
1272
- "package:force:report:install",
1273
- "package:report:force:install",
1274
- "package:report:install:force",
1275
- "force:report:package:install",
1276
- "report:force:package:install",
1277
- "report:package:force:install",
1278
- "report:package:install:force",
1279
- "force:report:install:package",
1280
- "report:force:install:package",
1281
- "report:install:force:package",
1282
- "report:install:package:force"
1356
+ "force:package1:version:display",
1357
+ "package1:force:version:display",
1358
+ "package1:version:force:display",
1359
+ "package1:version:display:force",
1360
+ "force:version:package1:display",
1361
+ "version:force:package1:display",
1362
+ "version:package1:force:display",
1363
+ "version:package1:display:force",
1364
+ "force:version:display:package1",
1365
+ "version:force:display:package1",
1366
+ "version:display:force:package1",
1367
+ "version:display:package1:force",
1368
+ "force:package1:display:version",
1369
+ "package1:force:display:version",
1370
+ "package1:display:force:version",
1371
+ "package1:display:version:force",
1372
+ "force:display:package1:version",
1373
+ "display:force:package1:version",
1374
+ "display:package1:force:version",
1375
+ "display:package1:version:force",
1376
+ "force:display:version:package1",
1377
+ "display:force:version:package1",
1378
+ "display:version:force:package1",
1379
+ "display:version:package1:force"
1283
1380
  ],
1284
1381
  "permutations": [
1285
- "package:install:report",
1286
- "install:package:report",
1287
- "install:report:package",
1288
- "package:report:install",
1289
- "report:package:install",
1290
- "report:install:package"
1382
+ "package1:version:display",
1383
+ "version:package1:display",
1384
+ "version:display:package1",
1385
+ "package1:display:version",
1386
+ "display:package1:version",
1387
+ "display:version:package1"
1291
1388
  ]
1292
1389
  },
1293
- "package:uninstall:report": {
1390
+ "package1:version:list": {
1294
1391
  "aliases": [
1295
- "force:package:uninstall:report"
1392
+ "force:package1:version:list"
1296
1393
  ],
1297
1394
  "args": {},
1298
1395
  "deprecateAliases": true,
1299
1396
  "examples": [
1300
- "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1301
- "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"
1397
+ "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
1398
+ "List package versions for the specified first-generation package in the specifief org:\n<%= config.bin %> <%= command.id %> --package-id 033... --target-org myorg@example.com"
1302
1399
  ],
1303
1400
  "flags": {
1304
1401
  "json": {
@@ -1352,15 +1449,15 @@
1352
1449
  "multiple": false,
1353
1450
  "type": "option"
1354
1451
  },
1355
- "request-id": {
1452
+ "package-id": {
1356
1453
  "aliases": [
1357
- "requestid"
1454
+ "packageid"
1358
1455
  ],
1359
1456
  "char": "i",
1360
1457
  "deprecateAliases": true,
1361
- "name": "request-id",
1362
- "required": true,
1363
- "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1458
+ "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
1459
+ "name": "package-id",
1460
+ "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
1364
1461
  "hasDynamicHelp": false,
1365
1462
  "multiple": false,
1366
1463
  "type": "option"
@@ -1368,66 +1465,65 @@
1368
1465
  },
1369
1466
  "hasDynamicHelp": true,
1370
1467
  "hiddenAliases": [],
1371
- "id": "package:uninstall:report",
1468
+ "id": "package1:version:list",
1372
1469
  "pluginAlias": "@salesforce/plugin-packaging",
1373
1470
  "pluginName": "@salesforce/plugin-packaging",
1374
1471
  "pluginType": "core",
1375
1472
  "strict": true,
1376
- "summary": "Retrieve the status of a package uninstall request.",
1473
+ "summary": "List package versions for the specified first-generation package or for the org.",
1377
1474
  "enableJsonFlag": true,
1378
1475
  "isESM": true,
1379
1476
  "relativePath": [
1380
1477
  "lib",
1381
1478
  "commands",
1382
- "package",
1383
- "uninstall",
1384
- "report.js"
1479
+ "package1",
1480
+ "version",
1481
+ "list.js"
1385
1482
  ],
1386
1483
  "aliasPermutations": [
1387
- "force:package:uninstall:report",
1388
- "package:force:uninstall:report",
1389
- "package:uninstall:force:report",
1390
- "package:uninstall:report:force",
1391
- "force:uninstall:package:report",
1392
- "uninstall:force:package:report",
1393
- "uninstall:package:force:report",
1394
- "uninstall:package:report:force",
1395
- "force:uninstall:report:package",
1396
- "uninstall:force:report:package",
1397
- "uninstall:report:force:package",
1398
- "uninstall:report:package:force",
1399
- "force:package:report:uninstall",
1400
- "package:force:report:uninstall",
1401
- "package:report:force:uninstall",
1402
- "package:report:uninstall:force",
1403
- "force:report:package:uninstall",
1404
- "report:force:package:uninstall",
1405
- "report:package:force:uninstall",
1406
- "report:package:uninstall:force",
1407
- "force:report:uninstall:package",
1408
- "report:force:uninstall:package",
1409
- "report:uninstall:force:package",
1410
- "report:uninstall:package:force"
1484
+ "force:package1:version:list",
1485
+ "package1:force:version:list",
1486
+ "package1:version:force:list",
1487
+ "package1:version:list:force",
1488
+ "force:version:package1:list",
1489
+ "version:force:package1:list",
1490
+ "version:package1:force:list",
1491
+ "version:package1:list:force",
1492
+ "force:version:list:package1",
1493
+ "version:force:list:package1",
1494
+ "version:list:force:package1",
1495
+ "version:list:package1:force",
1496
+ "force:package1:list:version",
1497
+ "package1:force:list:version",
1498
+ "package1:list:force:version",
1499
+ "package1:list:version:force",
1500
+ "force:list:package1:version",
1501
+ "list:force:package1:version",
1502
+ "list:package1:force:version",
1503
+ "list:package1:version:force",
1504
+ "force:list:version:package1",
1505
+ "list:force:version:package1",
1506
+ "list:version:force:package1",
1507
+ "list:version:package1:force"
1411
1508
  ],
1412
1509
  "permutations": [
1413
- "package:uninstall:report",
1414
- "uninstall:package:report",
1415
- "uninstall:report:package",
1416
- "package:report:uninstall",
1417
- "report:package:uninstall",
1418
- "report:uninstall:package"
1510
+ "package1:version:list",
1511
+ "version:package1:list",
1512
+ "version:list:package1",
1513
+ "package1:list:version",
1514
+ "list:package1:version",
1515
+ "list:version:package1"
1419
1516
  ]
1420
1517
  },
1421
- "package1:version:create": {
1518
+ "package:install:report": {
1422
1519
  "aliases": [
1423
- "force:package1:version:create"
1520
+ "force:package:install:report"
1424
1521
  ],
1425
1522
  "args": {},
1426
1523
  "deprecateAliases": true,
1427
- "description": "The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to create an unmanaged package version.",
1428
1524
  "examples": [
1429
- "Create a first-generation package version from the package with the specified ID and name the package version \"example\"; use your default org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example",
1430
- "Same as previous example, but provide a description and wait for 30 minutes for the package version to be created; use the specified org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example --description \"example description\" --wait 30 --target-org myorg@example.com"
1525
+ "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1526
+ "Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
1431
1527
  ],
1432
1528
  "flags": {
1433
1529
  "json": {
@@ -1445,16 +1541,6 @@
1445
1541
  "multiple": false,
1446
1542
  "type": "option"
1447
1543
  },
1448
- "loglevel": {
1449
- "deprecated": {
1450
- "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."
1451
- },
1452
- "hidden": true,
1453
- "name": "loglevel",
1454
- "hasDynamicHelp": false,
1455
- "multiple": false,
1456
- "type": "option"
1457
- },
1458
1544
  "target-org": {
1459
1545
  "aliases": [
1460
1546
  "targetusername",
@@ -1481,164 +1567,91 @@
1481
1567
  "multiple": false,
1482
1568
  "type": "option"
1483
1569
  },
1484
- "package-id": {
1485
- "aliases": [
1486
- "packageid"
1487
- ],
1488
- "char": "i",
1489
- "deprecateAliases": true,
1490
- "name": "package-id",
1491
- "required": true,
1492
- "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
1493
- "hasDynamicHelp": false,
1494
- "multiple": false,
1495
- "type": "option"
1496
- },
1497
- "name": {
1498
- "char": "n",
1499
- "name": "name",
1500
- "required": true,
1501
- "summary": "Package version name.",
1502
- "hasDynamicHelp": false,
1503
- "multiple": false,
1504
- "type": "option"
1505
- },
1506
- "description": {
1507
- "char": "d",
1508
- "name": "description",
1509
- "summary": "Package version description.",
1510
- "hasDynamicHelp": false,
1511
- "multiple": false,
1512
- "type": "option"
1513
- },
1514
- "version": {
1515
- "char": "v",
1516
- "name": "version",
1517
- "summary": "Package version in major.minor format, for example, 3.2.",
1518
- "hasDynamicHelp": false,
1519
- "multiple": false,
1520
- "type": "option"
1521
- },
1522
- "managed-released": {
1523
- "aliases": [
1524
- "managedrelease"
1525
- ],
1526
- "char": "m",
1527
- "deprecateAliases": true,
1528
- "description": "To create a beta version, don’t include this parameter.",
1529
- "name": "managed-released",
1530
- "summary": "Create a managed package version.",
1531
- "allowNo": false,
1532
- "type": "boolean"
1533
- },
1534
- "release-notes-url": {
1535
- "aliases": [
1536
- "releasenotesurl"
1537
- ],
1538
- "char": "r",
1539
- "deprecateAliases": true,
1540
- "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
1541
- "name": "release-notes-url",
1542
- "summary": "Release notes URL.",
1543
- "hasDynamicHelp": false,
1544
- "multiple": false,
1545
- "type": "option"
1546
- },
1547
- "post-install-url": {
1548
- "aliases": [
1549
- "postinstallurl"
1550
- ],
1551
- "char": "p",
1552
- "deprecateAliases": true,
1553
- "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
1554
- "name": "post-install-url",
1555
- "summary": "Post install URL.",
1570
+ "loglevel": {
1571
+ "deprecated": {
1572
+ "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."
1573
+ },
1574
+ "hidden": true,
1575
+ "name": "loglevel",
1556
1576
  "hasDynamicHelp": false,
1557
1577
  "multiple": false,
1558
1578
  "type": "option"
1559
1579
  },
1560
- "installation-key": {
1580
+ "request-id": {
1561
1581
  "aliases": [
1562
- "installationkey"
1563
- ],
1564
- "char": "k",
1565
- "deprecateAliases": true,
1566
- "name": "installation-key",
1567
- "summary": "Installation key for key-protected package (default: null).",
1568
- "hasDynamicHelp": false,
1569
- "multiple": false,
1570
- "type": "option"
1571
- },
1572
- "wait": {
1573
- "char": "w",
1574
- "name": "wait",
1575
- "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
1576
- "hasDynamicHelp": true,
1582
+ "requestid"
1583
+ ],
1584
+ "char": "i",
1585
+ "deprecateAliases": true,
1586
+ "name": "request-id",
1587
+ "required": true,
1588
+ "summary": "ID of the package install request you want to check; starts with 0Hf.",
1589
+ "hasDynamicHelp": false,
1577
1590
  "multiple": false,
1578
1591
  "type": "option"
1579
1592
  }
1580
1593
  },
1581
1594
  "hasDynamicHelp": true,
1582
1595
  "hiddenAliases": [],
1583
- "id": "package1:version:create",
1596
+ "id": "package:install:report",
1584
1597
  "pluginAlias": "@salesforce/plugin-packaging",
1585
1598
  "pluginName": "@salesforce/plugin-packaging",
1586
1599
  "pluginType": "core",
1587
1600
  "strict": true,
1588
- "summary": "Create a first-generation package version in the release org.",
1601
+ "summary": "Retrieve the status of a package installation request.",
1589
1602
  "enableJsonFlag": true,
1590
1603
  "isESM": true,
1591
1604
  "relativePath": [
1592
1605
  "lib",
1593
1606
  "commands",
1594
- "package1",
1595
- "version",
1596
- "create.js"
1607
+ "package",
1608
+ "install",
1609
+ "report.js"
1597
1610
  ],
1598
1611
  "aliasPermutations": [
1599
- "force:package1:version:create",
1600
- "package1:force:version:create",
1601
- "package1:version:force:create",
1602
- "package1:version:create:force",
1603
- "force:version:package1:create",
1604
- "version:force:package1:create",
1605
- "version:package1:force:create",
1606
- "version:package1:create:force",
1607
- "force:version:create:package1",
1608
- "version:force:create:package1",
1609
- "version:create:force:package1",
1610
- "version:create:package1:force",
1611
- "force:package1:create:version",
1612
- "package1:force:create:version",
1613
- "package1:create:force:version",
1614
- "package1:create:version:force",
1615
- "force:create:package1:version",
1616
- "create:force:package1:version",
1617
- "create:package1:force:version",
1618
- "create:package1:version:force",
1619
- "force:create:version:package1",
1620
- "create:force:version:package1",
1621
- "create:version:force:package1",
1622
- "create:version:package1:force"
1612
+ "force:package:install:report",
1613
+ "package:force:install:report",
1614
+ "package:install:force:report",
1615
+ "package:install:report:force",
1616
+ "force:install:package:report",
1617
+ "install:force:package:report",
1618
+ "install:package:force:report",
1619
+ "install:package:report:force",
1620
+ "force:install:report:package",
1621
+ "install:force:report:package",
1622
+ "install:report:force:package",
1623
+ "install:report:package:force",
1624
+ "force:package:report:install",
1625
+ "package:force:report:install",
1626
+ "package:report:force:install",
1627
+ "package:report:install:force",
1628
+ "force:report:package:install",
1629
+ "report:force:package:install",
1630
+ "report:package:force:install",
1631
+ "report:package:install:force",
1632
+ "force:report:install:package",
1633
+ "report:force:install:package",
1634
+ "report:install:force:package",
1635
+ "report:install:package:force"
1623
1636
  ],
1624
1637
  "permutations": [
1625
- "package1:version:create",
1626
- "version:package1:create",
1627
- "version:create:package1",
1628
- "package1:create:version",
1629
- "create:package1:version",
1630
- "create:version:package1"
1638
+ "package:install:report",
1639
+ "install:package:report",
1640
+ "install:report:package",
1641
+ "package:report:install",
1642
+ "report:package:install",
1643
+ "report:install:package"
1631
1644
  ]
1632
1645
  },
1633
- "package1:version:display": {
1646
+ "package:installed:list": {
1634
1647
  "aliases": [
1635
- "force:package1:version:display"
1648
+ "force:package:installed:list"
1636
1649
  ],
1637
1650
  "args": {},
1638
1651
  "deprecateAliases": true,
1639
1652
  "examples": [
1640
- "Display details about the first-generation package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t...",
1641
- "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
1653
+ "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1654
+ "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1642
1655
  ],
1643
1656
  "flags": {
1644
1657
  "json": {
@@ -1691,82 +1704,69 @@
1691
1704
  "hasDynamicHelp": false,
1692
1705
  "multiple": false,
1693
1706
  "type": "option"
1694
- },
1695
- "package-version-id": {
1696
- "aliases": [
1697
- "packageversionid"
1698
- ],
1699
- "char": "i",
1700
- "deprecateAliases": true,
1701
- "name": "package-version-id",
1702
- "required": true,
1703
- "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
1704
- "hasDynamicHelp": false,
1705
- "multiple": false,
1706
- "type": "option"
1707
1707
  }
1708
1708
  },
1709
1709
  "hasDynamicHelp": true,
1710
1710
  "hiddenAliases": [],
1711
- "id": "package1:version:display",
1711
+ "id": "package:installed:list",
1712
1712
  "pluginAlias": "@salesforce/plugin-packaging",
1713
1713
  "pluginName": "@salesforce/plugin-packaging",
1714
1714
  "pluginType": "core",
1715
1715
  "strict": true,
1716
- "summary": "Display details about a first-generation package version.",
1716
+ "summary": "List the org’s installed packages.",
1717
1717
  "enableJsonFlag": true,
1718
1718
  "isESM": true,
1719
1719
  "relativePath": [
1720
1720
  "lib",
1721
1721
  "commands",
1722
- "package1",
1723
- "version",
1724
- "display.js"
1722
+ "package",
1723
+ "installed",
1724
+ "list.js"
1725
1725
  ],
1726
1726
  "aliasPermutations": [
1727
- "force:package1:version:display",
1728
- "package1:force:version:display",
1729
- "package1:version:force:display",
1730
- "package1:version:display:force",
1731
- "force:version:package1:display",
1732
- "version:force:package1:display",
1733
- "version:package1:force:display",
1734
- "version:package1:display:force",
1735
- "force:version:display:package1",
1736
- "version:force:display:package1",
1737
- "version:display:force:package1",
1738
- "version:display:package1:force",
1739
- "force:package1:display:version",
1740
- "package1:force:display:version",
1741
- "package1:display:force:version",
1742
- "package1:display:version:force",
1743
- "force:display:package1:version",
1744
- "display:force:package1:version",
1745
- "display:package1:force:version",
1746
- "display:package1:version:force",
1747
- "force:display:version:package1",
1748
- "display:force:version:package1",
1749
- "display:version:force:package1",
1750
- "display:version:package1:force"
1727
+ "force:package:installed:list",
1728
+ "package:force:installed:list",
1729
+ "package:installed:force:list",
1730
+ "package:installed:list:force",
1731
+ "force:installed:package:list",
1732
+ "installed:force:package:list",
1733
+ "installed:package:force:list",
1734
+ "installed:package:list:force",
1735
+ "force:installed:list:package",
1736
+ "installed:force:list:package",
1737
+ "installed:list:force:package",
1738
+ "installed:list:package:force",
1739
+ "force:package:list:installed",
1740
+ "package:force:list:installed",
1741
+ "package:list:force:installed",
1742
+ "package:list:installed:force",
1743
+ "force:list:package:installed",
1744
+ "list:force:package:installed",
1745
+ "list:package:force:installed",
1746
+ "list:package:installed:force",
1747
+ "force:list:installed:package",
1748
+ "list:force:installed:package",
1749
+ "list:installed:force:package",
1750
+ "list:installed:package:force"
1751
1751
  ],
1752
1752
  "permutations": [
1753
- "package1:version:display",
1754
- "version:package1:display",
1755
- "version:display:package1",
1756
- "package1:display:version",
1757
- "display:package1:version",
1758
- "display:version:package1"
1753
+ "package:installed:list",
1754
+ "installed:package:list",
1755
+ "installed:list:package",
1756
+ "package:list:installed",
1757
+ "list:package:installed",
1758
+ "list:installed:package"
1759
1759
  ]
1760
1760
  },
1761
- "package1:version:list": {
1761
+ "package:uninstall:report": {
1762
1762
  "aliases": [
1763
- "force:package1:version:list"
1763
+ "force:package:uninstall:report"
1764
1764
  ],
1765
1765
  "args": {},
1766
1766
  "deprecateAliases": true,
1767
1767
  "examples": [
1768
- "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
1769
- "List package versions for the specified first-generation package in the specifief org:\n<%= config.bin %> <%= command.id %> --package-id 033... --target-org myorg@example.com"
1768
+ "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1769
+ "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"
1770
1770
  ],
1771
1771
  "flags": {
1772
1772
  "json": {
@@ -1820,15 +1820,15 @@
1820
1820
  "multiple": false,
1821
1821
  "type": "option"
1822
1822
  },
1823
- "package-id": {
1823
+ "request-id": {
1824
1824
  "aliases": [
1825
- "packageid"
1825
+ "requestid"
1826
1826
  ],
1827
1827
  "char": "i",
1828
1828
  "deprecateAliases": true,
1829
- "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
1830
- "name": "package-id",
1831
- "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
1829
+ "name": "request-id",
1830
+ "required": true,
1831
+ "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1832
1832
  "hasDynamicHelp": false,
1833
1833
  "multiple": false,
1834
1834
  "type": "option"
@@ -1836,54 +1836,54 @@
1836
1836
  },
1837
1837
  "hasDynamicHelp": true,
1838
1838
  "hiddenAliases": [],
1839
- "id": "package1:version:list",
1839
+ "id": "package:uninstall:report",
1840
1840
  "pluginAlias": "@salesforce/plugin-packaging",
1841
1841
  "pluginName": "@salesforce/plugin-packaging",
1842
1842
  "pluginType": "core",
1843
1843
  "strict": true,
1844
- "summary": "List package versions for the specified first-generation package or for the org.",
1844
+ "summary": "Retrieve the status of a package uninstall request.",
1845
1845
  "enableJsonFlag": true,
1846
1846
  "isESM": true,
1847
1847
  "relativePath": [
1848
1848
  "lib",
1849
1849
  "commands",
1850
- "package1",
1851
- "version",
1852
- "list.js"
1850
+ "package",
1851
+ "uninstall",
1852
+ "report.js"
1853
1853
  ],
1854
1854
  "aliasPermutations": [
1855
- "force:package1:version:list",
1856
- "package1:force:version:list",
1857
- "package1:version:force:list",
1858
- "package1:version:list:force",
1859
- "force:version:package1:list",
1860
- "version:force:package1:list",
1861
- "version:package1:force:list",
1862
- "version:package1:list:force",
1863
- "force:version:list:package1",
1864
- "version:force:list:package1",
1865
- "version:list:force:package1",
1866
- "version:list:package1:force",
1867
- "force:package1:list:version",
1868
- "package1:force:list:version",
1869
- "package1:list:force:version",
1870
- "package1:list:version:force",
1871
- "force:list:package1:version",
1872
- "list:force:package1:version",
1873
- "list:package1:force:version",
1874
- "list:package1:version:force",
1875
- "force:list:version:package1",
1876
- "list:force:version:package1",
1877
- "list:version:force:package1",
1878
- "list:version:package1:force"
1855
+ "force:package:uninstall:report",
1856
+ "package:force:uninstall:report",
1857
+ "package:uninstall:force:report",
1858
+ "package:uninstall:report:force",
1859
+ "force:uninstall:package:report",
1860
+ "uninstall:force:package:report",
1861
+ "uninstall:package:force:report",
1862
+ "uninstall:package:report:force",
1863
+ "force:uninstall:report:package",
1864
+ "uninstall:force:report:package",
1865
+ "uninstall:report:force:package",
1866
+ "uninstall:report:package:force",
1867
+ "force:package:report:uninstall",
1868
+ "package:force:report:uninstall",
1869
+ "package:report:force:uninstall",
1870
+ "package:report:uninstall:force",
1871
+ "force:report:package:uninstall",
1872
+ "report:force:package:uninstall",
1873
+ "report:package:force:uninstall",
1874
+ "report:package:uninstall:force",
1875
+ "force:report:uninstall:package",
1876
+ "report:force:uninstall:package",
1877
+ "report:uninstall:force:package",
1878
+ "report:uninstall:package:force"
1879
1879
  ],
1880
1880
  "permutations": [
1881
- "package1:version:list",
1882
- "version:package1:list",
1883
- "version:list:package1",
1884
- "package1:list:version",
1885
- "list:package1:version",
1886
- "list:version:package1"
1881
+ "package:uninstall:report",
1882
+ "uninstall:package:report",
1883
+ "uninstall:report:package",
1884
+ "package:report:uninstall",
1885
+ "report:package:uninstall",
1886
+ "report:uninstall:package"
1887
1887
  ]
1888
1888
  },
1889
1889
  "package:version:create": {
@@ -4065,5 +4065,5 @@
4065
4065
  ]
4066
4066
  }
4067
4067
  },
4068
- "version": "2.13.3"
4068
+ "version": "2.13.5"
4069
4069
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.13.3",
4
+ "version": "2.13.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.10.3",
9
+ "@salesforce/core": "^8.11.0",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/packaging": "^4.5.0",
12
- "@salesforce/sf-plugins-core": "^12.2.1",
12
+ "@salesforce/sf-plugins-core": "^12.2.2",
13
13
  "chalk": "^5.4.1"
14
14
  },
15
15
  "devDependencies": {
@@ -17,7 +17,7 @@
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^11.0.2",
19
19
  "@salesforce/plugin-command-reference": "^3.1.50",
20
- "eslint-plugin-sf-plugin": "^1.20.19",
20
+ "eslint-plugin-sf-plugin": "^1.20.23",
21
21
  "oclif": "^4.17.46",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.8.3"
@@ -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.13.3.crt",
251
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.13.3.sig"
250
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.13.5.crt",
251
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.13.5.sig"
252
252
  }
253
253
  }