Skip to content

Releases: own3d/bunny-cli

0.2.2: Fix code-style

01 Apr 18:43
9e7fd16
Compare
Choose a tag to compare
Change keys to align with code-style

0.2.1: Fix build version

01 Apr 18:12
833af6b
Compare
Choose a tag to compare

0.2.0: PHP 8 support

01 Apr 18:10
f8e618e
Compare
Choose a tag to compare

What's Changed

  • Ability to specify target edge dir with BUNNY_EDGE_PATH by @ki11roy in #4
  • PHP 8 (composer update)

New Contributors

Full Changelog: 0.1.2...0.2.0

0.1.2 - 1st Release Candidate

24 Jul 11:53
Compare
Choose a tag to compare
Pre-release
  • 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.

0.1.1

19 Jul 19:37
d2767b3
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
Improve dependency management

0.1.0

19 Jul 18:57
f42347a
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
first commit