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

    Interface SyncOptions

    Options for runSync.

    interface SyncOptions {
        cwd?: string;
        dryRun?: boolean;
        entry?: string;
    }
    Index

    Properties

    Properties

    cwd?: string

    Working directory. Defaults to process.cwd().

    dryRun?: boolean

    When true, only print what would change — no PUT to Bondi.

    Optionalentry

    entry?: string

    Entry file path (relative to cwd). Default: ./src/bondi.integration.ts.