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.
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.