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

Service URL in CLI #134

Open
alxleroux opened this issue Nov 5, 2024 · 1 comment
Open

Service URL in CLI #134

alxleroux opened this issue Nov 5, 2024 · 1 comment

Comments

@alxleroux
Copy link

Thank you for that piece of software.

I have a tiny suggestion. At the beginning, I couldn't get the service to work as I was using http://127.0.0.1:5000 instead of http://127.0.0.1:5000/reconcile.

I was confused due to the default message flask provide:

> csv-reconcile serve  
 * Serving Flask app 'csv-reconcile'
 * Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit

Would it be possible to add an additional message in CLI, something like:

> csv-reconcile serve  
[...]
 * Reconciliation service at http://127.0.0.1:5000/reconcile
 
Press CTRL+C to quit
@gitonthescene
Copy link
Owner

It’s mentioned in the Quickstart section of the README, but I can sympathize because I was similarly confused using the predecessor to this tool. I’ll give this a think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants