Files
crewAI/lib/cli
Greyson LaLonde 3732de7b88 test: add CLI tests to crewai-cli package
Move and adapt all CLI tests from lib/crewai/tests/cli/ to
lib/cli/tests/, updating import paths from crewai.cli.* to
crewai_cli.* and adjusting mock targets accordingly.
2026-03-14 22:09:38 -04:00
..

crewai-cli

CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without installing the full framework.

Installation

pip install crewai-cli

Or install alongside the full framework:

pip install crewai[cli]