This release contains a number of bug fixes and quality of life improvements:
- Improved error handling with more helpful error messages across the board, including detailed errors for corrupted JSON DB and Override files. Fixes #4 and #6
- Added support for filtering which keys to display in
ls
andpackage tree
- Added support for listing tree of just envs and sub-envs via
package envs
. Fixes #5 - Fix for empty directory left behind if
package create_env
fails. Fixes #2 - Normal CLI output is now correctly sent to
stdOut