No commit activity in last 3 years
No release in over 3 years
Gem contains capistrano recipies for managing groups.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

CapistranoUsers

Recipies allow to manage groups of deploy user.

Installation

Add this line to your application's Gemfile:

gem 'capistrano_users'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano_users

Then add this line in your config/deploy.rb

require 'capistrano_users' 

Usage

The following tasks are supported:

cap users:add_to_group          # Add user to group, 'cap users:add_to_group GROUP=developers'.
cap users:groups                # Get groups that deploy user belongs to
cap users:remove_from_group     # Remove user from group, 'cap users:remove_from_group GROUP=developers'