Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions messages/bundle_installed_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ List all installed package bundles in the target org.

# description

Displays information about all package bundles currently installed in the target org, including the bundle details and the associated packages with their expected and actual versions.
Displays information about all package bundles installed in the target org, including the bundle details and the associated packages with their expected and actual versions.

# examples

- List all installed package bundles in your default org:

<%= config.bin %> <%= command.id %>

- List all installed package bundles in a specific org:
- List all installed package bundles in the example org myorg@example.com:

<%= config.bin %> <%= command.id %> --target-org myorg@example.com

Expand Down