cloudctl

command module
v0.0.0-...-6bc2f6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2014 License: GPL-3.0 Imports: 18 Imported by: 0

README

Run commands on many machines at once!

Define tasks in javascript and have them execute!

Currently, a few commands are passed in:

shell(cmd): run a command in a local shell and capture the output.

include(file): eval a local javascript file.

Task(name, func): define a function.

The func argument should be a function that takes another function as an argument, usually called run. run is used to execute commands on the remote host.

TODO:

  • learn javascript
  • "context functions" (cd("to/path", function(){...});)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL