Skip to main content
Validate local config files satisfy a release’s schemas.

API key scopes

If validating from a CI pipeline, the following API key scopes are required:
  • releases:read
  • config_schemas:read

Usage

By default, validating a deployment reads the config files from the current directory.
Use sudo miru ... to read config files from restricted paths.
Flags
string
required
Release version to validate against, matched exactly.Examples: v1.2.0
string
Directory to read config files from. Defaults to the current directory.Each slot is read from its device path relative to this directory, so /srv/miru/configs/mobility.json is read from {--root}/srv/miru/configs/mobility.json. Pass / to read files at their actual device paths.Examples: ./robot-42-fs, /

Examples

Last modified on September 3, 2026