lanl / BEE

Other
14 stars 3 forks source link

Combine Beeflow and Beeclient #706

Closed rstyd closed 9 months ago

rstyd commented 11 months ago

It's kind of confusing having two different commands so we should combine them into one.

One issue we'll run into is that there are several commands that are used in both such as start and status. Our current working solution is to put the beeflow commands behind beeflow core {start|stop|status} since the client commands will be used more often.

In order to keep the code clean, we'll want to keep the beeclient code exactly where it is and just combine the typer interface for both applications.