The Zuplo CLI now has the option to enable debug logs for greater visibility into errors and warnings.
Supported flags are:
-v
enables verbose output (warnings and errors)-vv
enables very verbose output (info, warnings and errors)-vvv
enables extremely verbose output (debug, info, warnings and errors)
These flags are available in @zuplo/cli@6.51.50
or newer. You can also upgrade
by running npm i @zuplo/cli@latest
.