Skip to content

Commit

Permalink
feat: update flags reference
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 28, 2024
1 parent e5398da commit 48a9175
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion content/1.getting-started/3.configuration/3.flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Commands:
worker [flags]
Run FiveNet worker.

discord [flags]
Run FiveNet Discord bot.

Run "fivenet <command> --help" for more information on a command.
```

Expand Down Expand Up @@ -52,5 +55,20 @@ Flags:
--module-centrum-bot Start Centrum bot module
--module-centrum-housekeeper Start Centrum Housekeeper module
--module-user-tracker Start User tracker module
--module-discord-bot Start Discord bot module (disabled by default as it should be run separately)
```

## Discord

```console
$ fivenet discord --help
Usage: fivenet discord [flags]

Run FiveNet Discord bot.

Flags:
-h, --help Show context-sensitive help.
--config=STRING Alternative config file (env var: FIVENET_CONFIG_FILE)
--start-timeout=180s App start timeout duration

--module-cron-agent Run the cron agent.
```

0 comments on commit 48a9175

Please sign in to comment.