Skip to content

Commit 7554897

Browse files
fix: edit messages so they don't break the cli ref command generator
1 parent 9da58a6 commit 7554897

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/package_uninstall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ uninstall a second-generation package from the target org
44

55
Specify the package ID for a second-generation package.
66

7+
To list the org’s installed packages, run "sfdx force:package:beta:installed:list".
8+
9+
To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.
10+
711
# examples
812

913
$ sfdx force:package:beta:uninstall -p 04t... -u [email protected]
1014
$ sfdx force:package:beta:uninstall -p undesirable_package_alias
1115
$ sfdx force:package:beta:uninstall -p "Undesirable Package Alias"
1216

13-
To list the org’s installed packages, run "sfdx force:package:beta:installed:list".
14-
15-
To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.
16-
1717
# id
1818

1919
ID of the package to uninstall (starts with 04t)

0 commit comments

Comments
 (0)