You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/bundle_install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Install a specific version of a package bundle in the target org.
6
6
7
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.
8
8
9
-
# examples
9
+
# examples
10
10
11
11
- Install a package bundle version in a scratch org and wait 10 minutes for the installation to complete:
12
12
@@ -22,11 +22,11 @@ Username or alias of the org in which to install the package bundle version. Not
22
22
23
23
# flags.dev-hub-org.summary
24
24
25
-
Org ID of the Dev Hub org where the bundle was created.
25
+
Username, alias, or ID of the Dev Hub org where the bundle was created.
26
26
27
27
# flags.dev-hub-org.description
28
28
29
-
Enter the Dev Hub org ID, such as 00Dxx0000000000.
29
+
Enter the username, alias, or ID of the Dev Hub org, such as "admin@example.com", "myDevHub", or "00Dxx0000000000".
Copy file name to clipboardExpand all lines: messages/bundle_installed_list.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ List all installed package bundles in the target org.
4
4
5
5
# description
6
6
7
-
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.
7
+
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.
8
8
9
9
# examples
10
10
11
11
- List all installed package bundles in your default org:
12
12
13
13
<%= config.bin %> <%= command.id %>
14
14
15
-
- List all installed package bundles in a specific org:
15
+
- List all installed package bundles in the example orgmyorg@example.com:
Copy file name to clipboardExpand all lines: messages/bundle_uninstall.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ Uninstall a package bundle version from a target org.
4
4
5
5
# description
6
6
7
-
Provide the package bundle version ID or alias and the target org to start an uninstall request. Optionally wait for the uninstall to complete.
7
+
To start an uninstall request, provide the package bundle version ID or alias and the target org. Optionally enter the number of minutes to wait for the uninstall to complete. If the time to uninstall exceeds the number of minutes, the request times out.
8
8
9
9
# examples
10
10
11
-
- Uninstall a bundle version by ID from a specified org:
11
+
- Uninstall a bundle version by ID from the example orgmyorg@example.com:
0 commit comments