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
Some commands check for sunrise-running and fail silently if it's not true. The silent failure can be confusing to users. Instead, we should raise an error with a human-readable message.
Maybe add a helper function sunrise-assert-running and use that everywhere.