forked from mirrors/thatmattlove-hyperglass
Update configuration.mdx
$ hyperglass start -h
Usage: hyperglass start [OPTIONS]
🚀 Start web server
Options:
-b, --build Render theme & build frontend assets
-d, --direct Start hyperglass directly instead of through process
manager
-w, --workers INTEGER Number of workers. By default, calculated from CPU
cores [16]
-h, --help Show this message and exit.
This commit is contained in:
parent
34e2681ff8
commit
3c2517e114
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@ $ hyperglass build-ui
|
|||
✅ Completed UI build in production mode
|
||||
```
|
||||
|
||||
Or with the `--build-ui` CLI flag on startup:
|
||||
Or with the `--build` CLI flag on startup:
|
||||
|
||||
```shell-session
|
||||
$ hyperglass start --build-ui
|
||||
$ hyperglass start --build
|
||||
```
|
||||
|
||||
The UI build will run automatically any time the hyperglass configuration or version changes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue