added command line option --parameters <user_parameters.json> for Issue #187#199
added command line option --parameters <user_parameters.json> for Issue #187#199ryanolson wants to merge 2 commits intocookiecutter:masterfrom
Conversation
|
@audreyr - Could you please review this small modification and merge it? |
|
Hey @ryanolson, thanks for increasing code coverage! As your PR kind-of an extra context issue, I've triaged this PR to 0.8.0. It might get merged in before our planned 0.8.0 release this weekend-ish. Note: Even 'small' modifications to Cookiecutter go through our rigorous merge process: https://gist.github.com/audreyr/4feef90445b9680475f2. |
If cookiecutter is used inside of a project creation automation, you want to not only give --no-input, but also supply input values other than the ones in the default file. Add a command line option, --context-file, which allows overriding the default location for default values.
cookiecutter/generate.py
Outdated
There was a problem hiding this comment.
Please use utils.unicode_open here.
1 similar comment
|
I've updated the branch with your requested changes. I modified the API behavior to be similar to #161 in which a dictionary object is passed to |
|
👀 #260 |
This pull request closes Issue #187