Description
A solo buildlog style command that can be used to navigate the logs of prevents build events (start, stop, rebuild, destroy), and view the workflow logs of each service/container/command generated.
The command would start by listing all the events that have happened. This would mean listing the event names as start, stop, rebuild and destroy, listing the dates and times they occurrred, and whether they were considered successful.
Once item on the list is selected, the user is taken to a new screen showing the build output from that event. This would resemble the Github Actions build view, where the left side navigation would provide a tree of containers being provisioned and the workflow events underneath. Then when one is selected in the tree, the workflow steps are shown in the larger right side of the screen as a list. Selecting down through steps in this list will show the command output in a series of tabs for combined output, stdout, and stderr.
Acceptance Criteria
todo
Description
A
solo buildlogstyle command that can be used to navigate the logs of prevents build events (start, stop, rebuild, destroy), and view the workflow logs of each service/container/command generated.The command would start by listing all the events that have happened. This would mean listing the event names as start, stop, rebuild and destroy, listing the dates and times they occurrred, and whether they were considered successful.
Once item on the list is selected, the user is taken to a new screen showing the build output from that event. This would resemble the Github Actions build view, where the left side navigation would provide a tree of containers being provisioned and the workflow events underneath. Then when one is selected in the tree, the workflow steps are shown in the larger right side of the screen as a list. Selecting down through steps in this list will show the command output in a series of tabs for combined output, stdout, and stderr.
Acceptance Criteria
todo