prefect.cli
config
Config command — native cyclopts implementation. Manages Prefect settings and profiles.
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.configset_ 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?