BASIC --include Path to import. --out File to write. Default: stdout --basepath Base path for the list of files. Default: process.cwd() --main Name of the main file/module to export. Default: index.js --config Path to AMD config file. --vendor Path to vendor file. --vendor-base Basepath for the paths defined in the vendor file. MINIFICATION / SOURCE TRANSFORMS --command Pipe each file through a shell command and capture the output (e.g. --command "uglifyjs --no-copyright"). REPORTING --list-files List included files into a single file. If the file exists, append to the file. Useful for removing minified files. --silent Disable all output, including the reporter. --verbose More verbose output.