cloudbase / garm

GitHub Actions Runner Manager
Apache License 2.0
132 stars 25 forks source link

Extend garm-cli runner list #184

Closed SystemKeeper closed 7 months ago

SystemKeeper commented 1 year ago

We are using garm on an organization with around 300 repositories and garm is registered on org level. I am wondering if it would be possible to extend garm-cli runner list -a (maybe by adding a -v option?) to include information on active runners received by the webhook? Something like:

So it's easier to see what is currently running?

Optionally it would also be nice to have a command to list the currently queued job to get an easy overview.

gabriel-samfira commented 12 months ago

This is a good idea. You should already have some visibility if you run:

garm-cli job ls

But it doesn't hurt to improve on that.