2025-11-27 21:50:52 +01:00
---
gitea: none
include_toc: true
---
[🇬🇧 (EN) ](README.md ) - [🇫🇷 (FR) ](README.fr.md )
## Define user data interactively in the console
> **🛈 Informations**
>
> The user will enter variable values in a command-line interface. The variables will be displayed one after another, allowing the user to change or add values.\
> **Path**: questionary\
> *`disabled`*\
> **Disabled**: if questionary is not set in "[Select for user datas](#step.user_data)"
| Variable | Description | Default value | Type |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|
| ** < a id = "questionary.mandatory" name = "questionary.mandatory" > questionary.mandatory</ a > **< br /> **Command line**: < br /> • -qm, --questionary.mandatory< br /> • -nqm, --questionary.no-mandatory< br /> **Environment variable**: ROUGAILCLI_QUESTIONARY.MANDATORY | Ask values only for mandatories variables without any value. | false | [`boolean` ](https://rougail.readthedocs.io/en/latest/variable.html#variables-types ) `mandatory` |
| ** < a id = "questionary.show_secrets" name = "questionary.show_secrets" > questionary.show_secrets</ a > **< br /> **Command line**: < br /> • -qs, --questionary.show_secrets< br /> • -nqs, --questionary.no-show_secrets< br /> **Environment variable**: ROUGAILCLI_QUESTIONARY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean` ](https://rougail.readthedocs.io/en/latest/variable.html#variables-types ) `mandatory` |
2024-08-05 18:11:02 +02:00