- Added `[environment]` argument to `open` command - for example, `dotenv-vault open staging`
1.9.0
Added
- Added `logout` command for revoking .env.me credential(s) 🔐 - Abort without stacktrace when quitting prompt with `q` - Improved error formatting
1.8.1
Changed
- When specifying `development` environment, select `.env.development` first and fallback to `.env` file
1.8.0
Added
- Added `dotenv-vault whoami` command. Displays the current logged in user. 🦉
1.7.0
Added
- Add `-y`, `--yes` flags to automatically continue through an interactive prompts. ⛳️ - Added more helpful message when asking to say yes interactively.
1.6.3
Changed
- Clarifications in README and removed minimum node 14 requirement. Working with 12 and lower.