Fabric:Python as ???:Javascript

I have been using Fabric to do deployment for a Django app. I am using some node.js stuff now and am looking to see if there is a tool that does what Fabric did for python - but that is built mainly for javascript and node.

My main use case is to save everything to git and deploy to heroku by just typing fab deploy - but for node.

Try NodeJS or node-control. Both are node.js ssh clients.