From 3886532dfddfa2c9ccdc4de1ff7512ecd24e06a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Schmitz=20von=20H=C3=BClst?= Date: Tue, 4 Aug 2026 01:23:15 +0200 Subject: [PATCH] docs: add convert composition-environment command (#829) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Schmitz von Hülst --- content/cli/v2.1/command-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/cli/v2.1/command-reference.md b/content/cli/v2.1/command-reference.md index 88d83644c..d56bca5ab 100644 --- a/content/cli/v2.1/command-reference.md +++ b/content/cli/v2.1/command-reference.md @@ -546,7 +546,8 @@ migration to the new APIs and resources, the `crossplane beta convert` command converts a Crossplane resource to a new version or kind. Use the `crossplane beta convert` command to convert a -ControllerConfig to a [DeploymentRuntimeConfig]({{}}) +ControllerConfig to a [DeploymentRuntimeConfig]({{}}), +a Pipeline Composition to use function-environment-configs via `crossplane beta convert composition-environment`, or a legacy Composition using `mode: Resources` to a [Composition pipeline function]({{< ref "/v2.1/composition/compositions" >}}).