iron_worker_ruby_ng icon indicating copy to clipboard operation
iron_worker_ruby_ng copied to clipboard

Add way for cli to read config file, either yaml or json

Open treeder opened this issue 12 years ago • 0 comments

eg usage:

iron_worker --config config/config.yml upload my_worker

Will read config.yml and look at iron: first, then root for token/project_id. eg config file:

iron:
  token: 'IRON_TOKEN'
  project_id: 'PROJECT_ID'

other:
  stuff:

treeder avatar Apr 04 '13 23:04 treeder