Skip to main content

RemoteDO command

Project description

https://pypip.in/d/rdo/badge.png

rdo stands for “RemoteDO” and is to help facilitate running commands on “remote” machines. Specifically is meant to help you run and develop code on a virtual machine, while avoiding having to shell into the VM.

Usage

The first step is to create a .rdo.conf file. Here is an example using rdo with Vagrant.

[default]
driver = vagrant
directory = /vagrant

Lets assume you have a Vagrantfile in the root of your code base and are mounting your code to /vagrant. Lets also assume you have a Makefile you use to run different tasks for your project.

Here is how you to run the build task using rdo:

$ rdo make build

rdo will compose the correct command to run it on your Vagrant VM. For example, the above would end up running:

$ vagrant ssh -c "cd /vagrant && make build"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdo-0.2.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page