From c7173ba5992210186d4987abd903a7edaa15dcb9 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:10:47 -0800 Subject: [PATCH 01/40] Update bundle_create.md --- messages/bundle_create.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/messages/bundle_create.md b/messages/bundle_create.md index 5bdb4180..c4bd07fc 100644 --- a/messages/bundle_create.md +++ b/messages/bundle_create.md @@ -1,11 +1,10 @@ # summary -Create a package bundle in the Dev Hub org. +Create a package bundle in the Dev Hub org. # description -A package bundle is an artifact that contains one or more 2GP managed packages. -A bundle can be installed or upgraded as a single artifact. +A package bundle is an artifact composed of one or more 2GP managed packages. With a package bundle, you can develop, install, upgrade, and manage multiple packages as a single unit. # examples @@ -23,7 +22,7 @@ Description of the package bundle. # flags.wait.summary -Number of minutes to wait for the bundle creation to complete. +Number of minutes to wait for the package bundle to be created. # flags.verbose.summary From 93eac67f87d6f31fd0eb96d081c2e02a83503d96 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:19:22 -0800 Subject: [PATCH 02/40] Update bundle_version_create.md --- messages/bundle_version_create.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/messages/bundle_version_create.md b/messages/bundle_version_create.md index 933ca834..ed47418f 100644 --- a/messages/bundle_version_create.md +++ b/messages/bundle_version_create.md @@ -4,13 +4,17 @@ Create a new package bundle version. # description -Create a new version of a package bundle with the specified components. +Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file. + +After the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions. + +To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run "sf package version create report -i 08c...". # examples -Create a new version of a package bundle: +Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -sf package bundle version create -b MyBundle -p path/to/definition.json +sf package bundle version create --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com # flags.bundle.summary From 8020268e98739dd4fc51b771491a93a6ada6d7cb Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:46:15 -0800 Subject: [PATCH 03/40] Update bundle_version_create.md --- messages/bundle_version_create.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/bundle_version_create.md b/messages/bundle_version_create.md index ed47418f..6f4166a3 100644 --- a/messages/bundle_version_create.md +++ b/messages/bundle_version_create.md @@ -8,25 +8,25 @@ Before you create a new bundle version, create a definition file (similar to a s After the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions. -To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run "sf package version create report -i 08c...". +To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run `sf package version create report -i 08c...`. # examples Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -sf package bundle version create --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com +`sf package bundle version create --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com` # flags.bundle.summary -The name or ID of the package bundle to create a version for. +Name or ID of the package bundle to create a version for. # flags.definition-file.summary -Path to the JSON file containing the list of components to include in the bundle version. +Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle. # flags.wait.summary -Number of minutes to wait for the command to complete before timing out. +Number of minutes to wait for the package bundle to be created. # flags.verbose.summary From 1c88d1fcb1538f763c0481ab46f0d500715a0891 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:47:53 -0800 Subject: [PATCH 04/40] Update bundle_create.md --- messages/bundle_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_create.md b/messages/bundle_create.md index c4bd07fc..a62f019f 100644 --- a/messages/bundle_create.md +++ b/messages/bundle_create.md @@ -10,7 +10,7 @@ A package bundle is an artifact composed of one or more 2GP managed packages. Wi Create a package bundle in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -sf package bundle create --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com +`sf package bundle create --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com` # flags.name.summary From 969a57157a51043d875bff8fabf4bfacc3c7697c Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:57:43 -0800 Subject: [PATCH 05/40] Update bundle_version_create_list.md --- messages/bundle_version_create_list.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/messages/bundle_version_create_list.md b/messages/bundle_version_create_list.md index 35a43639..9052393d 100644 --- a/messages/bundle_version_create_list.md +++ b/messages/bundle_version_create_list.md @@ -8,11 +8,11 @@ Shows the details of each request to create a package bundle version in the Dev All filter parameters are applied using the AND logical operator (not OR). -To get information about a specific request, run "<%= config.bin %> package bundle version create report" and supply the request ID. +To get information about a specific request, run "<%= config.bin %> package bundle version create report" and enter the request ID. # flags.status.summary -Status of the version creation request, used to filter the list. +Filter the list by the status of the package bundle version create request. Valid values are Queued, Success, or Error. # flags.show-conversions-only.summary @@ -24,27 +24,27 @@ Displays additional information at a slight performance cost, such as the versio # flags.created-last-days.summary -Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today. +Filter the list by the number of days since the request was created, starting at 0. Use 0 for today. # examples -- List all package bundle version creation requests in your default Dev Hub org: +List all package bundle version create requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> -- List package bundle version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com: +List package bundle version create requests from the last three days in the Dev Hub org with the username devhub@example.com: - <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub + <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com -- List package bundle version creation requests with status Error: +List package bundle version create requests with the Error status: <%= config.bin %> <%= command.id %> --status Error -- List package bundle version creation requests with status Queued: +List package bundle version create requests with the Queued status: <%= config.bin %> <%= command.id %> --status Queued -- List package bundle version creation requests with status Success that were created today: +List package bundle version create requests from today with the Success status: <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success From 9432664a16167355f39bb86355e305176fe676bb Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:04:55 -0800 Subject: [PATCH 06/40] Update bundle_version_create_report.md --- messages/bundle_version_create_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/bundle_version_create_report.md b/messages/bundle_version_create_report.md index aaa9226d..eb34af61 100644 --- a/messages/bundle_version_create_report.md +++ b/messages/bundle_version_create_report.md @@ -1,18 +1,18 @@ # summary -Report on the status of a package bundle version creation request. +Report on the status of a package bundle version create request. # description -Use this command to check the status of a package bundle version creation request. The command returns information about the request, including its current status and details about the package bundle version being created. +Use this command to check the status of a package bundle version create request. The command returns information about the request, including its current status and details about the package bundle version being created. # examples -- Report on a package bundle version creation request: +Report on a package bundle version creation request: <%= config.bin %> <%= command.id %> --package-create-request-id 0Ho0x0000000000000 -- Report on a package bundle version creation request using an alias: +Report on a package bundle version creation request using an alias: <%= config.bin %> force:package:bundle:version:create:report -i 0Ho0x0000000000000 From 8dc8e1515a172d19fc95e1525b9ab6a0b0e0c38f Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:17:43 -0800 Subject: [PATCH 07/40] Update bundle_install.md --- messages/bundle_install.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/messages/bundle_install.md b/messages/bundle_install.md index 71321c49..4a73cdff 100644 --- a/messages/bundle_install.md +++ b/messages/bundle_install.md @@ -4,25 +4,21 @@ Install a package bundle version in the target org. # description -Install a specific version of a package bundle in the target org. During developer preview, bundles can be installed only in scratch orgs. +Install a specific version of a package bundle in the target org. During developer preview, bundles can be installed only in scratch orgs. To install a package bundle in a scratch org, add the PackageBundles feature to the scratch org definition file. # examples -- Install a package bundle version in a scratch org: +Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete: - <%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --dev-hub-org 00Dxx0000000000 --wait 10 - -- Install using a bundle version ID: - - <%= config.bin %> <%= command.id %> --bundle 1Q8Wt0000000q1pKAA --target-org my-scratch-org --dev-hub-org 00Dxx0000000000 --wait 10 + <%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --target-dev-hub devhub@example.com --wait 10 # flags.bundle.summary -Package bundle version to install (format: BundleName@Version or bundle version ID). +Package bundle version to install. The valid format is BundleName@VersionNumber, such as `MyPkgBundle@0.1`. # flags.target-org.summary -Target org for the bundle installation. +Username or alias of the org in which to install the package bundle version. Not required if the `target-org` configuration variable is already set. # flags.dev-hub-org.summary @@ -30,7 +26,7 @@ Org ID of the Dev Hub org where the bundle was created. # flags.dev-hub-org.description -Specify the Dev Hub org ID directly (such as 00Dxx0000000000). +Enter the Dev Hub org ID, such as 00Dxx0000000000. # flags.wait.summary @@ -38,7 +34,7 @@ Number of minutes to wait for the installation to complete. # flags.verbose.summary -Display extended installation detail. +Display verbose installation details. # requestInProgress From ce23fefddf2f27bb706c433c3014ca358e3a39b7 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:20:32 -0800 Subject: [PATCH 08/40] Update bundle_install_list.md --- messages/bundle_install_list.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/messages/bundle_install_list.md b/messages/bundle_install_list.md index 87893af8..6a348bf4 100644 --- a/messages/bundle_install_list.md +++ b/messages/bundle_install_list.md @@ -8,11 +8,11 @@ Shows the details of each request to install a package bundle version in the tar All filter parameters are applied using the AND logical operator (not OR). -To get information about a specific request, run "<%= config.bin %> package bundle install report" and supply the request ID. +To get information about a specific request, run "<%= config.bin %> package bundle install report" and enter the request ID. # flags.status.summary -Status of the installation request, used to filter the list. +Filter the list by the status of the installation request. Valid values are: Queued, Success, and Error. # flags.verbose.summary @@ -20,27 +20,27 @@ Displays additional information at a slight performance cost, such as validation # flags.created-last-days.summary -Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today. +Filter the list by the number of days since the request was created, starting at 0. Use 0 for today. # examples -- List all package bundle installation requests in your default Dev Hub org: +List all package bundle install requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> -- List package bundle installation requests from the last 3 days in the Dev Hub org with username devhub@example.com: +List package bundle install requests from the last 3 days in the Dev Hub org with username devhub@example.com: - <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub + <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com -- List package bundle installation requests with status Error: +List package bundle install requests with the Error status: <%= config.bin %> <%= command.id %> --status Error -- List package bundle installation requests with status Queued: +List package bundle install requests with the Queued status: <%= config.bin %> <%= command.id %> --status Queued -- List package bundle installation requests with status Success that were created today: +List package bundle install requests from today with the Success status: <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success From c60ff5ecf9eed5cf5cebad5dc672a1aec84d11d0 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:22:41 -0800 Subject: [PATCH 09/40] Update bundle_install_report.md --- messages/bundle_install_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/bundle_install_report.md b/messages/bundle_install_report.md index dd687597..0f783c0a 100644 --- a/messages/bundle_install_report.md +++ b/messages/bundle_install_report.md @@ -4,21 +4,21 @@ Report on the status of a package bundle installation request. # description -Use this command to check the status of a package bundle installation request. The command returns information about the request, including its current status and details about the package bundle version being installed. +Use this command to check the status of a package bundle install request. The command returns information about the request, including its current status and details about the package bundle version being installed. # examples -- Report on a package bundle installation request: +Report on a package bundle install request: <%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000 -- Report on a package bundle installation request using an alias: +Report on a package bundle install request using an alias: <%= config.bin %> force:package:bundle:install:report -i 0Ho0x0000000000000 # flags.package-install-request-id.summary -The ID of the package bundle installation request to report on. +ID of the package bundle installation request to report on. # id From 954981e454310727bf89daf30982e8121adfca69 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:29:29 -0800 Subject: [PATCH 10/40] Update bundle_list.md --- messages/bundle_list.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_list.md b/messages/bundle_list.md index 26bd0921..8cb6ed1e 100644 --- a/messages/bundle_list.md +++ b/messages/bundle_list.md @@ -4,9 +4,9 @@ List all package bundles in the Dev Hub org. # examples -List all package bundles in the specified Dev Hub org; uses the Dev Hub org with the username devhub@example.com: +List all package bundles in the Dev Hub org with the username `devhub@example.com`: -sf package bundle list --target-dev-hub +`sf package bundle list --target-dev-hub devhub@example.com` # namespace @@ -34,7 +34,7 @@ Description # flags.verbose.summary -Display extended bundle detail. +Display verbose package bundle details. # error-notification-username From b9f9c9ef7751e023ebb6b4faae2973e2cd04faff Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:32:18 -0800 Subject: [PATCH 11/40] Update bundle_version_list.md --- messages/bundle_version_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_version_list.md b/messages/bundle_version_list.md index c20fc6b4..ddf633d4 100644 --- a/messages/bundle_version_list.md +++ b/messages/bundle_version_list.md @@ -34,7 +34,7 @@ Description # flags.verbose.summary -Display extended bundle detail. +Display verbose bundle details. # error-notification-username From 9945c6610b5203e8f175a6239297308bb866fc51 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:33:45 -0800 Subject: [PATCH 12/40] Update bundle_version_report.md --- messages/bundle_version_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_version_report.md b/messages/bundle_version_report.md index 32529e91..551961e1 100644 --- a/messages/bundle_version_report.md +++ b/messages/bundle_version_report.md @@ -1,6 +1,6 @@ # summary -Retrieve details about a package bundle version in the Dev Hub org. +Retrieve details about a specific package bundle version. # examples @@ -10,8 +10,8 @@ sf package bundle version report --bundle-version "Your bundle version name or I # flags.bundle-version.summary -ID of the package bundle version to retrieve details for. +Name or ID of the package bundle version to retrieve details about. # flags.verbose.summary -Display extended package bundle version details. +Display verbose package bundle version details. From 5e37838bc8dacbd0b5b2dfa49bbd7464f7c6b33a Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:35:20 -0800 Subject: [PATCH 13/40] Update package_bundle_delete.md --- messages/package_bundle_delete.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/messages/package_bundle_delete.md b/messages/package_bundle_delete.md index 5e6f5cfc..9319f328 100644 --- a/messages/package_bundle_delete.md +++ b/messages/package_bundle_delete.md @@ -4,17 +4,15 @@ Delete a package bundle. # description -Specify the ID or alias of the package bundle you want to delete. - -Delete package bundles. Before you delete a package bundle, first delete all associated package bundle versions. +Specify the ID or alias of the package bundle you want to delete. Before you delete a package bundle, first delete all associated package bundle versions. # examples -- Delete a package bundle using its alias from your default Dev Hub org: +Delete a package bundle using its alias from your default Dev Hub org: <%= config.bin %> <%= command.id %> --bundle "Your Bundle Alias" -- Delete a package bundle using its ID from the specified Dev Hub org: +Delete a package bundle using its ID from the specified Dev Hub org: <%= config.bin %> <%= command.id %> --bundle 1Fl... --target-dev-hub devhub@example.com From bd634648388caf501fab957dc7f680fd56a76d8d Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:51:42 -0800 Subject: [PATCH 14/40] Update bundle_create.md --- messages/bundle_create.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_create.md b/messages/bundle_create.md index a62f019f..898b6587 100644 --- a/messages/bundle_create.md +++ b/messages/bundle_create.md @@ -8,9 +8,9 @@ A package bundle is an artifact composed of one or more 2GP managed packages. Wi # examples -Create a package bundle in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: +- Create a package bundle in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -`sf package bundle create --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com` +<%= config.bin %> <%= command.id %> --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com # flags.name.summary @@ -26,7 +26,7 @@ Number of minutes to wait for the package bundle to be created. # flags.verbose.summary -Display extended bundle creation detail. +Display extended details about the package bundle creation. # requestInProgress From c20c3504220f3ca4ee80775ed9d9415bea47563b Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:07:07 -0800 Subject: [PATCH 15/40] Update bundle_version_create.md --- messages/bundle_version_create.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/messages/bundle_version_create.md b/messages/bundle_version_create.md index 6f4166a3..bf26afd7 100644 --- a/messages/bundle_version_create.md +++ b/messages/bundle_version_create.md @@ -8,13 +8,13 @@ Before you create a new bundle version, create a definition file (similar to a s After the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions. -To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run `sf package version create report -i 08c...`. +To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run "sf package version create report -i 08c...". # examples -Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: +- Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -`sf package bundle version create --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com` +<%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com # flags.bundle.summary @@ -26,7 +26,7 @@ Path to a definition file, similar to a scratch org definition file, that contai # flags.wait.summary -Number of minutes to wait for the package bundle to be created. +Number of minutes to wait for the package bundle version to be created. # flags.verbose.summary @@ -50,24 +50,24 @@ Waiting for bundle version creation to complete. %s minutes remaining. Current s # bundleVersionCreateFinalStatus -Package Bundle version creation completed with status: %s +Package bundle version creation completed with status: %s # multipleErrors -The following errors occurred during bundle version creation: +The following errors occurred during package bundle version creation: %s # InProgress -Bundle version creation is %s. Use 'sf package bundle version create report -i %s' to check the status later. +Package bundle version creation is %s. Use "sf package bundle version create report -i %s" to check the status later. # requestInProgress -Creating bundle version... +Creating package bundle version... # packageVersionCreateFinalStatus -Package Bundle version creation completed with status: %s +Package bundle version creation completed with status: %s # packageVersionCreatePerformingValidations @@ -75,4 +75,4 @@ Performing validations on the package bundle version... # bundleVersionCreateSuccess -Successfully created bundle version for bundle %s +Successfully created package bundle version for bundle %s From 6c206e0173016de84b16b881c293fd832784fdbc Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:16:19 -0800 Subject: [PATCH 16/40] Update bundle_version_create_list.md --- messages/bundle_version_create_list.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/messages/bundle_version_create_list.md b/messages/bundle_version_create_list.md index 9052393d..e8f7549c 100644 --- a/messages/bundle_version_create_list.md +++ b/messages/bundle_version_create_list.md @@ -12,15 +12,15 @@ To get information about a specific request, run "<%= config.bin %> package bund # flags.status.summary -Filter the list by the status of the package bundle version create request. Valid values are Queued, Success, or Error. +Filter the list by the status of the bundle version creation request. Valid values are Queued, Success, or Error. # flags.show-conversions-only.summary -Filter the list output to display only converted package bundle version. +Filter the list to display only converted package bundle versions. # flags.verbose.summary -Displays additional information at a slight performance cost, such as the version name and number for each package version create request. +Display additional information at a slight performance cost. Additional information includes the version name and number for each package bundle version creation request. # flags.created-last-days.summary @@ -28,23 +28,23 @@ Filter the list by the number of days since the request was created, starting at # examples -List all package bundle version create requests in your default Dev Hub org: +- List all package bundle version creation requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> -List package bundle version create requests from the last three days in the Dev Hub org with the username devhub@example.com: +- List package bundle version creation requests from the last three days in the Dev Hub org with the username devhub@example.com: <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com -List package bundle version create requests with the Error status: +- List package bundle version creation requests with the Error status: <%= config.bin %> <%= command.id %> --status Error -List package bundle version create requests with the Queued status: +- List package bundle version creation requests with the Queued status: <%= config.bin %> <%= command.id %> --status Queued -List package bundle version create requests from today with the Success status: +- List package bundle version creation requests from today with the Success status: <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success @@ -58,11 +58,11 @@ Status # package-id -Package Bundle Id +Package Bundle ID # packageVersionId -Package Bundle Version Id +Package Bundle Version ID # createdBy @@ -70,4 +70,4 @@ Created By # convertedFromVersionId -Converted From Version Id +Converted From Version ID From 26fa4dc5a2bb947fda6ae907f6f2ce4bd0c09df4 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:18:07 -0800 Subject: [PATCH 17/40] Update bundle_version_create_report.md --- messages/bundle_version_create_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/bundle_version_create_report.md b/messages/bundle_version_create_report.md index eb34af61..f65df862 100644 --- a/messages/bundle_version_create_report.md +++ b/messages/bundle_version_create_report.md @@ -1,24 +1,24 @@ # summary -Report on the status of a package bundle version create request. +Report on the status of a package bundle version creation request. # description -Use this command to check the status of a package bundle version create request. The command returns information about the request, including its current status and details about the package bundle version being created. +Use this command to check the status of a package bundle version creation request. The command returns information about the request, including its current status and details about the package bundle version being created. # examples -Report on a package bundle version creation request: +- Report on a package bundle version creation request: <%= config.bin %> <%= command.id %> --package-create-request-id 0Ho0x0000000000000 -Report on a package bundle version creation request using an alias: +- Report on a package bundle version creation request using an alias: <%= config.bin %> force:package:bundle:version:create:report -i 0Ho0x0000000000000 # flags.bundle-version-create-request-id.summary -The ID of the package bundle version creation request to report on. +ID of the package bundle version creation request to report on. # id From b341e9428a1f2b23bb2f2c5fbeaae2acd248cce5 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:20:53 -0800 Subject: [PATCH 18/40] Update bundle_install.md --- messages/bundle_install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/bundle_install.md b/messages/bundle_install.md index 4a73cdff..1ab380e7 100644 --- a/messages/bundle_install.md +++ b/messages/bundle_install.md @@ -4,17 +4,17 @@ Install a package bundle version in the target org. # description -Install a specific version of a package bundle in the target org. During developer preview, bundles can be installed only in scratch orgs. To install a package bundle in a scratch org, add the PackageBundles feature to the scratch org definition file. +Install a specific version of a package bundle in the target org. During developer preview, package bundles can be installed only in scratch orgs. To install a package bundle in a scratch org, add the PackageBundles feature to the scratch org definition file. # examples -Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete: +- Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete: <%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --target-dev-hub devhub@example.com --wait 10 # flags.bundle.summary -Package bundle version to install. The valid format is BundleName@VersionNumber, such as `MyPkgBundle@0.1`. +Package bundle version to install. The valid format is BundleName@VersionNumber, such as "MyPkgBundle@0.1". # flags.target-org.summary @@ -34,11 +34,11 @@ Number of minutes to wait for the installation to complete. # flags.verbose.summary -Display verbose installation details. +Display extended details about the installation. # requestInProgress -Installing bundle. +Installing package bundle. # bundleInstallWaitingStatus From 561462f53cd3649e78492e518c7873f2a760ccc9 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:23:52 -0800 Subject: [PATCH 19/40] Update bundle_install_list.md --- messages/bundle_install_list.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/bundle_install_list.md b/messages/bundle_install_list.md index 6a348bf4..e30058bd 100644 --- a/messages/bundle_install_list.md +++ b/messages/bundle_install_list.md @@ -16,7 +16,7 @@ Filter the list by the status of the installation request. Valid values are: Que # flags.verbose.summary -Displays additional information at a slight performance cost, such as validation text for each package bundle install request. +Displays additional information at a slight performance cost. Additional information includes validation text for each package bundle installation request. # flags.created-last-days.summary @@ -24,23 +24,23 @@ Filter the list by the number of days since the request was created, starting at # examples -List all package bundle install requests in your default Dev Hub org: +- List all package bundle installation requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> -List package bundle install requests from the last 3 days in the Dev Hub org with username devhub@example.com: +- List package bundle installation requests from the last 3 days in the Dev Hub org with username devhub@example.com: <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com -List package bundle install requests with the Error status: +- List package bundle installation requests with the Error status: <%= config.bin %> <%= command.id %> --status Error -List package bundle install requests with the Queued status: +- List package bundle installation requests with the Queued status: <%= config.bin %> <%= command.id %> --status Queued -List package bundle install requests from today with the Success status: +- List package bundle install requests from today with the Success status: <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success From 4958a6df7b2ff7f1b8859881e14c744f9216ce3c Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:25:01 -0800 Subject: [PATCH 20/40] Update bundle_install_report.md --- messages/bundle_install_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_install_report.md b/messages/bundle_install_report.md index 0f783c0a..d760b594 100644 --- a/messages/bundle_install_report.md +++ b/messages/bundle_install_report.md @@ -4,15 +4,15 @@ Report on the status of a package bundle installation request. # description -Use this command to check the status of a package bundle install request. The command returns information about the request, including its current status and details about the package bundle version being installed. +Use this command to check the status of a package bundle installation request. The command returns information about the request, including its current status and details about the package bundle version being installed. # examples -Report on a package bundle install request: +- Report on a package bundle installation request: <%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000 -Report on a package bundle install request using an alias: +- Report on a package bundle installation request using an alias: <%= config.bin %> force:package:bundle:install:report -i 0Ho0x0000000000000 From ed48bfd613914f75e79544dd28505d921eab0204 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:27:18 -0800 Subject: [PATCH 21/40] Update bundle_list.md --- messages/bundle_list.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/messages/bundle_list.md b/messages/bundle_list.md index 8cb6ed1e..708ed307 100644 --- a/messages/bundle_list.md +++ b/messages/bundle_list.md @@ -4,7 +4,7 @@ List all package bundles in the Dev Hub org. # examples -List all package bundles in the Dev Hub org with the username `devhub@example.com`: +- List all package bundles in the Dev Hub org with the username `devhub@example.com`: `sf package bundle list --target-dev-hub devhub@example.com` @@ -18,23 +18,19 @@ Name # id -Id +ID # bundle-id -Package Bundle Id +Package Bundle ID # alias Alias -# description - -Description - # flags.verbose.summary -Display verbose package bundle details. +Display extended details about the package bundles. # error-notification-username From e802d3eea2a4974ecda6d426c5bc9cfd361cd00f Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:29:21 -0800 Subject: [PATCH 22/40] Update bundle_version_list.md --- messages/bundle_version_list.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/messages/bundle_version_list.md b/messages/bundle_version_list.md index ddf633d4..4c21728d 100644 --- a/messages/bundle_version_list.md +++ b/messages/bundle_version_list.md @@ -4,9 +4,9 @@ List all package bundle versions in the Dev Hub org. # examples -List package bundle versions in the Dev Hub org with the username devhub@example.com: +- List package bundle versions in the Dev Hub org with the username devhub@example.com: -sf package bundle version list --bundle “Your bundle name or ID” --target-dev-hub devhub@example.com +<%= config.bin %> <%= command.id %> --bundle “Your bundle name or ID” --target-dev-hub devhub@example.com # namespace @@ -18,23 +18,19 @@ Name # id -Id +ID # bundle-id -Package Bundle Id +Package Bundle ID # alias Alias -# description - -Description - # flags.verbose.summary -Display verbose bundle details. +Display extended details about the package bundle versions. # error-notification-username From 78e75b0eef0352866e7e5f026711b84c41af8fcd Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:31:04 -0800 Subject: [PATCH 23/40] Update bundle_version_report.md --- messages/bundle_version_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_version_report.md b/messages/bundle_version_report.md index 551961e1..8ae31281 100644 --- a/messages/bundle_version_report.md +++ b/messages/bundle_version_report.md @@ -4,9 +4,9 @@ Retrieve details about a specific package bundle version. # examples -Retrieve details about the package bundle version; uses the Dev Hub org with the username devhub@example.com: +- Retrieve details about the package bundle version; uses the Dev Hub org with the username devhub@example.com: -sf package bundle version report --bundle-version "Your bundle version name or ID" --target-dev-hub devhub@example.com +<%= config.bin %> <%= command.id %> --bundle-version "Your bundle version name or ID" --target-dev-hub devhub@example.com # flags.bundle-version.summary @@ -14,4 +14,4 @@ Name or ID of the package bundle version to retrieve details about. # flags.verbose.summary -Display verbose package bundle version details. +Display extended details about the package bundle version. From cb278b3504eb7a92324bf5293954034713df7fc9 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:32:35 -0800 Subject: [PATCH 24/40] Update package_bundle_delete.md --- messages/package_bundle_delete.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/package_bundle_delete.md b/messages/package_bundle_delete.md index 9319f328..caa2ec83 100644 --- a/messages/package_bundle_delete.md +++ b/messages/package_bundle_delete.md @@ -8,11 +8,11 @@ Specify the ID or alias of the package bundle you want to delete. Before you del # examples -Delete a package bundle using its alias from your default Dev Hub org: +- Delete a package bundle using its alias from your default Dev Hub org: <%= config.bin %> <%= command.id %> --bundle "Your Bundle Alias" -Delete a package bundle using its ID from the specified Dev Hub org: +- Delete a package bundle using its ID from the specified Dev Hub org: <%= config.bin %> <%= command.id %> --bundle 1Fl... --target-dev-hub devhub@example.com @@ -32,7 +32,7 @@ Do you want to continue? (y/n) # prompt-delete-deny -The request to delete this package bundle was canceled +The request to delete this package bundle was canceled. # humanSuccess From f313ab0746075f0923b5a1c60f0088728808d7d0 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:30:24 -0800 Subject: [PATCH 25/40] Update bundle_version_create_list.md --- messages/bundle_version_create_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_version_create_list.md b/messages/bundle_version_create_list.md index e8f7549c..5713b4ac 100644 --- a/messages/bundle_version_create_list.md +++ b/messages/bundle_version_create_list.md @@ -20,7 +20,7 @@ Filter the list to display only converted package bundle versions. # flags.verbose.summary -Display additional information at a slight performance cost. Additional information includes the version name and number for each package bundle version creation request. +Display additional information, such as the version name and number for each package bundle version creation request. # flags.created-last-days.summary From 79771e0b36e179d35e343013d2e18ef2c9ea4ee4 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:32:14 -0800 Subject: [PATCH 26/40] Update bundle_install_list.md --- messages/bundle_install_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_install_list.md b/messages/bundle_install_list.md index e30058bd..90efcb19 100644 --- a/messages/bundle_install_list.md +++ b/messages/bundle_install_list.md @@ -16,7 +16,7 @@ Filter the list by the status of the installation request. Valid values are: Que # flags.verbose.summary -Displays additional information at a slight performance cost. Additional information includes validation text for each package bundle installation request. +Display additional information, such as the validation text for each package bundle installation request. # flags.created-last-days.summary From e93dc924d19ba591b7e1b7f1b245dd0c0f7bfd65 Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:34:33 -0800 Subject: [PATCH 27/40] Update bundle_list.md --- messages/bundle_list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/messages/bundle_list.md b/messages/bundle_list.md index 708ed307..82f7c63f 100644 --- a/messages/bundle_list.md +++ b/messages/bundle_list.md @@ -28,6 +28,10 @@ Package Bundle ID Alias +# description + +Description + # flags.verbose.summary Display extended details about the package bundles. From 68276313e0804796aedbfcd99bd12f53732731fa Mon Sep 17 00:00:00 2001 From: Joanna Nolasco <113558398+j-nolasco@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:35:53 -0800 Subject: [PATCH 28/40] Update bundle_version_list.md --- messages/bundle_version_list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/messages/bundle_version_list.md b/messages/bundle_version_list.md index 4c21728d..a4dbf6ee 100644 --- a/messages/bundle_version_list.md +++ b/messages/bundle_version_list.md @@ -28,6 +28,10 @@ Package Bundle ID Alias +# description + +Description + # flags.verbose.summary Display extended details about the package bundle versions. From 0e7e7e39318f0835031242e42c32c4383a9aef53 Mon Sep 17 00:00:00 2001 From: Bao Tran Date: Thu, 11 Dec 2025 14:54:51 -0500 Subject: [PATCH 29/40] chore: fix test --- test/commands/bundle/packageBundleVersionCreate.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/commands/bundle/packageBundleVersionCreate.test.ts b/test/commands/bundle/packageBundleVersionCreate.test.ts index c60b6c1a..031f3fba 100644 --- a/test/commands/bundle/packageBundleVersionCreate.test.ts +++ b/test/commands/bundle/packageBundleVersionCreate.test.ts @@ -213,7 +213,7 @@ describe('package:bundle:version:create - tests', () => { expect(warnStub.callCount).to.equal(0); expect(logStub.callCount).to.equal(1); expect(logStub.args[0]).to.deep.equal([ - "Bundle version creation is Queued. Use 'sf package bundle version create report -i 08c3i000000fylgBBB' to check the status later.", + "Package bundle version creation is Queued. Use \"sf package bundle version create report -i 08c3i000000fylgBBB\" to check the status later.", ]); }); @@ -231,7 +231,7 @@ describe('package:bundle:version:create - tests', () => { } catch (e) { const msg = (e as Error).message.replace(/\r\n/g, '\n'); expect(msg).to.equal( - 'The following errors occurred during bundle version creation:\n' + + 'The following errors occurred during package bundle version creation:\n' + 'PropertyController: Invalid type: Schema.Property__c\n' + 'SampleDataController: Invalid type: Schema.Property__c\n' + 'SampleDataController: Invalid type: Schema.Broker__c' From fa84dcf4c935fb7ae37097a22871cce03f7ae79e Mon Sep 17 00:00:00 2001 From: Bao Tran Date: Thu, 11 Dec 2025 14:55:45 -0500 Subject: [PATCH 30/40] chore: fix test --- test/commands/bundle/packageBundleVersionCreate.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/commands/bundle/packageBundleVersionCreate.test.ts b/test/commands/bundle/packageBundleVersionCreate.test.ts index 031f3fba..a892a297 100644 --- a/test/commands/bundle/packageBundleVersionCreate.test.ts +++ b/test/commands/bundle/packageBundleVersionCreate.test.ts @@ -213,7 +213,7 @@ describe('package:bundle:version:create - tests', () => { expect(warnStub.callCount).to.equal(0); expect(logStub.callCount).to.equal(1); expect(logStub.args[0]).to.deep.equal([ - "Package bundle version creation is Queued. Use \"sf package bundle version create report -i 08c3i000000fylgBBB\" to check the status later.", + 'Package bundle version creation is Queued. Use "sf package bundle version create report -i 08c3i000000fylgBBB" to check the status later.', ]); }); From 9e01f10e651ca5e1c6e0dc91def3f40edb470c3d Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:34:18 -0800 Subject: [PATCH 31/40] fix: edit joanna's edits --- messages/bundle_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_create.md b/messages/bundle_create.md index 898b6587..68d998bc 100644 --- a/messages/bundle_create.md +++ b/messages/bundle_create.md @@ -10,7 +10,7 @@ A package bundle is an artifact composed of one or more 2GP managed packages. Wi - Create a package bundle in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -<%= config.bin %> <%= command.id %> --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com + <%= config.bin %> <%= command.id %> --name "Your bundle name" --description "Your bundle description" --target-dev-hub devhub@example.com # flags.name.summary From d8ec5fa29f7d75e048e7416629d3d7a3fbc1f9b8 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:36:11 -0800 Subject: [PATCH 32/40] Refine summaries in bundle_install_list.md Updated summaries for flags.status and flags.created-last-days. --- messages/bundle_install_list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/bundle_install_list.md b/messages/bundle_install_list.md index 90efcb19..b7d9144b 100644 --- a/messages/bundle_install_list.md +++ b/messages/bundle_install_list.md @@ -12,7 +12,7 @@ To get information about a specific request, run "<%= config.bin %> package bund # flags.status.summary -Filter the list by the status of the installation request. Valid values are: Queued, Success, and Error. +Status of the installation request, used to filter the list. # flags.verbose.summary @@ -20,7 +20,7 @@ Display additional information, such as the validation text for each package bun # flags.created-last-days.summary -Filter the list by the number of days since the request was created, starting at 0. Use 0 for today. +Number of days since the request was created, starting at 0. Use 0 for today. # examples From 50f6ef4a8eaf29ca2d85e90fee3227762a0aefbf Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:37:00 -0800 Subject: [PATCH 33/40] Refine description and examples in report documentation Updated the description and examples sections for clarity. --- messages/bundle_install_report.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/messages/bundle_install_report.md b/messages/bundle_install_report.md index d760b594..8aeaa70e 100644 --- a/messages/bundle_install_report.md +++ b/messages/bundle_install_report.md @@ -4,18 +4,14 @@ Report on the status of a package bundle installation request. # description -Use this command to check the status of a package bundle installation request. The command returns information about the request, including its current status and details about the package bundle version being installed. +The command returns information such as the current status of the request and details about the package bundle version being installed. -# examples +# examples - Report on a package bundle installation request: <%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000 -- Report on a package bundle installation request using an alias: - - <%= config.bin %> force:package:bundle:install:report -i 0Ho0x0000000000000 - # flags.package-install-request-id.summary ID of the package bundle installation request to report on. @@ -38,9 +34,9 @@ Development Organization # validation-error -Validation Error +Validation Error -# created-date +# created-date Created Date From 17d6786695a052a71fbcfa154495828a6c5c7def Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:37:38 -0800 Subject: [PATCH 34/40] Update bundle_install.md --- messages/bundle_install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/bundle_install.md b/messages/bundle_install.md index 1ab380e7..267262ae 100644 --- a/messages/bundle_install.md +++ b/messages/bundle_install.md @@ -1,20 +1,20 @@ # summary -Install a package bundle version in the target org. +Install a specific version of a package bundle in the target org. # description -Install a specific version of a package bundle in the target org. During developer preview, package bundles can be installed only in scratch orgs. To install a package bundle in a scratch org, add the PackageBundles feature to the scratch org definition file. +During developer preview, package bundles can be installed only in scratch orgs. To install a package bundle in a scratch org, add the PackageBundles feature to the scratch org definition file. -# examples +# examples - Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete: - <%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --target-dev-hub devhub@example.com --wait 10 + <%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --dev-hub-org devhub@example.com --wait 10 # flags.bundle.summary -Package bundle version to install. The valid format is BundleName@VersionNumber, such as "MyPkgBundle@0.1". +Package bundle version to install. The valid format is BundleName@VersionNumber, such as "MyPkgBundle@0.1". # flags.target-org.summary @@ -26,7 +26,7 @@ Org ID of the Dev Hub org where the bundle was created. # flags.dev-hub-org.description -Enter the Dev Hub org ID, such as 00Dxx0000000000. +Enter the Dev Hub org ID, such as 00Dxx0000000000. # flags.wait.summary From 996919bdb171289e91a677dc243f1813fab24554 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:39:36 -0800 Subject: [PATCH 35/40] Update formatting and content in bundle_list.md --- messages/bundle_list.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/messages/bundle_list.md b/messages/bundle_list.md index 82f7c63f..95298408 100644 --- a/messages/bundle_list.md +++ b/messages/bundle_list.md @@ -6,11 +6,11 @@ List all package bundles in the Dev Hub org. - List all package bundles in the Dev Hub org with the username `devhub@example.com`: -`sf package bundle list --target-dev-hub devhub@example.com` + <%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com -# namespace +# namespace -Namespace Prefix +Namespace Prefix # name @@ -22,11 +22,11 @@ ID # bundle-id -Package Bundle ID +Package Bundle ID # alias -Alias +Alias # description @@ -34,7 +34,7 @@ Description # flags.verbose.summary -Display extended details about the package bundles. +Display extended details about the package bundles. # error-notification-username @@ -42,4 +42,4 @@ Error Notification Username # createdBy -Created By +Created By From 1eede7a44d154732c587ae524dbcf7da65c2ca5f Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:40:25 -0800 Subject: [PATCH 36/40] Revise flag summaries in bundle_version_create_list.md Updated summaries for various flags in the documentation. --- messages/bundle_version_create_list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/bundle_version_create_list.md b/messages/bundle_version_create_list.md index 5713b4ac..e350061f 100644 --- a/messages/bundle_version_create_list.md +++ b/messages/bundle_version_create_list.md @@ -12,7 +12,7 @@ To get information about a specific request, run "<%= config.bin %> package bund # flags.status.summary -Filter the list by the status of the bundle version creation request. Valid values are Queued, Success, or Error. +Status of the installation request, used to filter the list. # flags.show-conversions-only.summary @@ -24,7 +24,7 @@ Display additional information, such as the version name and number for each pac # flags.created-last-days.summary -Filter the list by the number of days since the request was created, starting at 0. Use 0 for today. +Number of days since the request was created, starting at 0. Use 0 for today. # examples From 194ef960db07e147b837dfc90f0cd8d780dc16f4 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:41:09 -0800 Subject: [PATCH 37/40] Revise documentation for bundle version create report Updated the description and examples in the bundle version report documentation. --- messages/bundle_version_create_report.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/messages/bundle_version_create_report.md b/messages/bundle_version_create_report.md index f65df862..cdf0949d 100644 --- a/messages/bundle_version_create_report.md +++ b/messages/bundle_version_create_report.md @@ -4,18 +4,14 @@ Report on the status of a package bundle version creation request. # description -Use this command to check the status of a package bundle version creation request. The command returns information about the request, including its current status and details about the package bundle version being created. +The command returns information such as the request's current status and details about the package bundle version being created. -# examples +# examples - Report on a package bundle version creation request: <%= config.bin %> <%= command.id %> --package-create-request-id 0Ho0x0000000000000 -- Report on a package bundle version creation request using an alias: - - <%= config.bin %> force:package:bundle:version:create:report -i 0Ho0x0000000000000 - # flags.bundle-version-create-request-id.summary ID of the package bundle version creation request to report on. @@ -36,11 +32,11 @@ Package Bundle ID Package Bundle Version ID -# version-name +# version-name Version Name -# created-date +# created-date Created Date From c04977b7258da02afc24507930f4b5f5e16268d2 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:42:11 -0800 Subject: [PATCH 38/40] Fix formatting issues in bundle_version_create.md --- messages/bundle_version_create.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/bundle_version_create.md b/messages/bundle_version_create.md index bf26afd7..26c1c15c 100644 --- a/messages/bundle_version_create.md +++ b/messages/bundle_version_create.md @@ -4,17 +4,17 @@ Create a new package bundle version. # description -Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file. +Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file. After the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions. To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run "sf package version create report -i 08c...". - + # examples - Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com: -<%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com + <%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com # flags.bundle.summary @@ -22,7 +22,7 @@ Name or ID of the package bundle to create a version for. # flags.definition-file.summary -Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle. +Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle. # flags.wait.summary From 88541b7a81596a06fa365fb61faa4c4f513acd6f Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:42:46 -0800 Subject: [PATCH 39/40] Update command example in bundle_version_list.md Removed the bundle name or ID parameter from the command example. --- messages/bundle_version_list.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/bundle_version_list.md b/messages/bundle_version_list.md index a4dbf6ee..585da22a 100644 --- a/messages/bundle_version_list.md +++ b/messages/bundle_version_list.md @@ -6,7 +6,7 @@ List all package bundle versions in the Dev Hub org. - List package bundle versions in the Dev Hub org with the username devhub@example.com: -<%= config.bin %> <%= command.id %> --bundle “Your bundle name or ID” --target-dev-hub devhub@example.com + <%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com # namespace @@ -15,7 +15,7 @@ Namespace Prefix # name Name - + # id ID @@ -34,7 +34,7 @@ Description # flags.verbose.summary -Display extended details about the package bundle versions. +Display extended details about the package bundle versions. # error-notification-username From da0daf9a8b9ce4fed1c6ffba393858a18d287eac Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:43:20 -0800 Subject: [PATCH 40/40] Fix formatting in bundle_version_report.md --- messages/bundle_version_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/bundle_version_report.md b/messages/bundle_version_report.md index 8ae31281..063d70f6 100644 --- a/messages/bundle_version_report.md +++ b/messages/bundle_version_report.md @@ -6,7 +6,7 @@ Retrieve details about a specific package bundle version. - Retrieve details about the package bundle version; uses the Dev Hub org with the username devhub@example.com: -<%= config.bin %> <%= command.id %> --bundle-version "Your bundle version name or ID" --target-dev-hub devhub@example.com + <%= config.bin %> <%= command.id %> --bundle-version "Your bundle version name or ID" --target-dev-hub devhub@example.com # flags.bundle-version.summary