Sha256: 69e8bc3b8c567a6acc5ff665da4136242c48302443a6cf2d4b1b47595190ec66

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

[![Code Climate](https://codeclimate.com/github/jankmet/capistrano-spy/badges/gpa.svg)](https://codeclimate.com/github/jankmet/capistrano-spy)

# capistrano-spy

viewing remote configurations and running services for capistrano

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'capistrano-spy'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install capistrano-spy


## Usage

Require in `Capfile`:

```ruby
require 'capistrano/spy'
```

This will add the following tasks:
* show:config[]
* show:running[]
* show:yml

### Examples:

    $ cap production show:yml
    $ cap production show:config[app]
    $ cap production show:running[unicorn]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-spy-0.1.5 README.md
capistrano-spy-0.1.4 README.md