Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
This CLI is used to report DevOps change events to Kosli and query them.

## Status

Kosli is still in beta

## Usage
Expand All @@ -22,12 +23,9 @@ See the [docs](https://docs.kosli.com/client_reference/)

## Building the documentation

If building the docs for the first time, the submodule for the theme should be initialized:
`git submodule update --init --recursive`

then:
`make hugo`
`make hugo-local`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to have the hugo mod init command included? Or did it end up not being needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jumboduck confirmed it's not needed. Indeed, simply running make hugo-local builds and serves the docs just fine on my machine.


## Running the tests

To run only the tests in a single test suite, eg TestAttestJunitCommandTestSuite
`make test_integration_single TARGET=TestAttestJunitCommandTestSuite`