Consolidate crewai run and crewai flow kickoff (#6296)

Make `crewai run` the single execution path for crews and flows, with
`crewai flow kickoff` kept as a deprecated compatibility alias.
This commit is contained in:
Vinicius Brasil
2026-06-22 20:44:08 -07:00
committed by GitHub
parent 720a4c7216
commit 221dfdb08e
24 changed files with 351 additions and 172 deletions

View File

@@ -83,7 +83,7 @@ def test_run_declarative_flow_in_project_env_uses_uv(
assert subprocess_calls == [
(
["uv", "run", "crewai", "flow", "kickoff"],
["uv", "run", "crewai", "run"],
{
"capture_output": False,
"text": True,