Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

keto namespace validate

keto namespace validate

Validate namespace definitions

Synopsis

validate Validates namespace definitions. Parses namespace yaml files or configuration files passed via the configuration flag. Returns human readable errors. Useful for debugging.

keto namespace validate <namespace.yml> [<namespace2.yml> ...] | validate -c <config.yaml> [flags]

Options

-h, --help help for validate

Options inherited from parent commands

-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])

SEE ALSO