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

Function deploy_logs

lib/cli/src/crewai_cli/cli.py:633–636  ·  view source on GitHub ↗

Get the logs of a deployment.

(uuid: str | None)

Source from the content-addressed store, hash-verified

631@deploy.command(name="logs")
632@click.option("-u", "--uuid", type=str, help="Crew UUID parameter")
633def deploy_logs(uuid: str | None) -> None:
634 """Get the logs of a deployment."""
635 deploy_cmd = DeployCommand()
636 deploy_cmd.get_crew_logs(uuid=uuid)
637
638
639@deploy.command(name="remove")

Callers

nothing calls this directly

Calls 2

get_crew_logsMethod · 0.95
DeployCommandClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…