Update validate flags for new error on missing schemas flag

Signed-off-by: Andrew Walker <>
Signed-off-by: Andrew Walker <alwalker21@gmail.com>
This commit is contained in:
Andrew Walker 2025-02-02 18:23:30 -06:00 committed by Andrew Walker
parent b18d04d3ac
commit fafa8aec3c
1 changed files with 1 additions and 0 deletions

View File

@ -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 >}}