@suluk/provision - v0.2.0
    Preparing search index...

    Interface MigrateOptions

    interface MigrateOptions {
        brokers: Record<string, Broker>;
        store: StateStore;
        migrations: MigrationStore;
        sink?: BindingSink;
        poll?: PollOptions;
        log?: (msg: string) => void;
    }
    Index

    Properties

    brokers: Record<string, Broker>
    store: StateStore

    the live journal (InstanceState).

    migrations: MigrationStore

    the committed migrations + this env's applied-ledger.

    log?: (msg: string) => void