Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 479 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 479 Bytes

Beanstalk-cli

Beanstalk-cli is a working in progress tool to help devops automate the process of configure your production and development and production environment.

TODO

  • Create new users from cli

Dependencies

OSX

brew install jq

Linux

cd /tmp
git clone https://github.com/stedolan/jq.git
cd jq
autoreconf
./configure
make
sudo make install

Install

git clone https://github.com/adlayer/beanstalk-cli.git
make install