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
The core of wurl is intentionally kept small to keep it in line with the unix philosophy of "doing one thing and doing it well". That one thing is defined as "Establish a WebSocket connection and keep it active". Other features like authentication should not become a part of the core wurl CLI and instead be implemented elsewhere.