Skip to content

Bzl should be split onto daemon and client #17

@konste

Description

@konste

Right now Bzl is the application - you can start it from the command line and the console stays locked until Bzl finishes (or gets killed). Please consider mimicking Bazel approach when "bazel" command fires up background process (if it is not yet running) and delegates the work to that process. Then Bzl command would return to console right after the command is sent to the server. For example I visualize client commands such as

bzl cache start
bzl cache shutdown
bzl cache dump (for debugging)
bzl cache stats
etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions