I want to build an Android Studio app (the Gradle build system), but I want to do this via the command line.
Cheatsheet for running Gradle from the command line for Android Studio projects on Linux:
cd ./gradlew ./gradlew tasks ./gradlew --help
Should get you started..