-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
Context
When we interviewed users, many of them watched func build hang for quite awhile... some (at least one) mentioned that they would probably cancel the process altogether given how long it took.
This can probably be delivered by setting func build to run in verbose by default, but a better user experience would be aligning to something similar to what kn quickstart does which is to create some output for each smaller step within the process so users know the process is still running.
Story
As Deandra the Developer
I want to be assured that func is still running
And I want to know that the first time this runs it may take quite awhile
So that I don't assume the command is hanging
Acceptance Criteria
- Make sure I don't kill
func build
GIVEN I have already run func create myfunc && cd myfunc
WHEN I run func build
THEN I see some output which ensures me the process is still running
AND I understand that the first time I run func build it may take a bit longer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels