Skip to content

1.0.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sdispater sdispater released this 14 Jan 22:02
· 2257 commits to master since this release
1.0.0a2
df59c3d

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 to cache clear.
  • The debug:info command has been renamed to debug info.
  • The debug:resolve command has been renamed to debug resolve.
  • The self:update command has been renamed to self update.