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

Function deploy_list

lib/cli/src/crewai_cli/cli.py:591–594  ·  view source on GitHub ↗

List all deployments.

()

Source from the content-addressed store, hash-verified

589
590@deploy.command(name="list")
591def deploy_list() -> None:
592 """List all deployments."""
593 deploy_cmd = DeployCommand()
594 deploy_cmd.list_crews()
595
596
597@deploy.command(name="push")

Callers

nothing calls this directly

Calls 2

list_crewsMethod · 0.95
DeployCommandClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…