Skip to content

v0.1.1 Filtering by Job Name

Latest
Compare
Choose a tag to compare
@semperos semperos released this 08 Dec 18:12
c8342d1

This incremental release adds the ability to specify a -j/--job-name command-line option to search by a workflow's job name.

The filtering is done naively with respect to the --limit. cci will make a single request to CircleCI specifying --limit jobs to return, after which point cci filters in memory by the --job-name specified. Increase the --limit if you don't get results back for your job name.