Kitaru

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

NameTypeRequiredDescription
NAMEstringYesNew connection name.

Options

NameTypeRequiredDescription
--importerreferenceNoImporter whose connection schema drives the prompts.
--analyzerreferenceNoAnalyzer whose connection schema drives the prompts.
--providerstringNoProvider addressed directly.
--setKEY=VALUE[]NoNon-secret environment value.
--set-secretKEY=VALUE[]NoSensitive environment value.
--defaultbooleanNoMake this the provider's default connection.
--idempotency-keystringNoRetrying 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.

On this page