! This was a prototype now implemented in go : kaigara repo and Kaigara web
Kaigara is an extendable shell command line for managing simple devops tasks.
Add this line to your application's Gemfile:
gem 'kaigara'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kaigara
On bare systems:
bash <(curl -s https://raw.githubusercontent.com/kaigara-sysops/vagrant-devbox/master/scripts/kairb.sh)
or
curl -s https://raw.githubusercontent.com/kaigara-sysops/vagrant-devbox/master/scripts/kairb.sh | bash -s
Basic commands are
# Creates a system operation package (sysops)
$> kaish sysops create NAME
# Generate an operation. Creates an empty file in folder operations
$> kaish sysops generate NAME
# Execute all operations of the current working directory
$> kaish sysops exec [DIRECTORY]
You can use kaish help
any time to get help.
Bug reports and pull requests are welcome on GitHub at https://github.com/helios-technologies/kaigara.
The gem is available as open source under the terms of the MIT License.