1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

GH_47228: Adding CLI tool

This commit is contained in:
mpandya15
2022-07-15 09:20:50 -05:00
committed by openshift-cherrypick-robot
parent 91f1661d21
commit 5113ef791a
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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]