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
cert errors should say something like "rerun with --unsafe-ignore-certificate-errors"
add --unsafe-ignore-certificate-errors to manual - it's currently unmentioned
add --help=full which shows all flags - currently there is no way to discover flags like --unsafe-ignore-certificate-errors. The --help=full should be mentioned in CLI text, probably at the bottom of deno --help and deno run --help.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.7
--unsafe-ignore-certificate-errors
"--unsafe-ignore-certificate-errors
to manual - it's currently unmentioned--help=full
which shows all flags - currently there is no way to discover flags like--unsafe-ignore-certificate-errors
. The--help=full
should be mentioned in CLI text, probably at the bottom ofdeno --help
anddeno run --help
.The text was updated successfully, but these errors were encountered: