php app/console server:run
php app/console server:stop
php app/console debug:router
php app/console swiftmailer:spool:send --message-limit=10 --env=prod
php app/console doctrine:generate:entities
php app/console doctrine:generate:entities AppBundle:EntityName
php app/console doctrine:schema:update --force
php app/console doctrine:migrations:diff
php app/console doctrine:migrations:migrate
php app/console fos:user:promote username ROLE_NAME
php app/console fos:user:create testuser [email protected] p@ssword
http://symfony.com/doc/current/bundles/FOSUserBundle/command_line_tools.html
php app/console fos:oauth-server:clean
Grant access client generation (cf. CreateClientCommand.php)
php app/console acme:oauth-server:client:create --grant-type="password" --grant-type="http://my.custom/grants/access"