deploycheck
Real time environment validation inside VS Code. deploycheck runs 7 checks on your environment before you push to production. Works with Node.js, Next.js, Vite, and Create React App. Automatically detects your project type. CommandsOpen the Command Palette with Ctrl+Shift+P and run: deploycheck: Generate env.manifest.json Scans your entire project for environment variables and automatically generates env.manifest.json. Works with:
deploycheck: Validate Environment Runs 7 checks on your environment and tells you exactly what will break before you push. What deploycheck checks
Supported project typesdeploycheck automatically detects your project type.
How it worksStep 1: Open your project in VS Code Step 2: Press Ctrl+Shift+P Step 3: Type deploycheck Step 4: Run Generate to create your manifest Step 5: Run Validate before every push CLI VersionFor terminal and CI use install the CLI: npm install -g safelaunch safelaunch init safelaunch validate Built by OrchesJavaScript Reliability Infrastructure. GitHub: https://github.com/karthicedric7-cloud/safelaunch npm: https://www.npmjs.com/package/safelaunch |