creaper icon indicating copy to clipboard operation
creaper copied to clipboard

add OfflineManagementClient.executeCli(String)

Open Ladicek opened this issue 9 years ago • 1 comments

Some local CLI operations can be run offline. For that, we'd need something like OfflineManagementClient.executeCli(String). That shouldn't be terribly hard to add.

The only thing is that I'd like to have a unified CliException for both online and offline CLI, yet the existing CliException is in the ...online package. Not sure how to deal with that. Probably just give up this goal and use a different exception, e.g. OfflineCliException.

Ladicek avatar Apr 19 '16 11:04 Ladicek