Skip to content

Commit 17d6786

Browse files
Update bundle_install.md
1 parent 50f6ef4 commit 17d6786

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

messages/bundle_install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# summary
22

3-
Install a package bundle version in the target org.
3+
Install a specific version of a package bundle in the target org.
44

55
# description
66

7-
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.
7+
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.
88

9-
# examples
9+
# examples
1010

1111
- Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete:
1212

13-
<%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --target-dev-hub devhub@example.com --wait 10
13+
<%= config.bin %> <%= command.id %> --bundle MyPkgBundle1@0.1 --target-org my-scratch-org --dev-hub-org devhub@example.com --wait 10
1414

1515
# flags.bundle.summary
1616

17-
Package bundle version to install. The valid format is BundleName@VersionNumber, such as "MyPkgBundle@0.1".
17+
Package bundle version to install. The valid format is BundleName@VersionNumber, such as "MyPkgBundle@0.1".
1818

1919
# flags.target-org.summary
2020

@@ -26,7 +26,7 @@ Org ID of the Dev Hub org where the bundle was created.
2626

2727
# flags.dev-hub-org.description
2828

29-
Enter the Dev Hub org ID, such as 00Dxx0000000000.
29+
Enter the Dev Hub org ID, such as 00Dxx0000000000.
3030

3131
# flags.wait.summary
3232

0 commit comments

Comments
 (0)