Skip to content

config get

Get the current value of a specific configuration setting.

Examples

# Get connection timeout
flyw config get connect_timeout
# Output: connect_timeout: 10
# Get number of concurrent uploads
flyw config get concurrent_file_uploads
# Output: concurrent_file_uploads: 8

Available Keys

See the config index for a complete list of available configuration keys.

Usage