You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
tl;dr
--verboseseems useful but I haven't found it in pnpm10 docsI'm simply a little confused. I have a scripts where I use the
--verboseflag but realised I can't find pnpm documentation about it.In my script I've tried to replace that undocumented flag with documented ones but they don't print the same logs.
For example…
This prints lots of logs. I like this for local development:
pnpm -r --verbose --parallel --reporter=append-only --aggregate-output --if-present testAll of these don't print much at all, only errors:
pnpm -r --long --parallel --reporter=append-only --aggregate-output --if-present testpnpm -r --debug --parallel --reporter=append-only --aggregate-output --if-present testpnpm -r --loglevel=debug --parallel --reporter=append-only --aggregate-output --if-present testQuestions:
--verbosein the docs?--verbosethat is equivalent?--verbosebe documented within pnpm10 docs?--verboseactually originate from a lower level (zsh)?--verboseis overriding it?--silentin any of my scripts.Any other suggestions or advice very welcome 😄.
Beta Was this translation helpful? Give feedback.
All reactions