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 Versioning.
1.1.1 - 2022-03-28
- Homebrew path modification for macOS
1.1.0 - 2021-10-06
- Improve the SSL certificate generation process on WSL 2
- Added the missing variable
MAGENTO_RUN_MODE
into the service containerweb
(NGINX) ondocker-compose.magento.yml
file - Added a volume into the service container
elasticsearch
to avoid data loss ondocker-compose.magento.yml
file - Added a mount volume to override
php-fpm.conf
on service containerfpm
. Fix issue with file's permission.
1.0.0 - 2021-09-30
- Added command
project:create-symlinks
- Creates NGINX symlinks for the project - Added command
service:doctor
- Returns the current state of your machine (Runsservice:status
for all services,service:doctor nginx
,php:list
,php:xdebug
) - Added command
service:doctor nginx
- Returns the current state of NGINX
- Added troubleshooting for NGINX and docker-compose
- Changed the dnsmasq network adapter configuration for a scheduled task
- Updated default docker image for Adobe Commerce PHP (fixes a bug with readonly)
magento/magento-cloud-docker-php:7.4-fpm-1.2.4
magento/magento-cloud-docker-php:7.4-cli-1.2.4
- Changed default docker image PHP rabbitmq
rabbitmq:3.8
-->rabbitmq:3.8-management
- Updated the Adobe Commerce
docker-compose.yml
configurationdeploy
service now runs continuously (changed the entrypoint)- Removed
depends_on
configurations (deprecated docker-compose flags)
- To execute commands on
deploy
:docker exec -it {myproject}-deploy {command}
0.1.0 - 2021-04-21
- Complete documentation regarding installation and configuration on macOS.
- Added command
docker:test
- Validate and view thedocker-compose.yml
file.
- Added command
php:list
- List all versions of PHP installed. - Added command
php:switch
- Switch current PHP version. - Added command
php:xdebug
- Get Xdebug status or enable/disable.
- Added command
service:start
- Start service [brew
,nginx
,php
,dnsmasq
,mailhog
,docker
,db
,elasticsearch
,redis
,varnish
,mq
]. - Added command
service:stop
- Stop service [brew
,nginx
,php
,dnsmasq
,mailhog
,docker
,db
,elasticsearch
,redis
,varnish
,mq
]. - Added command
service:restart
- Restart service [brew
,nginx
,php
,dnsmasq
,mailhog
,docker
,db
,elasticsearch
,redis
,varnish
,mq
]. - Added command
service:status
- Get specific service status [nginx
,php
,dnsmasq
,mailhog
,db
,elasticsearch
,redis
,varnish
,mq
].
- Added Generic options
-v, --verbose
- Adjust the verbosity of the command.--version
- Show version number.--help
- Show help.