Engine Sync

Summary

How the CLI synchronizes data with the engine

Lifecycle

setupEngine(opts) {
    ...
    if opts.enginePort {
        con = new EngineConnector
        con.init
    }

    if opts.attach {
        con = EngineConnector.getOrCreate

    }
}
  • engine connector
    No note with name pkg.dendron-engine.t.engine.arch-connector found in cache during parsing.