Files
crewAI/lib/cli
Greyson LaLonde 8fd7a73423 fix(deploy): add pre-flight validation before deployment
Validate that pyproject.toml, a lockfile (uv.lock or poetry.lock),
and the expected src/<project>/crew.py or config directory exist
locally before making any API calls. This surfaces clear, actionable
errors on the CLI instead of cryptic server-side deployment failures.
2026-03-14 22:21:02 -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]