Skip to content

Make sure users don't kill func build #552

@omerbensaadon

Description

@omerbensaadon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions