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
To reduce clutter, unify the server-side implementation, and provide better type safety the CLI config currently using GetConfig/SetConfig in cli.ConfigService needs to move to a pair of typed per-user functions in config.ConfigService.
update sdp definitions
implement new functions in api-server, using the old storage location as fallback
update CLI to use new functions
re-implement cli.ConfigService as legacy shim on top of the new API.
The text was updated successfully, but these errors were encountered:
To reduce clutter, unify the server-side implementation, and provide better type safety the CLI config currently using
GetConfig
/SetConfig
incli.ConfigService
needs to move to a pair of typed per-user functions inconfig.ConfigService
.cli.ConfigService
as legacy shim on top of the new API.The text was updated successfully, but these errors were encountered: