@nywilken I was looking at the contents of the cli package and the api package. I think we've got a bit of ambiguity around where things belong.
I'm wondering if we should have the CLI-specific logic in the cli package (build stuff, logic around versions, maybe), and then have everything that talks to remote servers in api. But maybe api is the wrong name. Maybe remote?
@nywilken I was looking at the contents of the
clipackage and theapipackage. I think we've got a bit of ambiguity around where things belong.I'm wondering if we should have the CLI-specific logic in the
clipackage (build stuff, logic around versions, maybe), and then have everything that talks to remote servers inapi. But maybeapiis the wrong name. Mayberemote?