CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
Project Links
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]
1.14.6a1
May 21, 2026
1.14.6a1.dev20260521
May 21, 2026
1.14.5
May 18, 2026
1.14.5a7
May 18, 2026
1.14.5a6
May 15, 2026
1.14.5a6.dev20260516
May 16, 2026
1.14.5a5
May 12, 2026
1.14.5a5.dev20260514
May 14, 2026
1.14.5a5.dev20260513
May 13, 2026
1.14.5a4
May 08, 2026
1.14.5a4.dev20260512
May 12, 2026
1.14.5a4.dev20260509
May 09, 2026
1.14.5a3
May 06, 2026
1.14.5a3.dev20260508
May 08, 2026
1.14.5.dev20260520
May 20, 2026
1.14.5.dev20260519
May 19, 2026
Wheel compatibility matrix
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)