Files
weewx/docs_src/utilities/weectl-about.md
2023-11-25 09:28:14 -05:00

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.