Sha256: adfd7ff28ed09cb5605e3994e41e96cea432f2a98edb9fb0d4714be7138f05d4

Contents?: true

Size: 884 Bytes

Versions: 1

Compression:

Stored size: 884 Bytes

Contents

Capistrano::DemandForwardAgent
==============================

Demand forward-agent on deploying.

- Confirming agent connection.
- Confirming identity status.

Unless satisfied then raise exception.


Installation
------------

Add this line to your application's Gemfile:

    gem 'capistrano-demand_forward_agent',
      git: 'git@github.com:elim/capistrano-demand_forward_agent.git'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install capistrano-demand_forward_agent


Usage
-----

Put the following to your `deploy.rb`.

    require 'capistrano-demand_forward_agent'

    demand_forward_agent.confirm


Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-demand_forward_agent-0.0.1 README.md