--- gitea: none include_toc: true --- [🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md) ## Secrets are in Bitwarden > [!NOTE] > > Load the secrets from Bitwarden. The data is retrieved using the official command line "bw" or the alternative command "rbw" (faster). Before using Rougail, the command must be logged and unlocked.\ > **Path**: bitwarden\ > *`disabled`*\ > **Disabled**: if bitwarden is not set in "[Select for user datas](#step.user_data)" | Variable | Description | Default value | Type | Validator | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|--------------------------|-----------------------------------------------------------------------------------------------------------|---------------------------------------------------------| | **bitwarden.command**
**Command line**: --bitwarden.command
**Environment variable**: BITWARDEN.COMMAND | Command line used to retrieve secrets.
Command line must be in PATH. | • rbw
• bw | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `mandatory` | `unique`
**Choices**:
• rbw
• bw | | **bitwarden.mock_enable**
**Command line**:
• --bitwarden.mock_enable
• --bitwarden.no-mock_enable
**Environment variable**: BITWARDEN.MOCK_ENABLE | Simulate password generation instead of retrieve them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |