Basic commands that control docker:
make certs
generate ssl certificatesmake up
starts containersmake provision
executes needed tasks for the app to workmake ssh
starts a shell in the app containermake halt
stops containersmake build
rebuilds containersmake destroy
removes containers
Basic commands used to control the app
make composer-install
installscomposer
vendorsmake database
creates the database using ansible/drupal.sqlmake phpunit
executesphpunit
testsmake composer-normalize
executescomposer normalize
plugin to normalize composer.jsonmake phpstan
executesphpstan
make php-cs-fixer
executesphp-cs-fixer