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

Convert setting parameters to flags #108

Open
kasnerz opened this issue Feb 27, 2023 · 0 comments
Open

Convert setting parameters to flags #108

kasnerz opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kasnerz
Copy link
Owner

kasnerz commented Feb 27, 2023

Some settings would be easier to use as command line flags instead of parameters in config.yml.

Currently these are cache_dev_splits and hostname (i.e. the ones which differ during deployment).

The implementation needs to take into account that run in fact calls the default flask run command - I was not able to find a way to integrate extra parameters into this command.

But it should be possible to implement it as tabgenie [EXTRA_ARGS] run [FLASK_ARGS] (although it is a bit clumsy).

@kasnerz kasnerz added the enhancement New feature or request label Feb 27, 2023
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

No branches or pull requests

1 participant