List of all suspected unused endpoints
… or in JSON format.
- download your app’s
.bubblefile - install
jq: https://jqlang.org - create a shell script file in your computer. In macOS and Linux you can create it on:
/usr/local/bin/find-unused-endpoints.sh - open that file and paste the contents of Find unused endpoints in your .bubble file · GitHub
- make the file executable:
chmod +x /usr/local/bin/find-unused-endpoints.sh - run it
find-unused-endpoints.sh my_app.bubble
You can pipe the output into a file
find-unused-endpoints.sh app.bubble json > unused_endpoints.json
Thanks for nerd-sniping me, @eli


