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:
Tim Rabl 2020-12-16 17:48:53 +01:00 committed by GitHub
parent 34e2681ff8
commit 3c2517e114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.