Skip to content

@W-21729309 Merge bundle uninstall and installed list CLI code to main (plugin)#1152

Open
btrn11 wants to merge 10 commits intomainfrom
packaging-distribution/bundle-installed-list-and-uninstall-cli
Open

@W-21729309 Merge bundle uninstall and installed list CLI code to main (plugin)#1152
btrn11 wants to merge 10 commits intomainfrom
packaging-distribution/bundle-installed-list-and-uninstall-cli

Conversation

@btrn11
Copy link
Copy Markdown
Collaborator

@btrn11 btrn11 commented Mar 24, 2026

@W-21729309

What does this PR do?

This PR adds two new CLI commands for package bundle management:

package bundle uninstall — Allows users to uninstall a package bundle version from a target org. Supports uninstalling by bundle version ID (1Q8...) or alias, with optional --wait polling and --verbose progress output.

package bundle installed list — Allows users to list all installed package bundle versions in a target org, including details about each bundle and its associated component packages. This replaces the old package bundle install list command (which is removed in this PR on the plugin side).

On the packaging library side, this introduces:

PackageBundleUninstall class with methods for creating uninstall requests, polling status, and querying uninstall statuses
PackageBundleInstalledList class for querying installed bundle versions and their components
Supporting types and interfaces for uninstall and installed-list SObjects
On the plugin-packaging CLI side, this introduces:

PackageBundleUninstallCommand with flags for bundle ID/alias, wait, and verbose
PackageBundleInstalledListCommand for displaying installed bundles
Removes the deprecated package bundle install list command in favor of package bundle installed list

What issues does this PR fix or reference?

btrn11 added 5 commits March 24, 2026 10:52
Introduces the  command to display all installed package bundles in the target org, including details about each bundle and its associated packages. Updates the command schema and adds relevant messages for user guidance.
@btrn11 btrn11 requested a review from a team as a code owner March 24, 2026 15:03
btrn11 and others added 5 commits March 27, 2026 13:35
- Bumped @salesforce/core from ^8.27.0 to ^8.27.1.
- Updated AWS SDK dependencies to their latest versions.
- Changed INSTALL_URL_BASE usage from .toString() to .href in multiple files for consistency.
@btrn11
Copy link
Copy Markdown
Collaborator Author

btrn11 commented Mar 27, 2026

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant