Skip to content

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 (See extended_logs option in Configuration)
  • --serve-static
    Serve marlinraker_files/www directory with express

You can pass CLI arguments to the program like follows:

npm run start -- --silent --no-log [...]