envsnap
v1.0.2
Published
Switch between environments in a single command.
Readme
Features
- 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)
Installation
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>Usage
Create an environment
npx envsnap create stagingSet the active environment
npx envsnap set stagingUse a specific environment
npx envsnap use stagingDelete an environment
npx envsnap delete stagingList all environemnts
npx envsnap listLicense
envsnap is licensed under the MIT License. See the LICENSE file for more information.
