You can get a full documentation of command line options by running stark without options or stark -h.

The general structure is: stark COMMAND [OPTIONS].

Commands:

buildCompile output into build/
docsStart a web server with the documentation.
new PATHCreate an example site at PATH.
serveCompile into build/ and start a web server.
watchCompile and start automatic recompile process.
watch-serverCompile, start "watch" process and a web server.

I recommend using stark watch-server for development and stark build for automated builds.