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

Change to a flag system rather than order of parameters so that more features can be added #49

Open
JacobDB opened this issue Feb 6, 2018 · 0 comments

Comments

@JacobDB
Copy link
Contributor

JacobDB commented Feb 6, 2018

I think in order to make this script more flexible for future features, it'd be good to change the way this takes in settings so that it uses flags instead of a specific order of parameters.

For example, in order to implement #25, it'd be great to do something like virtualhost create localhost --user=www-data:www-data.

Other possible options could be:

  • --alias=www.example.localhost
  • --ssl_cert=/path/to/certificate.crt
  • --ssl_key=/path/to/key.key
  • --skip-test-file
  • --skip-hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants