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 init
command. 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-cli
on Windows and in$HOME/.bunny-cli
on Linux. - Fixed
bunny deploy
command for new filesystem and added a lock file to cache the current state. You can skip this with the new added options--no-lock-verification
and--no-lock-generation
. - Optimize deployment.