@george a Wappler CLI wouldn’t be a bad idea at all.
I know you are probably still on the whiteboard for targets, deployments as per the last two oldish RFC topics your created.
If you could make the UI interact with a Wappler CLI for all those operations instead of abstracting the actions behind the UI you could kill two birds with one stone. Simplicity for regular users that rely on the UI and a CLI for those of us that like to CI/CD.
It wouldn’t add too much overhead either as the bulk of logic would be contained in the CLI and the UI would just need to call it like it does for brew or scoop.
Will keep that in mind when restructuring. We need to more and more centralize Wappler UI actions in global API libraries. Currently those are built-in per UI component.
So when we have such global Wappler API libraries, we can reuse them more easily and indeed maybe build a CLI someday.