Releases: semperos/cci
Releases · semperos/cci
v0.1.1 Filtering by Job Name
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
Initial release of cci
. Includes an executable JAR file as well as a native executable compiled via GraalVM (community edition) for macOS.