10 .Op Ar command Op Ar args
14 is a wrapper command for EPGStation provided by Nix. It's actually a thin
17 command line tool which you can use to invoke npm commands from the EPGStation
18 project directory. The command line arguments are simply passed as-is to
21 On NixOS, it is strongly recommended that you enable the epgstation module
22 instead of invoking this command directly to launch EPGStation. On other
25 .Dl $ epgstation start
29 .Bl -tag -width Ds -compact
30 .It Pa /etc/epgstation/config.yml
37 .Dl $ epgstation start
39 Start EPGStation in development mode.
41 .Dl $ epgstation run dev-start
43 Backup the EPGstation database.
45 .Dl $ epgstation run backup /path/to/dst
47 Restore the EPGstation database.
49 .Dl $ epgstation run restore /path/to/src
51 Restore the EPGstation database from the prior v1 release.
53 .Dl $ epgstation run v1migrate /path/to/src