crewai-cli
CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
What it is and what it does
crewai-cli is a lightweight command-line interface for the CrewAI framework that lets you manage AI agent crews without installing the entire framework upfront. It pulls in only crewai-core (shared utilities) and a set of common dependencies like click, pydantic, and textual, keeping the install footprint small. Standalone commands—version, login, org list, config, traces, create, and template operations—work immediately after installation.
When you need to actually run, train, test, or deploy a crew, the CLI will prompt you to install the full crewai package if it's missing. This split design lets you scaffold projects, manage configuration, and handle authentication in lightweight environments, then bring in the full framework only where you need it. The tool is actively maintained and widely used (top 5000 on PyPI with millions of monthly downloads).
Use it for:
- Initialize and scaffold a new CrewAI project without installing the full framework first.
- Manage crew configuration, authentication, and organization settings via CLI commands.
- Deploy and push crew updates to production using crewai deploy push.
- View traces and replay crew executions for debugging and monitoring.
- Run lightweight CLI operations (version check, login, template listing) in minimal environments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A command-line tool to scaffold, run, deploy, and manage AI agent crews without requiring the full CrewAI framework to be installed.
Yes, if you're working with CrewAI projects. The low install friction, active maintenance, and split design (lightweight CLI + optional full framework) make it a practical entry point for scaffolding and managing crews. No known vulnerabilities. Install it alongside crewai for the full experience, or use it standalone for configuration and deployment tasks.
Install
crewai-cli on PyPI
pip
pip install crewai-cliuv
uv add crewai-clipoetry
poetry add crewai-cliInstalling crewai-cli
Before you install
Low install friction with a pure-Python wheel and 16 runtime dependencies. Active maintenance with a recent release and high repository engagement (57079 stars). Supports current Python versions.
Quickstart
pip install crewai-cli
crewai version
crewai create my-crew
crewai run
Commands that load a crew (crewai run, crewai train, crewai test, crewai chat, crewai replay, crewai reset-memories, crewai deploy push, crewai tool publish) require crewai to be installed separately in the project environment.
Verify before relying
- Whether the CLI's standalone commands (version, login, config, traces, create, template) work reliably without crewai installed.
- Performance characteristics when managing large numbers of crews or complex deployments.
- Whether the error messages for missing crewai are sufficiently clear for new users.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (<3.14,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 16 — appdirs, certifi, click, crewai-core, cryptography, httpx, packaging, pydantic-settings, pydantic, pyjwt, python-dotenv, rich, textual, tomli-w, tomli, uv |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,169,354/month — #2,368 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: crewai_cli-1.15.16-py3-none-any.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
crewai-coreProvides shared utilities, telemetry, and…
unclear · top 5,000 on PyPI
crewaiCrewAI is a Python framework for building…
unclear · top 5,000 on PyPI
crewai-toolsCrewAI Tools provides a collection of…
unclear · top 5,000 on PyPI
openinference-instrumentation-crewaiAutomatically instruments CrewAI agent…
permissive · top 15,000 on PyPI
crewai-filesProvides file type abstractions for CrewAI…
unclear · top 15,000 on PyPI
opentelemetry-instrumentation-crewaiAdds OpenTelemetry tracing to crewAI agentic…
permissive · top 5,000 on PyPI
google-agents-cliA CLI toolchain that equips coding agents…
permissive · top 15,000 on PyPI
cumulusciCumulusCI automates Salesforce application…
permissive · top 15,000 on PyPI
deepagents-cliCommand-line tool for scaffolding, configuring,…
permissive · top 15,000 on PyPI
bedrock-agentcore-starter-toolkitProvides a Python CLI and SDK for scaffolding,…
permissive · top 5,000 on PyPI