You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 existingCliException
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
.The text was updated successfully, but these errors were encountered: