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

Show progress during upload #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Show progress during upload #35

wants to merge 2 commits into from

Conversation

MarkVillacampa
Copy link
Member

Added two options to curl:

--progress-bar: This will show a progress bar for the upload process.
tee: Redirects stdin to stdout. This allows to show the json returned by the request.

Tee was neccessary because for some reason curl does not show the progress bar unless you redirect the output somewhere explicitly (with either "-o", ">" or "|")

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

Successfully merging this pull request may close these issues.

1 participant