The output will miss the objects which have not been converted. Running the docker container "cli" using --help will not provide a --verbose flag. This flag is available via the HTTP API/interface.
For example, running the below:
docker run --rm -it -v $PWD/:/app/data -p 8080:8080 f5devcentral/f5-automation-config-converter:latest serve
curl localhost:8080/converter -X POST --form "conf=@./test.conf" --form "verbose=true"
Environment
Summary
CLI interface of the container doesn't provide the same options/output as the HTTP API/interface.
Steps To Reproduce
Steps to reproduce the behavior:
sys syslog { include "syslog-ng options here" }
The output will miss the objects which have not been converted. Running the docker container "cli" using
--help
will not provide a--verbose
flag. This flag is available via the HTTP API/interface.For example, running the below:
will provide
as3NotConverted
output as well.Expected Behavior
Same functionality on CLI and HTTP interface
Actual Behavior
Functionality differs.