mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
550 B
Plaintext
28 lines
550 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-view-config_{context}"]
|
|
= Viewing the current configuration
|
|
|
|
You can view the current `odo` CLI configuration by using the following command:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ odo preference view
|
|
----
|
|
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
PARAMETER CURRENT_VALUE
|
|
UpdateNotification
|
|
NamePrefix
|
|
Timeout
|
|
BuildTimeout
|
|
PushTimeout
|
|
Ephemeral
|
|
ConsentTelemetry true
|
|
----
|