Member Junction
    Preparing search index...

    Input context for the migrate phase.

    MigratePhase.Run

    interface MigrateContext {
        Config: PartialInstallConfig;
        Dir: string;
        Emitter: InstallerEventEmitter;
        VersionTag?: string;
    }
    Index

    Properties

    Current install config (used for diagnostic context, not directly by migrations).

    Dir: string

    Absolute path to the repo root (where migrations are executed).

    Event emitter for progress and log events.

    VersionTag?: string

    Release version tag (e.g., "v5.9.0"). Used to pin the CLI version when falling back to npx @memberjunction/cli@<version>.