-
Notifications
You must be signed in to change notification settings - Fork 6
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
Command Line Configuration #16
Comments
Arguments: |
I can probably take on this feature over the next few days (I really want this feature). It looks like the suggested arguments were specific to the old datasync tool and I am not sure if they are all relevant here. Also, since you are now using firebase credentials rather than API keys I am not sure the best way to handle that. If anyone has an idea how to handle this problem I would gladly hear it. If there is no better idea I'll just have Flags I am thinking:
If anyone disputes any of these flags or would like additional flags let me know. |
Now that it is web-based this should either be closed or changed in scope to be an uploaded config file instead of command line arguments. Unless you want to pass them in as a query string which seems not very useful to me personally, and I refuse to pass a password as a query string since that is human readable to anyone watching network traffic. |
I'd love some command line (or config file) configuration to be able to done, at least for the API key and event ID, and preferably scoring system IP.
The text was updated successfully, but these errors were encountered: