Command-line API# Node.js comes with a variety of CLI options. These options expose built-in debugging, multiple ways to execute scripts, and other helpful runtime options. To view this documentation as a manual page in a terminal, run man node. Synopsis# node [options] [V8 options] [<program-entry-point> | -e "script" | -] [--] [arguments] node inspect [<program-entry-point> | -e "script" | <host