Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

Use this file to discover all available pages before exploring further.

find_command

def find_command(
    cmd_base: str,
    windows_variants: Optional[list] = None,
    unix_variant: Optional[str] = None
):
Find command across platforms.

create_command_not_found_error

def create_command_not_found_error(command: str, error: Optional[Exception] = None):

create_npm_command_error

def create_npm_command_error(command: str, error: Exception):