All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Version.
- Added Support for ElasticSearch 7.16
- BugFix: Fix services information displayed after installing Magento, and command bin/describe
- Bugfix: Update auth.json generation file
- Bugfix: Sed parameter issue on Ubuntu when creating projects.
- Added createmagentoauthjson command
- Added describe command
- Performance improvement in performance, fixperms and copytocontainer commands
- Updated bin commands to check if the project is configured before being executed.
- Bugfix: Elasticsearch magento cli installation parameters not available for Magento 2.3.X
- Bugfix: Unable to connect to mailhog service from Magento
- Feature: SampleData optionally installable during the project creation
- Added RabbitMQ service optionally installable during the project creation
- Added support for Magento 2.4.X
- Added ElasticSearch node support
- Added Database Engine selection: Msql or MariaDB
- Added option to select versions to be installed for PHP, MariaDB, Mysql, Composer and Elasticsearch
- Added TIMEZONE variable for configure Magento timezone
- Create-project script updated. Now it's possible to configure the environment: PHP version, Mysql or MariaDB version, Elasticsearch ...
- Added support for xDebug v3+
- Bugfix: docker compose yml configuration files not found when bin commands are not called from the environment folder.
- Added reset command to restore local environment files, docker data,..
- Added dockercomposeoverride command: generate a docker-composer.override.yml file to override
- Added configperformance command: customize docker-compose.override.yml with only some folders mounted between the host and the container
- Added performance command: enable or disable docker-compose-override file with your customizations
- Added importdatabase command to import database file
- Added sync command to synchronize local environment (database and media) from remote servers
- Added clone command to import data from a github repository
- Added --help option to all bin/commands to display command information
- Updated start and stop command to support docker-compose.override files
- Updated create-project.sh script to support performance command
- bin/commands issue when they are called from not project root folder
- Auth.json generation
- Displaying detected OS while project creation
- Displaying backend information when sucessful install
- Improving information for SSL generation in WSL
- Removing comments
- Changelog file
- Fix OS detect on create-project script
- Update documentation
- First working version