Skip to main content
Use the supported-entities commands to manage the connectors that tenants can link to a flow. The entity must already be available in the environment before it can be added to a flow.

Supported Entities Get

Description

Gets a supported entity and returns its connection parameters (connect_ui_params). Use this to discover the expected configuration before linking the entity to a tenant.

Samples

Get a v2 connector and its connection parameters:
Use --entity-type and --flow-version to get another supported entity type:
Return machine-readable output for programmatic inspection:

Parameters

Supported Entities Create

Description

Adds a supported entity to a flow. By default, the command adds a v2 connector. After creation, the command returns the created entity together with its connection parameters (connect_ui_params).

Samples

Add a v2 connector:
Pass connector configuration as a shell-quoted JSON object:
Use --entity-type and --flow-version to add another supported entity type:
V1 flows support sources and targets, but not connectors.

Parameters