@salesforce/plugin-packaging 2.10.2 → 2.10.3

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.10.2/src/commands/package/create.ts)_
133
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/delete.ts)_
175
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/install.ts)_
274
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/install/report.ts)_
307
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/installed/list.ts)_
339
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/list.ts)_
377
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/uninstall.ts)_
425
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/uninstall/report.ts)_
458
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/update.ts)_
513
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/create.ts)_
688
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/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.10.3/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.10.2/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.10.3/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.10.2/src/commands/package/version/delete.ts)_
833
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/displayancestry.ts)_
893
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/list.ts)_
969
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/promote.ts)_
1013
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/report.ts)_
1053
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package/version/update.ts)_
1106
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package1/version/create.ts)_
1173
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/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.10.3/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.10.2/src/commands/package1/version/display.ts)_
1240
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/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.10.2/src/commands/package1/version/list.ts)_
1278
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.10.3/src/commands/package1/version/list.ts)_
1279
1279
 
1280
1280
  <!-- commandsstop -->
@@ -1033,15 +1033,16 @@
1033
1033
  "update:package"
1034
1034
  ]
1035
1035
  },
1036
- "package:installed:list": {
1036
+ "package1:version:create": {
1037
1037
  "aliases": [
1038
- "force:package:installed:list"
1038
+ "force:package1:version:create"
1039
1039
  ],
1040
1040
  "args": {},
1041
1041
  "deprecateAliases": true,
1042
+ "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.",
1042
1043
  "examples": [
1043
- "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1044
- "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1044
+ "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",
1045
+ "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"
1045
1046
  ],
1046
1047
  "flags": {
1047
1048
  "json": {
@@ -1094,69 +1095,165 @@
1094
1095
  "hasDynamicHelp": false,
1095
1096
  "multiple": false,
1096
1097
  "type": "option"
1098
+ },
1099
+ "package-id": {
1100
+ "aliases": [
1101
+ "packageid"
1102
+ ],
1103
+ "char": "i",
1104
+ "deprecateAliases": true,
1105
+ "name": "package-id",
1106
+ "required": true,
1107
+ "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
1108
+ "hasDynamicHelp": false,
1109
+ "multiple": false,
1110
+ "type": "option"
1111
+ },
1112
+ "name": {
1113
+ "char": "n",
1114
+ "name": "name",
1115
+ "required": true,
1116
+ "summary": "Package version name.",
1117
+ "hasDynamicHelp": false,
1118
+ "multiple": false,
1119
+ "type": "option"
1120
+ },
1121
+ "description": {
1122
+ "char": "d",
1123
+ "name": "description",
1124
+ "summary": "Package version description.",
1125
+ "hasDynamicHelp": false,
1126
+ "multiple": false,
1127
+ "type": "option"
1128
+ },
1129
+ "version": {
1130
+ "char": "v",
1131
+ "name": "version",
1132
+ "summary": "Package version in major.minor format, for example, 3.2.",
1133
+ "hasDynamicHelp": false,
1134
+ "multiple": false,
1135
+ "type": "option"
1136
+ },
1137
+ "managed-released": {
1138
+ "aliases": [
1139
+ "managedrelease"
1140
+ ],
1141
+ "char": "m",
1142
+ "deprecateAliases": true,
1143
+ "description": "To create a beta version, don’t include this parameter.",
1144
+ "name": "managed-released",
1145
+ "summary": "Create a managed package version.",
1146
+ "allowNo": false,
1147
+ "type": "boolean"
1148
+ },
1149
+ "release-notes-url": {
1150
+ "aliases": [
1151
+ "releasenotesurl"
1152
+ ],
1153
+ "char": "r",
1154
+ "deprecateAliases": true,
1155
+ "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
1156
+ "name": "release-notes-url",
1157
+ "summary": "Release notes URL.",
1158
+ "hasDynamicHelp": false,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
1162
+ "post-install-url": {
1163
+ "aliases": [
1164
+ "postinstallurl"
1165
+ ],
1166
+ "char": "p",
1167
+ "deprecateAliases": true,
1168
+ "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
1169
+ "name": "post-install-url",
1170
+ "summary": "Post install URL.",
1171
+ "hasDynamicHelp": false,
1172
+ "multiple": false,
1173
+ "type": "option"
1174
+ },
1175
+ "installation-key": {
1176
+ "aliases": [
1177
+ "installationkey"
1178
+ ],
1179
+ "char": "k",
1180
+ "deprecateAliases": true,
1181
+ "name": "installation-key",
1182
+ "summary": "Installation key for key-protected package (default: null).",
1183
+ "hasDynamicHelp": false,
1184
+ "multiple": false,
1185
+ "type": "option"
1186
+ },
1187
+ "wait": {
1188
+ "char": "w",
1189
+ "name": "wait",
1190
+ "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
1191
+ "hasDynamicHelp": true,
1192
+ "multiple": false,
1193
+ "type": "option"
1097
1194
  }
1098
1195
  },
1099
1196
  "hasDynamicHelp": true,
1100
1197
  "hiddenAliases": [],
1101
- "id": "package:installed:list",
1198
+ "id": "package1:version:create",
1102
1199
  "pluginAlias": "@salesforce/plugin-packaging",
1103
1200
  "pluginName": "@salesforce/plugin-packaging",
1104
1201
  "pluginType": "core",
1105
1202
  "strict": true,
1106
- "summary": "List the org’s installed packages.",
1203
+ "summary": "Create a first-generation package version in the release org.",
1107
1204
  "enableJsonFlag": true,
1108
1205
  "isESM": true,
1109
1206
  "relativePath": [
1110
1207
  "lib",
1111
1208
  "commands",
1112
- "package",
1113
- "installed",
1114
- "list.js"
1209
+ "package1",
1210
+ "version",
1211
+ "create.js"
1115
1212
  ],
1116
1213
  "aliasPermutations": [
1117
- "force:package:installed:list",
1118
- "package:force:installed:list",
1119
- "package:installed:force:list",
1120
- "package:installed:list:force",
1121
- "force:installed:package:list",
1122
- "installed:force:package:list",
1123
- "installed:package:force:list",
1124
- "installed:package:list:force",
1125
- "force:installed:list:package",
1126
- "installed:force:list:package",
1127
- "installed:list:force:package",
1128
- "installed:list:package:force",
1129
- "force:package:list:installed",
1130
- "package:force:list:installed",
1131
- "package:list:force:installed",
1132
- "package:list:installed:force",
1133
- "force:list:package:installed",
1134
- "list:force:package:installed",
1135
- "list:package:force:installed",
1136
- "list:package:installed:force",
1137
- "force:list:installed:package",
1138
- "list:force:installed:package",
1139
- "list:installed:force:package",
1140
- "list:installed:package:force"
1214
+ "force:package1:version:create",
1215
+ "package1:force:version:create",
1216
+ "package1:version:force:create",
1217
+ "package1:version:create:force",
1218
+ "force:version:package1:create",
1219
+ "version:force:package1:create",
1220
+ "version:package1:force:create",
1221
+ "version:package1:create:force",
1222
+ "force:version:create:package1",
1223
+ "version:force:create:package1",
1224
+ "version:create:force:package1",
1225
+ "version:create:package1:force",
1226
+ "force:package1:create:version",
1227
+ "package1:force:create:version",
1228
+ "package1:create:force:version",
1229
+ "package1:create:version:force",
1230
+ "force:create:package1:version",
1231
+ "create:force:package1:version",
1232
+ "create:package1:force:version",
1233
+ "create:package1:version:force",
1234
+ "force:create:version:package1",
1235
+ "create:force:version:package1",
1236
+ "create:version:force:package1",
1237
+ "create:version:package1:force"
1141
1238
  ],
1142
1239
  "permutations": [
1143
- "package:installed:list",
1144
- "installed:package:list",
1145
- "installed:list:package",
1146
- "package:list:installed",
1147
- "list:package:installed",
1148
- "list:installed:package"
1240
+ "package1:version:create",
1241
+ "version:package1:create",
1242
+ "version:create:package1",
1243
+ "package1:create:version",
1244
+ "create:package1:version",
1245
+ "create:version:package1"
1149
1246
  ]
1150
1247
  },
1151
- "package:install:report": {
1248
+ "package1:version:display": {
1152
1249
  "aliases": [
1153
- "force:package:install:report"
1250
+ "force:package1:version:display"
1154
1251
  ],
1155
1252
  "args": {},
1156
1253
  "deprecateAliases": true,
1157
1254
  "examples": [
1158
- "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1159
- "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"
1255
+ "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...",
1256
+ "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
1160
1257
  ],
1161
1258
  "flags": {
1162
1259
  "json": {
@@ -1174,6 +1271,16 @@
1174
1271
  "multiple": false,
1175
1272
  "type": "option"
1176
1273
  },
1274
+ "loglevel": {
1275
+ "deprecated": {
1276
+ "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."
1277
+ },
1278
+ "hidden": true,
1279
+ "name": "loglevel",
1280
+ "hasDynamicHelp": false,
1281
+ "multiple": false,
1282
+ "type": "option"
1283
+ },
1177
1284
  "target-org": {
1178
1285
  "aliases": [
1179
1286
  "targetusername",
@@ -1200,25 +1307,15 @@
1200
1307
  "multiple": false,
1201
1308
  "type": "option"
1202
1309
  },
1203
- "loglevel": {
1204
- "deprecated": {
1205
- "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."
1206
- },
1207
- "hidden": true,
1208
- "name": "loglevel",
1209
- "hasDynamicHelp": false,
1210
- "multiple": false,
1211
- "type": "option"
1212
- },
1213
- "request-id": {
1310
+ "package-version-id": {
1214
1311
  "aliases": [
1215
- "requestid"
1312
+ "packageversionid"
1216
1313
  ],
1217
1314
  "char": "i",
1218
1315
  "deprecateAliases": true,
1219
- "name": "request-id",
1316
+ "name": "package-version-id",
1220
1317
  "required": true,
1221
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1318
+ "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
1222
1319
  "hasDynamicHelp": false,
1223
1320
  "multiple": false,
1224
1321
  "type": "option"
@@ -1226,65 +1323,65 @@
1226
1323
  },
1227
1324
  "hasDynamicHelp": true,
1228
1325
  "hiddenAliases": [],
1229
- "id": "package:install:report",
1326
+ "id": "package1:version:display",
1230
1327
  "pluginAlias": "@salesforce/plugin-packaging",
1231
1328
  "pluginName": "@salesforce/plugin-packaging",
1232
1329
  "pluginType": "core",
1233
1330
  "strict": true,
1234
- "summary": "Retrieve the status of a package installation request.",
1331
+ "summary": "Display details about a first-generation package version.",
1235
1332
  "enableJsonFlag": true,
1236
1333
  "isESM": true,
1237
1334
  "relativePath": [
1238
1335
  "lib",
1239
1336
  "commands",
1240
- "package",
1241
- "install",
1242
- "report.js"
1337
+ "package1",
1338
+ "version",
1339
+ "display.js"
1243
1340
  ],
1244
1341
  "aliasPermutations": [
1245
- "force:package:install:report",
1246
- "package:force:install:report",
1247
- "package:install:force:report",
1248
- "package:install:report:force",
1249
- "force:install:package:report",
1250
- "install:force:package:report",
1251
- "install:package:force:report",
1252
- "install:package:report:force",
1253
- "force:install:report:package",
1254
- "install:force:report:package",
1255
- "install:report:force:package",
1256
- "install:report:package:force",
1257
- "force:package:report:install",
1258
- "package:force:report:install",
1259
- "package:report:force:install",
1260
- "package:report:install:force",
1261
- "force:report:package:install",
1262
- "report:force:package:install",
1263
- "report:package:force:install",
1264
- "report:package:install:force",
1265
- "force:report:install:package",
1266
- "report:force:install:package",
1267
- "report:install:force:package",
1268
- "report:install:package:force"
1342
+ "force:package1:version:display",
1343
+ "package1:force:version:display",
1344
+ "package1:version:force:display",
1345
+ "package1:version:display:force",
1346
+ "force:version:package1:display",
1347
+ "version:force:package1:display",
1348
+ "version:package1:force:display",
1349
+ "version:package1:display:force",
1350
+ "force:version:display:package1",
1351
+ "version:force:display:package1",
1352
+ "version:display:force:package1",
1353
+ "version:display:package1:force",
1354
+ "force:package1:display:version",
1355
+ "package1:force:display:version",
1356
+ "package1:display:force:version",
1357
+ "package1:display:version:force",
1358
+ "force:display:package1:version",
1359
+ "display:force:package1:version",
1360
+ "display:package1:force:version",
1361
+ "display:package1:version:force",
1362
+ "force:display:version:package1",
1363
+ "display:force:version:package1",
1364
+ "display:version:force:package1",
1365
+ "display:version:package1:force"
1269
1366
  ],
1270
1367
  "permutations": [
1271
- "package:install:report",
1272
- "install:package:report",
1273
- "install:report:package",
1274
- "package:report:install",
1275
- "report:package:install",
1276
- "report:install:package"
1368
+ "package1:version:display",
1369
+ "version:package1:display",
1370
+ "version:display:package1",
1371
+ "package1:display:version",
1372
+ "display:package1:version",
1373
+ "display:version:package1"
1277
1374
  ]
1278
1375
  },
1279
- "package:uninstall:report": {
1376
+ "package1:version:list": {
1280
1377
  "aliases": [
1281
- "force:package:uninstall:report"
1378
+ "force:package1:version:list"
1282
1379
  ],
1283
1380
  "args": {},
1284
1381
  "deprecateAliases": true,
1285
1382
  "examples": [
1286
- "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1287
- "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"
1383
+ "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
1384
+ "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"
1288
1385
  ],
1289
1386
  "flags": {
1290
1387
  "json": {
@@ -1338,15 +1435,15 @@
1338
1435
  "multiple": false,
1339
1436
  "type": "option"
1340
1437
  },
1341
- "request-id": {
1438
+ "package-id": {
1342
1439
  "aliases": [
1343
- "requestid"
1440
+ "packageid"
1344
1441
  ],
1345
1442
  "char": "i",
1346
1443
  "deprecateAliases": true,
1347
- "name": "request-id",
1348
- "required": true,
1349
- "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1444
+ "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
1445
+ "name": "package-id",
1446
+ "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
1350
1447
  "hasDynamicHelp": false,
1351
1448
  "multiple": false,
1352
1449
  "type": "option"
@@ -1354,66 +1451,65 @@
1354
1451
  },
1355
1452
  "hasDynamicHelp": true,
1356
1453
  "hiddenAliases": [],
1357
- "id": "package:uninstall:report",
1454
+ "id": "package1:version:list",
1358
1455
  "pluginAlias": "@salesforce/plugin-packaging",
1359
1456
  "pluginName": "@salesforce/plugin-packaging",
1360
1457
  "pluginType": "core",
1361
1458
  "strict": true,
1362
- "summary": "Retrieve the status of a package uninstall request.",
1459
+ "summary": "List package versions for the specified first-generation package or for the org.",
1363
1460
  "enableJsonFlag": true,
1364
1461
  "isESM": true,
1365
1462
  "relativePath": [
1366
1463
  "lib",
1367
1464
  "commands",
1368
- "package",
1369
- "uninstall",
1370
- "report.js"
1465
+ "package1",
1466
+ "version",
1467
+ "list.js"
1371
1468
  ],
1372
1469
  "aliasPermutations": [
1373
- "force:package:uninstall:report",
1374
- "package:force:uninstall:report",
1375
- "package:uninstall:force:report",
1376
- "package:uninstall:report:force",
1377
- "force:uninstall:package:report",
1378
- "uninstall:force:package:report",
1379
- "uninstall:package:force:report",
1380
- "uninstall:package:report:force",
1381
- "force:uninstall:report:package",
1382
- "uninstall:force:report:package",
1383
- "uninstall:report:force:package",
1384
- "uninstall:report:package:force",
1385
- "force:package:report:uninstall",
1386
- "package:force:report:uninstall",
1387
- "package:report:force:uninstall",
1388
- "package:report:uninstall:force",
1389
- "force:report:package:uninstall",
1390
- "report:force:package:uninstall",
1391
- "report:package:force:uninstall",
1392
- "report:package:uninstall:force",
1393
- "force:report:uninstall:package",
1394
- "report:force:uninstall:package",
1395
- "report:uninstall:force:package",
1396
- "report:uninstall:package:force"
1470
+ "force:package1:version:list",
1471
+ "package1:force:version:list",
1472
+ "package1:version:force:list",
1473
+ "package1:version:list:force",
1474
+ "force:version:package1:list",
1475
+ "version:force:package1:list",
1476
+ "version:package1:force:list",
1477
+ "version:package1:list:force",
1478
+ "force:version:list:package1",
1479
+ "version:force:list:package1",
1480
+ "version:list:force:package1",
1481
+ "version:list:package1:force",
1482
+ "force:package1:list:version",
1483
+ "package1:force:list:version",
1484
+ "package1:list:force:version",
1485
+ "package1:list:version:force",
1486
+ "force:list:package1:version",
1487
+ "list:force:package1:version",
1488
+ "list:package1:force:version",
1489
+ "list:package1:version:force",
1490
+ "force:list:version:package1",
1491
+ "list:force:version:package1",
1492
+ "list:version:force:package1",
1493
+ "list:version:package1:force"
1397
1494
  ],
1398
1495
  "permutations": [
1399
- "package:uninstall:report",
1400
- "uninstall:package:report",
1401
- "uninstall:report:package",
1402
- "package:report:uninstall",
1403
- "report:package:uninstall",
1404
- "report:uninstall:package"
1496
+ "package1:version:list",
1497
+ "version:package1:list",
1498
+ "version:list:package1",
1499
+ "package1:list:version",
1500
+ "list:package1:version",
1501
+ "list:version:package1"
1405
1502
  ]
1406
1503
  },
1407
- "package1:version:create": {
1504
+ "package:install:report": {
1408
1505
  "aliases": [
1409
- "force:package1:version:create"
1506
+ "force:package:install:report"
1410
1507
  ],
1411
1508
  "args": {},
1412
1509
  "deprecateAliases": true,
1413
- "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.",
1414
1510
  "examples": [
1415
- "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",
1416
- "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"
1511
+ "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1512
+ "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"
1417
1513
  ],
1418
1514
  "flags": {
1419
1515
  "json": {
@@ -1431,16 +1527,6 @@
1431
1527
  "multiple": false,
1432
1528
  "type": "option"
1433
1529
  },
1434
- "loglevel": {
1435
- "deprecated": {
1436
- "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."
1437
- },
1438
- "hidden": true,
1439
- "name": "loglevel",
1440
- "hasDynamicHelp": false,
1441
- "multiple": false,
1442
- "type": "option"
1443
- },
1444
1530
  "target-org": {
1445
1531
  "aliases": [
1446
1532
  "targetusername",
@@ -1467,164 +1553,91 @@
1467
1553
  "multiple": false,
1468
1554
  "type": "option"
1469
1555
  },
1470
- "package-id": {
1471
- "aliases": [
1472
- "packageid"
1473
- ],
1474
- "char": "i",
1475
- "deprecateAliases": true,
1476
- "name": "package-id",
1477
- "required": true,
1478
- "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
1479
- "hasDynamicHelp": false,
1480
- "multiple": false,
1481
- "type": "option"
1482
- },
1483
- "name": {
1484
- "char": "n",
1485
- "name": "name",
1486
- "required": true,
1487
- "summary": "Package version name.",
1488
- "hasDynamicHelp": false,
1489
- "multiple": false,
1490
- "type": "option"
1491
- },
1492
- "description": {
1493
- "char": "d",
1494
- "name": "description",
1495
- "summary": "Package version description.",
1496
- "hasDynamicHelp": false,
1497
- "multiple": false,
1498
- "type": "option"
1499
- },
1500
- "version": {
1501
- "char": "v",
1502
- "name": "version",
1503
- "summary": "Package version in major.minor format, for example, 3.2.",
1504
- "hasDynamicHelp": false,
1505
- "multiple": false,
1506
- "type": "option"
1507
- },
1508
- "managed-released": {
1509
- "aliases": [
1510
- "managedrelease"
1511
- ],
1512
- "char": "m",
1513
- "deprecateAliases": true,
1514
- "description": "To create a beta version, don’t include this parameter.",
1515
- "name": "managed-released",
1516
- "summary": "Create a managed package version.",
1517
- "allowNo": false,
1518
- "type": "boolean"
1519
- },
1520
- "release-notes-url": {
1521
- "aliases": [
1522
- "releasenotesurl"
1523
- ],
1524
- "char": "r",
1525
- "deprecateAliases": true,
1526
- "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
1527
- "name": "release-notes-url",
1528
- "summary": "Release notes URL.",
1529
- "hasDynamicHelp": false,
1530
- "multiple": false,
1531
- "type": "option"
1532
- },
1533
- "post-install-url": {
1534
- "aliases": [
1535
- "postinstallurl"
1536
- ],
1537
- "char": "p",
1538
- "deprecateAliases": true,
1539
- "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
1540
- "name": "post-install-url",
1541
- "summary": "Post install URL.",
1556
+ "loglevel": {
1557
+ "deprecated": {
1558
+ "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."
1559
+ },
1560
+ "hidden": true,
1561
+ "name": "loglevel",
1542
1562
  "hasDynamicHelp": false,
1543
1563
  "multiple": false,
1544
1564
  "type": "option"
1545
1565
  },
1546
- "installation-key": {
1566
+ "request-id": {
1547
1567
  "aliases": [
1548
- "installationkey"
1549
- ],
1550
- "char": "k",
1551
- "deprecateAliases": true,
1552
- "name": "installation-key",
1553
- "summary": "Installation key for key-protected package (default: null).",
1554
- "hasDynamicHelp": false,
1555
- "multiple": false,
1556
- "type": "option"
1557
- },
1558
- "wait": {
1559
- "char": "w",
1560
- "name": "wait",
1561
- "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
1562
- "hasDynamicHelp": true,
1568
+ "requestid"
1569
+ ],
1570
+ "char": "i",
1571
+ "deprecateAliases": true,
1572
+ "name": "request-id",
1573
+ "required": true,
1574
+ "summary": "ID of the package install request you want to check; starts with 0Hf.",
1575
+ "hasDynamicHelp": false,
1563
1576
  "multiple": false,
1564
1577
  "type": "option"
1565
1578
  }
1566
1579
  },
1567
1580
  "hasDynamicHelp": true,
1568
1581
  "hiddenAliases": [],
1569
- "id": "package1:version:create",
1582
+ "id": "package:install:report",
1570
1583
  "pluginAlias": "@salesforce/plugin-packaging",
1571
1584
  "pluginName": "@salesforce/plugin-packaging",
1572
1585
  "pluginType": "core",
1573
1586
  "strict": true,
1574
- "summary": "Create a first-generation package version in the release org.",
1587
+ "summary": "Retrieve the status of a package installation request.",
1575
1588
  "enableJsonFlag": true,
1576
1589
  "isESM": true,
1577
1590
  "relativePath": [
1578
1591
  "lib",
1579
1592
  "commands",
1580
- "package1",
1581
- "version",
1582
- "create.js"
1593
+ "package",
1594
+ "install",
1595
+ "report.js"
1583
1596
  ],
1584
1597
  "aliasPermutations": [
1585
- "force:package1:version:create",
1586
- "package1:force:version:create",
1587
- "package1:version:force:create",
1588
- "package1:version:create:force",
1589
- "force:version:package1:create",
1590
- "version:force:package1:create",
1591
- "version:package1:force:create",
1592
- "version:package1:create:force",
1593
- "force:version:create:package1",
1594
- "version:force:create:package1",
1595
- "version:create:force:package1",
1596
- "version:create:package1:force",
1597
- "force:package1:create:version",
1598
- "package1:force:create:version",
1599
- "package1:create:force:version",
1600
- "package1:create:version:force",
1601
- "force:create:package1:version",
1602
- "create:force:package1:version",
1603
- "create:package1:force:version",
1604
- "create:package1:version:force",
1605
- "force:create:version:package1",
1606
- "create:force:version:package1",
1607
- "create:version:force:package1",
1608
- "create:version:package1:force"
1598
+ "force:package:install:report",
1599
+ "package:force:install:report",
1600
+ "package:install:force:report",
1601
+ "package:install:report:force",
1602
+ "force:install:package:report",
1603
+ "install:force:package:report",
1604
+ "install:package:force:report",
1605
+ "install:package:report:force",
1606
+ "force:install:report:package",
1607
+ "install:force:report:package",
1608
+ "install:report:force:package",
1609
+ "install:report:package:force",
1610
+ "force:package:report:install",
1611
+ "package:force:report:install",
1612
+ "package:report:force:install",
1613
+ "package:report:install:force",
1614
+ "force:report:package:install",
1615
+ "report:force:package:install",
1616
+ "report:package:force:install",
1617
+ "report:package:install:force",
1618
+ "force:report:install:package",
1619
+ "report:force:install:package",
1620
+ "report:install:force:package",
1621
+ "report:install:package:force"
1609
1622
  ],
1610
1623
  "permutations": [
1611
- "package1:version:create",
1612
- "version:package1:create",
1613
- "version:create:package1",
1614
- "package1:create:version",
1615
- "create:package1:version",
1616
- "create:version:package1"
1624
+ "package:install:report",
1625
+ "install:package:report",
1626
+ "install:report:package",
1627
+ "package:report:install",
1628
+ "report:package:install",
1629
+ "report:install:package"
1617
1630
  ]
1618
1631
  },
1619
- "package1:version:display": {
1632
+ "package:installed:list": {
1620
1633
  "aliases": [
1621
- "force:package1:version:display"
1634
+ "force:package:installed:list"
1622
1635
  ],
1623
1636
  "args": {},
1624
1637
  "deprecateAliases": true,
1625
1638
  "examples": [
1626
- "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...",
1627
- "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
1639
+ "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1640
+ "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1628
1641
  ],
1629
1642
  "flags": {
1630
1643
  "json": {
@@ -1677,82 +1690,69 @@
1677
1690
  "hasDynamicHelp": false,
1678
1691
  "multiple": false,
1679
1692
  "type": "option"
1680
- },
1681
- "package-version-id": {
1682
- "aliases": [
1683
- "packageversionid"
1684
- ],
1685
- "char": "i",
1686
- "deprecateAliases": true,
1687
- "name": "package-version-id",
1688
- "required": true,
1689
- "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
1690
- "hasDynamicHelp": false,
1691
- "multiple": false,
1692
- "type": "option"
1693
1693
  }
1694
1694
  },
1695
1695
  "hasDynamicHelp": true,
1696
1696
  "hiddenAliases": [],
1697
- "id": "package1:version:display",
1697
+ "id": "package:installed:list",
1698
1698
  "pluginAlias": "@salesforce/plugin-packaging",
1699
1699
  "pluginName": "@salesforce/plugin-packaging",
1700
1700
  "pluginType": "core",
1701
1701
  "strict": true,
1702
- "summary": "Display details about a first-generation package version.",
1702
+ "summary": "List the org’s installed packages.",
1703
1703
  "enableJsonFlag": true,
1704
1704
  "isESM": true,
1705
1705
  "relativePath": [
1706
1706
  "lib",
1707
1707
  "commands",
1708
- "package1",
1709
- "version",
1710
- "display.js"
1708
+ "package",
1709
+ "installed",
1710
+ "list.js"
1711
1711
  ],
1712
1712
  "aliasPermutations": [
1713
- "force:package1:version:display",
1714
- "package1:force:version:display",
1715
- "package1:version:force:display",
1716
- "package1:version:display:force",
1717
- "force:version:package1:display",
1718
- "version:force:package1:display",
1719
- "version:package1:force:display",
1720
- "version:package1:display:force",
1721
- "force:version:display:package1",
1722
- "version:force:display:package1",
1723
- "version:display:force:package1",
1724
- "version:display:package1:force",
1725
- "force:package1:display:version",
1726
- "package1:force:display:version",
1727
- "package1:display:force:version",
1728
- "package1:display:version:force",
1729
- "force:display:package1:version",
1730
- "display:force:package1:version",
1731
- "display:package1:force:version",
1732
- "display:package1:version:force",
1733
- "force:display:version:package1",
1734
- "display:force:version:package1",
1735
- "display:version:force:package1",
1736
- "display:version:package1:force"
1713
+ "force:package:installed:list",
1714
+ "package:force:installed:list",
1715
+ "package:installed:force:list",
1716
+ "package:installed:list:force",
1717
+ "force:installed:package:list",
1718
+ "installed:force:package:list",
1719
+ "installed:package:force:list",
1720
+ "installed:package:list:force",
1721
+ "force:installed:list:package",
1722
+ "installed:force:list:package",
1723
+ "installed:list:force:package",
1724
+ "installed:list:package:force",
1725
+ "force:package:list:installed",
1726
+ "package:force:list:installed",
1727
+ "package:list:force:installed",
1728
+ "package:list:installed:force",
1729
+ "force:list:package:installed",
1730
+ "list:force:package:installed",
1731
+ "list:package:force:installed",
1732
+ "list:package:installed:force",
1733
+ "force:list:installed:package",
1734
+ "list:force:installed:package",
1735
+ "list:installed:force:package",
1736
+ "list:installed:package:force"
1737
1737
  ],
1738
1738
  "permutations": [
1739
- "package1:version:display",
1740
- "version:package1:display",
1741
- "version:display:package1",
1742
- "package1:display:version",
1743
- "display:package1:version",
1744
- "display:version:package1"
1739
+ "package:installed:list",
1740
+ "installed:package:list",
1741
+ "installed:list:package",
1742
+ "package:list:installed",
1743
+ "list:package:installed",
1744
+ "list:installed:package"
1745
1745
  ]
1746
1746
  },
1747
- "package1:version:list": {
1747
+ "package:uninstall:report": {
1748
1748
  "aliases": [
1749
- "force:package1:version:list"
1749
+ "force:package:uninstall:report"
1750
1750
  ],
1751
1751
  "args": {},
1752
1752
  "deprecateAliases": true,
1753
1753
  "examples": [
1754
- "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
1755
- "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"
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
1756
  ],
1757
1757
  "flags": {
1758
1758
  "json": {
@@ -1806,15 +1806,15 @@
1806
1806
  "multiple": false,
1807
1807
  "type": "option"
1808
1808
  },
1809
- "package-id": {
1809
+ "request-id": {
1810
1810
  "aliases": [
1811
- "packageid"
1811
+ "requestid"
1812
1812
  ],
1813
1813
  "char": "i",
1814
1814
  "deprecateAliases": true,
1815
- "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
1816
- "name": "package-id",
1817
- "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
1815
+ "name": "request-id",
1816
+ "required": true,
1817
+ "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1818
1818
  "hasDynamicHelp": false,
1819
1819
  "multiple": false,
1820
1820
  "type": "option"
@@ -1822,54 +1822,54 @@
1822
1822
  },
1823
1823
  "hasDynamicHelp": true,
1824
1824
  "hiddenAliases": [],
1825
- "id": "package1:version:list",
1825
+ "id": "package:uninstall:report",
1826
1826
  "pluginAlias": "@salesforce/plugin-packaging",
1827
1827
  "pluginName": "@salesforce/plugin-packaging",
1828
1828
  "pluginType": "core",
1829
1829
  "strict": true,
1830
- "summary": "List package versions for the specified first-generation package or for the org.",
1830
+ "summary": "Retrieve the status of a package uninstall request.",
1831
1831
  "enableJsonFlag": true,
1832
1832
  "isESM": true,
1833
1833
  "relativePath": [
1834
1834
  "lib",
1835
1835
  "commands",
1836
- "package1",
1837
- "version",
1838
- "list.js"
1836
+ "package",
1837
+ "uninstall",
1838
+ "report.js"
1839
1839
  ],
1840
1840
  "aliasPermutations": [
1841
- "force:package1:version:list",
1842
- "package1:force:version:list",
1843
- "package1:version:force:list",
1844
- "package1:version:list:force",
1845
- "force:version:package1:list",
1846
- "version:force:package1:list",
1847
- "version:package1:force:list",
1848
- "version:package1:list:force",
1849
- "force:version:list:package1",
1850
- "version:force:list:package1",
1851
- "version:list:force:package1",
1852
- "version:list:package1:force",
1853
- "force:package1:list:version",
1854
- "package1:force:list:version",
1855
- "package1:list:force:version",
1856
- "package1:list:version:force",
1857
- "force:list:package1:version",
1858
- "list:force:package1:version",
1859
- "list:package1:force:version",
1860
- "list:package1:version:force",
1861
- "force:list:version:package1",
1862
- "list:force:version:package1",
1863
- "list:version:force:package1",
1864
- "list:version:package1:force"
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
1865
  ],
1866
1866
  "permutations": [
1867
- "package1:version:list",
1868
- "version:package1:list",
1869
- "version:list:package1",
1870
- "package1:list:version",
1871
- "list:package1:version",
1872
- "list:version:package1"
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
1873
  ]
1874
1874
  },
1875
1875
  "package:version:create": {
@@ -4051,5 +4051,5 @@
4051
4051
  ]
4052
4052
  }
4053
4053
  },
4054
- "version": "2.10.2"
4054
+ "version": "2.10.3"
4055
4055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.10.2",
4
+ "version": "2.10.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,16 +9,16 @@
9
9
  "@salesforce/core": "^8.8.3",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/packaging": "^4.3.0",
12
- "@salesforce/sf-plugins-core": "^12.1.4",
12
+ "@salesforce/sf-plugins-core": "^12.2.0",
13
13
  "chalk": "^5.4.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.2.33",
16
+ "@oclif/plugin-command-snapshot": "^5.2.36",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^10.2.12",
19
19
  "@salesforce/plugin-command-reference": "^3.1.43",
20
20
  "eslint-plugin-sf-plugin": "^1.20.14",
21
- "oclif": "^4.17.27",
21
+ "oclif": "^4.17.32",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.7.3"
24
24
  },
@@ -246,7 +246,7 @@
246
246
  "exports": "./lib/index.js",
247
247
  "type": "module",
248
248
  "sfdx": {
249
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.2.crt",
250
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.2.sig"
249
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.3.crt",
250
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.3.sig"
251
251
  }
252
252
  }