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

Merge pull request #48163 from openshift-cherrypick-robot/cherry-pick-47816-to-enterprise-4.11

[enterprise-4.11] RHDEVDOCS-3909: Added content for new features in Web Terminal
This commit is contained in:
J Stickler
2022-07-22 10:11:14 -04:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
// Module included in the following assemblies:
//
// web_console/odc-about-web-terminal.adoc
:_content-type: PROCEDURE
[id="odc-using-web-terminal_{context}"]
= Using the web terminal
@@ -17,5 +17,15 @@ 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`, `subctl`, and `kubectx` in the web terminal.
+
. Click *+* to open multiple tabs within web terminal in the console.
+
[NOTE]
====
* You can re-run commands by selecting them from the list of commands you have run in the terminal. These commands persist across multiple terminal sessions.
* The web terminal remains open until you close it or you close the browser window or tab.
====