Infisical Enter passphrase to unlock printed to stdout breaks infisical export redirect

With the file vault (infisical vault set file), running infisical export > .env behaves wrong: the "Enter passphrase to unlock" prompt is not shown, and after typing the password anyway, the prompt text itself ends up written into the .env file. The prompt goes to stdout instead of stderr.

This was a CLI bug, fixed by the Infisical maintainers, interactive prompts are now written to stderr so stdout redirection captures only the secret payload. Upgrade the Infisical CLI past v0.12.2 and infisical export > .env produces a clean file.

Source: https://github.com/Infisical/infisical/issues/941