docs: add missing env docs

This commit is contained in:
2025-01-10 00:09:24 +02:00
parent 362ee12168
commit 870fa538bb

View File

@@ -144,6 +144,7 @@ Here is a detailed breakdown of all configuration options:
| `debug` | Boolean | Enable or disable debug mode. Default: `false`. |
| `check_updates` | Boolean | Enable or disable checking for updates before running operations. Default: `false`. |
| `defaults` | Object | Defaults to apply to all installer types, such as specifying supported platforms or commonly used flags. |
| `env` | Object | Environment variables to set before running the installer. |
### `install` Node