Skip to content

Zhengquan/capistrano-progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Show progressbar when executing cap deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages