@salesforce/plugin-packaging 2.9.15 → 2.9.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -22
- package/oclif.manifest.json +110 -110
- package/package.json +8 -8
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.9.
|
|
133
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
175
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
274
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
307
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
339
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
377
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
425
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
458
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
513
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
688
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
749
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
792
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
833
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
893
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
969
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1013
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1053
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1106
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1173
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1206
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1240
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/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.9.
|
|
1278
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.9.17/src/commands/package1/version/list.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1033,15 +1033,15 @@
|
|
|
1033
1033
|
"update:package"
|
|
1034
1034
|
]
|
|
1035
1035
|
},
|
|
1036
|
-
"package:
|
|
1036
|
+
"package:install:report": {
|
|
1037
1037
|
"aliases": [
|
|
1038
|
-
"force:package:
|
|
1038
|
+
"force:package:install:report"
|
|
1039
1039
|
],
|
|
1040
1040
|
"args": {},
|
|
1041
1041
|
"deprecateAliases": true,
|
|
1042
1042
|
"examples": [
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1043
|
+
"Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
|
|
1044
|
+
"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"
|
|
1045
1045
|
],
|
|
1046
1046
|
"flags": {
|
|
1047
1047
|
"json": {
|
|
@@ -1059,16 +1059,6 @@
|
|
|
1059
1059
|
"multiple": false,
|
|
1060
1060
|
"type": "option"
|
|
1061
1061
|
},
|
|
1062
|
-
"loglevel": {
|
|
1063
|
-
"deprecated": {
|
|
1064
|
-
"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."
|
|
1065
|
-
},
|
|
1066
|
-
"hidden": true,
|
|
1067
|
-
"name": "loglevel",
|
|
1068
|
-
"hasDynamicHelp": false,
|
|
1069
|
-
"multiple": false,
|
|
1070
|
-
"type": "option"
|
|
1071
|
-
},
|
|
1072
1062
|
"target-org": {
|
|
1073
1063
|
"aliases": [
|
|
1074
1064
|
"targetusername",
|
|
@@ -1094,69 +1084,92 @@
|
|
|
1094
1084
|
"hasDynamicHelp": false,
|
|
1095
1085
|
"multiple": false,
|
|
1096
1086
|
"type": "option"
|
|
1087
|
+
},
|
|
1088
|
+
"loglevel": {
|
|
1089
|
+
"deprecated": {
|
|
1090
|
+
"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."
|
|
1091
|
+
},
|
|
1092
|
+
"hidden": true,
|
|
1093
|
+
"name": "loglevel",
|
|
1094
|
+
"hasDynamicHelp": false,
|
|
1095
|
+
"multiple": false,
|
|
1096
|
+
"type": "option"
|
|
1097
|
+
},
|
|
1098
|
+
"request-id": {
|
|
1099
|
+
"aliases": [
|
|
1100
|
+
"requestid"
|
|
1101
|
+
],
|
|
1102
|
+
"char": "i",
|
|
1103
|
+
"deprecateAliases": true,
|
|
1104
|
+
"name": "request-id",
|
|
1105
|
+
"required": true,
|
|
1106
|
+
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
1107
|
+
"hasDynamicHelp": false,
|
|
1108
|
+
"multiple": false,
|
|
1109
|
+
"type": "option"
|
|
1097
1110
|
}
|
|
1098
1111
|
},
|
|
1099
1112
|
"hasDynamicHelp": true,
|
|
1100
1113
|
"hiddenAliases": [],
|
|
1101
|
-
"id": "package:
|
|
1114
|
+
"id": "package:install:report",
|
|
1102
1115
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1103
1116
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1104
1117
|
"pluginType": "core",
|
|
1105
1118
|
"strict": true,
|
|
1106
|
-
"summary": "
|
|
1119
|
+
"summary": "Retrieve the status of a package installation request.",
|
|
1107
1120
|
"enableJsonFlag": true,
|
|
1108
1121
|
"isESM": true,
|
|
1109
1122
|
"relativePath": [
|
|
1110
1123
|
"lib",
|
|
1111
1124
|
"commands",
|
|
1112
1125
|
"package",
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1126
|
+
"install",
|
|
1127
|
+
"report.js"
|
|
1115
1128
|
],
|
|
1116
1129
|
"aliasPermutations": [
|
|
1117
|
-
"force:package:
|
|
1118
|
-
"package:force:
|
|
1119
|
-
"package:
|
|
1120
|
-
"package:
|
|
1121
|
-
"force:
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1125
|
-
"force:
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1129
|
-
"force:package:
|
|
1130
|
-
"package:force:
|
|
1131
|
-
"package:
|
|
1132
|
-
"package:
|
|
1133
|
-
"force:
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
"force:
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1130
|
+
"force:package:install:report",
|
|
1131
|
+
"package:force:install:report",
|
|
1132
|
+
"package:install:force:report",
|
|
1133
|
+
"package:install:report:force",
|
|
1134
|
+
"force:install:package:report",
|
|
1135
|
+
"install:force:package:report",
|
|
1136
|
+
"install:package:force:report",
|
|
1137
|
+
"install:package:report:force",
|
|
1138
|
+
"force:install:report:package",
|
|
1139
|
+
"install:force:report:package",
|
|
1140
|
+
"install:report:force:package",
|
|
1141
|
+
"install:report:package:force",
|
|
1142
|
+
"force:package:report:install",
|
|
1143
|
+
"package:force:report:install",
|
|
1144
|
+
"package:report:force:install",
|
|
1145
|
+
"package:report:install:force",
|
|
1146
|
+
"force:report:package:install",
|
|
1147
|
+
"report:force:package:install",
|
|
1148
|
+
"report:package:force:install",
|
|
1149
|
+
"report:package:install:force",
|
|
1150
|
+
"force:report:install:package",
|
|
1151
|
+
"report:force:install:package",
|
|
1152
|
+
"report:install:force:package",
|
|
1153
|
+
"report:install:package:force"
|
|
1141
1154
|
],
|
|
1142
1155
|
"permutations": [
|
|
1143
|
-
"package:
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
"package:
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1156
|
+
"package:install:report",
|
|
1157
|
+
"install:package:report",
|
|
1158
|
+
"install:report:package",
|
|
1159
|
+
"package:report:install",
|
|
1160
|
+
"report:package:install",
|
|
1161
|
+
"report:install:package"
|
|
1149
1162
|
]
|
|
1150
1163
|
},
|
|
1151
|
-
"package:
|
|
1164
|
+
"package:installed:list": {
|
|
1152
1165
|
"aliases": [
|
|
1153
|
-
"force:package:
|
|
1166
|
+
"force:package:installed:list"
|
|
1154
1167
|
],
|
|
1155
1168
|
"args": {},
|
|
1156
1169
|
"deprecateAliases": true,
|
|
1157
1170
|
"examples": [
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1171
|
+
"List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1172
|
+
"List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
|
|
1160
1173
|
],
|
|
1161
1174
|
"flags": {
|
|
1162
1175
|
"json": {
|
|
@@ -1174,6 +1187,16 @@
|
|
|
1174
1187
|
"multiple": false,
|
|
1175
1188
|
"type": "option"
|
|
1176
1189
|
},
|
|
1190
|
+
"loglevel": {
|
|
1191
|
+
"deprecated": {
|
|
1192
|
+
"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."
|
|
1193
|
+
},
|
|
1194
|
+
"hidden": true,
|
|
1195
|
+
"name": "loglevel",
|
|
1196
|
+
"hasDynamicHelp": false,
|
|
1197
|
+
"multiple": false,
|
|
1198
|
+
"type": "option"
|
|
1199
|
+
},
|
|
1177
1200
|
"target-org": {
|
|
1178
1201
|
"aliases": [
|
|
1179
1202
|
"targetusername",
|
|
@@ -1199,81 +1222,58 @@
|
|
|
1199
1222
|
"hasDynamicHelp": false,
|
|
1200
1223
|
"multiple": false,
|
|
1201
1224
|
"type": "option"
|
|
1202
|
-
},
|
|
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": {
|
|
1214
|
-
"aliases": [
|
|
1215
|
-
"requestid"
|
|
1216
|
-
],
|
|
1217
|
-
"char": "i",
|
|
1218
|
-
"deprecateAliases": true,
|
|
1219
|
-
"name": "request-id",
|
|
1220
|
-
"required": true,
|
|
1221
|
-
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
1222
|
-
"hasDynamicHelp": false,
|
|
1223
|
-
"multiple": false,
|
|
1224
|
-
"type": "option"
|
|
1225
1225
|
}
|
|
1226
1226
|
},
|
|
1227
1227
|
"hasDynamicHelp": true,
|
|
1228
1228
|
"hiddenAliases": [],
|
|
1229
|
-
"id": "package:
|
|
1229
|
+
"id": "package:installed:list",
|
|
1230
1230
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1231
1231
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1232
1232
|
"pluginType": "core",
|
|
1233
1233
|
"strict": true,
|
|
1234
|
-
"summary": "
|
|
1234
|
+
"summary": "List the org’s installed packages.",
|
|
1235
1235
|
"enableJsonFlag": true,
|
|
1236
1236
|
"isESM": true,
|
|
1237
1237
|
"relativePath": [
|
|
1238
1238
|
"lib",
|
|
1239
1239
|
"commands",
|
|
1240
1240
|
"package",
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1241
|
+
"installed",
|
|
1242
|
+
"list.js"
|
|
1243
1243
|
],
|
|
1244
1244
|
"aliasPermutations": [
|
|
1245
|
-
"force:package:
|
|
1246
|
-
"package:force:
|
|
1247
|
-
"package:
|
|
1248
|
-
"package:
|
|
1249
|
-
"force:
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"force:
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"force:package:
|
|
1258
|
-
"package:force:
|
|
1259
|
-
"package:
|
|
1260
|
-
"package:
|
|
1261
|
-
"force:
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1265
|
-
"force:
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1245
|
+
"force:package:installed:list",
|
|
1246
|
+
"package:force:installed:list",
|
|
1247
|
+
"package:installed:force:list",
|
|
1248
|
+
"package:installed:list:force",
|
|
1249
|
+
"force:installed:package:list",
|
|
1250
|
+
"installed:force:package:list",
|
|
1251
|
+
"installed:package:force:list",
|
|
1252
|
+
"installed:package:list:force",
|
|
1253
|
+
"force:installed:list:package",
|
|
1254
|
+
"installed:force:list:package",
|
|
1255
|
+
"installed:list:force:package",
|
|
1256
|
+
"installed:list:package:force",
|
|
1257
|
+
"force:package:list:installed",
|
|
1258
|
+
"package:force:list:installed",
|
|
1259
|
+
"package:list:force:installed",
|
|
1260
|
+
"package:list:installed:force",
|
|
1261
|
+
"force:list:package:installed",
|
|
1262
|
+
"list:force:package:installed",
|
|
1263
|
+
"list:package:force:installed",
|
|
1264
|
+
"list:package:installed:force",
|
|
1265
|
+
"force:list:installed:package",
|
|
1266
|
+
"list:force:installed:package",
|
|
1267
|
+
"list:installed:force:package",
|
|
1268
|
+
"list:installed:package:force"
|
|
1269
1269
|
],
|
|
1270
1270
|
"permutations": [
|
|
1271
|
-
"package:
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"package:
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1271
|
+
"package:installed:list",
|
|
1272
|
+
"installed:package:list",
|
|
1273
|
+
"installed:list:package",
|
|
1274
|
+
"package:list:installed",
|
|
1275
|
+
"list:package:installed",
|
|
1276
|
+
"list:installed:package"
|
|
1277
1277
|
]
|
|
1278
1278
|
},
|
|
1279
1279
|
"package:uninstall:report": {
|
|
@@ -4051,5 +4051,5 @@
|
|
|
4051
4051
|
]
|
|
4052
4052
|
}
|
|
4053
4053
|
},
|
|
4054
|
-
"version": "2.9.
|
|
4054
|
+
"version": "2.9.17"
|
|
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.9.
|
|
4
|
+
"version": "2.9.17",
|
|
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.2",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
11
|
"@salesforce/packaging": "^4.2.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
13
13
|
"chalk": "^5.4.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.2.33",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
18
18
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
21
|
-
"oclif": "^4.17.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.42",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
21
|
+
"oclif": "^4.17.27",
|
|
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.9.
|
|
250
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.9.
|
|
249
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.9.17.crt",
|
|
250
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.9.17.sig"
|
|
251
251
|
}
|
|
252
252
|
}
|