Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Sadia_A1P
1Password Team
2 months agoIntroducing new .env file support in 1Password
Today, we’re introducing a first-of-its-kind feature available in the 1Password Desktop app.
With the new local .env file destination in 1Password Environments, you can securely use and share .env ...
1P_Phil
Moderator
2 months agoHi phildmno ,
We have docs on which libraries we have tested (link), nothing specific for library creators (at the moment, but I can get that requested), good call!
If you open the file pipe and read out the content line by line into environment variables you should be good to go.
Thanks!
Phil & Team
phildmno
2 months agoOccasional Contributor
ok thanks, we'll test and let you know! It should be an easy update on our end
- phildmno2 months agoOccasional Contributor
confirmed that it works with varlock.dev, it will load the your `.env.*` files in as overrides and validate it with our `.env.schema`.
So a sample integration would like something like this:
- 1Pass Env local file destination: `.env.local`
- `.env.schema` checked into source control