Skip to content

Instantly share code, notes, and snippets.

@dsentker
Created May 6, 2025 07:22
Show Gist options
  • Save dsentker/c259f759fb05a09b72747d2396aef1e7 to your computer and use it in GitHub Desktop.
Save dsentker/c259f759fb05a09b72747d2396aef1e7 to your computer and use it in GitHub Desktop.
Get ddev mysql port
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