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
Currently custom_roles are handled via an upsert. This has lead to accidental role creation rather than updates. Refactor the cli to be explicitcreate andupdate, rather than a singularmerge command.