CLI
How to use the built-in command-line interface tool
Every example in this guide assumes you are running the CLI tool from the same directory as the
executable, and that it is named stump. You will need to adjust the path to the executable accordingly if you are running it from a different location or if it has a different name
Basic Usage
The CLI tool is exposed via a few subcommands using the same executable as the server, itself. To see the available subcommands, run:
./stump --helpThis will print the various subcommands and options available to you. To see more information about a specific subcommand, run:
./stump <subcommand> --help