From bc38a7c78faf6d7fdcfd352b68f14dfc2c868d32 Mon Sep 17 00:00:00 2001 From: yohamta Date: Fri, 19 Aug 2022 14:59:05 +0900 Subject: [PATCH] Update README.md for server command option --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ed2f3d32..36471da3b 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ You can execute the example by pressing the `Start` button - `dagu retry --req= ` - Re-runs the specified DAG run - `dagu stop ` - Stops the DAG execution by sending TERM signals - `dagu dry [--params=] ` - Dry-runs the DAG -- `dagu server` - Starts the web server for web UI -- `dagu scheduler [--dags=]` - Starts the scheduler process +- `dagu server [--host=] [--port=] [--dags=]` - Starts the web server for web UI +- `dagu scheduler [--dags=]` - Starts the scheduler process - `dagu version` - Shows the current binary version The `--config=` option is available to all commands. It allows to specify different Dagu configuration for the commands. Which enables you to manage multiple Dagu process in a single instance. See [Admin Configuration](#admin-configuration) for more details.