mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: Mention that CLI usage is different in built version
This commit is contained in:
parent
147044f29f
commit
336dee3db2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue