crewai-cli 1.14.5


pip install crewai-cli

  Latest version

Released: May 18, 2026


Meta
Author: Joao Moura
Requires Python: <3.14,>=3.10

Classifiers

crewai-cli

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

Installation

pip install crewai-cli

This pulls in crewai-core (shared utilities) but not the crewai framework itself, so commands that don't need a crew loaded — crewai version, crewai login, crewai org list, crewai config *, crewai traces *, crewai create, crewai template * — work standalone.

Commands that load a user's crew or flow (crewai run, crewai train, crewai test, crewai chat, crewai replay, crewai reset-memories, crewai deploy push, crewai tool publish) require crewai to be installed in the project's environment. They print a clear error if it is missing.

To install both at once:

pip install crewai[cli]

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
appdirs (~=1.4.4)
certifi
click (~=8.1.7)
crewai-core (==1.14.5)
cryptography (>=42.0)
httpx (~=0.28.1)
packaging (>=23.0)
pydantic-settings (~=2.10.1)
pydantic (<2.13,>=2.11.9)
pyjwt (<3,>=2.9.0)
python-dotenv (<2,>=1.2.2)
rich (>=13.7.1)
textual (>=7.5.0)
tomli-w (~=1.1.0)
tomli (~=2.0.2)
uv (~=0.11.6)