mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-09 12:38:14 +00:00
Add `crewai logout` command that clears auth tokens and user settings. Supports `--reset` flag to also restore all CLI settings to defaults. Add missing type annotations to all CLI command functions, DeployCommand and TriggersCommand __init__ methods, and create_flow to resolve all mypy errors. Remove unused assignments of void telemetry return values.