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
2025-12-29 12:21:13 +01:00
> [!NOTE]
2025-11-27 21:50:52 +01:00
>
> 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)"
2025-12-29 12:21:13 +01:00
| 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**: 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**: QUESTIONARY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean` ](https://rougail.readthedocs.io/en/latest/variable.html#variables-types ) `mandatory` |
2025-11-27 21:50:52 +01:00
2024-08-05 18:11:02 +02:00