cli icon indicating copy to clipboard operation
cli copied to clipboard

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

Open joelsteidl opened this issue 1 year ago • 0 comments

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!

joelsteidl avatar Feb 08 '24 18:02 joelsteidl