Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Ability to specify config file #339

Closed
romansklenar opened this issue Dec 30, 2015 · 4 comments
Closed

Idea: Ability to specify config file #339

romansklenar opened this issue Dec 30, 2015 · 4 comments

Comments

@romansklenar
Copy link

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
@netmilk
Copy link
Contributor

netmilk commented Jan 4, 2016

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

@romansklenar
Copy link
Author

Thanks! ❤️ Looking forward!

@romansklenar romansklenar changed the title Ability to specify config file Idea: Ability to specify config file Jan 9, 2016
@mike-marshall0164
Copy link

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

@honzajavorek
Copy link
Contributor

Implemented by #548!

artem-zakharchenko pushed a commit that referenced this issue Oct 9, 2019
…c-release-15.13.24

chore(deps-dev): update semantic-release requirement from 15.13.21 to 15.13.24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants