Join us at inaugural PyAI Conf in San Francisco on March 10th! Learn more
prefect.cli.config
set_
set_(settings: Annotated[list[str], cyclopts.Parameter(help='Settings in VAR=VAL format')]) -> None
validate
validate() -> None
unset
unset(setting_names: Annotated[list[str], cyclopts.Parameter(help='Setting names to unset')]) -> None
view
view() -> None
Was this page helpful?