From 0ac70eee2b3f8790b6c72ba5e89ef5ad59d9d3af Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:43:12 -0500 Subject: [PATCH] chore: add link to cue --- cli/commands/validate.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).