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

feature: Add --dump-input flag to dump user input to file #1803

Closed
wants to merge 10 commits into from

Conversation

msoikis
Copy link

@msoikis msoikis commented Dec 6, 2022

  • Add --dump-input flag to cli.py
  • Add _generate_cookiecutter_json_file() with the dump logic to generate.py
  • Rename zipfile.py to zipfile_utils.py to fix import collision with zipfile python package
  • Correct tests with the above rename

* Add --dump-input flag to cli.py
* Add _generate_cookiecutter_json_file() with the dump logic to generate.py
* Rename zipfile.py to zipfile_utils.py to fix import collision with zipfile python package
* Correct tests with the above rename
Copy link
Member

@kurtmckee kurtmckee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@msoikis It looks like this is very similar to an existing feature, replaying project generation. The replay feature also allows for re-use of the user input, using the --replay CLI option.

@jensens @pydanny @ssbarnea Please close this PR.

@ericof ericof closed this Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants