Minor release fixing some issues with the CLI. Also, about
looks better, --version
looks better, and we added random debug commands
What's changed
Changed
- Now
FKNDBG
itself doesn't work. Set the environment variableFKNODE_SHALL_WE_DEBUG
to the stringyeah
in order to show debug logs. - Now more
FKNDBG_*
commands are available. They just show some debug info, nothing special. - Now the
about
command looks better. Also, added several random quotes. - Now
--version
(-v
) returns colorless output and includes more details (current platform and TS/V8/DENO versioning). - Now executables are released with fully lowercase names. Casing between Linux and Windows filesystems is really a headache.
Fixed
- Fixed
launch
showing an error in the CLI (despite working fine) because of a non-existent "__DISABLE
" task. - Fixed
audit
miscalculating the score.
PRs
Full Changelog: 3.4.0...3.4.1