Is your feature request related to a problem? Please describe.
Need to connect directly to a redis instance with redis-cli (like postgres).
Describe the solution you'd like
boundary connect redis -target-name=my-redis-instance -target-scope-name=foo
Describe alternatives you've considered
Currently we run boundary in tunnel then use redis-cli to connect locally
Explain any additional use-cases
None
Additional context
I can make a PR for adding this feature.