1.0.0-beta6
Changes
- update environments Templates to use stable packages
stop
command is now less verbosestatus
will fallback to --all if not in an environment contextmysql:dump
timeout configuration: checks environment variableDEVENV_DB_CMD_TIMEOUT
or--timeout
optionPROJECT_TLD
is now an allowed variable for Nginx Config
Magento2 related
- magento2 environment template udpated
magento2:db-refresh
optimised and fixed some minor issuesmagento2:db-install
removes the env.php if it existsmagento2:db-install
is now using ProcessManager instead of custom solution- FIX: magerun2 needs to be executed with projects php version
Documentation
updated documentation
- format
- extract development to separate page
- improved docs for commands
- add install section to README
Other
- small improvements to initNginxCommand
- process manager uses DEVENV_PROFILE to get PHP Version
Merge Requests
- Updates laravel template stack by @cristiano-pacheco in #5
- Updates magento2 template stack by @cristiano-pacheco in #6
- Adds PROJECT_TLD variable to the Nginx allowed variables by @cristiano-pacheco in #7
- Increases the timeout for mysql:dump command by @cristiano-pacheco / @mwr in #8
Full Changelog: 1.0.0-beta5...1.0.0-beta6