Split CLI off into its own project?
realityking opened this issue · 3 comments
I noticed that the parser itself is actually completely free of dependencies, they're only used in the CLI. What do you think of splitting the CLI into its own repository (maybe curl-trace-parser-cli
)? It would reduce the update churn due to the new fixed versioning.
@michalholasek What do you think of this one?
I was wondering if it makes sense that curl-trace-parser was to become an adapter for Fury. Then you can use it in conjunction with other fury adapters such as API Blueprint serialiser (and possibly other serialisers). The tool at fury-cli would be able to replace the CLI part for free.
It would be an adapter that emits API Element's (minim objects) which other Fury adapters and tooling can consume.
Not sure what your use case is @realityking, would my proposal align with your uses?
I'd like to talk this through with @netmilk.