cli
cli copied to clipboard
CLI-1265: Ability to specify port for push:database and pull:database
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!