acquia / cli

Command-line interface for Acquia Cloud Platform products
https://docs.acquia.com/acquia-cli/
GNU General Public License v2.0
42 stars 47 forks source link

CLI-1265: Ability to specify port for push:database and pull:database #1678

Open joelsteidl opened 6 months ago

joelsteidl commented 6 months ago

Currently, it doesn't seem possible to specify a port for push:database and pull:database. Sometimes with Docker containers, etc specifying a non-standard DB port would be great.

For push:database I could hack a port in there export ACLI_DB_HOST="127.0.0.1 --port=49575" but pull:database seems more locked down.

I also tried 127.0.0.1:49575 without success.

If it's possible and I'm missing something, please let me know. Thanks!