Command-line interface for managing environment variables across your projects. Extract, sync, and deploy your environment configurations with ease.
Web Dashboard: https://novaenv.shobhnik.xyz
Note: Project and environment creation is not supported via CLI. Please use the web dashboard to create projects and environments first, then use this CLI to extract and manage your variables.
npm install -g novaenv-cliAuthenticate with your NovaEnv API key.
novaenv-cli loginEnter your API key when prompted from the dashboard.
List all projects, select environment, and extract variables to .env file.
novaenv-cli projectsInteractive selection of project → environment → .env creation.
Show current logged in user information.
novaenv-cli whoamiDisplays your API key and email.
Logout and clear stored credentials.
novaenv-cli logoutRemoves stored API key and user data.
Show help message with all available commands.
novaenv-cli helpDisplay usage instructions and command list.
For support and questions, contact us at: [email protected]


