2022-02-25 10:54:57 -06:00
|
|
|
// Module included in the following assemblies:
|
|
|
|
|
//
|
|
|
|
|
// * cli_reference/developer_cli_odo/configuring-the-odo-cli.adoc
|
|
|
|
|
|
2023-10-30 08:48:20 -04:00
|
|
|
:_mod-docs-content-type: REFERENCE
|
2022-02-25 10:54:57 -06:00
|
|
|
[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
|
|
|
|
|
----
|