1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/cli-logging-out.adoc
2019-05-13 13:57:48 +10:00

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.