Skip to content

Commit

Permalink
Update README.md for server command option
Browse files Browse the repository at this point in the history
  • Loading branch information
yottahmd committed Aug 19, 2022
1 parent 135b414 commit bc38a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ You can execute the example by pressing the `Start` button
- `dagu retry --req=<request-id> <file>` - Re-runs the specified DAG run
- `dagu stop <file>` - Stops the DAG execution by sending TERM signals
- `dagu dry [--params=<params>] <file>` - Dry-runs the DAG
- `dagu server` - Starts the web server for web UI
- `dagu scheduler [--dags=<DAGs directory>]` - Starts the scheduler process
- `dagu server [--host=<host>] [--port=<port>] [--dags=<path/to/DAGs dir>]` - Starts the web server for web UI
- `dagu scheduler [--dags=<path/to/DAGs dir>]` - Starts the scheduler process
- `dagu version` - Shows the current binary version

The `--config=<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.
Expand Down

0 comments on commit bc38a7c

Please sign in to comment.