No commit activity in last 3 years
No release in over 3 years
Interactive command execution for capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

< 4.0.0, >= 3.1.0
 Project Readme

No longer maintained in favor of sshkit-interactive

Gem Version Dependencies Code Climate

Join the chat

Capistrano::Interactive

Interactive command execution for capistrano.

Installation

Add this line to your application's Gemfile:

gem 'capistrano-interactive'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-interactive

Usage

Require in Capfile to use the default task:

require 'capistrano/interactive'

Now you can start interactive programs through capistrano.

on primary(:app) do
  interact(:htop)
end
on primary(:app) do
  within current_path do
    interact(:rails, :console, rails_env)
  end
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ydkn/capistrano-interactive.

License

The gem is available as open source under the terms of the MIT License.