Skip to content

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

Merged
btrn11 merged 11 commits intomainfrom
packaging-distribution/bundle-installed-list-and-uninstall-cli
Mar 30, 2026
Merged

@W-21729309 Merge bundle uninstall and installed list CLI code to main (plugin)#1152
btrn11 merged 11 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 btrn11 requested a review from a team as a code owner March 24, 2026 15:03
@btrn11
Copy link
Copy Markdown
Collaborator Author

btrn11 commented Mar 27, 2026

image

btrn11 added 10 commits March 30, 2026 12:41
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.
- 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 btrn11 force-pushed the packaging-distribution/bundle-installed-list-and-uninstall-cli branch from adb2598 to 57f3512 Compare March 30, 2026 16:49
@btrn11 btrn11 merged commit cc823f7 into main Mar 30, 2026
15 checks passed
@btrn11 btrn11 deleted the packaging-distribution/bundle-installed-list-and-uninstall-cli branch March 30, 2026 17:22
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.

2 participants