1.0.0-beta
FEATURES
- Add Composer 2.2 support for magento2 @mwr
- Command Overhaul @mwr
- add env:update command which stops current env, run devenv update and env:init to fetch templates
- refactor command names & cleanup commands
- pull some commands out of env namesspace which are used frequently
- remove no longer needed commands (Info, FindPorts)
- optimise env:status output
- add commands Command which renders list of commands to free name
list
- move rooter services related commands to
services:
- remove InitCommand (no longer needed)
- update
.envrc
to use nix-direnv by default (performance)
Changes
- add docs for TLD usage
- certs:generate can be executed outside of rooter home dir
- .env file writer keeps commented lines with env vars
- fix an issue where env variable beginning with DEVENV_ were lost
- update environments to initialise AMQP_USER var correctly
- remove traefik config for stopped projects
- remove workaround for monitoring startup of rabbitmq
- create a backup for subsequent env:create calls
Documentation
- add KNOWN_ISSUE for RabbitMQ startup
- update docs TEMPLATES.md opensearch config to use correct env vars @cristiano-pacheco
Full Changelog: 0.9.1...1.0.0-beta