▲ | conception 3 days ago | |||||||
It has dev environments now too! https://developer.1password.com/docs/environments/ | ||||||||
▲ | diggan 3 days ago | parent | next [-] | |||||||
Sounded nice, but I'm not sure what this actually adds. I'm currently using 1Password for doing "environments", but it's all using the existing `op` CLI. So adding a new collaborator to the project would involve adding them to the vault, then there is a shell script in the project that uses the CLI to write a new `.env` depending on the values from `op`. Seems like this new environment stuff wouldn't add anything compared to such setup, at least today, is that fair? Seems to be even more manual and require copy-pasting, unless I misunderstand what the feature actually is. | ||||||||
| ||||||||
▲ | saleCz 2 days ago | parent | prev [-] | |||||||
for a complete solution to dev envs and production secret management I use Envie https://github.com/ilmari-h/envie it's like a drop in replacement for traditional env files |