php bin\console list
docker-compose -f compose.yaml -p "sf_local" up -d
symfony server:stop
symfony server:start
# generate
php bin/console make:migration
# run migrations
php bin/console doctrine:migrations:migrate
php bin\console make:entity
php -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-html var/log/test-coverage
php -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-html var/log/test-coverage --coverage-clover var/log/clover.xml --log-junit var/log/junit.xml
php bin/console list app
php bin/console app:fetch-json-placeholder-posts
php bin/console help app:fetch-json-placeholder-posts