Experience using the Ionic CLI programatically (from inside node)

Hi everyone :slight_smile:
has anyone of you guys experience with using the Ionic CLI programatically, calling the different commands from inside node?

I’m the creator of generator-m-ionic. For those of you who don’t know it: the generator allows you to setup ionic apps quickly and professionally, with a lot of convenient tools for developing, building, testing and deploying.

Currently I’m working on making the generator work with the Ionic Platform and for that, it would be very convenient to access some of the Ionic CLI features from within node. For instance: ionic upload and ionic io init.

Any help is very much appreciated!