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
The CLI is basically a frontend to the apiserver, so it could benefit from the Client introduced in #290, but currently we make http calls manually, which is prone to error and introduces duplicated code. Let's consolidate using Client across the board.
The text was updated successfully, but these errors were encountered:
The CLI is basically a frontend to the apiserver, so it could benefit from the
Client
introduced in #290, but currently we make http calls manually, which is prone to error and introduces duplicated code. Let's consolidate usingClient
across the board.The text was updated successfully, but these errors were encountered: