From 3c2517e114500ad459c96b6af1ec50ce72394eb6 Mon Sep 17 00:00:00 2001 From: Tim Rabl <47297056+timrabl@users.noreply.github.com> Date: Wed, 16 Dec 2020 17:48:53 +0100 Subject: [PATCH] Update configuration.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit $ 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. --- docs/docs/ui/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/ui/configuration.mdx b/docs/docs/ui/configuration.mdx index 875df9e..fb36b69 100644 --- a/docs/docs/ui/configuration.mdx +++ b/docs/docs/ui/configuration.mdx @@ -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.