Windows 11 Error: Doppler Error: This OS does not support mounting a secrets file

Setup Doppler today, everything went smoothly till running.
Integrating with a Deno project.

"“start”: “doppler run --mount .env --command=‘denon run --allow-net --allow-read --allow-env --allow-sys src/index.ts’”,

When I run deno task start I get the following error: Doppler Error: This OS does not support mounting a secrets file

I have Enabled Long Paths and no luck after seeing that under the windows support section.

Any ideas?

Hi @Simon_V!

Welcome to the Doppler Community!

What you’re running into here is just a parity issue with the CLI on Windows. Go doesn’t support named pipes (which are what’s used under the hood when you use --mount) on Windows out-of-the-box. I recommend opening up an issue on the Doppler CLI GitHub repo about this.

Sorry that I don’t have better news for you here!

Regards,
-Joel

Hey Joel,
Thanks so much for getting back. Just to double check installing and using WSL wouldn’t resolve this?
I’ll await your answer and then log that ticket.

Thanks again.