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 of downloads #236

Closed
ekcasey opened this issue Jul 10, 2019 · 0 comments · Fixed by #298
Closed

show progress of downloads #236

ekcasey opened this issue Jul 10, 2019 · 0 comments · Fixed by #298
Milestone

Comments

@ekcasey
Copy link
Member

ekcasey commented Jul 10, 2019

Motivation

Some buildpacks are large and therefore a buildpack download during pack create-builder can take a long time. As a user I want visual feedback about the progress of a download so that I have confidence pack is still working have some idea how long I will have to wait for the download to complete.

Suggested UX

When pack is downloading an asset (e.g. a buildpack, or a lifecycle archive)
Then I should see a progress bar that updates as the download proceeds

Example:

$pack create-builder
...
Downloading from "https://example.com/my/buildpack.tgz"
[=======>          ] 50%
...

When the download is complete
Then the progress bar should be replaced with the message Download Complete

dgageot added a commit to dgageot/pack that referenced this issue Sep 13, 2019
Fix buildpacks#236

Signed-off-by: David Gageot <david@gageot.net>
@jromero jromero added this to the 0.5.0 milestone Sep 30, 2019
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 a pull request may close this issue.

2 participants