x402-chainlink
    Preparing search index...

    Interface CRECLIConfig

    Configuration for CRE CLI execution

    interface CRECLIConfig {
        broadcast?: boolean;
        cwd?: string;
        engineLogs?: boolean;
        target: string;
        timeout?: number;
        workflowPath: string;
    }
    Index

    Properties

    broadcast?: boolean

    Enable --broadcast flag for real transactions

    cwd?: string

    Working directory for the CRE CLI (defaults to process.cwd())

    engineLogs?: boolean

    Enable --engine-logs for debugging

    target: string

    Target settings name from workflow.yaml (e.g., "staging-settings")

    timeout?: number

    Process timeout in milliseconds (default: 60000)

    workflowPath: string

    Path to the workflow folder (e.g., "./x402-workflow")