np icon indicating copy to clipboard operation
np copied to clipboard

Option to print actual commands to be run (similar to --preview)

Open dhowe opened this issue 4 years ago • 3 comments

So it would be super useful to see the actual underlying commands (without running them) in order to help debug issues. Just like --preview but more verbose, maybe something like --verbose-preview.

dhowe avatar Dec 17 '20 10:12 dhowe

Yeah, that could be useful, but should be --verbose --preview.

sindresorhus avatar Dec 17 '20 10:12 sindresorhus

also, i may have missed this in the docs, but is there a way to see the contents of the .tgz without actually publishing it?

dhowe avatar Dec 17 '20 11:12 dhowe

@dhowe use npm pack --dry-run for that

fregante avatar Feb 06 '21 23:02 fregante