v0.6.0
The goal of this release was to create a new functionality for the run
command:
The user can assign tasks for a Dev Env. These tasks can be executed with the dem run
command.
New features
- The set-default command implemented.
- The add-task command implemented.
- The del-task command implemented.
- Dev Env's assigned tasks are printed with the info command.
- New functionality for the run command: DEM runs the selected one from the Dev Env's assigned tasks
- Output of the list command improved: the first column aligned to the left, the others aligned to the middle.
Fixes
- DEM now presents a warning if the user tries to uninstall an installed Dev Env that requires an unavailable tool image.
Full Changelog: v0.5.0...v0.6.0