- 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
.envfile 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 envsnapOr use npx to run it without global installation:
npx envsnap <command>npx envsnap create stagingnpx envsnap set stagingnpx envsnap use stagingnpx envsnap delete stagingnpx envsnap listenvsnap is licensed under the MIT License. See the LICENSE file for more information.