Demonstrate commonly used configurations
Fire up your terminal and type the following commands:
$ git clone https://github.com/typelead/eta-init
$ cd eta-init
$ ./gradlew run
$ gradlew.bat run
If this is your first time using Eta on your system, you will get prompted about your preference for telemetry.
If you are fine with sending metrics, you can run the following commands:
$ ./gradlew run -PetaSendMetrics=true
$ gradlew.bat run -PetaSendMetrics=true
If you are not fine with sending metrics, you can replace true with false in the commands listed above.
NOTE: You only need to send the -P argument the first time you express your preference.