CLI Arguments
List of CLI arguments
CLI arguments are mostly supposed for use in development.
--find-ports
List available serial ports and exit--silent
Do not print log to console--no-log
Do not log output to files (marlinraker_files/logs/marlinraker.txt)--extended-logs
Include debugging information in console and logs (Seeextended_logsoption in Configuration)--serve-static
Servemarlinraker_files/wwwdirectory with express
You can pass CLI arguments to the program like follows:
npm run start -- --silent --no-log [...]