Arch
Summary
This goes over how CLI commands are architected in Dendron
Details
The Dendron CLI will create its own instance of an API server for most commands.
This engine, when spawned, will write a port file at .dendron.port
so that other processes can discover the port that the engine server is running on.
When the dendron-cli
spawns an engine, it will write the port file at .dendron.port.cli
to not conflict with the running engine.
Related
Backlinks