prefect.cli
task
Task command — native cyclopts implementation. Work with task scheduling.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.cli.tasktask_serve task_serve(*args: Any, **kwargs: Any) -> Any
serve serve(entrypoints: Annotated[Optional[list[str]], cyclopts.Parameter(help='The paths to one or more tasks, in the form of `./path/to/file.py:task_func_name`.')] = None)
Was this page helpful?