⚡ Pro Tools Overview
The ⚡ Pro Tools panel in the ENV Manager sidebar provides one-click access to advanced features covering security, cloud sync, and workflow automation.
All Pro Tools
| Tool | Description |
|---|---|
| Secret Leak Scanner | Find hardcoded secrets and untracked .env files |
| Vercel Sync | Push/pull env vars from Vercel projects |
| GitHub Actions Sync | Sync secrets to GitHub repository secrets |
| Doppler Sync | Pull secrets from Doppler configs |
| Infisical Sync | Pull secrets from Infisical projects |
| AWS Secrets Manager | Pull secrets from AWS Secrets Manager |
| CI/CD Export | Export to 6 CI/CD formats |
| Smart Suggestions | Suggest vars based on package.json |
| Generate .env.example | Create a sanitized example file |
| Rotation Reminders | Track and alert on secret age |
Accessing Pro Tools
All tools are available in the ⚡ Pro Tools sidebar panel. Click any item to run it.
You can also run any tool from the Command Palette (Ctrl+Shift+P) by searching for "ENV Manager Pro:".
API Tokens
Cloud sync features (Vercel, GitHub, Doppler, Infisical) require API tokens. Tokens are stored securely in VS Code's SecretStorage, which uses the operating system keychain (macOS Keychain, Windows Credential Manager, libsecret on Linux).
Tokens are never written to disk or logged anywhere. You can revoke them at any time by revoking in the provider's dashboard — the extension will prompt for a new token on the next sync.