Dredd: Idea: Ability to specify config file

Created on 30 Dec 2015  路  4Comments  路  Source: apiaryio/dredd

Hello, this would be a nice feature for dredd to have. I'll try to describe it.

Use case:
On CI server I need to run dredd with different configuration than locally.

Solution:
Adding an option for dredd to choose config file via optional parameter would solve this issue.
Consider following:

dredd # defaults to dredd.yml
dredd --config dredd.ci.yml # or dredd -f dredd.ci.yml

Most helpful comment

Implemented by #548!

All 4 comments

HI @romansklenar,

This makes perfect sense to me. I think it will be very easy to implement and it can be coupled with some work on CLI arguments in very near future.

328, #235, #323, #321, #270, #251

Thanks! :heart: Looking forward!

I just went searching to see if this was possible, glad I'm not the only one!

Implemented by #548!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

honzajavorek picture honzajavorek  路  4Comments

colinrymer picture colinrymer  路  6Comments

honzajavorek picture honzajavorek  路  6Comments

efavre picture efavre  路  5Comments

yourithielen picture yourithielen  路  5Comments