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
Krew always works with {oc-first} without the {cli-manager} installed. You can use the same commands outlined in this documentation to use Krew with `oc`. For more information, see link:https://krew.sigs.k8s.io/docs/[Krew documentation].
12
-
====
13
-
14
-
//Brief explanation of what the cli manager is.
15
-
You can run the {cli-manager} in both connected and disconnected environments. In particular, it eases the installation and management of CLI plugins in disconnected environments. The {cli-manager} makes Krew compatible with the `oc` CLI. Cluster administrators can use the {cli-manager} to add CLI plugin custom resources that can then be accessed in both connected and disconnected environments. Cluster administrators install and configure the {cli-manager}, and users then add the custom index to Krew and add CLI plugins to the {cli-manager}.
9
+
[role="_abstract"]
10
+
You can simplify the installation and management of CLI plugins in connected and disconnected environments with the {cli-manager}. The {cli-manager} makes Krew compatible with the `oc` CLI, allowing cluster administrators to manage custom CLI plugin resources.
16
11
17
12
:FeatureName: Using the {cli-manager} to install and manage plugins for the OpenShift CLI
With the {cli-manager}, you can install CLI plugins in both connected and disconnected environments.
9
+
[role="_abstract"]
10
+
Track the development of the {cli-manager} for {product-title}, which enables you to install CLI plugins in both connected and disconnected environments.
10
11
11
12
:FeatureName: Using the {cli-manager} to install and manage plugins for the OpenShift CLI
12
13
include::snippets/technology-preview.adoc[]
13
14
14
-
These release notes track the development of the {cli-manager} for {product-title}.
* This version is the initial Technology Preview release of the {cli-manager}. For installation information, see xref:../../cli_reference/cli_manager/cli-manager-install.adoc#cli-manager-install[Installing the {cli-manager}].
61
-
62
-
//* No bug fixes or known issues to list
26
+
* xref:../../cli_reference/cli_manager/index.adoc#cli-manager-overview[About the {cli-manager}]
Copy file name to clipboardExpand all lines: modules/cli-manager-about.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,7 @@
6
6
[id="cli-manager-about_{context}"]
7
7
= About the {cli-manager}
8
8
9
+
[role="_abstract"]
10
+
You can use the {cli-manager} to streamline the installation and management of CLI plugins, especially in disconnected environments.
11
+
9
12
The {cli-manager} makes it easier to install and update CLI plugins. It runs in both connected and disconnected environments, and it is particularly useful in disconnected environments. Cluster administrators can add CLI plugins and plugin updates to the {cli-manager}, and users can then install and update CLI plugins when needed regardless of whether or not the environment is disconnected.
Copy file name to clipboardExpand all lines: modules/cli-manager-custom-index-krew.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@
6
6
[id="cli-manager-custom-index_{context}"]
7
7
= Adding the {cli-manager} custom index to Krew
8
8
9
-
You can use the terminal to add the CLI manager custom index to Krew. This procedure is required for the {cli-manager} to function correctly and needs to be done only once.
10
-
11
-
The custom index connects Krew to the {cli-manager} binaries and enables the {cli-manager} to work in disconnected environments.
9
+
[role="_abstract"]
10
+
You can use the terminal to add the {cli-manager} custom index to Krew so that the {cli-manager} will work in disconnected environments. This procedure is required for the {cli-manager} to function correctly and needs to be done only once.
* This version is the initial Technology Preview release of the {cli-manager}. For installation information, see xref:../../cli_reference/cli_manager/cli-manager-install.adoc#cli-manager-install[Installing the {cli-manager}].
Copy file name to clipboardExpand all lines: modules/cli-manager-installing-plugins.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,14 @@
6
6
[id="cli-manager-adding-plugins_{context}"]
7
7
= Installing CLI plugins with the {cli-manager}
8
8
9
-
You can install CLI plugins using the {cli-manager}.
9
+
[role="_abstract"]
10
+
You can install CLI plugins with the {cli-manager} to extend OpenShift CLI functionality in both connected and disconnected environments.
10
11
11
12
.Prerequisites
12
13
13
14
* You have installed Krew by following the link:https://krew.sigs.k8s.io/docs/user-guide/setup/install/[installation procedure] in the Krew documentation.
14
-
* The CLI Manager is installed.
15
-
* The CLI Manager custom index has been added to Krew.
15
+
* The {cli-manager} is installed.
16
+
* The {cli-manager} custom index has been added to Krew.
Copy file name to clipboardExpand all lines: modules/cli-manager-installing.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,13 @@
6
6
[id="cli-manager-installing_{context}"]
7
7
= Installing the {cli-manager}
8
8
9
-
Install the {cli-manager} to facilitate adding CLI plugins in both connected and disconnected environments.
9
+
[role="_abstract"]
10
+
You can install the {cli-manager} to facilitate adding CLI plugins in both connected and disconnected environments.
11
+
12
+
[NOTE]
13
+
====
14
+
Krew always works with {oc-first} without the {cli-manager} installed. You can use the same commands outlined in this documentation to use Krew with `oc`. For more information, see link:https://krew.sigs.k8s.io/docs/[Krew documentation].
0 commit comments