-
Notifications
You must be signed in to change notification settings - Fork 9
App Commands
PiggyPiglet edited this page Feb 6, 2021
·
2 revisions
The app has a few console commands at your disposal.
-
help
: A help menu containing extremely brief descriptions of each command. This command can be triggered by also simply pressing enter in the console, or typing an unrecognised command. -
gc
: A command you really shouldn't run, this is really for debugging. But if you insist, it manually signals the garbage collector to run, which might clear up a tiny bit of ram. -
delete
: Deletes collections from mongo then stops the app. This is used by the updater subproject, once again, you won't need to use this command. -
stop
: Finally, a command you might actually want to use. You should use this command to gracefully shut down the application, as it'll properly close the HTTP server, and the mongo connections.
Feel free to contact me (PiggyPiglet) via discord for support.
-
API
- Routes
- Object Structure
- Population
- Running
- Commands
- Discord
- Development
- Quick Links