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 new template CLI serve command options #24

Closed
6 tasks done
rszamszur opened this issue Jan 28, 2022 · 0 comments · Fixed by #27
Closed
6 tasks done

Implement new template CLI serve command options #24

rszamszur opened this issue Jan 28, 2022 · 0 comments · Fixed by #27
Assignees
Labels
copier: project Related to copier template enhancement New feature or request
Milestone

Comments

@rszamszur
Copy link
Member

rszamszur commented Jan 28, 2022

Implement the following options:

  • -d, --daemon (is_flag=true) run server as a Daemon.
  • -e, --environment (multiple=true) Pass additional environment variables to the execution environment.
  • -c, --config=file Uses a custom gunicorn.conf.py configuration
  • --pid Specifies the PID file.

+

  • Update template readme
  • Extend unit tests
@rszamszur rszamszur added enhancement New feature or request copier: project Related to copier template labels Jan 28, 2022
@rszamszur rszamszur added this to the 0.7.0 milestone Jan 29, 2022
@rszamszur rszamszur mentioned this issue Jan 30, 2022
6 tasks
@rszamszur rszamszur self-assigned this Jan 30, 2022
rszamszur added a commit that referenced this issue Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copier: project Related to copier template enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant