@salesforce/plugin-packaging 2.9.6 → 2.9.7
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 +665 -665
- 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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/src/commands/package1/version/list.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
<!-- commandsstop -->
|