Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/cli/v2.1/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<ref "/v2.1/packages/providers#runtime-configuration">}})
ControllerConfig to a [DeploymentRuntimeConfig]({{<ref "/v2.1/packages/providers#runtime-configuration">}}),
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" >}}).

Expand Down