Skip to content

Releases: semperos/cci

v0.1.1 Filtering by Job Name

08 Dec 18:12
c8342d1
Compare
Choose a tag to compare

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.

v0.1.0 - Initial Release

09 Aug 23:29
1d7e4c5
Compare
Choose a tag to compare
Pre-release

Initial release of cci. Includes an executable JAR file as well as a native executable compiled via GraalVM (community edition) for macOS.