Skip to content

Commit

Permalink
fix: edit messages so they don't break the cli ref command generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Aug 25, 2022
1 parent 9da58a6 commit 7554897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions messages/package_uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ uninstall a second-generation package from the target org

Specify the package ID for a second-generation package.

To list the org’s installed packages, run "sfdx force:package:beta:installed:list".

To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.

# examples

$ sfdx force:package:beta:uninstall -p 04t... -u me@example.com
$ sfdx force:package:beta:uninstall -p undesirable_package_alias
$ sfdx force:package:beta:uninstall -p "Undesirable Package Alias"

To list the org’s installed packages, run "sfdx force:package:beta:installed:list".

To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.

# id

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

0 comments on commit 7554897

Please sign in to comment.