From bae5759fea3a003b6f9fd06bc1bc875be608042a Mon Sep 17 00:00:00 2001 From: Adam Wolfe Gordon Date: Fri, 24 Jul 2026 10:59:56 -0600 Subject: [PATCH] Update CLI reference docs for v2.3.4 and v2.4.1 Signed-off-by: Adam Wolfe Gordon --- content/cli/v2.3/command-reference.md | 4 ++-- content/cli/v2.4/command-reference.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/cli/v2.3/command-reference.md b/content/cli/v2.3/command-reference.md index f3ad09797..1918bb769 100644 --- a/content/cli/v2.3/command-reference.md +++ b/content/cli/v2.3/command-reference.md @@ -11,7 +11,7 @@ description: "Command reference for the Crossplane CLI" -This documentation is for the `crossplane` CLI `v2.3.3`. +This documentation is for the `crossplane` CLI `v2.3.4`. @@ -2047,11 +2047,11 @@ repository as a template. Specify either a full Git URL or one of the following names as the template: -- `configuration-template` ([https://github.com/crossplane/configuration-template](https://github.com/crossplane/configuration-template)) - `provider-template` ([https://github.com/crossplane/provider-template](https://github.com/crossplane/provider-template)) - `provider-template-upjet` ([https://github.com/crossplane/upjet-provider-template](https://github.com/crossplane/upjet-provider-template)) - `function-template-go` ([https://github.com/crossplane/function-template-go](https://github.com/crossplane/function-template-go)) - `function-template-python` ([https://github.com/crossplane/function-template-python](https://github.com/crossplane/function-template-python)) +- `configuration-template` ([https://github.com/crossplane/configuration-template](https://github.com/crossplane/configuration-template)) #### `NOTES.txt` diff --git a/content/cli/v2.4/command-reference.md b/content/cli/v2.4/command-reference.md index 60b9a7c1a..307ae6e4d 100644 --- a/content/cli/v2.4/command-reference.md +++ b/content/cli/v2.4/command-reference.md @@ -11,7 +11,7 @@ description: "Command reference for the Crossplane CLI" -This documentation is for the `crossplane` CLI `v2.4.0`. +This documentation is for the `crossplane` CLI `v2.4.1`. @@ -1822,7 +1822,7 @@ crossplane resource validate [flags] |------------|-----------|-------------| | | `--cache-dir="~/.crossplane/cache"` | Absolute path to the cache directory for downloaded schemas. | | | `--clean-cache` | Clean the cache directory before downloading package schemas. | -| | `--crossplane-image=STRING` | Specify the Crossplane image for validating built-in schemas. | +| | `--crossplane-image="xpkg.crossplane.io/crossplane/crossplane:stable"` | Specify the Crossplane image for validating built-in schemas. | | | `--error-on-missing-schemas` | Return non zero exit code if missing schemas. | | `-o` | `--output=text` | Output format for validation results (text, json, or yaml). | | | `--skip-success-results` | Skip printing success results. |