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
internal/config.cue and internal/instances.cue still make use of this.
Since cue.Instance is being phased out this issue is not as straight forward as it might seem: since context.BuildInstance() returns cue.Value and the current process handler requires *cue.Instance this then requires a refactor of every command.
The text was updated successfully, but these errors were encountered:
internal/config.cue and internal/instances.cue still make use of this.
Since cue.Instance is being phased out this issue is not as straight forward as it might seem: since
context.BuildInstance()
returnscue.Value
and the current process handler requires*cue.Instance
this then requires a refactor of every command.The text was updated successfully, but these errors were encountered: