MCPcopy
hub / github.com/crewAIInc/crewAI / deploy_create

Function deploy_create

lib/cli/src/crewai_cli/cli.py:584–587  ·  view source on GitHub ↗

Create a Crew deployment.

(yes: bool, skip_validate: bool)

Source from the content-addressed store, hash-verified

582 help="Skip the pre-deploy validation checks.",
583)
584def deploy_create(yes: bool, skip_validate: bool) -> None:
585 """Create a Crew deployment."""
586 deploy_cmd = DeployCommand()
587 deploy_cmd.create_crew(yes, skip_validate=skip_validate)
588
589
590@deploy.command(name="list")

Callers

nothing calls this directly

Calls 2

create_crewMethod · 0.95
DeployCommandClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…