cargo-okf 0.2.3

The okf CLI as a cargo subcommand: validate, lint, inspect, index, graph, format, and diff Open Knowledge Format (OKF) bundles with cargo okf.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cargo-okf

The [okf](https://crates.io/crates/okf) command-line tool as a cargo
subcommand for the [Open Knowledge Format
(OKF)](https://github.com/GoogleCloudPlatform/open-knowledge-format).

```sh
cargo install cargo-okf

cargo okf validate ./bundles/finance
cargo okf lint ./bundles/finance
```

Every `okf` subcommand is available; `cargo okf <cmd>` is identical to
`okf <cmd>`. See the [okf crate](https://crates.io/crates/okf) for the full
command list and library documentation.