@salesforce/plugin-packaging
Version:
SF plugin that support Salesforce Packaging Platform
43 lines (22 loc) • 1.21 kB
Markdown
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 "<%= config.bin %> package installed list".
To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.
- Uninstall a package with specified ID from an org with username me@example.com:
<%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com
- Uninstall a package with the specified alias from your default org:
<%= config.bin %> <%= command.id %> --package undesirable_package_alias
- Uninstall a package with an alias that contains spaces from your default org:
<%= config.bin %> <%= command.id %> --package "Undesirable Package Alias"
Number of minutes to wait for uninstall status.
ID (starts with 04t) or alias of the package version to uninstall.
PackageUninstallRequest is currently InProgress.
You can continue to query the status using %s package uninstall report -i %s -o %s
Successfully uninstalled package [%s]