runss

command module
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2016 License: MIT Imports: 3 Imported by: 0

README

runss

Run shell script command using Amazon Simple Systems Management Service.

Build Status

Usage

Usage of runss:
  -command string
      shell script command
  -instance-ids string
      comma separated instance ids
  -prompt
      show prompt
$ runss -command hostname -instance-ids i-xxx...,i-yyy...
- InstanceId: i-xxx...
  Status: Success
  Output: |
    ip-10-10-10-10
- InstanceId: i-yyy...
  Status: Success
  Output: |
    ip-10-10-10-11
Show prompt
$ runss -instance-ids i-xxx...  -prompt
> hostname
- InstanceId: i-xxx...
  Status: Success
  Output: |
    ip-10-10-10-10

> whoami
- InstanceId: i-xxx...
  Status: Success
  Output: |
    root

Installation

brew install https://raw.githubusercontent.com/winebarrel/runss/master/homebrew/runss.rb

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

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