prefect.cli
dev
Dev command — native cyclopts implementation. Internal Prefect development commands.
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.devbuild_docs build_docs(schema_path: Optional[str] = None)
build_ui build_ui(no_install: Annotated[bool, cyclopts.Parameter('--no-install', negative='', help='Skip installing npm dependencies before building.')] = False, include_v2: Annotated[bool, cyclopts.Parameter('--include-v2', negative='', help='Also build the React UI v2 bundle into the Prefect package.')] = False)
ui ui()
api api()
start start()
build_image build_image()
container container()
Was this page helpful?