18 lines
2.1 KiB
Markdown
18 lines
2.1 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
## Define user datas interactivly
|
|
|
|
> **🛈 Informations**
|
|
>
|
|
> **<a id="questionary" name="questionary">questionary</a>**\
|
|
> *`disabled`*\
|
|
> **Disabled**: when 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` |
|
|
|
|
|