mirror of
https://github.com/weewx/weewx.git
synced 2026-04-20 17:46:58 -04:00
931 B
931 B
weectl
The command weectl is the entry point for most WeeWX utilities. To see the
various utilities available, run it with the --help option:
$ weectl --help
usage: weectl -v|--version
weectl -h|--help
weectl database --help
weectl debug --help
weectl extension --help
weectl import --help
weectl report --help
weectl station --help
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
Available subcommands:
{database,debug,extension,station}
database Manages WeeWX databases.
debug Generate debug info.
extension List, install, or uninstall extensions.
import Import observation data.
report List and run WeeWX reports.
station Create, modify, or upgrade a station data area.