Skip to content

Instantly share code, notes, and snippets.

@ssaki
Last active December 15, 2024 16:27
Show Gist options
  • Save ssaki/26a3e44664047be1178e327930748b28 to your computer and use it in GitHub Desktop.
Save ssaki/26a3e44664047be1178e327930748b28 to your computer and use it in GitHub Desktop.
Syntax higlighted sql output for the symfony/doctrine CLI
# requires `sudo apt install python3-pygments`
alias dump-sql='bin/console doctrine:schema:update --dump-sql | pygmentize -l mysql -f terminal'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment