chanzuckerberg / happy

Happy Path Deployment Tool

Home Page:https://chanzuckerberg.github.io/happy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: As an engineer using Happy CLI, I would like to know how long do stages of the run take, so I can stay informed

alexlokshin-czi opened this issue · comments

Oftentimes, happy create stack takes a while, and due to the verbosity of the output, it is not trivial to understand how long does each phase of the run take. It will be beneficial to display a summary at the end of the run, indicating how long did the entire process take, and break it down by each key component. For example:

docker build: 20m
docker push: 1m
terraform: 2m
------------------
total: 23m