Skip to content

Log history command implemented in bubbletea #181

Description

@spaulg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions