Skip to main content

Commands

onr run

Run the ONR runtime server.
onr run -c onr.yaml

onr test

Parse and validate runtime and provider configs.
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.
  • Use onr test in CI before deployment.