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
Right now the codes to manage configuration in SDK is independent from base CLI. That could cause compatibility issue when the logic in both is different.
Solution
We should consider change the SDK implementation. Instead of manage the configuration by our own, we can wrap IPC to base CLI to do that.
[Note]: This will be a break change. We should think carefully and thoroughly.
The text was updated successfully, but these errors were encountered:
Problem
Right now the codes to manage configuration in SDK is independent from base CLI. That could cause compatibility issue when the logic in both is different.
Solution
We should consider change the SDK implementation. Instead of manage the configuration by our own, we can wrap IPC to base CLI to do that.
[Note]: This will be a break change. We should think carefully and thoroughly.
The text was updated successfully, but these errors were encountered: