Added
- Added a
env info
command to get basic information about the current environment. - Added a
env use
command to control the Python version used by the project. - Added a
env list
command to list the virtualenvs associated with the current project. - Added a
env remove
command to delete virtualenvs associated with the current project.
Changed
- The
cache:clear
command has been renamed tocache clear
. - The
debug:info
command has been renamed todebug info
. - The
debug:resolve
command has been renamed todebug resolve
. - The
self:update
command has been renamed toself update
.