mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-10 13:02:37 +00:00
Add documentation for managing organizations via the CrewAI CLI: - crewai login (and how it sets the active org) - crewai org list - crewai org switch <org_id> - crewai org current Includes a practical example for verifying the active org before publishing tools, and adds a tip to the Tool Repository guide linking to the new page. Closes common confusion when users belong to multiple orgs and publish tools to the wrong organization.