@bondi-labs/integration-sdk - v0.0.2
    Preparing search index...

    Interface InitOptions

    Options for runInit.

    interface InitOptions {
        apiUrl?: string;
        cwd?: string;
        openBrowser?: boolean;
    }
    Index

    Properties

    apiUrl?: string

    Override the Bondi API URL. Defaults to DEFAULT_BONDI_API_URL.

    cwd?: string

    Working directory (used to write .env). Defaults to process.cwd().

    openBrowser?: boolean

    When false, just print URL — don't try to open browser.