No commit activity in last 3 years
No release in over 3 years
Show progressbar when executing `cap deploy`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Capistrano Progressbar

Capistrano plugin that integrates Progressbar tasks into capistrano deployment script.

Installation

gem install capistrano-progressbar
# or add it to Gemfile
gem 'capistrano-progressbar'

Usage

# Set the variable in the deploy file
set :task_count, '14'   #the count of tasks to be executed, this variable must be set before load this gem
require 'capistrano-progressbar'

Banner

Put the banner file into config/banner file,if the file is not existed the default banner will be used. You can get more banners at Text Ascii Art Generator

Alias

Put the alias command into ~/.bashrc or .rvmrc

alias deploy='bundle exec cap deploy -l "./log/capistrano.log"'

Then you can use deploy to execute cap deploy with fire the progressbar at the terminal

Screenshot

Fire

License

MIT: http://rem.mit-license.org