Created
May 6, 2025 07:22
-
-
Save dsentker/c259f759fb05a09b72747d2396aef1e7 to your computer and use it in GitHub Desktop.
Get ddev mysql port
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddev describe | grep "mysql:" -A1 | tail -n1 | sed -E 's/.*-> ([^[:space:]]+).*/\1/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment