> ## Documentation Index
> Fetch the complete documentation index at: https://onr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Reference

> Main ONR CLI commands and usage.

## Commands

### `onr run`

Run the ONR runtime server.

```bash theme={null}
onr run -c onr.yaml
```

### `onr test`

Parse and validate runtime and provider configs.

```bash theme={null}
onr test -c onr.yaml
```

## Notes

* Keep provider behavior in DSL loaded from `config/onr.conf`, which typically includes files under `config/providers/*.conf`.
* Browse examples in [config/providers](https://github.com/r9s-ai/open-next-router/tree/main/config/providers).
* Use `onr test` in CI before deployment.
