Skip to content

vendor_connectors.cli

Unified CLI for Vendor Connectors.

This module provides a command-line interface to all vendor connectors using the central registry for discovery.

Usage:

vendor-connectors list

# Call any connector method
vendor-connectors call <connector> <method> [--arg value ...]
# Interactive mode
vendor-connectors shell
# Start MCP server
vendor-connectors mcp
# Specific connector shortcuts (if implemented)
vendor-connectors jules sources
vendor-connectors cursor agents
_json_outputFormat data as JSON for output.
_parse_arg_valueParse a CLI argument value, attempting JSON decode.
cmd_listList available connectors.
cmd_callCall a connector method.
cmd_methodsList methods for a connector.
cmd_mcpStart MCP server.
cmd_infoShow info about a specific connector.
mainMain CLI entry point.

Format data as JSON for output.

Parse a CLI argument value, attempting JSON decode.

List available connectors.

Call a connector method.

List methods for a connector.

Start MCP server.

Show info about a specific connector.

Main CLI entry point.