aboutsummaryrefslogtreecommitdiff
path: root/CLI.md
blob: 0e49905f38071a79b9a8b328bda64d1a025c6beb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# CLI

`node cli.js [option] [param]`

## -r

Recreates and reinitializes database tables: `node cli -r [all|motto|poll|profile|quote]`

## -d

Dump the database into a LaTeX-compatible format `node cli -d` (in the appropriate `zeitung` subdir)

## -U

Updates database values: `node cli -U [all|motto|poll|profile]`

## --user

Regenerates user password: `node cli --user [user_id]`