Skip to content

helios-technologies/kaigara-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaigara

! This was a prototype now implemented in go : kaigara repo and Kaigara web

Build Status Gem Version

Kaigara is an extendable shell command line for managing simple devops tasks.

Installation

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

Usage

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/helios-technologies/kaigara.

License

The gem is available as open source under the terms of the MIT License.

About

Kaigara - The devops swiss army knife

Resources

License

Stars

Watchers

Forks

Packages

No packages published