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 details)

Uploaded Source

File details

Details for the file rdo-0.2.2.tar.gz.

File metadata

  • Download URL: rdo-0.2.2.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdo-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b1e56e4c96f97d368e78051db16cb3fd23538334abf672c2dcca78df1edfcec1
MD5 841f87a5fb114a024c097aeee6751f98
BLAKE2b-256 9a5cfe0c7655e4376c8ffd0f815bac7bed24e7572867d319708094ae69d1c192

See more details on using hashes here.

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