envsentinel-cli
v1.0.65
Published
CLI tool for EnvSentinel
Downloads
710
Maintainers
Readme
💻 EnvSentinel CLI
The powerful terminal companion for automated environment management.
EnvSentinel CLI brings the security of our zero-knowledge architecture to your terminal, CI/CD pipelines, and local development workflows. Sync variables, audit security, and manage missions across your entire infrastructure.
🚀 Installation
npm install -g envsentinel-cli🛠 Command Reference
| Command | Description |
| :--- | :--- |
| es help | Show the premium help guide with examples. |
| es login | Secure browser-based authentication. |
| es status | Check connection health and active project. |
| es sync | Differential sync of .env files to the cloud. |
| es doctor | [NEW] Security audit for local variables. |
| es logout | Clear local session tokens. |
| es config | Manage CLI settings and API keys. |
🛡 Security First
All variables are encrypted locally using AES-256-GCM before transmission. The CLI uses a Master Key that never touches our servers, ensuring only you can decrypt your data.
Security Audit (es doctor)
Run the doctor command to detect:
- Weak secrets and passwords.
- Hardcoded sensitive values.
- Potential environment leaks.
- Un-synced variables.
🤖 AI Features
EnvSentinel CLI integrates with Google Gemini to:
- Automatically generate meaningful descriptions for your variables based on code usage.
- Analyze security risks and provide actionable hardening advice.
