Skip to content

Warden 0.1.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidalger davidalger released this 18 Jun 15:28

0.1.0-beta4

  • Added "env" command for controlling docker based per-project environments (currently this simply passes all commands and arguments through to docker-compose).
  • Added "env-init" to add .env file with Warden configuration to the current working directory.
  • Added "sync" command with start/stop/list sub-commands for controlling per-project mutagen sessions.
  • Added "db" command for connecting to mysql and importing databases into the db service.
  • Added three environment types: magento1, magento2-mutagen, magento2-native with auto-selecting the correct M2 environment on Linux/macOS.
  • Fixed dnsmasq setup on Linux (nameserver is now configured on Linux when NetworkManager service is active during install; tested on Fedora 29)