Delete all Kong targets using bash
Some times I just want to delete all the Kong targets and redeploy all the APIs to troubleshoot some issues. So, I wrote the below bash script:
./clean_all_kong_targets.sh kong.dangtrinh.com:8001
Usage
./clean_all_kong_targets.sh kong.dangtrinh.com:8001
Comments
Post a Comment