Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 693 Bytes

proc_viewing-codeready-containers-configuration.adoc

File metadata and controls

32 lines (27 loc) · 693 Bytes

Viewing {prod} configuration

The {prod} binary provides commands to view configurable properties and the current {prod} configuration.

Procedure
  • To view the available configurable properties:

    $ {bin} config --help
  • To view the values for a configurable property:

    $ {bin} config get <property>
  • To view the complete current configuration:

    $ {bin} config view
    Note

    The {bin} config view command does not return any information if the configuration consists of default values.