Skip to content

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