buildkite / cli

A command line interface for Buildkite.
MIT License
166 stars 44 forks source link

Remove pending command from build view #315

Closed jradtilbrook closed 2 months ago

jradtilbrook commented 2 months ago

Swap pending command for simple spinner. Also make use of errgroup to run api request in parallel and collect errors.

This now will no longer chomp the output since the output is printed outside of a bubbletea program