semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
25 stars 13 forks source link

List jobs within a workflow #178

Open twcurrie opened 3 years ago

twcurrie commented 3 years ago

It'd be great to be able to to list the jobs within a workflow, ie:

$> sem get workflows <id> --jobs
ID       NAME            AGE   STATE     RESULT
<id>   unit-test          22s    DONE     PASSED
<id>   integration-test         59s    DONE     PASSED
<id>    lint                   22s    DONE     PASSED