It is beneficial to have a dedicated command in the CLI which checks current system configuration of user's machine and prints warnings about missing or mis-configured dependencies.
- We are already doing this during installation but configuration can change
- This should be implemented for both CLIs
- Add additional checks: ANDROID_HOME, JAVA_HOME, ANT_HOME. See here for inspiration.
as possible command name?
It is beneficial to have a dedicated command in the CLI which checks current system configuration of user's machine and prints warnings about missing or mis-configured dependencies.
as possible command name?