mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
19 lines
420 B
Plaintext
19 lines
420 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/getting-started.adoc
|
|
|
|
[id="cli-logging-out_{context}"]
|
|
= Logging out of the CLI
|
|
|
|
You can log out the CLI to end your current session.
|
|
|
|
* Use the `oc logout` command.
|
|
+
|
|
----
|
|
$ oc logout
|
|
Logged "user1" out on "https://openshift.example.com"
|
|
----
|
|
|
|
This deletes the saved authentication token from the server and removes it from
|
|
your configuration file.
|