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

Make creating dev data be a command #272

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

kdeal
Copy link
Contributor

@kdeal kdeal commented Sep 21, 2023

Currently you need to set an environment variable and then run the normal flask run command. It can be difficult to remember the environment variable and if you forget to remove it then we recreate the data. Making it a command means it is shown in flask --help and you can run it directly and it will only create the dev data and exit.

Currently you need to set an environment variable and then run the
normal flask run command. It can be difficult to remember the
environment variable and if you forget to remove it then we recreate
the data. Making it a command means it is shown in flask --help and you
can run it directly and it will only create the dev data and exit.
@kdeal kdeal marked this pull request as ready for review September 21, 2023 19:34
@kdeal kdeal requested a review from ymilki September 21, 2023 19:34
@kdeal kdeal merged commit f1d56ea into Yelp:master Sep 22, 2023
3 checks passed
@kdeal kdeal deleted the click_dev_data branch September 22, 2023 19:19
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

Successfully merging this pull request may close these issues.

2 participants