yp-engineering/mesos-runonce

Allow for command line flags to be loaded via JSON config file

Closed this issue · 1 comments

Need to define a JSON config file type interface to replace all the command line switches. Not sure on the data-structure yet, but should be able to borrow from lessons learned in other mesos frameworks. Interface would be something like mesos-runonce -c my_app.json.

Completed by e7cc950