chore: Mention that CLI usage is different in built version

This commit is contained in:
Jesse Wierzbinski 2023-12-08 15:56:03 -10:00
parent 147044f29f
commit 336dee3db2
No known key found for this signature in database

View file

@ -154,6 +154,8 @@ Lysand includes a built-in CLI for managing the server. To use it, simply run th
bun cli bun cli
``` ```
If you are running a production build, you will need to run `bun run dist/cli.js` or `./entrypoint.sh cli` instead.
You can use the `help` command to see a list of available commands. These include creating users, deleting users and more. You can use the `help` command to see a list of available commands. These include creating users, deleting users and more.
#### Scripting with the CLI #### Scripting with the CLI