kitaru connection create
Create a connection from a plugin schema or from direct values.
Usage
kitaru connection create NAME [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | Yes | New connection name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--importer | reference | No | Importer whose connection schema drives the prompts. |
--analyzer | reference | No | Analyzer whose connection schema drives the prompts. |
--provider | string | No | Provider addressed directly. |
--set | KEY=VALUE[] | No | Non-secret environment value. |
--set-secret | KEY=VALUE[] | No | Sensitive environment value. |
--default | boolean | No | Make this the provider's default connection. |
--idempotency-key | string | No | Retrying this exact invocation with the same key returns the original result instead of acting twice. |
Every command also accepts the global options listed on the CLI overview page.