Skip to content

Topic

CLI daemon architecture

A design in which a command-line tool splits into a short-lived client and a background daemon that holds session state between invocations.

Current clusters