From fafa8aec3cd8ebbd7111873e704f0fa642b94c82 Mon Sep 17 00:00:00 2001 From: Andrew Walker <> Date: Sun, 2 Feb 2025 18:23:30 -0600 Subject: [PATCH] Update validate flags for new error on missing schemas flag Signed-off-by: Andrew Walker <> Signed-off-by: Andrew Walker --- content/master/cli/command-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/master/cli/command-reference.md b/content/master/cli/command-reference.md index a7cf2059d..8bdbc4afa 100644 --- a/content/master/cli/command-reference.md +++ b/content/master/cli/command-reference.md @@ -916,6 +916,7 @@ A Kubernetes cluster running Crossplane isn't required. | | `--cache-dir=".crossplane/cache"` | Specify the absolute path to the cache directory to store downloaded schemas. | | | `--clean-cache` | Clean the cache directory before downloading package schemas. | | | `--skip-success-results` | Skip printing success results. | +| | `--error-on-missing-schemas` | Return a non zero exit code if any schemas are missing. | | | `--verbose` | Print verbose logging statements. | {{< /table >}}