From 115433b24a80a344fca85d30454f435baaef6b64 Mon Sep 17 00:00:00 2001 From: cli-docs-bot Date: Wed, 17 Jun 2026 21:44:36 +0000 Subject: [PATCH] Update master CLI reference docs for v2.4.0-rc.0.126.g62cadf8 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- content/cli/master/command-reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/cli/master/command-reference.md b/content/cli/master/command-reference.md index 08ee11d14..9fbb0f86b 100644 --- a/content/cli/master/command-reference.md +++ b/content/cli/master/command-reference.md @@ -11,7 +11,7 @@ description: "Command reference for the Crossplane CLI" -This documentation is for the `crossplane` CLI `v2.4.0-rc.0.93.g3df82fc`. +This documentation is for the `crossplane` CLI `v2.4.0-rc.0.126.g62cadf8`. @@ -508,6 +508,7 @@ crossplane composition render [] [ | | `--crossplane-version=VERSION` | Version of the Crossplane image to use for rendering. Defaults to the latest stable version. | | | `--crossplane-image=IMAGE` | Override the full Crossplane Docker image reference for rendering. | | | `--crossplane-binary=PATH` | Path to a local crossplane binary to use instead of Docker. | +| | `--crossplane-docker-network=STRING` | The docker network to start the crossplane container in | | | `--context-files=KEY=VALUE;...` | Comma-separated context key-value pairs to pass to the Function pipeline. Values must be files containing JSON/YAML. | | | `--context-values=KEY=VALUE;...` | Comma-separated context key-value pairs to pass to the Function pipeline. Values must be JSON/YAML. Keys take precedence over --context-files. | | `-r` | `--include-function-results` | Include informational and warning messages from Functions in the rendered output as resources of kind: Result. | @@ -1068,6 +1069,7 @@ crossplane operation render [] [flags] | | `--crossplane-version=VERSION` | Version of the Crossplane image to use for rendering. Defaults to the latest stable version. | | | `--crossplane-image=IMAGE` | Override the full Crossplane Docker image reference for rendering. | | | `--crossplane-binary=PATH` | Path to a local crossplane binary to use instead of Docker. | +| | `--crossplane-docker-network=STRING` | The docker network to start the crossplane container in | | | `--context-files=KEY=VALUE;...` | Comma-separated context key-value pairs to pass to the function pipeline. Values must be files containing JSON. | | | `--context-values=KEY=VALUE;...` | Comma-separated context key-value pairs to pass to the function pipeline. Values must be JSON. Keys take precedence over --context-files. | | | `--function-credentials=PATH` | A YAML file or directory of YAML files specifying credentials to use for functions. |