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

Implement run command #14

Closed
Tracked by #53
rszamszur opened this issue Jan 10, 2022 · 2 comments · Fixed by #35
Closed
Tracked by #53

Implement run command #14

rszamszur opened this issue Jan 10, 2022 · 2 comments · Fixed by #35
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rszamszur
Copy link
Member

rszamszur commented Jan 10, 2022

fastapi-mvc run ...

This would be a wrapper for a generated project serve CLI command. Just another option to run a project.

@rszamszur rszamszur added the enhancement New feature or request label Jan 10, 2022
@rszamszur
Copy link
Member Author

Click forward unknown options: https://click.palletsprojects.com/en/7.x/advanced/#forwarding-unknown-options

Instead of hardcoding options 1:1 accept all and pass to the generated project CLI serve command.

@rszamszur rszamszur added this to the 0.8.0 milestone Feb 2, 2022
@rszamszur
Copy link
Member Author

Instead of implementing wrapper, fastapi-mvc run ... can run uvicorn server in --reload mode for development. Also, this would resolve #31

@rszamszur rszamszur linked a pull request Feb 6, 2022 that will close this issue
7 tasks
@rszamszur rszamszur self-assigned this Feb 6, 2022
@rszamszur rszamszur mentioned this issue Feb 15, 2022
58 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant