rustyrazorblade / easy-cass-lab

Create Apache Cassandra lab environments in AWS
https://rustyrazorblade.com/
Other
11 stars 7 forks source link

Improve private key prompt when using env.sh for the first time #163

Open rustyrazorblade opened 4 months ago

rustyrazorblade commented 4 months ago

In TFState.kt we read in the path to the environment file. We should use the -e flag here to allow for tab completion, verify the file exists, and verify it's actually a private key. I've seen too many people either paste in invalid paths or point to the public key.