Hi,
It would be great if you could add an integration for EAS. EAS recently added better support for secrets/env variables: Environment variables in EAS: new changes to simplify setup
And the CLI tools have been updated. In fact, your documentation needs to be update here:
The correct command is now:
doppler run --mount ./eas/.env -- eas env:push development --path ./eas/.env
While this command works fine to upload secrets, it is not a proper sync. If I delete a secret on Doppler, it will not be reflected on EAS by running this command.
Having a proper integration would be great for Expo/RN developers!
Thank you.