# Command Line Interface The easiest way to get help is through the commandline by running ```shell roger help ``` or to get help on a specific subcommand ```shell roger help [subcommand] ``` ## Generate ```shell roger generate [generator] [options] ``` ## Serve ```shell roger serve [options] ``` Starts a webserver (port 9000 by default) ## Release ```shell roger release [options] ``` Releases the project ## Test ```shell roger test [options] ``` Tests the project ## Global options All commands accept these options. ``` Options: -v, [--verbose] # Set's verbose output -h, [--help] # Help ```