rules_nodejs icon indicating copy to clipboard operation
rules_nodejs copied to clipboard

Please provide some way to see the full command line that nodejs_binary executes

Open jfirebaugh opened this issue 3 years ago • 0 comments

🚀 feature request

Relevant Rules

nodejs_binary

Description

When debugging rules and tests, sometimes what you really need to see is the full command line for the node process that nodejs_binary executes.

Describe the solution you'd like

--define=VERBOSE_NODEJS_BINARY=1 or something like that. (--define=VERBOSE_LOGS=1 exists but is far too noisy and doesn't show the command line.)

jfirebaugh avatar May 26 '22 22:05 jfirebaugh