Skip to main content

⚡ 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

ToolDescription
Secret Leak ScannerFind hardcoded secrets and untracked .env files
Vercel SyncPush/pull env vars from Vercel projects
GitHub Actions SyncSync secrets to GitHub repository secrets
Doppler SyncPull secrets from Doppler configs
Infisical SyncPull secrets from Infisical projects
AWS Secrets ManagerPull secrets from AWS Secrets Manager
CI/CD ExportExport to 6 CI/CD formats
Smart SuggestionsSuggest vars based on package.json
Generate .env.exampleCreate a sanitized example file
Rotation RemindersTrack 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.