mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
33 lines
669 B
Plaintext
33 lines
669 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/developer_cli_odo/configuring-the-odo-cli.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="developer-cli-odo-unset-config_{context}"]
|
|
= Unsetting a value
|
|
|
|
You can unset a value for a preference key by using the following command:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ odo preference unset <key>
|
|
----
|
|
|
|
[NOTE]
|
|
====
|
|
You can use the `-f` flag to skip the confirmation.
|
|
====
|
|
|
|
.Example command
|
|
[source,terminal]
|
|
----
|
|
$ odo preference unset updatenotification
|
|
? Do you want to unset updatenotification in the preference (y/N) y
|
|
----
|
|
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
Global preference was successfully updated
|
|
----
|