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

pip-compile --output-file=... requirements.in: This creates too much output #1459

Open
guettli opened this issue Jul 30, 2021 · 1 comment
Open
Labels
feature Request for a new feature logging Related to log or console output

Comments

@guettli
Copy link

guettli commented Jul 30, 2021

What's the problem this feature will solve?

I want to create requirements.txt.

I run pip-compile --output-file=requirements.txt requirements.in for the first time in my life and there is too much output.

This is confusing, because the output looks like a requirements file. Thus I think "the --output-file argument was ignored".

Is there a need for so much output?

Describe the solution you'd like

I like to run the command and get one line of output. Output like

requirements.txt was created

Alternative Solutions

An alternative solution would be to create no output.

Additional context

First-time user experience is important.

If you agree, then I can write a pull-request for this change.

But first I would like to know if you want the change.

@atugushev atugushev added feature Request for a new feature logging Related to log or console output labels Aug 2, 2021
@dfoerster-athene
Copy link

You might find the -q argument helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request for a new feature logging Related to log or console output
Projects
None yet
Development

No branches or pull requests

3 participants