Sha256: f1eca0596207f67c3cc6d280ac3b89897a5c4ca301f35837b2335fe8f703a1d9

Contents?: true

Size: 726 Bytes

Versions: 2

Compression:

Stored size: 726 Bytes

Contents

# Pairhost

Manage EC2 instances for remote pairing the style that Relevance prefers.

## How to Use

    gem install pairhost
    pairhost init
    # edit ~/.pairhost/config.yml to use your real EC2 & AMI settings
    
    pairhost create "My Cool Pairhost"
    pairhost status
    pairhost ssh

    # down, stop, halt are all aliases
    pairhost down

    # resume will start a down pairhost
    pairhost resume
    
    # up will resume a down pairhost, but if none will create one
    pairhost up

    # ssh will resume a down pairhost, then SSH to it
    pairhost ssh

    # all future commands will affect the given instance
    pairhost attach instance-id

    # destroy and terminate are aliases
    pairhost destroy

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pairhost-0.0.7 README.md
pairhost-0.0.6 README.md