diff --git a/cli/commands/validate.mdx b/cli/commands/validate.mdx index 3fc1649..4386492 100644 --- a/cli/commands/validate.mdx +++ b/cli/commands/validate.mdx @@ -19,12 +19,12 @@ flipt validate [flags] ### Behavior This command validates Flipt's declarative feature configuration files. -It looks for features flag definitions in the same way as Flipt's declarative backends. -Checkout the documentation on [locating flag state](/configuration/storage#locating-flag-state) to learn more about this process. + +It looks for features flag definitions in the same way as Flipt's declarative backends. Checkout the documentation on [locating flag state](/configuration/storage#locating-flag-state) to learn more about this process. ### Extra Schema -The flag `--extra-schema` (short form `-e`) can be used to pass additional constraints via a CUE schema file. +The flag `--extra-schema` (short form `-e`) can be used to pass additional constraints via a [CUE](https://cuelang.org/) schema file. This file will be unified with the base schema used within `flipt validate` to ensure the format of Flipt files. You can find the base schema [here](https://github.com/flipt-io/flipt/blob/main/internal/cue/flipt.cue).