Skip to content

config unset

Remove a configuration value from the ~/.fw/config.yml file, causing it to revert to the default value or environment variable if set.

Examples

# Remove custom connection timeout
flyw config unset connect_timeout
# Remove custom debug mode setting
flyw config unset debug
# Remove insecure SSL override
flyw config unset insecure
# Remove extra CA certificate bundle(s)
flyw config unset ssl_cert

Usage