Mot

Results 268 comments of Mot

yes, our plans are also to replace dotenv-vault, but because dotenv-vault has heavy usage we'll likely still keep it around for a half decade and provide a migration path to...

### Update: `dotenvx pro` (July 1) First a bit about `dotenvx` and then `dotenvx pro` below. * from `1.0.0` to `1.5.0` - see [changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md#150) * next: adding a `decrypt` command...

1.6.0 just went out – with it support for `decrypt` and `--stdout`. https://dotenvx.com/blog/2024/07/11/feature-complete.html we're starting to build out pro now. probably a 3 to 6 month effort.

> is some sort of free tier planned? something like vault/hub no. the open source tool is the free tier. i would like to provide a very low paid tier...

login, logout, and oauth flow are built https://github.com/user-attachments/assets/c5c0d596-9a11-4518-ade8-c0d8327373c0 next, we are working on the public/private user key system: 1. every user will generate a private/public keypair 2. your privateKey will...

also, rest assured your pii data related to github auth is encrypted at rest . here is what the `users` table looks like: and here is what the `oauth_tokens` table...

We've done the foundational work to support the zero-knowledge architecture. ## `dotenvx pro login` During the cli login process the following happens: 1. A `publicKey` and `privateKey` are generated 2....

not until it is released as 1.0.0. we might distribute that cli package a different way than it is currently being distributed.

we've started building the functionality around creating and managing organizations. ![new-org](https://github.com/user-attachments/assets/975bd8b9-0e79-47da-b329-548218157388) ``` $ dotenvx pro organizations new ? press Enter to open [https://pro.dotenvx.com/organizations/new?request_uid=req_94ed2e5b]... yes ✔ created organization [dotenvx] ``` (these...

the invitation system is complete. we also have syncing of organization's public/private keys working in a zero-knowledge way. it's encrypted by each team member's public key and passed around that...