Fast Path
Add a key, run a command, move on. Local dev secrets without detouring into enterprise complexity.
`envkey` gives you encrypted profile-based secrets and instant injection into any command. No shell pollution, no sprawling config ritual, no “platform migration” meeting.
Add a key, run a command, move on. Local dev secrets without detouring into enterprise complexity.
Vault data is encrypted. Decryption happens only when needed, and process injection keeps parent env clean.
`ek env --profile dev` prints correctly escaped export lines so `eval` works even with tricky values.