Beanstalk-cli is a working in progress tool to help devops automate the process of configure your production and development and production environment.
- Create new users from cli
brew install jq
cd /tmp
git clone https://github.com/stedolan/jq.git
cd jq
autoreconf
./configure
make
sudo make install
git clone https://github.com/adlayer/beanstalk-cli.git
make install