Releases: own3d/bunny-cli
Releases · own3d/bunny-cli
0.2.2: Fix code-style
0.2.1: Fix build version
Build 0.2.1
0.2.0: PHP 8 support
0.1.2 - 1st Release Candidate
- Added
bunny initcommand. Setup the bunny cli within seconds. - Added
env:list,env:set,env:backup,env:restore. Now you can manage your .env file directly in the cli. - Fixed environment for Windows. You can find your environment in
%appdata%/.bunny-clion Windows and in$HOME/.bunny-clion Linux. - Fixed
bunny deploycommand for new filesystem and added a lock file to cache the current state. You can skip this with the new added options--no-lock-verificationand--no-lock-generation. - Optimize deployment.