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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ profile. Exit is non-zero on non-conformance or any diagnostic at/above
`ci.fail-on` (default `error`). `--format sarif` emits SARIF 2.1.0 for inline
GitHub PR annotations.

## Package bundles

`okftool build` creates a distributable `.tar.gz` from a bundle directory. By
default it validates spec conformance first, then writes `<bundle>.tar.gz` with a
single top-level directory inside the archive.

```sh
okftool build docs/okf
okftool build docs/okf -o okftool-0.2.5.tar.gz --prefix okftool-0.2.5
```

## Rules & configuration

okftool ships **28 lint rules** across seven categories (frontmatter,
Expand Down
Loading