Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

orion-cli connectors

Manages connectors and their circuit breakers. Alias: conn.

Synopsis

orion-cli connectors <subcommand> [args] [flags]

Description

Connectors are not versioned — there is no draft, no activate, and no versions. update writes in place and the engine picks it up on reload.

Subcommands

SubcommandDescription
listList connectors; filter with --tag. Sorts by name, connector_type, created_at, updated_at.
get <id>Show a connector; secrets stay masked.
createCreate a connector from JSON: -f <file>, -d <json>, or --stdin.
update <id>Replace a connector definition.
delete <id>Delete a connector; prompts unless --yes.
enable <id>Enable a disabled connector.
disable <id>Disable a connector without deleting it.
test <id>Probe the connector’s target with the stored config. An http connector’s probe is one real request.
validateValidate a definition without creating it. Checks the shape only — test is what reaches the target. Exits 1 when invalid.
exportExport connectors as JSON; filter with --tag. Secrets stay masked, so a re-import needs them supplied again.
import -f <file>Bulk-import from a JSON array file; --dry-run previews, --on-conflict sets the collision rule.
circuit-breakersList circuit breaker states: closed, open, or half_open.
reset-breaker <key>Reset a tripped circuit breaker to closed. The key is connector:channel.

Examples

orion-cli connectors test payment-api

Last verified 14 September 2026