dotenv-org / dotenv-vault-core

DEPRECATED: Use motdotla/dotenv which added support for .env.vault May 30, 2023.
https://github.com/motdotla/dotenv
9 stars 4 forks source link

`Error: INVALID_DOTENV_KEY: Missing key part` #12

Closed aidankinzett closed 1 year ago

aidankinzett commented 1 year ago

I get the above error when trying to use dotenv-vault-core. I don't know what key part it thinks is missing, I copied my key from the CLI and it looks correct and matches the format of the example keys. What am I doing wrong?

aidankinzett commented 1 year ago

I ended up working out that the beginning of the key only had one slash dotenv:/:key_cafd... instead of dotenv://:key_cafd... but I'm not sure how that happened