docs/v3/api-ref/cli/config.mdx
prefect configprefect config [OPTIONS] COMMAND [ARGS]...
prefect config setprefect config set [OPTIONS] SETTINGS...
prefect config validateprefect config validate [OPTIONS]
Deprecated settings will be automatically converted to new names unless both are set. </Info>
prefect config unsetprefect config unset [OPTIONS] SETTING_NAMES...
Removes the setting from the current profile. </Info>
<AccordionGroup> <Accordion title="Arguments" defaultOpen> <ResponseField name="SETTING_NAMES..." type="string" required> \[required] </ResponseField> </Accordion> <Accordion title="Options" defaultOpen> <ResponseField name="--yes"> </ResponseField> </Accordion> </AccordionGroup>prefect config viewprefect config view [OPTIONS]
--show-defaults displays all settings, even if they are not changed from the default values.
--hide-defaults displays only settings that are changed from default values. </ResponseField>
<ResponseField name="--show-sources"> Toggle display of the source of a value for a setting.The value for a setting can come from the current profile, environment variables, or the defaults. </ResponseField>
<ResponseField name="--show-secrets"> Toggle display of secrets setting values. </ResponseField> </Accordion> </AccordionGroup>