You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Whenpack 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
The text was updated successfully, but these errors were encountered:
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 confidencepack
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:
When the download is complete
Then the progress bar should be replaced with the message
Download Complete
The text was updated successfully, but these errors were encountered: