Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ssh tunnel functionality #344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmclean15
Copy link

I've added optional ssh tunnel functionality based on the tunnel-ssh package (https://github.com/agebrock/tunnel-ssh#readme). I've been using a fork of this repo internally at my company for some time to run migrations on our production databases, however we're using AWS DocumentDB which cannot be connected to without the use of an ssh tunnel. Just thought I'd contribute back to the project as I suspect some others may find use in this feature too.

I'm not entirely sure the approach I should take in testing this feature. I figured I'd get some feedback on the PR first before taking the time to figure out the testing. Let me know if this is a feature you'd like to add, and any suggestions you may have with respect to testing.

Checklist
  • npm test passes and has 100% coverage
  • [ x] README.md is updated

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.4%) to 96.596% when pulling 3c5db1d on tmclean15:add-ssh-tunnel into 4906ff2 on seppevs:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-3.4%) to 96.596% when pulling 3c5db1d on tmclean15:add-ssh-tunnel into 4906ff2 on seppevs:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants