- Create environments with a single command
- Set and Use environments seamlessly
- List all available environments
- Delete environments when they're no longer needed
- Automatic validation of
.env
file formats (coming soon)
To install envsnap
, you need Node.js and npm installed on your system. Once you have those, you can install envsnap
globally using npm:
npm install -g envsnap
Or use npx to run it without global installation:
npx envsnap <command>
npx envsnap create staging
npx envsnap set staging
npx envsnap use staging
npx envsnap delete staging
npx envsnap list
envsnap is licensed under the MIT License. See the LICENSE file for more information.