f5devcentral / f5-corkscrew

TMOS parser and application extractor
Apache License 2.0
13 stars 3 forks source link

[BUG] no cli parse output in my environment #27

Closed 00mfg closed 1 year ago

00mfg commented 1 year ago
image

test corkscrew version 0.10.0 to latest 0.13.0 , use devCloud01_10.7.2020.conf as input ,but there is no output for parse result, could you pls advise if i miss something. or how can i get more debug log? thanks

image
DumpySquare commented 1 year ago

Hi @00mfg ! I never got any feedback on people using the CLI so i haven't been testing it through the updates.

If this is something you really need, I can work on getting it working again. Can you help me understand your use case and the details your looking for?

00mfg commented 1 year ago

Hi @00mfg ! I never got any feedback on people using the CLI so i haven't been testing it through the updates.

If this is something you really need, I can work on getting it working again. Can you help me understand your use case and the details your looking for?

hi @DumpySquare thx for reply. could you pls advise except CLI how to use this cooooool tools. here is my use case, i 'd like to use tools like ntc-template to parse text config to json ,but as you may know just network device template there. so your tools seems meet my requirment, if i got json output then i can leverage it to do more automation。thanks

00mfg commented 1 year ago

Hi @00mfg ! I never got any feedback on people using the CLI so i haven't been testing it through the updates.

If this is something you really need, I can work on getting it working again. Can you help me understand your use case and the details your looking for?

hi @DumpySquare thx for reply. could you pls advise except CLI how to use this cooooool tools. here is my use case, i 'd like to use tools like ntc-template to parse text config to json ,but as you may know just network device template there. so your tools seems meet my requirment, if i got json output then i can leverage it to do more automation。thanks

DumpySquare commented 1 year ago

completed in pending v1.1.0 release; you probably need a newer version of node/npm, like v16/v8 check out the tests for latest usage. will update documentation soon tests/056_cli.tests.ts

00mfg commented 1 year ago

cooooooool,thx @DumpySquare