PagerDuty / blender

A modular orchestration engine
https://github.com/PagerDuty/blender
Other
183 stars 8 forks source link

pass arbitrary arguments to from file #29

Closed ranjib closed 9 years ago

alperkokmen commented 9 years ago

:+1:

do you need to pass args downstream to when you are loading the task?

ranjib commented 9 years ago

@alperkokmen yup

blend -f foo.rb -some -other -value

will expose

puts Blender::Configuration[:arguments]
#  ['-some', '-other', '-value' ]