It would be nice to be able to import an existing `.env` file with key=value pairs. The command in my mind would look something like ``` ejson-kms import .env --path="secrets/dev.json" ``` If you think this seems reasonable I may work on implementing it.
It would be nice to be able to import an existing
.envfile with key=value pairs.The command in my mind would look something like
If you think this seems reasonable I may work on implementing it.