From 5113ef791ae73c52ddf2b86fa421fb3c8f00846b Mon Sep 17 00:00:00 2001 From: mpandya15 Date: Fri, 15 Jul 2022 09:20:50 -0500 Subject: [PATCH] GH_47228: Adding CLI tool --- modules/odc-using-web-terminal.adoc | 2 +- web_console/odc-about-web-terminal.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/odc-using-web-terminal.adoc b/modules/odc-using-web-terminal.adoc index 14cab448fc..8f5f41fef5 100644 --- a/modules/odc-using-web-terminal.adoc +++ b/modules/odc-using-web-terminal.adoc @@ -18,4 +18,4 @@ After the Web Terminal Operator is installed, you can use the web terminal as fo + . Click *Start* to initialize the web terminal using the selected project. -After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, `kubens`, and `kubectx` in the web terminal. +After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx` in the web terminal. diff --git a/web_console/odc-about-web-terminal.adoc b/web_console/odc-about-web-terminal.adoc index 1f6030a3d6..f5b75435fe 100644 --- a/web_console/odc-about-web-terminal.adoc +++ b/web_console/odc-about-web-terminal.adoc @@ -13,7 +13,7 @@ You can launch an embedded command line terminal instance in the web console. Yo Cluster administrators can access the web terminal in {product-title} 4.7 and later. ==== -This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, `kubens`, and `kubectx`. It also has the context of the project you are working on and automatically logs you in using your credentials. +This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx`. It also has the context of the project you are working on and automatically logs you in using your credentials. :FeatureName: Web terminal include::modules/odc-installing-web-terminal.adoc[leveloffset=+1]