Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 870 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 870 Bytes

Chimay

Build Status

This is mruby script runner that get script from S3, http(s), or file with consul event. Chimay had an influence from stretcher.

Usage

Chimay::Script.define do
  run do
    puts 'Chimay is peres trappistes!'
  end
end

command

$ echo s3://example.com/script.rb | chimay
Chimay is peres trappistes!

consul

Aws access key and aws secret access key are read from ~/.aws/credentials. If environment AWS_ACCESS_KEY_ID or AWS_SECRET_ACCESS_KEY exist, use it instead of credentials.

$ consul event -name run_script s3://example.com/script.rb
Chimay is peres trappistes!

Licence

MIT

Author

r_takaishi