I was able to successfully conduct an experiment to validate weather it is possible to build CLIs with Node-RED
I made a cli that shows a progress bar while it is fetching an API N times, and at the end it outputs a json array with all the responses it fetched. Then I pipe the result to jq to get the message of the first element of the array.
Do you think building CLIs visually makes sense?