-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage.txt
34 lines (30 loc) · 1.33 KB
/
usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
stratum
Usage:
stratum <ENV>
stratum -klr --log-level=debug
stratum 'production' -lts --log=<path>
stratum 'dev' --with=<path>
stratum --help
stratum --version
Options:
<ENV> Run with stratum.[config|mapping].ENV.json.
If left blank, run with 'dev' ENV.
-h, --help Show this screen.
-k, --keys Enable prev/next animations using arrow keys.
-l, --leap Enable leapmotion.
-r, --reload Enable livereloading of stratum.config.json.
-t, --timer Enable prev/next stack timer.
-s, --sound Enable OSC sound output.
-v, --version Print the current version.
-w, --with=<path> Open the stratum-viewer applet as its visualiser.
--log=<path> Pipe stdout to the specified log file.
--log-level=<level> Set the log level (default is 'info').
Log level:
0, emergency System is unusable.
1, alert Action must be taken immediately.
2, critical The system is in critical condition.
3, error Error condition.
4, warning Warning condition.
5, notice A normal but significant condition.
6, info A purely informational message.
7, debug Messages to debug an application.