dotenvx
Installation
SKILL.md
dotenvx CLI
dotenvx is a secure dotenv — from the creator of dotenv. It provides encrypted environment variables, cross-platform run injection, and multi-environment support.
Key capabilities:
dotenvx run— inject env vars into any command, any languagedotenvx encrypt— encrypt.envfiles with public-key cryptography (secp256k1)dotenvx set/get— manage individual env varsdotenvx decrypt— decrypt.envfiles back to plaintext- Multi-environment support via
-fflag andDOTENV_PRIVATE_KEY_*convention
Installation
# npm (local to project)
npm install @dotenvx/dotenvx --save