botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

chore: multiple improvements to cli and logging #167

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

This PR contains 4 commits:

  1. chore(nlu-cli): allow array params and overriding config files
  2. chore: minor changes + rm unused files
  3. chore(nlu-cli): better support for yargs choices and aliases
  4. feat(logger): only apply filters to debug logs + allow json formatting + rename few cli args

chore(nlu-cli): allow array params and overriding config files

chore(nlu-cli): better support for yargs choices and aliases

feat(logger): only apply filters to debug logs + allow JSON formatting + rename few CLI args