Kong version: 1.1.2
following commnd fails with the below error message.
$ kongfig dump --host localhost:8001 > config.yml
Error: http://localhost:8001/apis: 404 Not Found
Error: http://localhost:8001/apis: 404 Not Found
at /usr/lib/node_modules/kongfig/lib/adminApi.js:139:25
at processTicksAndRejections (internal/process/task_queues.js:89:5)
I assume this is because http://:8001/apis end point is discontinued from the version 1.0.0 onwards. (https://discuss.konghq.com/t/not-found-apis/2979)