rougail-output-display/README.md

3.7 KiB

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Configuration for rougail-console

🛈 Informations

Path: console
disabled
Disabled: if console is not set in "Select for output"

Variable Description Default value Type Validator
console.show_secrets
Command line:
• --console.show_secrets
• --console.no-show_secrets
Environment variable: ROUGAILCLI_CONSOLE.SHOW_SECRETS
Show secrets instead of obscuring them. false boolean mandatory
console.mandatory
Command line:
• --console.mandatory
• --console.no-mandatory
Environment variable: ROUGAILCLI_CONSOLE.MANDATORY
Test mandatories variables before display in console. do not test if "Configuration in output step is in read_write mode" is true boolean mandatory
console.key_is_description
Command line:
• --console.key_is_description
• --console.no-key_is_description
Environment variable: ROUGAILCLI_CONSOLE.KEY_IS_DESCRIPTION
In tree the key is the family or variable description inside of it's name. true boolean mandatory
console.max_width
Command line: --console.max_width
Environment variable: ROUGAILCLI_CONSOLE.MAX_WIDTH
Maximum number of characters per line.
Null means unlimited.
integer The minimum value is 50.