Sebastian Wilzbach
Sebastian Wilzbach
Related issue: https://github.com/microservices/oms/issues/183 (no validation of received events)
> @wilzbach What would you expect in --verbose? Same as with `-v` ;-) (more verbose output)
BTW I just found out that we have both: `--debug` (container logs) and `--verbose` (docker logs) which isn't very friendly to users either :/
> @wilzbach Can you please elaborate on what part of it is user-unfriendly? Both are documented well in --help. Well, it's two flags for more or less the same thing...
> There's a bunch of commented code which confuses things (event tests, jwt) - can we remove this? IIRC it was commented out because at the time OMS validated failed....
> We could take inspiration from other systems that are building CLIs: Master had CLI tests: https://github.com/microservices/oms/blob/4ee2528a424990924c7f0893e557d90adef7ce2a/packages/cli/__tests__/src/cli/Cli.ts#L93-L106 I don't see anything wrong with that way.
> I think you might be misunderstanding me here. Actually I want to rely on repo-independent solution to run the tests more often. I'd prefer a pipeline that triggers on...
 Huh - that's not intended. Any ideas on what I might have gone wrong / lead to this?
Maybe it's time to go back to a single repo and use dub sub packages? This would still allow users to just use the sub modules they are interested in,...
Would you mind explaining why you didn't like them in your personal projects?