Are the ionic server and command line tools for for building .ipa and.apk mobile specific apps free under the MIT license?

I know this may be a dumb question, but I wanted to be clear that these functions will remain free within the ionicframework. Thanks all

These ionic command line tools are mainly wrappers around Apache Cordova tools which are licensed under the Apache 2.0 licence.
You can build Ionic apps using only Cordova tools and gulp like generator-m-ionic which is MIT licensed.

Of course, these tools use iOS and Android SDK tools which have their own licences.

Thanks for the info. So I trust that all features within the ionicframework will continue to be free to use as long as they are within Apache 2.0 or MIT licenses.