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
kittaakos
changed the title
[gRPC] Neither merge nor setValue can be used to unset a CLI config
[gRPC] Neither merge nor setValue can be used to unset a CLI config entry
Feb 1, 2021
Bug Report
Current behavior
I can use neither
merge
norsetValue
to unset a property in the CLI config when running in daemon mode.Let assume I have the following state that is loaded by the
ArduinoCoreClient
, and I want to unsetproxy
.I tried to update the CLI state with the followings:
{ "network": { } }
Neither
merge
norsetValue
worked.Expected behavior
I can unset a value.
Environment
arduino-cli version
): 0.15.0-rc1Additional context
This feature is required by arduino/arduino-pro-ide#410
The text was updated successfully, but these errors were encountered: