I am essentially looking to combine these two commands:
php bin/console doctrine:generate:entity --entity="BundleName:EntitiyName" --fields="fieldName:fieldType"
php bin/console doctrine:schema:update --force
I know I could write a script or simply chain the commands but I was wondering if Symfony provides an inbuilt solution.
I am using Symfony 3.3.