Configuration
Manage the Meteostat CLI configuration. Settings are stored in a cli.yml file in the platform-specific app directory (e.g. ~/.config/meteostat/cli.yml on Linux).
Usage
meteo config [KEY VALUE] [OPTIONS]
Examples
meteo config --list # Show all current settings
meteo config cache_enable false # Disable caching
meteo config interpolation_radius 25000 # Set interpolation radius to 25 km
Options
| Option | Description |
|---|---|
--list | Print all current settings |