Skip to content

Service URL in CLI #134

Description

@alxleroux

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions