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
QUERY="select o.slug as 'Org Slug', o.name as 'Org Name', t.name as 'Team Name', t.slug as 'Team Slug' from Teams t join Organizations o on o.id = t.organization_id where t.slug like '$INPUT'"