I have written a cli tool for use within my org, to make connecting to certain DB's easier.
Not sure how to word this question, so an example will hopefully explain. I would like to use a config like so:
databases:
db1: db1.endpoint.company.org
db2: db2.endpoint.company.org
Then run the command like so:
toolbox db connect -host db1
I am not sure what the wording is of what I am asking so I haven't been able to search effectively for it. Even just some docs would be helpful.