This CLI is used to report DevOps change events to Kosli and query them.
Kosli is still in beta
See the docs
make lint
make build
If building the docs for the first time, the submodule for the theme should be initialized:
git submodule update --init --recursive
then:
make hugo
To run only the tests in a single test suite, eg TestAttestJunitCommandTestSuite
make test_integration_single TARGET=TestAttestJunitCommandTestSuite